@charset "UTF-8";

/*---------------------------------
	BIG BANNER
-----------------------------------*/

#big_banner{
	width:100%;
	height:auto;
	margin: 0 auto;
	padding: 5px;
	text-align:center;
	margin-bottom:15px;
}

#big_banner img{
	width:100%;
	max-width:960px;
	height:auto;
}

.main_visual{
	width: 100%;
	overflow: hidden;
	padding: 0;
}

.content_col_head {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.content_col_head ul{
	line-height: 38px;
	margin: 0;
	overflow: hidden;
	background: #ED2F95;
}

.content_col_head li {
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 5px;
	color: #5b5b5b;
    background: #f7f7f7;
    border: 1px solid #bfbfbf;
	text-align:center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.content_col_head li:not(:first-child) {
	display: none;
}

#content_col_05 .content_col_head{
	width:90%;
    margin: 0 auto 10px;
}

/*---------------------------------
	campaign
-----------------------------------*/
#campaign{
	width: 100%;
	height: auto;
	padding:0;
	margin-bottom:15px;
	display: inline-block;
    min-height: 200px;
}

#campaign #campaign_innerbody{
	width:100%;
	min-height: 200px;
	margin: 0px auto;
	padding: 0;
	overflow:auto;
	overflow-x: hidden;
	border: 1px solid #bfbfbb;
	border-top: none;
	background: #fff;
}

#campaign #campaign_innerbody img{
	max-width:100%;
	height: auto;
}

#campaign #campaign_innerbody h4{
	border-bottom: 1px dotted #555;
}

#campaign_innerbody .campaign_body{
	width: 95%;
	margin: 0 auto 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #aaa;
}

#campaign_innerbody :nth-last-of-type(2){
	border-bottom: none;
}

#campaign_innerbody .campaign_body p{
	line-height: 1.5;
}

#campaign_innerbody .campaign_body a{
	color: #a22121;
}

.campaign_article{
	width: 96%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 5px;
	background: #fff;
	border-bottom: 1px solid #bfbfbf;
}

.campaign_img{
	display: inline-block;
	padding-top:10px;
	width: 15%;
	height: 100%;
	margin: 0;
	float: left;
}

.campaign_img img{
	width: 100%;
	height: auto;
}

.campaign_article .girldata{
	display: inline-block;
	width: 85%;
	height: auto;
	margin: 0;
	padding: 5px;
}

.campaign_article .girldata_row{
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5px;
}

.campaign_date{
	width: 100%;
	display:block;
	margin:0 auto;
	padding:0;
	color: #5a5252;
	text-align: right;
}

.campaign_shop{
	width: 100%;
	display:block;
	margin:10px auto 0;
	padding:0;
	color: #5a5252;
	font-size:14px;
	text-align: right;
	word-break: keep-all;
}

.campaign_name {
	width: 100%;
	height: auto;
	display: block;
	margin: 3px auto;
	padding: 0;
	font-size:14px;
	padding: 3px 5px;
}

.campaign_name a:link, .campaign_name a:active, .campaign_name a:visited, .campaign_name a:hover{
	color:#0093ff;
	text-decoration:none !important;
}

.campaign_shop a:link, .campaign_shop a:active, .campaign_shop a:visited, .campaign_shop a:hover{
	color:#ff28a7;
	text-decoration:none !important;
}

.campaign_comment{
	padding: 3px 5px;
}

.campaign_comment p{
	font-size: 12px;
}

.campaign_box p{
	font-size:10px;
}

.read_more {
	text-align: center;
	margin: 10px auto 0;
	padding:10px 15px;
	border-top:1px dotted #e2e2e2;
}

.read_more a {
	font-size: 14px;
	display: inline-block;
	color:#0093ff;
	padding: 5px;
}

.read_more a:hover,.read_more a:visited{
	color: #0093ff;
	text-decoration: none !important;
}
/*---------------------------------
	new shop
-----------------------------------*/
#new_shop{
	width: 100%;
	height: auto;
	padding:0;
	margin-bottom:15px;
	display: inline-block;
    min-height: 200px;
}

#new_shop #new_shop_innerbody{
	width:100%;
	min-height: 200px;
	margin: 0px auto;
	padding: 0;
	overflow:auto;
	overflow-x: hidden;
	border: 1px solid #bfbfbb;
	border-top: none;
	background: #fff;
}

