* { margin:0; padding:0;  }
img { border:none; }
ul,ol {	list-style-type:none;	}


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

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


#headtop {
	width: 100%;
	text-align:center;
	background-color: #333;
	position: fixed;
}

#head {
	width: 100%;
	height: 40px;
	text-align:center;
	background-color: #333;
	position: fixed;
    z-index: 9999;
	top: 0;
}
#head img {
	vertical-align: middle;
}

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 {
	text-align: center;
	color: #fff;
	clear: both;
	margin: 20px auto 30px;
	padding: 5px 0 0 0;
	background-color: #6600;
	font-size: 70%;
}

#foot #copy {
	text-align: center;
	color: #4a3e2a;
	background-color: #6600;
	padding-top: 3px;
	padding-bottom: 3px;
}

.title { padding:2px; background-color:#a97419; color:#fff; /*text-shadow:#fff 1px 1px 2px;*/ text-align: center; 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;
}


/* menu button decolation */
#menubtn {
	float: left;
	position:relative;
	display: block;
	padding: .5em;
	margin: .2em .2em .2em .5em;
	background-color: #c69a53;
	padding: .2em;
    -webkit-border-radius: .3em;
       -moz-border-radius: .3em;
         -o-border-radius: .3em;
            border-radius: .3em;
}
#menubtn img { margin: -.4em .2em .2em .2em; }

/* sidr menu decolation */
#menu { display: block; }
#menu img { margin-top: 40px ; }

#menu ul {}
#menu li {}
#menu li#tit { font-size: 80%; text-align: center; }

#line { border: 5px solid #dcc283; margin-bottom: .5em; }



#fmenu { position: fixed; bottom: 0;
	display: flex;
	align-items: center;
	width: 100%;

	background-color: #333;
}

#fmenu div { width: 25%;  text-align: center; border-left: 1px #666 solid; line-height: 1; }

#fmenu div a {
	display: block;
	padding: 10px 0;
}


#header_info {
	padding: 5px 0 4px;
	width: 99%;
	margin: 50px auto 0;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8110a+0,550603+50,420200+51,8b110d+100 */
	background: #d8110a; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #d8110a 0%, #550603 50%, #420200 51%, #8b110d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #d8110a 0%,#550603 50%,#420200 51%,#8b110d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #d8110a 0%,#550603 50%,#420200 51%,#8b110d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8110a', endColorstr='#8b110d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	border-right: 1px solid rgba(0, 0, 0, 0.5);
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

#header_info p {
	line-height: 1.0;
	padding: 0.25em 0;
	display: block;
	display: inline-block;
}

#header_info .time {
	margin-right: 5px;
}

#header_info a {
	font-size: 18px;
	padding: 0;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
	display: inline-block;
}

#header_info a:hover {
	text-decoration: none;
}

#header_info i {
	font-size: 18px;
	margin-right: 0.2em;
	display: inline-block;
}



/* 共通スタイル
==============================================================================*/
/* contents */
.contents {
	padding: .5em;
	margin-bottom: 1em;
}
.contents p {
	line-height: 1.3em;
}

/* object center */
.centr {
	display: block;
	margin: auto;
}

/* list */
.disc { list-style: disc outside; margin-left: 2em; }
.decmal { list-style: decimal outside; margin-left: 2em ; }

/* scale */
.scl100 { width: 100%; }
.scl80 { width: 80%; }
.scl50 { width: 50%; }

.f10{font-size:10px;}
.f14{font-size:14px;}
.f20{font-size:20px;}
.f25{font-size:25px;}

.btm10 {	margin-bottom: 10px;}
.btm20 {	margin-bottom: 20px;}
.topbtm20 {	margin: 20px 0;}

.inputWidth {
	width: 90%;
}

