@charset "utf-8";
/* 
01 layout
02 header
03 contents
04 footer
05 infiniterLoading
*/
/* 共通スタイル
------------------------------------------------------------*/
*{word-break: break-word;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
a{-webkit-tap-highlight-color:rgba(50,35,240,0.6);}
a:link{}
a:visited{}
a:hover{}
a:active{}

img{vertical-align:top;}
textarea {
	width: 100% ;
	height: 100px ;
	margin-bottom: 10px ;
}
input[type="text"],textarea,select {
	color: #5a5c63;
	font-size: 100% ;
	width: 100% ;
	padding: 3px ;
	border: 1px solid #999999 ;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset ;
	-webkit-box-sizing: border-box;
}

/* 書式設定
------------------------------------------------------------*/
.taLeft 	{text-align: left;}
.taCenter {text-align: center;}
.taRight 	{text-align: right;}

.fwNormal {font-weight: normal;}
.fwBold		{font-weight: bold;}

.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

.clear { clear:both; }
.floatL { float:left; }
.floatR { float:right; }

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* 01 layout
------------------------------------------------------------*/
/*
基本サイズ12px	基本サイズ13px	基本サイズ14px	基本サイズ16px
10px 	 84%			10px 	 77%			10px 	 72%			10px 	 63%
11px 	 92%			11px 	 85%			11px 	 79%			11px 	 69%
12px 	100%			12px 	 93%			12px 	 86%			12px 	 75%
13px 	109%			13px 	100%			13px 	 93%			13px 	 81%
14px 	117%			14px 	108%			14px 	100%			14px 	 88%
15px 	125%			15px 	116%			15px 	108%			15px 	 94%
16px 	134%			16px 	124%			16px 	115%			16px 	100%
17px 	142%			17px 	131%			17px 	122%			17px 	106%
18px 	150%			18px 	139%			18px 	129%			18px 	113%
19px 	159%			19px 	147%			19px 	136%			19px 	119%
20px 	167%			20px 	154%			20px 	143%			20px 	125%
21px 	175%			21px 	162%			21px 	150%			21px 	131%
22px 	184%			22px 	170%			22px 	158%			22px 	138%
23px 	192%			23px 	177%			23px 	165%			23px 	144%
24px 	200%			24px 	185%			24px 	172%			24px 	150%
25px 	209%			25px 	193%			25px 	179%			25px 	156%
26px 	217%			26px 	200%			26px 	186%			26px 	163%
-------------------------------------------------------*/
body{
	text-align: center;
	line-height: 1.3;
	font-size:16px;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	-webkit-text-size-adjust: none;
	color:#333333;
	background: url(../img/common/bg.png) 50% 0 repeat;
}
#ladylistWrap{position: relative;}
#ladylistWrap #wrapper header #headNav{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
}
#wrapper {
	min-width:320px;
	text-align:left;
}

/* 02 header
------------------------------------------------------------*/
header {text-align:center;}
header #headNav{
	border-bottom:2px solid #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #00392b), color-stop(0.00, #167d64));
	background: -webkit-linear-gradient(#167d64, #00392b);
	background: linear-gradient(#167d64, #00392b);
	box-shadow:0 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.4);
	z-index: 99999;
}
header #headNav ul{
	min-width:320px;
	letter-spacing: -.40em;
}
header #headNav ul li{
	display:inline-block;
	letter-spacing:normal;
}
header #headNav ul li:not(:last-child){border-right:1px solid #fff;}
header #headNav ul li a{
	padding:12px 4px 7px;
	display:block;
}
#headinfo{
	min-width:320px;
	height:83px;
	border-bottom: 5px solid #a00000;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eff8fd), color-stop(0.00, #17aeff));
	background: -webkit-linear-gradient(#17aeff, #eff8fd);
	background: linear-gradient(#17aeff, #eff8fd);
}
#headinfoInner{background: url(../img/common/com_stand.png) 0 0 no-repeat;}
#headinfoInner:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#headinfoInner h1{float:left;}
#headinfoInner ul{
	padding-top:15px;
	float:right;
}
#headinfoInner ul li{float:left;}
#headinfoInner ul li:not(:first-child){padding-left:3px;}

/* 03 contents
------------------------------------------------------------*/
body#ind #contents{padding-bottom: 20px;}
body#sm #contents{padding-bottom: 0;}
#contents {
	padding: 0;
	text-align: center;
}
.tCheck{
	padding-bottom: 6px;
	background: url(../img/title/titlebg_check.png) 50% 100% repeat-x;
}
.tBlue{
	padding-bottom: 6px;
	background: url(../img/title/titlebg_blue.png) 50% 100% repeat-x;
}
.tCre{
	padding-bottom: 6px;
	background: url(../img/title/titlebg_cre.png) 50% 100% repeat-x;
}
.tSB{
	padding-bottom: 6px;
	background: url(../img/title/titlebg_sky.png) 50% 100% repeat-x;
}

/* 04 footer
------------------------------------------------------------*/
#inspection{
	padding: 5px 0 45px;
	text-align: center;
}
footer {
	text-align: center;
	background: #000;
	position: relative;
}
footer #pagetop{
	height: 1.5em;
	line-height: 1.5em;
	padding: 0 10px;
	position: absolute;
	top: -1.5em;
	right: 1em;
	background: #00392b;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	display: block;
	color: #ffffff;
}
footer #pagetop a{
	text-decoration: none;
	color: #ffffff;
}
footer #copyright{border-top: 2px solid #a00000;}
#ftNav{padding-top: 5px; color: #fff;}
{display: inline-block;}
#ftNav li{display: inline-block;}
#ftNav li:not(:last-child):after{content: "｜";}
#ftNav li a{
	font-size: 88%;
	color: #fff;
	text-decoration: none;
}
#swMob{
	margin-top: 10px;
	display:inline-block;
}
#swMob a{
	padding: 5px 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c0c0c0), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #c0c0c0);
	background: linear-gradient(#fff, #c0c0c0);
	-webkit-border-radius: 1em;
	border-radius: 1em;
	text-decoration: none;
	color: #333333;
	display: block;
}
#swPc{
	margin-top: 10px;
	display:inline-block;
}
#swPc a{
	padding: 5px 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c0c0c0), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #c0c0c0);
	background: linear-gradient(#fff, #c0c0c0);
	-webkit-border-radius: 1em;
	border-radius: 1em;
	text-decoration: none;
	color: #333333;
	display: block;
}
#ftnotes{
	padding-top: 10px;
	font-size: 75%;
	color: #fff;
}

footer small{
	padding: 5px 0;
	display: block;
	font-size: 75%;
	color:#cb9902;
}
footer small a{	color:#cb9902;}

/* 05 infiniterLoading
------------------------------------------------------------*/
.loading{
  color: #ffffff;
  font-size: 10px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: loadAnimation 1.3s infinite linear;
  animation: loadAnimation 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes loadAnimation {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes loadAnimation {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}