.new_shop_article{
	width: 96%;
	height: auto;
	margin: 10px auto;
	padding: 0;
	background: #fff;

}

.new_shop_head{
	position: relative;
	z-index: 1;
}
.new_shop_head a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	z-index: 2;
}

.new_shop_head:hover {
/*	transition: background-color 0.5s ease;
	background:#ca2c7c;*/
}

.new_shop_head{
	padding:2px 10px;
	background: #fb8dc5;
}

.new_shop_head p.name{
	font-size:16px;
	color:#fff;
}

.new_shop_head .new_shop_detail{
	color:#fff;
	text-align:right;
	font-size:16px;
}

.new_shop_girl{
    display: inline-block;
    width: 15%;
    height: 100%;
    margin: 0;
    float: left;
    max-height: 80px;
    overflow: hidden;
}

.new_shop_data .goto{
    text-align:right;
}

.new_shop_data .goto a:link,
.new_shop_data .goto a:active,
.new_shop_data .goto a:visited{
    overflow: hidden;
    color: #0093ff;
    cursor: pointer;
}

.new_shop_data .goto a:hover{
    color: #0093ff;
    text-decoration:none;
}

.new_shop_data_inner {
    padding: 10px 5px 0 5px;
}

.new_shop_data {
    display: inline-block;
    width: 85%;
    height: auto;
    margin: 0;
    padding: 0px 5px 5px 15px;
}

.new_shop_data .city{
	font-size: 14px;
    padding: 5px;
    text-align: center;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 5px;
}

.new_shop_data .new_shop_detail{
    border-bottom: 1px dotted #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.new_shop_data .ryokin{
	display:inline;
	font-size: 14px;
    padding: 5px;
    text-align:left;
}

.new_shop_data .shop_type{
	display:inline;
	font-size: 14px;
    padding: 5px;
    text-align: center;
    text-align:right;
}

.new_shop_data .gyosyu{
	color:#fff;
	text-align: center;
	font-size:14px;
    padding: 5px;
    margin-bottom: 5px;
}

.new_shop_girl img{
    max-width: 100px;
    width: 100%;
}

.new_shop_comment{
	padding:5px 10px;
	margin-top:5px;

}

.new_shop_comment p{
	font-size:14px;
}

.new_shop_head .name .gyosyu{
	font-size:12px;
}

/*---------------------------------
	content col 02
-----------------------------------*/

#content_col_02{
	margin: 0 0 10px;
}

/*---------------------------------
	sumahodori
-----------------------------------*/
#sumahodori{
	width: 100%;
	height: auto;
	padding:0;
	margin-bottom:15px;
}

#sumahodori #sumahodori_innerbody{
	width:100%;
	min-height: 200px;
	margin: 0px auto;
	padding: 0;
	border: 1px solid #bfbfbb;
	border-top: none;
	background: #fff;
}

.sumahodori_article{
	width: 96%;
	height: auto;
	margin: 5px auto 0;
    padding: 8px 0 5px;
	background: #fff;
}

.sumahodori_row{
}

.sumahodori_img{
    width: 80px;
    max-height: 106px;
    overflow: hidden;
    margin-top: auto;
    margin-bottom: auto;
}

.sumahodori_img img{
	width: 100%;
}

#sumahodori .cell{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-direction: column;
	margin: 0.5%;
}

.sumahodori_data{
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
}

.sumahodori_data .sub{
	text-align:center;
	padding:15px 0;
	font-size: 14px;
    color: #7bda72;
}

.sumahodori_data .title{
    width: 100%;
    margin-bottom: 10px;
    color: #ED2F95;
    padding: 0 10px 15px;
    text-align: center;
    border-bottom: 1px solid #bfbfbf;
}

.sumahodori_data .title a:hover {
	transition: background-color 0.5s ease;
	background:#7bda72;
	color:#fff;
}

/*---------------------------------
	NEW FACE
-----------------------------------*/

#newface{
	display: inline-block;
	min-height: 200px;
	width: 100%;
	height: auto;
	margin: 0;
	padding:0;
	float: left;
	margin-bottom: 15px;
}

#newface_inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#newface_innerbody {
    width: 100%;
    min-height: 200px;
    margin: 0px auto;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    border: 1px solid #bfbfbb;
    border-top: none;
    background: #fff;
}

