@charset "utf-8";
/*================================================================================

	// 基本設定　共通利用Class

================================================================================*/

html {
	overflow-y:scroll;/* 縦スクロールバー強制表示 */
}

body {
	font: 13px/1.231 "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	color: #323232;
	background: #000000 url(../images/body-bg.png) repeat-y top center;
	-webkit-text-size-adjust: 100%;
}

a, a:visited {
	color: #323232;
}

a:hover {
	text-decoration:none;
}


h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}


p { line-height: 1.4; }

hr {
	display: none;
	clear: both;
}

/*================================================================================

	// box

================================================================================*/

.box {
	margin-bottom:10px;
}

/*================================================================================

	// inner

================================================================================*/

#container {
}


#container .inner {
	overflow-y:auto;
	overflow-x:hidden;
	padding:20px;
	border: 1px solid #e8e8e8;
	background: url(../images/common-bg1.png) repeat;
	min-height: 20px;
	margin-top: 5px;
}

#container section.box .inner {

}

#container section.embed .inner {

}

/* 飾り無しのフリースペース */
#container .noborder .inner {
	border:none;
	margin-bottom:10px;
	background:#333;
}



/*================================================================================

	// bnrArea　バナーエリア

================================================================================*/


.bnrArea {
	overflow-x:hidden;
}

.bnrArea figure {
	margin-bottom:1px;
}

/*================================================================================

	// ClearFix

================================================================================*/


.clearFix { zoom: 100%;}

.clearFix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: " ";
}

/*================================================================================

	// raytout

================================================================================*/


.floatWrapper { zoom: 100%; }
.floatWrapper:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: " ";
}


.floatL { float:left !important; }

.floatR { float:right !important; }

.inner {
	overflow-y:auto;
	overflow-x:hidden;
}

.w3 { width:220px;}
.w5 { width:370px;}
.w7 { width:520px;}
.w10 { clear:both;}

.w3 h2 { background:url(../images/hx-220.png) no-repeat left top !important;}
.w5 h2 { background:url(../images/hx-370.png) no-repeat left top !important;}
.w7 h2 { background:url(../images/hx-520.png) no-repeat left top !important;}
.w10 h2 { background:url(../images/hx-750-1.png) no-repeat left top !important;}

.w3 h3 {	background:url(../images/hx-220-2.png) no-repeat left top;}
.w7 h3 {	background:url(../images/hx-520-2.png) no-repeat left top;}
.w10 h3 {	background:url(../images/hx-750-2.png) no-repeat left top;}

#main aside {	margin-bottom:10px;}

#side .w10 h2 { background:url(../images/hx-220.png) no-repeat left top !important; height: 47px;}
#side .w10 h2 img{ height: 47px; width: 220px;}


/*================================================================================

	// Wrapper

================================================================================*/


div#wrapper {
}

/*================================================================================

	// ヘッダ

================================================================================*/

#header {
	background:url(../images/header-bg.png) no-repeat center top;
	margin-bottom:10px;
}


#header .inner {
	width:980px;
	margin: 0 auto;
	position:relative;
}

#header h1 {
	height:25px;
	line-height:25px;
	color: #977541;
	padding-left: 10px;
}

#header p {
	height:332px;
}

#header p {
	position:relative;
}

#header p a#logo {
	position:absolute;
	top: 40px;
	left: 360px;
}

#header aside {
	display: none;
}

/*=====

#header aside {
	position:absolute;
	top:60px;
	right:0;
	width:180px;
	font-family: 'Cantata One', serif;
}

header aside dl {
	width:180spx;
}
header aside dl dt {
	font-size:113%;
	color:#FFFFFF;
	display:block;
	width:180px;
	height:15px;
}

header aside dl dd {
	font-size:160%;
	margin-bottom:5px;
	line-height:20px;
}

=======*/

/*================================================================================

	// コンテナ　container

================================================================================*/

div#container {
	width: 980px;
	margin: 0 auto;
}


/*================================================================================

	// グローバルナビゲーション 横

================================================================================*/

nav#gnavi-h ul {
	background:url(../images/gnavi-bg.png) no-repeat center top;
	padding: 0;
	margin-top: 39px;
}

nav#gnavi-h ul li {
	height: 50px;
	width:140px;
	float:left;
}


nav#gnavi-h ul li a {
	display: block;
	height: 50px;
	width:140px;
	text-align:center;
}

nav#gnavi-h ul li img {
	height: 50px;
}

nav#gnavi-h ul li a:hover,
nav#gnavi-h ul li a.now {
	color:	#ffea00;
}

/*================================================================================

	// グローバルナビゲーション 縦

================================================================================*/


nav#gnavi-v ul {
	width:220px;
	padding:20px 0 10px;
	margin-bottom: 10px;
	background:#c9eaff;
}

nav#gnavi-v ul li {
	height:40px;
	margin-bottom:10px;
}


nav#gnavi-v ul li a {
	display: block;
	height: 40px;
	width:180px;
	margin:0 auto;
	text-align:center;
	line-height:40px;
	font-size:18px;
	overflow: hidden;
	text-decoration:none;
	font-family: 'メイリオ', Meiryo;
	text-shadow:1px 1px 0px #0d73af;
	color:#f1fdff;
	font-weight:bold;
	background: #6BB7FF;

}

nav#gnavi-v ul li a:hover,
nav#gnavi-v ul li a.now {
	color:	#ffea00;
}

/*================================================================================

	// メイン　main

================================================================================*/


div#main {
	float: left;
	width: 750px;
}