.fred{color:#FF0033;}
.fpink{color:#FF0066;}

.fbold{font-weight:bold;}


* flame */
.flm { border: 1px solid #999; }

/* margine */
#mhead { margin-top: 40px; }		/* for header only */
.mtop { margin-top: 1em; }
.mbtm { margin-bottom: 1em; }

/* float */
.fr { float: right; }
.fl { float: left; }

#headLine {
/*
	background: url(../img/bg_headline.jpg) no-repeat;
	width: 870px;
*/
	height:26px;
/*	padding-top: 39px;*/
	margin:0 auto 5px;
}
#headLine ul.marquee {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
/*	width: 862px;*/
	width: 100%;
	height: 22px;
	border: 0;
}
#headLine ul.marquee li {
	margin: 0;
	list-style:none;
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap;
	padding: 5px;
}



/* 【年齢確認ページ】
==============================================================================*/
/* いらっしゃいのメッセージ */
#welMas { text-align:center; font-size: 70%; color: #999; }


/* 【トップページ】
==============================================================================*/
/* お知らせ */
#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 { text-align:center; }
#pickup table { margin:auto;  }

/* 【女の子一覧】
==============================================================================*/
#girlList {
	display: flex;
	flex-wrap:wrap;
}

#girlList li {
	width: 110px;
	margin: 1px;

	text-align:center;
	border: solid 1px #a9abae;
	font-size:10pt;
}
/*
#girlList table { border-collapse: collapse; width: 90px; margin:0; padding:0; }
#girlList table td { width: 50%; }
#girlList table td img { width: 100%; }
*/

#girlList li img { width: 110px; vertical-align: bottom; }

/* 【出勤情報】
==============================================================================*/
#btnDate { display: flex; flex-wrap:wrap; }
#btnDate li {
	margin: 2px;
	border-radius: 5px;
	background: #60B99A;
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;

	justify-content: space-between;
}

#btnDate li a { /*text-decoration: underline;*/ color: #00f; }


/* 【女の子詳細】
==============================================================================*/
ul.profOption {
	display: flex;
	flex-wrap:wrap;

/*
	list-style:none;
	width:546px;
	overflow:auto;
	margin-bottom:20px;
*/
}

ul.profOption li {
	width:90px;
	height:13px;
	padding-top:2px;

/*
	float:left;
*/
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	margin:0 1px 1px 0;
}

ul.profOption li.opOn {
	background: url(../../common/img/op_on.jpg) repeat-x;
}

ul.profOption li.opOff {
	background: url(../../common/img/op_off.jpg) repeat-x;
}

table.scheTbl {
	border-collapse: collapse;
	border: solid 1px #000000;
	color:#FFFFFF;
    line-height: 1.2;
	width: 100%;
}

table.scheTbl th {
	padding: 2px 0;
/*	width: 76px;*/
	width: 14%;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color:#333333;
}

table.scheTbl td {
	padding: 2px 0;
	border-right: solid 1px #000000;
	text-align:center;
	background-color:#666666;
}

