@charset "utf-8";
/* 
CSS Information
 File name:      common.css
 Author:         Administrator
 Style Info:     Modify YUI Reset CSS, YUI Fonts CSS
 *http://yuilibrary.com/license/
 *version: 3.7.2 build: 5639
----------------------------------------------------- */
/* reset.css
****************************/

html {
	color:#000;
	background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin:0;
	padding:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
	display:block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}
legend {
	color:#000;
}

/* fonts.css
****************************/

body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}
select,input,button,textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/* base.css
****************************/

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

/* マージン・インデント */
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}

.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}

.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}

.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}

.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}

.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}

.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}

/* リンク */
a:link,a:visited,a:hover,a:active {color: #1b89cf;}
a:link,a:visited {text-decoration: none;}
a:hover {text-decoration: none;}

/* 要素設定 */
html,body {
	color: #333;
	text-align: center;
}
ul,dl,ol {
	text-indent: 0;
	list-style-position:outside;
}
th,td {
	vertical-align: top;
}
p {
	text-align: justify;
}

/* baseLayout
****************************/
body {
	background: url(../img/bg_body.jpg) no-repeat center top;
	line-height: 1.4;
}
#wrapper {
}

/* #header *****************/
#gHeader .catchcopy {
	background: #92f1ff;
	text-align: center;
	font-size: 85%;
}

#gHeader #headerBG {
	position: relative;
	overflow: hidden;
	height: 80px;
	background: url(../img/bg_header.png) no-repeat left top;
}

#gHeader h1 {
	padding-left: 40px;
	text-align: left;
}

#gHeader h1 img {
	vertical-align: bottom;
}

#gHeader #subNav {
	position: absolute;
	top: 10px;
	right: 0;
}

#gHeader #subNav li {
	float: left;
	padding-right: 5px;
}

#gHeader .info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background:  rgba(255,255,255,0.75);
	text-align: center;
	color: #008fbe;
	font-size: 93%;
}

/* #nav ********************/
#gNav ul {
	width: 100%;
	background: #61C5E7;
}

#gNav li {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
	border-right: 1px solid #239fc8;
	border-bottom: 1px solid #239fc8;
}

#gNav li a {
	display: block;
	padding: 8px 0 3px;
	border: 1px solid #62C6E6;
	background: url(../img/bg_gNav.png) no-repeat bottom;
	background-size: 100% auto;
}

/* #content ****************/
#content {
	background: #fff;
	text-align: left;
}
/* #aside ******************/
aside #menu {
	padding: 15px 0 0 15px;
	background: #ddf7ff;
}

aside #menu li {
	float: left;
	padding: 0 15px 15px 0;
}

/* #footer *****************/
#gFooter .time {
	padding: 3px;
	border-top: 1px dotted #92f1ff;
	color: #008fbe;
	text-align: center;
	font-size: 93%;
}

#gFooter #copyright {
	padding: 5px;
	background: #92f1ff;
	text-align: center;
}

#gFooter #copyright small {
	font-size: 93%;
}

/* 共通スタイル *****************/
.baseBtn {
	margin: 10px;
	border: 1px solid #32a9d0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #63c6e7;
	background: -moz-linear-gradient(top, #63c6e7, #32a9d0);
	background: -webkit-gradient(linear, left top, left bottom, from(#63c6e7), to(#32a9d0));
	background: linear-gradient(top, #63c6e7, #32a9d0);
}

.baseBtn a {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 123.1%;
	text-align: center;
}

.baseBtn a[href^="tel:"] {
	background: url(../img/icon/icon_phone.png) no-repeat 10px center;
	font-size: 131%;
}

.bnr {
	text-align: center;
}

p.bnr img {
	max-width: 100%;
}

.title {
	padding: 3px 10px;
	margin-bottom: 10px;
	border-top: 2px solid #4897c0;
	border-bottom: 1px solid #e8f1f2;
	background: #ecf9f9 url(../img/bg_title.png) repeat-x top;
	color: #005c7a;
	font-size: 108%;
}

.subTitle {
	padding: 3px 10px;
	background: #ebfdff;
	border-bottom: 1px solid #d1faff;
	font-size: 108%;
	color: #10aadc;
}

.girlsList {
	padding-left: 12px;
}

.girlsList li {
	overflow: hidden;
	float: left;
	width: 90px;
	margin: 0 12px 10px 0;
}

.girlsList li a {
	display: block;
	color: #333;
}

.girlsList .photo {
	overflow: hidden;
	display: block;
	width: 90px;
	height: 120px;
	margin-bottom: 3px;
}

.girlsList .photo img {
	max-width: 90px;
}

.girlsList .data {
	overflow: hidden;
	display: block;
	width: 84px;
	height: 4.2em;
	padding: 2px 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #ddf7ff;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-size: 77%;
}

.girlsList .data em {
	color: #1b89cf;
}

#loading {
	display: none;
}