div#main h2 {
	height:47px;
	line-height:47px;
	margin-bottom:10px;
	background:url(../images/hx-750-1.png) no-repeat scroll left top transparent;
}

div#main h2 img {
	height: 47px;
	width: 220px;
}

div#main h3.text {
	height:30px;
	line-height:30px;
	padding-left:15px;
	font-weight:bold;
	color: #2e2e30;
	text-shadow: #fff 1px 1px 1px;
}



/*================================================================================

	// サイド　side

================================================================================*/


div#side {
	float: right;
	width: 220px;
}

div#side aside {
	margin-bottom:20px;
}


/*================================================================================

	// サイド　side QR

================================================================================*/

div#side aside#qr .inner {

}



div#side aside#qr p {
	text-align:center;
}

/*================================================================================

	// サイド　side　ランキング

================================================================================*/

#sideRanking .inner {
	padding:20px;
	height:500px;
}

#sideRanking ul li {
	display:block;
	width:130px;
	margin: 0px auto 20px;
}

#sideRanking div.number {
	text-align:center;
	width: 153px;
	margin-bottom:2px;
	margin-left: -15px;
	
}

#sideRanking div.number img {
	width: 153px;
	height: 32px;
}

#sideRanking ul li figure {
	position:relative;
	background:url(../../common/images/girl_bg.png);
	padding:5px 0;
	width:130px;
	text-align:center;
}

#sideRanking ul li figure img.iconNew {
	position:absolute;
	top:115px;
	left:5px;
	z-index:2;
}

#sideRanking ul li figure figcaption ul li {
	text-align:center;
	width:130px;
	padding:2px 0 0;
	margin:0;
}

#sideRanking ul li figure figcaption ul li.rankingToday { font-weight:bold; color:#f00;}
#sideRanking ul li figure figcaption ul li.rankingName {}
#sideRanking ul li figure figcaption ul li.rankingAge {}
#sideRanking ul li figure figcaption ul li.rankingSpec {font-size:93%;}

/*================================================================================

	// サイド　side　写メ日記

================================================================================*/

#sidePhotoDiary .inner {
	height:306px;
	padding:10px;
}

#sidePhotoDiary time {
	background: url(../../common/images/comment_bg.png) repeat scroll center bottom rgba(0, 0, 0, 0);
    clear: both;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    padding: 2px 5px;
}

#sidePhotoDiary div.photoDiaryName {
	font-size:131%;
	font-weight:bold;
	margin-bottom:5px;
}

#sidePhotoDiary div.photoDiaryTitle {
	margin-bottom:5px;
	padding-bottom:5px;
	font-weight:bold;
	border-bottom:1px dotted #666666;
}

#sidePhotoDiary figure {
	text-align:center;
}

#sidePhotoDiary figure img {
	margin-bottom:5px;
}

#sidePhotoDiary figure figcaption {
	text-align:left;
}


#sidePhotoDiary figure figcaption span.photoDiaryTxt {
	font-size:93%;
}

#sidePhotoDiary figure figcaption span.photoDiaryMore {
	display:block;
	text-align:right;
	padding-bottom:5px;
	margin-bottom:20px;
	font-size:85%;
}



/*================================================================================

	// サイド　sideMovie

================================================================================*/

#sideMovie .inner {
	padding:0;
	overflow:hidden;
}

#sideMovie .inner iframe,
#sideMovie .inner object {
	vertical-align:bottom;
}

/*================================================================================

	// サイド　sideNewGirls　新人情報

================================================================================*/


#sideNewGirls .inner {
	height:340px;
}

#sideNewGirls figure {
	text-align:center;
}

#sideNewGirls figure figcaption ul {
	margin-bottom:20px;
}

#sideNewGirls figure figcaption ul li {
	text-align:center;
}

#sideNewGirls figure figcaption ul li.newToday {
	color:#ff0000;
	font-weight:bold;
}









/*================================================================================

	// フッター footer

================================================================================*/


#footer {
	clear:both;
	background: #333439 url(../images/footer-bg.png) no-repeat center top;
}

#footer .inner {
	clear: both;
	width: 980px;
	padding: 55px 0 0;
	height:117px;
	margin: 0 auto;
}

#footer ul {
	overflow: hidden;
	line-height:30px;
	text-align:center;
	margin-bottom:20px;
}

#footer ul li {
	display:inline;
	text-align:center;
}

#footer ul li a{
	color: #e9cf72;
}

#footer ul li ul {
	display:inline;
}

#footer ul li ul li {
}


#footer ul li a {
	padding:0 5px;
}

/*================================================================================

	// コピーライト

================================================================================*/


#footer p {
	text-align:center;
	font-family: 'Cantata One', serif;
}

#footer p small {
	height: 12px;
	overflow: hidden;
	padding-top: 5px;
	font-size: 100%;
	line-height: 1;
	text-align:center;
}


#footer p small a {
	color: #8c8984;
	font-size:13px;
	text-decoration:none;
}


/*================================================================================

	// テーブルバナー対応

================================================================================*/


.box li td {
    vertical-align:middle;
    line-height:1;
}


/*================================================================================

	// パンくず追加_2015_02

================================================================================*/
ol.topic-path {
	margin:0;
	padding:7px 5px;
}

ol.topic-path li {
	padding-left:5px;
	display:inline;
}

ol.topic-path li:first-child {
	padding-left:25px;
	background:url(../images/topic-path-home.png) no-repeat left;
}

ol.topic-path li a {
	padding-right:18px;
	background:url(../images/topic-path.gif) no-repeat right;
}
