@charset "utf-8";
/* レイアウトサイズ

         1   
210px  100% 
┏━━━━━━━━━━━┓

*/

/*
基本カラー1：		#ff254d
基本カラー2：		#ff254d
アクセントカラー1	
アクセントカラー2	
アクセントカラー3

囲い線			 #c2c2c2;
*/


/* web fonts
======================================================= */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,400italic);

/*===================================================== */
/* html tags
======================================================= */
/* タグ初期化 設定*/
html{
	height: 100%;
	padding:0;
	margin: 0;
}

body {
	position: relative;
	text-align:left;
	padding:0;
	margin:0;
	
	line-height:1.3em;
	background:/*url(../images/common/bg.jpg)*/ #FFF top center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a{
	text-decoration:none;
	color:#2e0303;
}
a:hover{
	color:#520707;
	text-decoration:underline;
}
h1,h2,h3,h4,h5{margin:0;padding:0;}
h2{
	margin:30px auto 30px;
	padding:0 0 0 10px;
	font-weight: 100;
	font-size: 13px;
	line-height: 1;
	border-left: 4px solid #353535;
}
h3{}
p,ul,li{margin:0;padding:0;}
li{list-style:none;}
img{border:0;}
table{border-collapse: collapse;}
th,td{padding:2%;}


/* クリアフィックス */

/*【clearfix決定版】*/
section:after,article:after,#wrapper:after,#container:after,#inner:after,.section:after,.wrap:after,.inner:after,#navi:after,#footer .footMenu:after{
	content:url(../images/spacer.gif);/* 1x1の透過gif */
	display:block;
	clear:both;
	height:0;
}
.clearfix:after{
	content:url(../images/spacer.gif);/* 1x1の透過gif */
	display:block;
	clear:both;
	height:0;
}
/*【clearfix for IE7 over】*/
.clearfix_for_ie7{zoom: 1;}


/* ユーティリティ */
.inner{width:auto;}
.section{width:auto;}    /*囲み*/
.wrap{width:auto;} 		/*大囲み*/
.box{float:left;}　     /*float用小枠*/
.left{float:left;}　　 /*左寄せ*/
.right{float:right;}　/*右寄せ*/
.clear{clear:both;}　/*解除*/
.d_table{display: table; table-layout: auto;}
.d_tcell{display: table-cell;}

.circle{     /*角丸*/
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
/*===================================================== */
/* 共通設定
======================================================= */

/* 女の子ボックス */

.img{ position:relative;margin:0 0 10px;}
.name{ margin:0 0 10px;}
.age{}
.size{}
.time{}

/* icon */

.img .new_icon{
	position: absolute;
	top:0;
	left:0;
}
.cast_icon{
	float:left;
}
/*【clearfix決定版】*/
.cast_icon:after{
	content:url(../images/spacer.gif);/* 1x1の透過gif */
	display:block;
	clear:both;
	height:0;
}

/* new icon */

.img .new{
	position:absolute;
	top:-1px;
	left:-2px;
}
.img .new img{
	width:90%;
}




/* pageNavi */

.pageNavi{
	position:relative;
	clear:both;
	width:250px;
	padding:30px 0;
	margin:auto;
	text-align:center;
	color:#FF77AE;
	font-size:20px;
}
.pageNavi b{
}
.pageNavi u{
	color:#484848;
}
.pageNavi a{
	color:#F854A0;
}
.pageNavi img.prev{
	position:absolute;
	top:20px;
	left:0;
}
.pageNavi img.next{
	position:absolute;
	top:20px;
	right:0;
}

/*===================================================== */
/* LAYOUT
======================================================= */

#wrapper{
	width:100%;
	margin:auto;
	background:#FFF;
	
}
header#header{
	width:1090px;
	margin:0 auto 20px;
	padding:20px 0;
	background:#fff;
}
#container{
	width:1090px;
	margin:auto;
}
#inner{	/* conentsの内枠 */
	width:auto;	
	margin:auto;
	padding:0;
}

/*===================================================== */
/* DESIGN
======================================================= */
#upper{
	padding:2px 10px;
	background:#151515;
	color: #FFF;
	font-size:11px;
}

/* header
======================================================= */


/* logo */

#header .logo{
	float:left;
	width:660px;
}

#header .caution{
	float:right;
	width:300px;
	margin-top:30px;
	padding:10px 10px 10px 90px;
	background:url(../images/kin.png) no-repeat 15px center;
	border: 1px solid #06c7c4;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size: 12px;
	line-height: 1.6;
	color:#0f7a78;
}
/* main
======================================================= */
.main{
		margin: 0 0 35px;
}
.box{
	width:260px;
	height:376px;
	margin:0 2px 5px;
	padding:3px;
	border: 1px solid #ddd;
}
.box .img{
	margin:0;
}
.box .img img{
	margin:0;
}
.box .enter{
	margin:0;
}

