@charset "utf-8";
#tencho_title {
    position: relative;
    margin-bottom: 15px;
}

#tencho_title>.FlexBox__item:first-child:after {
    width: 100px;
    height: 4px;
    background-color: #333;
    bottom: -4px;
    position: absolute;
    left: 0;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    display: inline;
    background: #3F91DB;
    padding: 5px 60px;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}


/*
 * search_column
 ************************************************************************************************/

ul.one li {
    float: left;
    padding-right: 20px;
}

ul.one li input {
    vertical-align: middle;
    margin-right: 4px;
}

div.search_column div.section00 {
    margin-bottom: 10px;
    padding-top: 5px;
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
}

div.search_column .section01 {
    border-bottom: 1px solid #aaa;
    padding: 5px 10px 10px;
}

div.search_column div.section02 ul.one li.active {
    background: url(../images/plus_btn.jpg);
    background-repeat: no-repeat;
    background-size: 47px;
}

div.search_column div.section02 ul.one li a {
    display: block;
    padding-left: 20px;
    color: #fc4c4c;
}

div.search_column div.section02 ul.one li a:hover {
    text-decoration: none;
    background: url(../images/plus_btn_push.jpg);
    color: #fc4c4c;
}

div.search_column div.section02 {
    border-bottom: 1px solid #aaa;
    padding: 10px 10px;
}

div.search_column div.section02 input {
    vertical-align: middle;
}

div.search_column div.section05 {
    padding: 10px 10px;
}

.select_body {
    float: left;
    width: 200px;
}

.select_body dl dt {
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.select_body select {
    height: 22px;
}


/*
 * タブ
 ************************************************************************************************/
 .paging_box{
    margin-bottom: 20px;
    clear: both;
    padding-top: 5px;
 }
.category_tab
{
    margin-top: 15px;
    box-shadow: 0px -1px 0 0px #aaa inset;
}
.category_tab ul li {
    font-size: 12px;
    float: left;
    background: #969696;
    background: -moz-linear-gradient(top, #969696 0%, #b2b2b2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #969696), color-stop(100%, #b2b2b2));
    background: -webkit-linear-gradient(top, #969696 0%, #b2b2b2 100%);
    background: -o-linear-gradient(top, #969696 0%, #b2b2b2 100%);
    background: -ms-linear-gradient(top, #969696 0%, #b2b2b2 100%);
    background: linear-gradient(to bottom, #969696 0%, #b2b2b2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#b2b2b2', GradientType=0);
    border-bottom: 0px;
    border: 1px solid #cacaca;
    margin-left: -1px;
}

.category_tab ul li:hover,
.category_tab ul li.active {
    background: #ffffff;
}

.category_tab ul li a {
    color: #ffffff;
    display: block;
    padding: 6px 8px 4px;
    font-weight: normal;
    text-decoration: none;
}

.category_tab ul li:hover a,
.category_tab ul li.active a {
    color: #000;
    background: #ffffff;
}

.category_tab ul li.active {
    margin-top: -6px;
    border-bottom: 0px;
}

.category_tab ul li.active a {
    padding: 7px 10px 8px;
    position: relative;
    top: 1px;
    left: 0;
    border-bottom: 1px solid #fff;
    border-left: 0;
    min-width: 50px;
    text-align: center;
}


/*
 * ul.chokuso_list
 ************************************************************************************************/


/* ここだけの話 */
.category-icon {
    float: left;
    width: 35px;
    height: 30px;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    padding: 7px 2px 0px 2px;
    margin-right: 10px;
    color: #ffffff;
    line-height: 13px;
    word-wrap: break-word;
    border: 1px solid;
    border-radius: 1px;
}

.category-icon.kokodake {
    background-color: #ddb78a;
    border-color: #d7956c;
}


/* 女の子情報 */

.category-icon.onnanoko {
    background-color: #abb7ce;
    border-color: #8e9dba;
}


/* 新人体験入店 */

.category-icon.shinjin {
    background-color: #93af9d;
    border-color: #6e8e79;
}


/* イベント情報 */

.category-icon.ibento {
    background-color: #cab4d8;
    border-color: #aa91b9;
}

/* 直送便 共通 */

ul.chokuso_contents>li.box {
    /* 直送便PCで写真したに行く問題解決 */
    width : 323px;
    /* 直送便PCで写真したに行く問題解決 */
    display: block;
    margin-bottom: 10px;
}
ul.chokuso_contents>li.box:hover {
    opacity: 0.75;
    background: #f1f8fb;
}
ul.chokuso_contents>li.box .boxtype {
    border: 1px solid #CBCACA;
    padding: 10px 10px 20px 10px;
    box-shadow: 1px 2px 2px #cccccc;
}
.chokuso_title{
    position: relative;
}
.chokuso_title a{
    height: 45px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    word-break: break-all;
    display: block;
    margin-bottom: 10px;
}
.chokuso_title .up_date{
  position: absolute;
  bottom: 8px;
  right: 2px;
  font-size: 10px;
}

.chokuso_shop{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.chokuso_shop a{
    font-weight: bold;
    color: #000;
}

.wrap-adm .chokusobanner{
	height:440px !important;
}
/* 大サイズ */

ul.chokuso_contents>li.box .boxtype.big_box {
    height: 365px;
    position: relative;
}

ul.chokuso_contents>li.box .boxtype.big_box div.big_frame {
    text-align: center;
}

ul.chokuso_contents>li.box .boxtype.big_box div.big_frame div.big_img {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

ul.chokuso_contents>li.box .boxtype.big_box div.big_frame div.big_img img.lazy {
    width: 200px;
}

ul.chokuso_contents>li.box .boxtype.big_box div.chokuso_content {
    color: #000;
    line-height: 17px;
    word-break: break-all;
}

ul.chokuso_contents>li.box .boxtype.big_box div.list_more {
    position: absolute;
    bottom: 30px;
    right: 10px;
    padding: 0 0 0 11px;
}

/* 小サイズ（画像あり） */

ul.chokuso_contents>li.box .boxtype.small_plus {
    height: 178px;
    position: relative;
}


ul.chokuso_contents>li.box .boxtype.small_plus div.content {
    width: 200px;
    margin-right: 10px;
    color: #000;
    line-height: 18px;
    float: left;
    word-break: break-all;
    text-align: justify;
}

ul.chokuso_contents>li.box .boxtype.small_plus div.small_img {
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

ul.chokuso_contents>li.box .boxtype.small_plus div.small_img img.lazy {
    width: 90px;
}

ul.chokuso_contents>li.box .boxtype.small_plus div.list_more_small {
    bottom: 30px;
    right: 110px;
    padding: 0 0 0 11px;
    position: absolute;
}

/* 小サイズ（画像なし） */
ul.chokuso_contents>li.box .boxtype.small_text {
    height: 178px;
    position: relative;
}

ul.chokuso_contents>li.box .boxtype.small_text div.content {
    margin-right: 10px;
    color: #000;
    line-height: 18px;
    word-break: break-all;
}

ul.chokuso_contents>li.box .boxtype.small_text div.list_more_small_plus {
    position: absolute;
    bottom: 30px;
    right: 10px;
    padding: 0 0 0 11px;
}

.cond_plus_btn {
    /* position: absolute; */
    top: 0;
    right: 0;
}

.cond_plus_btn span {
    background-color: #3F91DB;
    display: inline-block;
    width: 20px;
    border-radius: 15px;
    height: 20px;
    font-size: 14px;
    color: white;
    text-align: center;
    font-weight: bold;
}