table.scheTbl th.todayBg, table.scheTbl td.todayBg{background-color:#990000;}







#detailName { font-size:12pt; }
/*	今回はナビゲーションに入れた
#detailSize { font-size:10pt; }
#detailForm { font-size:10pt; }
#detailType   { 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;
	text-align:center;
}
#slideShow .containerInner > div.item img { width: 240px; }	// 表示範囲を超える画像を使うので表示する際画像サイズを決めてやる


#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: -40px;
}
#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 #a97419;
	-webkit-border-radius:8px;
	padding:5px;
	margin:5px;
}

#detail dt {
	text-align:center;
	border: solid 1px #a97419;
	-webkit-border-radius: 6px;
	background:#a97419;
	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:#000;
	background-color:#dcc283;
}

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

.play {}
.play th { width:30%; }
.play td { width:3%;}

/* 新人情報
------------------------------------------------------------------------ */
ul.newfaceList{
	display: flex;
	flex-wrap:wrap;
}

ul.newfaceList li{
	width:375px;
	margin:0 0 2px;
}

.newfaceBox{
	width:365px;
	padding:2px;
	background-color:#FFFFFF;
}

.newfaceBox table td { vertical-align: top; }

.nfPhoto{
}

.nfPhotoS{
	line-height: 0;
}

.nfName{
	border-bottom:1px solid #333333;
/*	width:170px;*/
	padding-bottom:4px;
	line-height:1.4;
	color:#333333;
	font-size:14px;
}

.nfCmt{
/*	width:170px;*/
	height:260px;
	overflow:auto;
	line-height:1.4;
	color:#333333;
}



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


/* 【システム】
==============================================================================*/
#sysnavi { display: flex; }
#sysnavi li { flex: 1; }

/*--------------*/
/*	ルール	*/
/*--------------*/
#rule_tbl {}
#rule_tbl td { width: 100%; font-size: 80% ; color: #666; }
#rule_tbl td.icon { width: 10px; }

#rulecom { margin-left: .5em; font-size: 90% ; line-height: 2em; }


/* イベント
------------------------------------------------------------------------ */
ul.eventList{
	list-style:none;
/*	margin-left:10px;*/
/*	width:100%;*/
}

ul.eventList li{
	padding-bottom:20px;
	border-bottom:4px dotted #CC9900;
	margin-bottom:25px;

    line-height: 1.6;

}
.eventTitle{color: #FF0066; border-bottom:1px solid #FF0066; font-weight:bold; margin-bottom:10px;}

ul.eventList li img { width: 100%; }

.eventDate{color:#CC9900;font-size:12px; margin-bottom:10px; text-align:right; font-weight:bold;}

/* 【求人案内】
==============================================================================*/
.recTxt{
	line-height:1.4;
		margin-top:20px;
}


/*--------------*/
/*	出勤予定	*/
/*--------------*/
.tab { width:98%; margin: auto; margin-bottom:1em;}
.tab th,
.tab td { text-align:center;  width: calc(100% / 3); height: 30px; vertical-align: bottom; }
.tab th { color:#ffffff; background-color:#631f2b; font-weight:normal;}
.tab td { background-color:#dd93a0; }
.tab a.blocklink { display:block; width:100%; padding-top: 10px; height:100%; text-decoration:none; /*color:#fff;*/ }
.tab a:hover { background-color:#be3b52;}

.sys_box { width:100%; margin-left:16px;margin-right:16px; background:#fff; padding:6px; color:#404040; line-height:14pt; text-align:left;border:1px #999 solid;}

/* リンクリスト
------------------------------------------------------------------------ */
.link-wrap {
	margin: 0 auto;
	padding: 10px 0;
}

.link-wrap textarea { width: 100%; height: 3em; }

ul.linkList2 {
}
ul.linkList2 li {
}



/* メルマガ
------------------------------------------------------------------------ */
.domain {list-style-type: decimal; margin-bottom: 1.5em;}
.domain li { margin-left: 2em; }

/* ご予約
------------------------------------------------------------------------ */
.contact { widtn: 100%;	font-size:14px; color: #000; }
.contact dt { background-color:#EEEEEE; line-height: 1.5; padding: 5px; border-radius: 5px; }
.contact dt span { margin-left: 1em;}
.contact dd {
	padding: 10px 0 10px 10px;
	line-height: 1.5;
	color: #fff;
}

.formBtn{
	margin:20px auto;
	text-align:center;
}

.thanksBox {
	margin-top:30px;
	margin-bottom:60px;
	text-align: center;
	font-size:14px;
	line-height:1.8;
}

/* アクセス
------------------------------------------------------------------------ */
.maptit { background-color: #7F7F7F; color: #fff; padding: 3px;  }
.maparea { margin-bottom: 2em;}
.mapbtn {
	display:block;
	border: 1px solid #DDD;
	padding: 10px 0;
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	color:#FFF;

border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