.newface_article{
	width: 96%;
	height: auto;
	margin: 20px auto;
	padding: 0 0 5px;
	border-bottom: 1px solid #e8e6e6;
}

.newface_article:nth-last-of-type(2) {
    border-bottom: none;
}

.newface_shop{
	text-align:right;
	color:red;
	margin:0 0 5px;
	padding-right: 5px;
}

.newface_shop a:link, .newface_shop a:active, .newface_shop a:visited, .newface_shop a:hover {
	color: #ff28a7;
	text-decoration: none !important;
}

.newface_img{
	display: inline-block;
	width: 20%;
	height: 100%;
	margin: 0;
	float: right;
	overflow: hidden;
    max-height: 140px;
	position: relative;
}

.newface_img img{
	width: 100%;
	max-width: 100px;
	height: auto;
}

.newface_gyosyu {
	background: #6a19e6;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0 5px;
	text-align:center;
	position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100px;
    opacity: 0.8;
    font-size: 12px;
}

#newface .today_newface_cnt{
    text-align: center;
    font-size: 14px;
    padding: 10px 0 10px;
    border-bottom: 1px dotted #ccc;
}

.girldata{
	display: inline-block;
	width: 75%;
	height: auto;
	margin: 0;
	padding: 5px;
}

.newface_date{
	width: 100%;
	display:block;
	margin:0 auto;
	padding:0;
	color: #5d5a5a;
}

.newface_name {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
}

.newface_name a {
	font-size: 16px;
	display: inline-block;
	color:#0093ff !important;
	padding: 0;
}

.newface_name a:hover{
	color: #0093ff;
	text-decoration: none !important;
}

.newface_size {
	font-size: 11px;
	margin: 5px auto;
	word-break: break-all;
}

.newface_comment{
	max-height: 60px;
}

.newface_comment p{
	font-size: 10px;
}

.newface_box p{
	font-size:10px;
}

/*---------------------------------
	NOW WORK
-----------------------------------*/

#nowwork{
	display: inline-block;
	min-height: 200px;
	width: 100%;
	height: auto;
	margin: 0;
	padding:0;
	float: left;
	margin-bottom: 15px;
}

#nowwork_inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#nowwork_innerbody {
	width: 100%;
	overflow:auto;
	border: 1px solid #bfbfbb;
	border-top: none;
	background: #fff;
}

.nowwork_article{
	display: flex;
	width: 96%;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 20px auto;
	padding: 0;
}

.now_img{
	display:inline-block;
	width: 90px;
	max-height:120px;
	overflow:hidden;
	margin:5px 2px;
}

/*---------------------------------
	TOPICS
-----------------------------------*/

#topics{
	display: inline-block;
	min-height: 200px;
	width: 100%;
	height: auto;
	margin: 0;
	padding:0;
	float: left;
	margin-bottom: 15px;
}

#topics_innerbody {
	width: 100%;
	overflow:auto;
	border: 1px solid #bfbfbb;
	border-top: none;
	background: #fff;
}

.topics_article{
	width: 96%;
	margin: 20px auto;
	padding: 0;
}

#topics dl {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

#topics dl:nth-last-of-type(1){
	border-bottom: none;
}

#topics dt {
	padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
#topics dt {
	clear: left;
	float: left;
	width: 28%;
}
#topics dd {
	margin-left: 28%;
	font-size: 14px;
}

}

/*---------------------------------
	shamenikki
-----------------------------------*/
#shamenikki{
	width: 100%;
	height: auto;
	padding:0;
	margin-bottom:15px;
}

#shamenikki_innerbody{
	width:100%;
	min-height: 200px;
	margin: 0px auto;
	padding: 15px 0;
	overflow:auto;
	overflow-x: hidden;
	border: 1px solid #bfbfbb;
	border-top: none;
	background: #fff;
}

#shamenikki table tr td:nth-child(1) {
	text-align: center;

}
#shamenikki .shame_image {
	text-align: center;
	padding: 4px 0 8px 0;
	margin-bottom: 5px;
	max-height:69px;
	overflow:hidden;
}
#shamenikki .shame_image img{
	/*width:80%;*/
	max-width:100px;
	text-align:center;
}

#shamenikki .shame_desc p{
	padding:3px 0;
	width: 96%;
}

#shamenikki .title a {
	font-size: 14px;
	color:#0093ff;
	padding: 5px;
}

