* { margin:0; padding:0; color:#000; font-family: HiraKakuProN-W3; }
img { border:none; }
ul,ol {	list-style-type:none;	}


body {
	-webkit-text-size-adjust:none;	/* 自動フォントサイズ調整 (100% | none | auto) */
	background-color:#c7e5e5;
}

a:link,
a:visited,
a:hover {
	color:#666;
	text-decoration:none;
	-webkit-tap-highlight-color:rgba(255,0,0,0.40);
}


#head {
	text-align:center;
}

/* 【上のメニュー】 */
#topmenu {	background:#c7e5e5 url(../image/topmenu_bk.jpg) repeat-x; height:44px; }
#topmenu ul { /*width:320px;*/ text-align:center; }
#topmenu li { display:inline;  }


h1{
	padding:2px;
	font-size:12px;
	font-family: HiraKakuProN-W3;
}

#underNavi { clear:both;}
#underNavi ul {
	margin:10px 5px 0;
	padding:0x;
	list-style-type:none;
}

#underNavi ul li a {
	display:block;
}

#underNavi ul li {
	text-align:center;
	background-color:#fff;
	border: solid 1px #a9abae;
	-webkit-border-radius:8px;
	padding:10px;
	margin-bottom:1px;
	font-size:14px;
/*	font-family: HiraKakuProN-W6;	*/
}
#underNavi ul li span {
	font-family: Arial Black;
	font-size:14px;
}


#foot {
	clear: both;
	color:#ccc;
	text-shadow: #333 1px 1px 2px;
	margin: 20px auto 0;
	padding: 5px;
	background-color:#00C0C0;
	font-size: 60%;
	text-align: center;
/*	color: #666;	*/
}


.title { padding:2px; background-color:#81d8d0; color:#666; text-shadow:#fff 1px 1px 2px; clear:both; }

.flickBox .moving {
	-webkit-transition: -webkit-transform .2s ease-out;
	-moz-transition: -moz-transform .2s ease-out;
}

.flickBox img {
	vertical-align: bottom;
	border: none;
}

/*  button  */
.button {
	-moz-user-select: none;
	-webkit-user-select: none;
	border-top: 1px solid #828282;
	background: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#616161), to(#333333));
	background: -moz-linear-gradient(top, #616161, #333333);
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #ccc;
	font-size: 14px;
	font-family: Georgia, serif;
	text-decoration: none;
	vertical-align: middle;
}

.button:hover {
	border-top-color: #4f4f4f;
	background: #4f4f4f;
	color: #ccc;
}

.button:active {
	border-top-color: #474747;
	background: #474747;
}


.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clr {
	clear: both;
}

	.nbody h1,
	.nbody h2,
	.nbody h3,
	.nbody h4,
	.nbody h5,
	.nbody h6 {
		color: initial;
		font-size: initial;
		font-weight: initial;
		padding: initial;
		margin: initial;
		font-weight: bolder;
	}
	.nbody h1	{ font-size: 2em; margin: .67em 0 }
	.nbody h2	{ font-size: 1.5em; margin: .75em 0 }
	.nbody h3	{ font-size: 1.17em; margin: .83em 0 }
	.nbody h4	{ margin: 1.12em 0 }
	.nbody h5	{ font-size: .83em; margin: 1.5em 0 }
	.nbody h6	{ font-size: .75em; margin: 1.67em 0 }


/* 【年齢確認ページ】
==============================================================================*/
/* いらっしゃいのメッセージ */
#welMas { margin-top:20px; margin-bottom:10px; text-align:center;}

/* 入る/出る の部分 */
ul#confAge {
/*	width:300px;*/
	margin:10px 10px 0;
	padding:0x;
	list-style-type:none;
}

ul#confAge li a {
	display:block;
}

ul#confAge li {
	text-align:center;
	background-color:#A7E5FF;
	border: solid 1px #a9abae;
	-webkit-border-radius: 8px;
	padding:10px;
	margin-bottom:5px;
	font-size:20px;
/*	font-family: HiraKakuProN-W6;	*/
}
ul#confAge li span {
	font-family: Arial Black;
	font-size:14px;
}

/* 【トップページ】
==============================================================================*/
/* お知らせ */
#topInfo { margin:0 5px 5px; }
#topInfo img { margin: 0 3px 3px 0;}
#topInfo > h2 { font-size:14pt;  }
#topInfo > h3 { font-size:10pt; text-align:right; }
#topInfo #topInfoMore { clear:both; text-align:right;  }