/* recruit
======================================================= */
.recruit{
	width:700px;
	margin: 0 auto 35px;
}



/*===================================================== */
/* footer
======================================================= */

#footer{
	clear:both;
	width:100%;
	
	
	padding:20px 0;	
	color: #353535;
	background:#f4f4e7;
}
#footer #footMenu{
	width:1180px;
	margin:0px auto 20px;
	padding: 15px 15px;

	
}

/* footerInfo */

/* footer navi */

#footer #footMenu #footer_naviArea{
	width:100%;
	margin:0px auto 0px ;
}
#footer #footMenu ul.footer_navi{
	display: table;
	width:100%;
	text-align:left;
	margin:0 0 25px;
}

#footer #footMenu ul.footer_navi li{
	display: table-cell;
	width:auto;
	margin:0 ;
	padding:1% 0.5%;
	line-height:1.8;
	font-size:12px;
	color:#353535;
	text-align:center;
	/*list-style-image:url(../images/common/footer/navi_icon.png);*/
}

#footer #footMenu ul.footer_navi li:nth-last-child(1){
	border: none;
}
#footer #footMenu ul.footer_navi li ruby{
	display:block;
	font-size:11px;
	color:#353535;
}
#footer #footMenu ul.footer_navi li a{
	color:#353535;
}
#footer #footMenu a:visited{
	text-decoration:none;
}
#footer #footMenu a:link{
	text-decoration:none;
}
#footer #footMenu a:hover{
	text-decoration:underline;
}
/* footer login */
#footer .login{
	display:inline-block;
	margin-left:20px;
}
#footer .login a.login{
	display: inline-block;
	width:110px;
	padding:10px 12px 10px 30px;
	color: #353535;
	background:url(../images/common/header/login_icon.png) no-repeat 5px center;
	font-size: 12px;
	line-height: 1;
	text-decoration:none;
	text-align:center;
	border: 1px solid #484848;
}
#footer .login a.login:hover{
	background:url(../images/common/header/login_icon.png) no-repeat 5px center #f2f2f2;
}
#footer .login a.regist{
	display: inline-block;
	width:110px;
	padding:10px 12px 10px 30px;
	color: #353535;
	background:url(../images/common/header/regist_icon.png) no-repeat 5px center;
	font-size: 12px;
	line-height: 1;
	text-decoration:none;
	text-align:center;
	border: 1px solid #484848;
}
#footer .login a.regist:hover{
	background:url(../images/common/header/regist_icon.png) no-repeat 5px center #f2f2f2;
}


/* footer reservation */

#footer .reservation{
	display: inline-block;
	margin-left:60px;
}
#footer .reservation a{
	display: block;
	width:80px;
	padding:8px 12px 8px 40px;
	background:url(../images/common/header/icon_reservation.png) no-repeat 7px center #353535;
	font-size: 12px;
	line-height: 1;
	text-decoration:none;
	border-radius: 5px;
	color: #fff;
}
#footer .reservation a:hover{
	background:url(../images/common/header/icon_reservation.png) no-repeat 7px center #555;
}

/* contact */

#footer .contact{
	display: inline-block;
	margin-left:20px;
}
#footer .contact a{
	display: block;
	width:80px;
	padding:8px 12px 8px 40px;
	background:url(../images/common/header/icon_contact.png) no-repeat 7px center #353535;
	font-size: 12px;
	line-height: 1;
	text-decoration:none;
	border-radius: 5px;
	color: #fff;
}
#footer .contact a:hover{
	background:url(../images/common/header/icon_contact.png) no-repeat 7px center #555;
}

/* underarea */

#footer #underArea{
	width:1060px;
	margin: auto;
	/*background:#e05e9e;*/
	padding:0;
	color: #353535;
}

#footer #footer_logo{
	float: left;
	width:320px;
}

/* contactArea */

#footer #contactArea{
	float: left;
	width:640px;
	margin:0 0 20px 30px;
	padding-top:30px;
	font-size: 11px;
}

#footer #contactArea span.tel{
	font-size: 16px;
	font-weight: bold;
}
#footer #contactArea span.open{
	font-size: 16px;
	font-weight: bold;
}
/*
#footer #contactArea dl{
	width:850px;
	margin:auto;
}
#footer #contactArea dt{
	display:inline-block;
	margin-right:10px;
	padding:0;
	color:#fff;
}
#footer #contactArea dd{
	display:inline-block;
	margin-right:40px;
	margin-left:0;
	padding:0;
	font-size:28px;
	font-weight:bold;
	color:#fff;	
}
*/

/* meigo */

#footer .meigo{
	float: right;
	width:200px;
	margin:0 0 20px 30px;
	font-size: 11px;
	line-height: 1.2;
}
/* ###スペシャルリンク################################################# */
#footer #specialLink{
	float:right;
	padding:0 ;
}

/* ###コピーライト##################################################### */
#footer #copyright{
	text-align:center;
	padding:8px;
	font-size:11px;
}