#shamenikki .title a:hover,#shamenikki .title a:visited{
	color: #0093ff;
	text-decoration: none !important;
}

#shamenikki .time{
	overflow: hidden;
   /* white-space: nowrap;*/
}

#shamenikki .shop_name{
	text-align:right;
	color:#fd79cb;
}

#shamenikki table td{
	border-bottom: 1px solid #ffbfe7;
	padding-left: 10px;
}

#shamenikki table tr:last-child td{ border-bottom:none; }
	border:none;
}
#shamenikki table td:last-child{
	border:none;
}
/*---------------------------------
	tencho_blog
-----------------------------------*/
#tencho_blog{
	width: 100%;
	height: auto;
	padding:0;
	margin-bottom:15px;
}

#tencho_blog_innerbody{
	width:100%;
	min-height: 200px;
	margin: 0px auto;
	padding: 15px 0;
	overflow:auto;
	overflow-x: hidden;
	border: 1px solid #bfbfbb;
	border-top: none;
	background: #fff;
}

#tencho_blog table tr td:nth-child(1) {
	text-align: center;

}
#tencho_blog .shame_image {
	text-align: center;
	padding: 4px 0 8px 0;
	margin-bottom: 5px;
	max-height:69px;
	overflow:hidden;
}
#tencho_blog .shame_image img{
	/*width:80%;*/
	max-width:100px;
	text-align:center;
}

#tencho_blog .shame_desc p{
	padding:3px 0;
	width: 96%;
}

#tencho_blog .title a {
	font-size: 14px;
	color:#0093ff;
	padding: 5px;
}

#tencho_blog .title a:hover,#tencho_blog .title a:visited{
	color: #0093ff;
	text-decoration: none !important;
}

#tencho_blog .time{
	overflow: hidden;
   /* white-space: nowrap;*/
}

#tencho_blog .shop_name{
	text-align:right;
	color:#ce6734;
}

#tencho_blog table td{
	border-bottom: 1px solid #e6ccbf;
	padding-left: 10px;
}

#tencho_blog table tr:last-child td{ border-bottom:none; }
	border:none;
}
#tencho_blog table td:last-child{
	border:none;
}
/*---------------------------------
	READ MORE
-----------------------------------*/

.read_more {
	text-align: right;
	margin: 10px auto 0;
}

.read_more a {
	font-size: 14px;
	/*display: block;*/
	color:#0093ff;
	padding: 5px;
}

.read_more a:hover,.read_more a:visited{
	color: #0093ff;
	text-decoration: none !important;
}


/*---------------------------------
	top_banner_area
-----------------------------------*/


#top_banner_area{
	margin:0 0 20px;
}

#top_banner_area li{
	margin:20px 0 0;
}


/*---------------------------------

-----------------------------------*/
.content_infomation_box {
	width: 100%;
	max-width: 232px;
	height: auto;
	padding: 0;
	margin-bottom:8px;
}

.content_infomation {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
}

.content_infomation_inner {
	color: #000;
	margin: 0;
	padding: 10px 5px;
	border: 1px solid #bfbfbb;
}

.content_infomation_inner p {
	color: #000;
	line-height: 1.2;
	padding: 0;
}


.content_recruit_box {
	width: 100%;
	max-width: 232px;
	height: auto;
	padding: 0;
	margin-bottom:15px;
}

.content_recruit {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
}

.content_recruit_inner {
	color: #000;
	margin: 0;
	padding: 10px 5px;
	border: 1px solid #bfbfbb;
}

.content_recruit_inner p {
	color: #000;
	line-height: 1.2;
	padding: 0;
}

.content_recruit_inner .rec_title{
	background:#928686;
	color:#fff;
	text-align:center;
	padding:3px 0;
}
.content_recruit_inner .rec_name{
	text-align:center;
	padding:5px 0;
}

.content_recruit_inner .rec_img{
	margin:10px 0;
}

#mlmag_regist ,#mlmag_delete{
	width: 10%;
	margin-left: 15%;
}

#content_infomation_inner label{
	font-size: 14px;
}

#content_mobile {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	background: #fff;
	border: 1px solid #bfbfbb;
}

@media screen and (max-width:960px) {
	.campaign_shop{
			text-align: left;
	}
}

@media screen and (min-width:1024px){
	
	.today_schedule_box{
		width: 25%;
	}
}