/* PickUP*/
#topPU { }
#topPU .nav {
	width: 100%;
	text-align: center;
}
#topPU .nav ul {
	width: 12em;
	padding-bottom: 10px;
	margin: 0 auto;
	background: #000;
	-webkit-border-bottom-left-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-bottom-left-radius: 16px;
	-moz-border-bottom-right-radius: 16px;
}
#topPU .nav ul li {
	display: inline-block;
	margin-bottom: 0;
	line-height: 20px;
	font-size: 14px;
}
#topPU .nav ul li a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#topPU .nav ul li.selected a { color: #dedede }
#topPU .containerOuter {
	position: relative;
	padding: 20px 0 20px;
/*
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#322f2c), to(#000));
	background: -moz-gradient(linear, left top, left bottom, from(#322f2c), to(#000));
*/
}
#topPU .container {
	position: relative;
	cursor: pointer;
}
#topPU .containerInner { }
#topPU .containerInner > div.item {
	text-align:center;
/*	width: 300px;*/
	width: 126px;
/*	height: 300px;*/
	height: 250px;
	margin: 0 10px;
	-moz-user-select: none;
	-webkit-user-select: none;
}
#topPU .item { position: relative; font-size:9pt; font-family: HiraKakuProN-W3; }
#topPU .item > ul >li {
	margin:0 3px;
	display:inline;
}

#topPU .item > span {
	position: absolute;
	width: 180px;
	padding: 10px;
	left: 0;
	bottom: 0;
	text-align: right;
	color: #fff;
	font-size: 10px;
}

#topPU .arrows {
	position: relative;
	padding: 0 8px;
	top: -26px;
}
#topPU .arrows > .prev { float: left }
#topPU .arrows > .next { float: right }

/* PickUP*/
#topRank { }
#topRank .nav {
	width: 100%;
	text-align: center;
}
#topRank .nav ul {
	width: 12em;
	padding-bottom: 10px;
	margin: 0 auto;
	background: #000;
	-webkit-border-bottom-left-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-bottom-left-radius: 16px;
	-moz-border-bottom-right-radius: 16px;
}
#topRank .nav ul li {
	display: inline-block;
	margin-bottom: 0;
	line-height: 20px;
	font-size: 14px;
}
#topRank .nav ul li a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#topRank .nav ul li.selected a { color: #dedede }
#topRank .containerOuter {
	position: relative;
	padding: 20px 0 20px;
/*
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#322f2c), to(#000));
	background: -moz-gradient(linear, left top, left bottom, from(#322f2c), to(#000));
*/
}
#topRank .container {
	position: relative;
	cursor: pointer;
}
#topRank .containerInner { }
#topRank .containerInner > div.item {
	text-align:center;
/*	width: 300px;	*/
	width: 126px;
/*	height: 300px;*/
	height: 250px;
	margin: 0 10px;
	-moz-user-select: none;
	-webkit-user-select: none;
}
#topRank .item { position: relative; font-size:9pt; font-family: HiraKakuProN-W3; }
#topRank .item > ul >li {
	margin:0 3px;
	display:inline;
}

#topRank .item > span {
	position: absolute;
	width: 180px;
	padding: 10px;
	left: 0;
	bottom: 0;
	text-align: right;
	color: #fff;
	font-size: 10px;
}

#topRank .arrows {
	position: relative;
	padding: 0 8px;
	top: -26px;
}
#topRank .arrows > .prev { float: left }
#topRank .arrows > .next { float: right }


/* 【女の子一覧】
==============================================================================*/
ul#girlList {/*width:300px; margin:auto;*/ text-align:center; }

/*ul#girlList li { margin:auto;}*/
ul#girlList li {
	text-align:center;
	border: solid 1px #a9abae;
	-webkit-border-radius: 2px;
	padding:1px;
	margin:1px 1px 1px 4px;
	font-family: HiraKakuProN-W3;
	float:left;
	width:90px;
	font-size:10pt;
}

ul#girlList li a {display:block;}
ul#girlList li span { font-size:8pt;}


/* 【女の子詳細】
==============================================================================*/
#detailName { font-size:12pt; }
#detailSize { font-size:10pt; }

