/*===================================================================
　　ページデザイン設定　　
====================================================================*/
html,body {
	-webkit-text-size-adjust: none;
	background: #000000;
}
#Wrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 0;
	margin: 0;
	padding: 0;
}
img{
	width: 100%;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
h2.csg_ttl,
h2.csgjob_ttl{
	line-height: 0;
}
header{
	background: #000000;
	text-align: center;
}
header h1.h1_logo{
	padding: 5px 0 0 0;
}
header h1.h1_logo img{
	width: 30%;
	height: auto;
	line-height: 0;
}
/*--------------　バナー　--------------*/
section.Bnr ul li,
section.RankingCont .LinkBox ul li{
	line-height: 0;
}
/*--------------　フッター　--------------*/
footer{
	background: url(../image/common/items/box_bg_1.png);
	padding: 2% 1%;
}
footer h3.h3_logo{
	text-indent: -9999px;
	height: 70px;
	background: url(../image/common/bg_logo2.png) no-repeat;
	background-size: 60px 60px;
	background-position: center;
}
footer address{
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
footer address a{
	color: #FFFFFF;
}
/*---------------------------------------------------------
　　ランキング　　
----------------------------------------------------------*/
section.RankingContCont{
	padding: 0px 10px;
}
section.RankingCont .RankingList h2{
	line-height: 0;
}
section.RankingCont article.ranking-list{
	position: relative;
	box-sizing: border-box;
	padding: 5px 0;
}
section.RankingCont .CSRanking article.ranking-list{
	background: #FFFFFF url(../spimage/ranking/chevron_bk.png) no-repeat right center;
	background-size: 5px 15px;
	border-bottom: 1px solid #000000;
}
section.RankingCont .RINRanking article.ranking-list{
	background: #000000 url(../spimage/ranking/chevron_w.png) no-repeat right center;
	background-size: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
}
section.RankingCont article.ranking-list:last-child{
	border-bottom: none;
}
section.RankingCont article.ranking-list dl{
	display: table;
}
section.RankingCont article.ranking-list dt,
section.RankingCont article.ranking-list dd{
	display: table-cell;
	vertical-align: middle;
}
section.RankingCont article.ranking-list dt{
	width: 20%;
	box-sizing: border-box;
	padding: 0 5px;
}
article.ranking-list .ladys-photo{
	width: 20%;
	float: left;
	line-height: 0;
}
article.ranking-list .ladys-detail{
	padding: 0 5px 0 22%;
}
section.RankingCont .CSRanking article.ranking-list .ladys-detail{
	color: #000000;
}
section.RankingCont .RINRanking article.ranking-list .ladys-detail{
	color: #FFFFFF;
}
article.ranking-list .ladys-detail h4{
	font-size: 16px;
}
article.ranking-list .ladys-detail p{
	font-size: 12px;
	line-height: 1.4;
}
article.ranking-list .ladys-detail p.shop{
	width: 60px;
	position: absolute;
	top: 5px;
	right: 5px;
}
/*===================================================================
　　エラーページ設定　　
====================================================================*/
.errorCont{
	padding: 30px 0;
}
.errorCont h2{
	text-align: center;
	font-family: 'Pinyon Script', cursive;
	font-weight: normal;
	font-size: 40px;
	color: #FFFFFF;
}
.errorComment{
	padding: 10px;
	color: #FFFFFF;
}
.errorComment p{
	font-size: 16px;
	line-height: 1.8;
}