@media screen and (min-width:1280px) {
	
	#content_col_01 {
		/*display: inline-block;*/
	}
	
	#content_col_02 {
		width: 48%;
		float: right;
		display: inline-block;
		margin: 0;
	}
	
	#content_col_03 {
		float: left;
		width: 50%;
		display: inline-block;
	}
	
	#content_col_04 {
		float: left;
		width: 70%;
		display: inline-block;
	}
	#content_col_05 {
		float: left;
		width: 28%;
		display: inline-block;
	}
	
	#content_col_banner {
		float: left;
		width: 100%;
		display: inline-block;
	}
	
	#campaign_innerbody{
	 /* min-height: 390px !important;*/
	 /* max-height: 612px !important;*/
	}
	
	.today_schedule_box{
		width: 20%;
	}
	

}

/*---------------------------------
	RANKING
-----------------------------------*/

#ranking{
	width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 15px;
}

#ranking_inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#ranking_innerbody {
	width: 100%;
	overflow:auto;
}

.ranking_article{
	width: 96%;
	height: auto;
	margin: 20px auto;
	padding: 0;
}


/* ランキング転用 */
#ranking .tab-contents3 { }
#ranking .tab-index3 ul { display: table; width: 100%; text-align: center; }
#ranking .tab-index3 li { display: table-cell; width: 33%; height: 100%; border-bottom: 1px solid #ccc; background-color: #2489ce; background-color: #f4f4f4; text-shadow: none; border: 1px solid #aaa; border-radius: 5px 5px 0 0; vertical-align: middle; /*height: 45px;*/ line-height: 18px; }
#ranking .tab-index3 a { display: block; width: 100%; color: #396b9e; padding: 10px 0 5px; text-decoration: none; }
#ranking .tab-index3 li:not(:last-child) { border-right: 1px solid #ccc; }

#ranking .tab-index3 .girls{ border-bottom: none; border: 1px solid #bfbfbf; background: #fff792; font-weight: bold; position: relative;}
#ranking .tab-index3 .hp { border-bottom: none; border: 1px solid #bfbfbf; background: #ffb2ac; font-weight: bold; position: relative;}
#ranking .tab-index3 .bbs { border-bottom: none; border: 1px solid #bfbfbf; background: #ace15d; font-weight: bold; position: relative;}

#ranking .tab-index3 .active a { color: #fff; }
#ranking .tab-index3 .active a:focus,
#ranking .tab-index3 .active a:hover { color: #fff; }
/*#ranking .tab-index3 a:active { background: #9bdefd; }*/

#ranking .girls_name a:link,
#ranking .girls_name a:active,
#ranking .girls_name a:visited,
#ranking .girls_name a:hover{
	color: #0093ff;
    text-decoration: none !important;
    font-size:16px;
    padding:0 0 1px;
    display: inline-block;
}


#ranking .tab-index3 .active:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    top: 100%;
    left: 50%;
    margin-left: -10px;
}

#ranking .tab-index3 .active.girls:after { 
    border: 10px solid transparent;
    border-top-color: #fff792;
}

#ranking .tab-index3 .active.hp:after { 
    border: 10px solid transparent;
    border-top-color: #ffb2ac;
}

#ranking .tab-index3 .active.bbs:after { 
    border: 10px solid transparent;
    border-top-color: #ace15d;
}

#ranking .tab-contents3 { display: none; }
#ranking .tab-contents3.active { display: block; }
#ranking .rank_box {
	border-bottom: 1px solid #bfbfbb;
	border-top: none;
	display: table;
	width: 100%;
}

#ranking .rank_box:nth-last-of-type(1){
	border-bottom: none;
}

#ranking .rank_box ul {
	border-bottom: 1px solid #bfbfbb;
}

#ranking .rank_box:first-child {
	padding-top:5px;
}

#ranking .shop_info {
	padding:0;
}

#ranking .shop_info .name {
	color:#ff28a7;
}

#ranking .shop_info .name a:link, #ranking .shop_info .name a:active, #ranking .shop_info .name a:visited, #ranking .shop_info .name a:hover {
    color: #ff28a7;
    text-decoration: none !important;
    font-size:16px;
}

#ranking .shop_info .janre{
	
}

#ranking .info_area .girls_prof{
	padding:5px 0;
}

#ranking .rank_title {
	width: 20%;
	margin: 0 auto;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#ranking .rank_title p { }