#slideShow { }
#slideShow .nav {
	width: 100%;
	text-align: center;
}
#slideShow .nav ul {
	width: 12em;
	padding-bottom: 10px;
	margin: 0 auto;
	background: #000;
	-webkit-border-bottom-left-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-bottom-left-radius: 16px;
	-moz-border-bottom-right-radius: 16px;
}
#slideShow .nav ul li {
	display: inline-block;
	margin-bottom: 0;
	line-height: 20px;
	font-size: 14px;
}
#slideShow .nav ul li a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#slideShow .nav ul li.selected a { color: #dedede }
#slideShow .containerOuter {
	position: relative;
	padding: 20px 0 20px;
	background-color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#322f2c), to(#000));
	background: -moz-gradient(linear, left top, left bottom, from(#322f2c), to(#000));
}
#slideShow .container {
	position: relative;
	cursor: pointer;
}
#slideShow .containerInner { }
#slideShow .containerInner > div.item {
	width: 300px;
	height: 300px;
	margin: 0 10px;
	-moz-user-select: none;
	-webkit-user-select: none;
}
#slideShow .item { position: relative }
#slideShow .item > span {
	position: absolute;
	width: 180px;
	padding: 10px;
	left: 0;
	bottom: 0;
	text-align: right;
	color: #fff;
	font-size: 10px;
}
#slideShow .arrows {
	position: relative;
	padding: 0 8px;
	top: -26px;
}
#slideShow .arrows > .prev { float: left }
#slideShow .arrows > .next { float: right }

/*
.flickBox .item { width: 260px; }
.flickBox .moving {
	-webkit-transition: -webkit-transform .2s ease-out;
	 -moz-transition: -moz-transform .2s ease-out;
}

.flickBox .nav {
}

.flickBox .nav ul {
	list-style-type:none;
	text-align:center;
}

.flickBox .nav ul li {
	display:inline-block;
	margin:1px;
	/display:inline;
	/zoom:1;
}

.flickBox .item img {
	width:240px;
	height:360px;
	-webkit-box-shadow: 2px 2px 2px #666666;
	margin-bottom:10px;
}
*/

/* [プロフィール] */
#detail dl {
	text-align:left;
	border: solid 1px #a9abae;
	-webkit-border-radius:8px;
	padding:5px;
	margin:5px;
}

#detail dt {
	text-align:center;
	border: solid 1px #a9abae;
	-webkit-border-radius: 6px;
	background:#008b8b;
	color:#fff;
	padding:5px;
	font-size:12pt;
}


#detail dd table{
	width:100%;
	font-size:10pt;
}


#detail dd table th,
#detail dd table td {
	padding:10px;
}

#detail dd table th{
	vertical-align:top;
	font-weight:normal;
	text-align:left;
	width:40%;
	color:#fff;
	background-color:#5f9ea0;
}

#detail dd table td{
	background-color:#fff;
	line-height:1.3;
}



/* 【お知らせ】
==============================================================================*/
.infoDetail { margin:0 5px 5px; border-bottom:1px #999 solid; }
.infoDetail img { margin: 0 3px 3px 0;}
.infoDetail > h2 { font-size:11pt; background-color:#576d79; color:#fff; font-weight:normal; }
.infoDetail > h3 { font-size:10pt; text-align:right; background-color:#fff; }


/* 【料金案内】
==============================================================================*/
#price dl {
	text-align:left;
	border: solid 1px #a9abae;
	-webkit-border-radius:8px;
	padding:5px;
	margin:5px;
}

#price dt {
	text-align:center;
	border: solid 1px #a9abae;
	-webkit-border-radius: 6px;
	background:#008b8b;
	color:#fff;
	padding:5px;
	font-size:12pt;
}


#price dd table{
	width:100%;
	font-size:10pt;
}

#price dd table th,
#price dd table td {
	padding:10px;
}

#price dd table th{
	vertical-align:top;
	font-weight:normal;
	text-align:left;
	width:40%;
	color:#ffffff;
	background-color:#5f9ea0;
}

#price dd table td{
	background-color:#fff;
	line-height:1.3;
}


/* 【料金案内】
==============================================================================*/
#recruit { widht:100%; font-size:10pt; }
#recruit th,
#recruit td { padding:10px; }
#recruit th {
	vertical-align:top;
	font-weight:normal;
	text-align:left;
	width:40%;
	color:#ffffff;
	background-color:#5f9ea0;
}

#recruit td {
	background-color:#fff;
	line-height:1.3;
}
