@charset "utf-8";

/* --------------------------------
    Common style
-------------------------------- */
/* 初期表示崩れを防ぐため非表示から始める */
.category_slide_wrapper {
    display:none;
}
/* スライド1枚のボックス */
.back_img {
    position:relative;
    display:block;
/*    min-height:150px; */
}
/* タイトルのボックス */
/* コメントのボックス */
/* 画像に重ねて表示 上寄せ */
.front_text_inner_top {
    display:block;
    position:absolute;
    width:100%;
    padding:5px;
    top: 0px;
}
/* 画像に重ねて表示 中央寄せ */
.front_text_inner_middle {
    display:block;
    position:absolute;
    top:50%; 
    width:100%;
    padding:0 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* 画像に重ねて表示 下寄せ */
.front_text_inner_bottom {
    display:block;
    position:absolute;
    width:100%;
    bottom:0px;
    padding:5px;
}
.content_block {
    margin-bottom:10px;
}
/* スライド1枚のボックス */
.back_img_single {
    position:relative;
    display:block;
    overflow: auto;
}
/* 横並び時の画像ボックス */
.front_img_single {
    display: table-cell;
    vertical-align: middle;
}
/* 画像の上に表示 */
/* 画像の下に表示 */
.front_text_outer_over,
.front_text_outer_under {
    display:block;
    position:relative;
}
/* 画像の横に表示 */
.front_text_outer_side {
    display: table-cell;
    vertical-align: middle;
    padding:0 5px;
}
.center {
    text-align:center;
}
.left {
    text-align:left;
}
.right {
    text-align:right;
}
.w33pc {
    width: 33%;
}
.w50pc {
    width: 50%;
}
/* フリースペース */
.free-space {
    margin-top:12px;
}
/* スライドのドット */
.slick-dots {
    margin:10px 0;
}

/*********************************************/
/* 2017.07.28 222 => 90 */
.category_list_box {
    box-shadow: rgba(90, 90, 90, 0.5) 0px 0px 4px 2px;
    -webkit-box-shadow: rgba(90, 90, 90, 0.5) 0px 0px 4px 2px;
    -moz-box-shadow: rgba(90, 90, 90, 0.5) 0px 0px 4px 2px;
}
.front_page #contents .category_contents > .row {
/*    padding: 8px 0;*/
    padding-bottom: 8px;
    margin: 0 0 30px;
}
.front_page #contents .category_contents .row > div {
    padding-bottom: 0;
}
.category_contents h3 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 8px;
    padding-top: 8px; /* 2017.07.28 */
    padding-bottom: 4px;
/*    border-bottom: solid 1px #f0f0f0;*/
    border-bottom: solid 1px #bbb;
    color: #000;
}
.category_list_image {
/*    display: table-cell;*/
/*    vertical-align: top;*/
/*    width: 330px;*/
}
.category_list_text {
/*    display: table-cell;*/
/*    vertical-align: top;*/
/*    padding: 20px 0 0 30px;*/
}
.category_list_text ul {
    list-style: none;
/*    margin: 0;*/
/*    padding: 0 0 0 30px;*/
    display: table;
}
.front_page #contents .category_list_text > .row {
    padding-bottom: 0;
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 0;
}
.category_list_text ul li {
    margin-bottom: 8px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 16px;
}
.category_list_text ul li div {
/*    display: inline-block;*/
/*    margin-right: 10px;*/
/*    margin-bottom: 10px;*/
    margin-right: 8px;
    padding: 4px 15px 3px;
/*    background: #f0f0f0;*/
/*    border: 1px solid #cecece;*/
    color: #fff;
    background: #3384c6;
    border: 1px solid #000;
    text-align: -webkit-match-parent;
}
/*.category_list_text ul li div a {*/
ul > li > a {
    color: #000;
}
@media only screen and (max-width: 767px) {
    .category_contents {
        margin-top: 5px;
    }
    .category_contents h3 {
        font-size: 1em;
    }
    .front_page #contents .category_list_text > .row {
        margin-left: 8px;
        margin-right: 8px;
    }
}
@media only screen and (max-width: 450px) {
.front_page #contents .category_list_text > .row {
    margin: 0;
}
.front_page #contents .category_contents .row > div {
    padding-bottom: 16px;
}
.category_list_text ul li div {
    margin-right: 0;
}
.col-xxs-12 {
    width: 100%;
}

}