#ranking .rank_title img {
	width:86%;
	max-width:76px;
}
/*
#ranking .rank_title p+p {
	font-size: 16px;
	color:#AF2026;
}
*/

#ranking .rank_title p {
	font-size: 16px;
	color:#AF2026;
}

#ranking .tab_area li.girls:hover {
	transition: background-color 0.5s ease;
	opacity:0.8;
	background:#f7ed6e;
}

#ranking .tab_area li.hp:hover {
	transition: background-color 0.5s ease;
	opacity:0.8;
	background:#f9938b;
}

#ranking .tab_area li.bbs:hover {
	transition: background-color 0.5s ease;
	opacity:0.8;
	background:#9ee03c;
}

#ranking .img_area{
	width:18%;
	text-align:center;
	margin:0 auto;
	padding: 10px 10px;
	display: table-cell;
	vertical-align: middle;
}

#ranking .img_area img{
	width:100%;
	max-width:150px;
	text-align:center;
	margin:0 auto;
}

#ranking .img_s{
	max-height:90px;
	overflow:hidden;
}

#ranking .info_area{
	width:49%;
	padding:10px;
	display: table-cell;
	vertical-align: middle;
}

#ranking .submenu_rk_girls .rank_title,
#ranking .submenu_rk_hp .rank_title,
#ranking .submenu_rk_bbs .rank_title{
	width:13%;
}

#ranking .submenu_rk_girls .img_area,
#ranking .submenu_rk_hp .img_area,
#ranking .submenu_rk_bbs .img_area{
	width:13%;
	min-width: 100px;
}

#ranking .submenu_rk_girls .info_area,
#ranking .submenu_rk_hp .info_area,
#ranking .submenu_rk_bbs .info_area{
	width:74%;
}

#content_col .title.girl{
	background: #fff792;
	color: #5d5d5d;
	border-top: none;
    border-bottom: none;
    text-shadow:none;
}

#content_col .title.hp{
	background: #f9938b;
	color: #5d5d5d;
	border-top: none;
    border-bottom: none;
    text-shadow:none;
}

#content_col .title.bbs{
	background: #ace15d;
	color: #5d5d5d;
	border-top: none;
    border-bottom: none;
    text-shadow:none;
}

#ranking .bbs_title a:link,
#ranking .bbs_title a:active,
#ranking .bbs_title a:visited,
#ranking .bbs_title a:hover{
	color: #0093ff;
    text-decoration: none !important;
    font-size:16px;
    padding:0 0 1px;
    display: inline-block;
}

.TabbedPanelsContentGroup{
	border-right: 1px solid #bfbfbb;
    border-left: 1px solid #bfbfbb;
    border-bottom: 1px solid #bfbfbb;
}

#content_col_04 .ContentGroup{
	padding: 0 2%;
}

.content_col_bottom_banner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.content_col_bottom_banner-title {
  height: 40px;
  margin: 0;
  border-radius: 3px;
  background-color: #0E438D;
  color: white;
  line-height: 44px;
  padding: 0 15px;
  position: relative;
  font-size: 15px;
}

.content_col_bottom_banner-title span {
  font-size: 11px;
  padding-right: 10px;
  float: right;
  clear: right;
  position: relative;
  top: 13px;
}

.mensoffer {
  margin-top: 16px;
}

.mensoffer,
.mensoffer-inner ul {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}

.mensoffer-inner {
  margin-bottom: 20px;
		margin-right: 1%;
  margin-left: 1%;
}

.mensoffer-inner img{
  width:100%;
  margin-bottom: 10px;
}

.mensoffer-inner ul li {
  border: 1px solid #D1D1D1;
  text-align: center;
  margin: 0 auto;
  width: calc(90% / 2);
  border-radius: 4px;
  box-shadow: 0 2px 0 #DEDFDF;
}

.mensoffer-inner ul li a {
  display: block;
  padding: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.mensoffer-inner ul li a span {
  display: block;
  font-size: 18px;
}

.mensoffer-inner ul li:first-of-type span {
  color: #2CC411;
}

.mensoffer-inner ul li:nth-of-type(2) span {
  color: #FF7A7A;
}

.mensoffer-inner ul li a:hover {
  background-color: #0e438d;
  color: white;
  transition: 0.2s;
}

@media screen and (max-width: 1280px) {
  .mensoffer {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: space-around;
  }
}
.blinkS2 {
	position: relative;
	top: 2px;
}