@charset "utf-8";

body , div , dl , dt , dd , ul , ol , li , a, h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , select,option, p , blockquote , th , td , button{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	font-weight:normal;
	font-family:Helvetica,Arial,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,sans-serif;
	vertical-align:text-top;
}
a, h1 , h2 , h3 , h4 , h5 , h6 , form, input , textarea , select,option, p , th , td ,span, button{
	letter-spacing:1.3px;
}
html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body {
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
}
ul{
	font-size:0px;
}
li{
	font-size:12px;
	letter-spacing:1.0px;
}
fieldset , img {
	border: 0;
	vertical-align: bottom;
}

address , caption , cite , code , dfn , em , strong , th , var {
	font-style: normal;
	font-weight: normal;
}
a{
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:hover,a:focus {
	color:#6aacea;
}
a li{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a li:hover,a li:focus {
	color:#6aacea;
}
ol , ul {
	list-style: none;
}

caption , th , p{
	text-align: left;
}

q:before , q:after {
	content: '';
}
abbr , acronym {
	border: 0;
}

/*========================================================================================
									common
========================================================================================*/

/* page
--------------------------------------------------*/
.PageMain{
	border:2px solid #E7E7E7;
	border-radius:6px;
	box-sizing:border-box;
}
.PageMainCon{
	width:98%;
	padding:10px 1%;
	overflow:auto;
}
.subTitle{
	width:100%;
	border-bottom:3px solid #999;
	margin-bottom:20px;
	clear:both;
}
h2{
	font-size:14px;
	width:250px;
	margin-bottom:-3px;
	border-bottom:3px solid #6aacea;
	color:#6aacea;
}
.GirlSp h2{
	border-bottom:3px solid #f399ac;
	color:#f399ac;
}
.content{
	width:96%;
	margin:0 auto;
}
.imgFixSize{
	overflow:hidden;
	margin:0 auto;
}
.imgFixSize img{
	width:100%;
}
.pcNone{
	display:none;
}
.hankaku{
	ime-mode:disabled;
}
.zenkaku{
	ime-mode:active;
}
.ok_option{
	color:#0000ff;
	font-weight:bold;
}
.ng_option{
	color:#999999;
}

#alert_error{
	font-size:18px;
	text-align: center;
	color:#ff0000;
}

.AdSection{
	width:100%;
	margin:0px auto;
	text-align:center;
}
.AdSection div{
	margin:0 auto !important;
}
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
.content{
	width:98%;
}
.spNone{
	display:none !important;
}
.pcNone{
	display:inherit;
}
}

/* AD
--------------------------------------------------*/
.AdSection{
	padding:10px 0;
	text-align:center;
	width:100%;
}
.AdSection img{
	max-width:100%;
}

/* Btn
--------------------------------------------------*/
.width50{
	width:50px !important;
}
.width60{
	width:60px !important;
}
.width70{
	width:70px !important;
}
.width80{
	width:80px !important;
}
.width90{
	width:90px !important;
}
.widthAll{
	width:100% !important;
}

@media screen and (max-width: 767px) {
.width60{
	width:50px !important;
}
}
/* Btn
--------------------------------------------------*/
.btn{
	padding:3px 5px;
	text-align:center;
	cursor:pointer;
	background:#6aacea;
	color:#fff;
	border:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.btn:hover,.btn:focus {
	background:#4b8ac4;	
}

.GirlSp .btn{
	background:#f399ac;
}
.GirlSp .btn:hover,.GirlSp .btn:focus {
	background:#d6788c;	
}

.btnSubmit{
	margin-top:30px;
	font-size:20px;
	padding:10px 0;
}

.btnSubmitDel{
	background:#acacac;
	padding:5px 8px;
	margin-top:10px;
	font-size:16px;
	padding:7px 0;
}
.btnSubmitDel:hover,.btnSubmitDel:focus {
	background:#8c8c8c;
}

.btnConfig{
	background:#ffaa56 !important;
	padding:5px 8px;
}
.btnConfig:hover,.btnConfig:focus {
	background:#EE792B !important;
}

.btnInsConfig{
	background:#a7cb60;
	padding:5px 8px;
}
.btnInsConfig:hover,.btnInsConfig:focus {
	background:#8bac49;
}

.btnSerConfig{
	background:#f399ac;
	padding:5px 8px;
}
.btnSerConfig:hover,.btnSerConfig:focus {
	background:#d6788c;
}

.btnInsConfigOpen{
	padding:5px 8px;
	background:url(../img/other/plus.png) no-repeat #a7cb60;
	background-size:contain;
}
.btnInsConfigOpen:hover,.btnInsConfigOpen:focus {
	background:url(../img/other/plus.png) no-repeat #8bac49;
	background-size:contain;
}
.btnInsConfigOpenActive{
	display:none;
}



/* form
--------------------------------------------------*/
input[type="text"], input[type='password'], input[type='tel']{
	padding:3px 5px;
	border:2px solid #6aacea;
	border-radius:4px;
	box-sizing:border-box;
}
select{
	border:2px solid #6aacea;
	border-radius:4px;
	box-sizing:border-box;
}
select option{
	padding:3px 5px;
}
textarea{
	padding:5px;
	border:2px solid #6aacea;
	border-radius:4px;
	box-sizing:border-box;
}

.GirlSp input[type="text"], .GirlSp input[type='password']{
	border:2px solid #f399ac;
}
.GirlSp select{
	border:2px solid #f399ac;
}
.GirlSp textarea{
	border:2px solid #f399ac;
}

/* tooltip
--------------------------------------------------*/

.tooltip{
	color:#fff;
	cursor:pointer;
}
.tooltip_content{
	display:none;
}

/* configSec
--------------------------------------------------*/
.configSec{
	width:100%;
	padding:10px 0;
	margin-bottom:20px;
	background:url(../img/other/confBg.png) no-repeat #E7E7E7;
	background-size:contain;
	overflow:auto;
}
.configSec table{
	width:auto;
	margin:0 auto;
}
.configSec table tr{
	border:none;
}
.configSec table td{
	padding:0 5px;
}
.configSec table td select{
	border-color:#ffaa56;
}
.configSec table td input{
	border-color:#ffaa56;
}

/* configInsSec
--------------------------------------------------*/
.configInsSec{
	width:98%;
	padding:10px 1%;
	margin-bottom:20px;
	background:#E7E7E7;
	background-size:contain;
}
.configInsSecCon{
	display:none;
}

/* configSerSec
--------------------------------------------------*/
.configSerSec{
	width:98%;
	padding:10px 1%;
	margin-bottom:20px;
	background:#E7E7E7;
	background-size:contain;
}


/* graph
--------------------------------------------------*/
.graphSec{
	width:100%;
	overflow:auto;
}

/* orderStatus
--------------------------------------------------*/
.OrderStatus1{
	width:70px;
	text-align:center;
	padding:3px 0;
	margin:0 auto;
	background:#f399ac;
	color:#fff;
}
.OrderStatus2{
	width:70px;
	text-align:center;
	padding:3px 0;
	margin:0 auto;
	background:#ffaa56;
	color:#fff;
}
.OrderStatus3{
	width:70px;
	text-align:center;
	padding:3px 0;
	margin:0 auto;
	background:#acacac;
	color:#fff;
}


/* other
--------------------------------------------------*/
.saturday{
	background:#4E88B4;
}
.sunday{
	background:#C77274;
}
.circleText{
	border:2px solid #ffaa56;
	border-radius:12px;
	float:left;
	padding:0px 3px;
	text-align:center;
	letter-spacing:1px;
	margin-right:1px;
}
#circleTextFree{
	border-color:#a7cb60;
}
#circleTextSha{
	border-color:6aacea;
}
#circleTextHon{
	border-color:#f399ac;
}


div.tooltipCss{
    color: #f399ac;
    display: inline-block;
    border-bottom:dashed 1px #f399ac;
	cursor:pointer;
}
div.tooltipCss span {
    display: none;
}
 
div.tooltipCss:hover {
    position: relative;
}

div.tooltipCss:hover span {
    display: block;
    top: 25px;
    font-size: 110%;
    color: #fff;
    background-color: #000;
    padding: 10px;
    border-radius:3px;
    z-index:100;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);  
}

/*========================================================================================
									header
========================================================================================*/


/* nav
--------------------------------------------------*/
#headTop{
	padding-top:3px;
}
#headTopImg{
	float:left;
	width:190px;
	margin-right:10px;
	text-align:center;
}
#headTop img{
	height:27px;
}
#headTop p{
	text-align:center;
	color:#999;
	font-size:11px;
	padding:0;
}
#headTop p span{
	color:#6aacea;
	font-size:11px;
	margin:0 3px;
	font-weight:bold;
}
#headTop .GirlSp p span{
	color:#f399ac;
}
nav{
	width:100%;
	height:43px;
}
nav ul li{
	cursor:pointer;
	display:inline-block;
	border-radius:6px 6px 0 0;
	width:200px;
	max-width:20%;
	text-align:center;
	font-size:14px;
	color:#fff;
	padding:9px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin-bottom:4px;
}
nav ul li:hover,nav ul li:focus{
	color:#fff;
	padding:11px 0;
	margin-bottom:0px;
}
nav ul li a{
	color:#fff;
	font-size:14px;
}
nav ul li a:hover,nav ul li a:focus{
	color:#fff;
}
nav ul li.headTopSelect{
	padding:11px 0;
	margin-bottom:0px;
}
nav ul li#headTopBtnBis{
	background:#6aacea;
}
nav ul li#headTopBtnGir{
	background:#f399ac;
}
nav ul li#headTopBtnSal{
	background:#ffaa56;
}
nav ul li#headTopBtnHel{
	background:#a7cb60;
}
nav ul li#headTopBtnAdm{
	background:#acacac;
}

#naviLine div{
	display:none;
}
#naviLine div.active{
	display: block;
}
#naviLineBis{
	border-bottom:7px solid #6aacea;
}
#naviLineGir{
	border-bottom:7px solid #f399ac;
}
#naviLineSal{
	border-bottom:7px solid #ffaa56;
}
#naviLineHel{
	border-bottom:7px solid #a7cb60;
}
#naviLineAdm{
	border-bottom:7px solid #acacac;
}


@media screen and (max-width: 1200px) {
#headTopImg{
	width:19%;
	margin-right:1%;
}
nav ul li{
	width:16%;
}
}
@media screen and (max-width: 767px) {
nav{
	clear:both;
	height:40px;
}
nav ul li{
	width:20%;
	font-size:12px;
}
nav ul li a{
	font-size:12px;
}
#headTop{
	text-align:center;
}
#headTopImg{
	width:100%;
	margin-bottom:2px;
}
#headTopImg img{
	width:120px;
	height:auto;
	float:left;
}
#headTopImg p{
	float:right;
	margin:0;
	text-align:right;
	min-width:50%;
	bottom:0;
	padding-top:5px;
}
}

/* headMain
-------------------------------------------------*/

#headMain{
	background:#fff;
	padding:2px 0;
}
#headMainNavi{
	border-left:1px solid #E7E7E7;
}
#headMainNavi div{
	display:none;
}
#headMainNavi div.active{
	display: block;
}
#headMainNavi ul li{
	display:inline-block;
	text-align:center;
	font-size:15px;
	width:200px;
	max-width:14%;
	padding:10px 0px;
	border-right:1px solid #E7E7E7;
	box-sizing:border-box;
}
#headMainNavi ul a.MainNaviSelect li{
	background:url(../img/other/MainNaviSelect.png) center no-repeat;
	background-size:contain;
}
#headMainNavi ul li a{
	font-size:15px;
}
#headMainNavi ul li p{
	text-align:center;
	font-size:15px;
	cursor:pointer;
}
@media screen and (max-width: 767px) {
#headMainNavi{
	margin:0;
	width:100%;
	clear:none;
}
#headMainNavi ul li{
	width:25%;
	max-width:none;
	font-size:12px;
}
#headMainNavi ul li a{
	font-size:12px;
}
#headMainNavi ul li p{
	font-size:12px;
}
}


/* nav dropdown
-------------------------------------------------*/
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	margin:0 !important;
}

.menu > li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.menu__second-level li {
	max-width:100% !important;
	width:100% !important;
	border-top: 1px solid #E7E7E7;
}


/* 下矢印 */
.init-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
	content: " ";
	display: table;
}

.menu:after {
	clear: both;
}

.menu {
	*zoom: 1;
}
.menu > li.menu__single {
	position: relative;
}

li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	background: #fff;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
	top: 42px;
	visibility: visible;
	opacity: 1;
}
@media screen and (max-width: 767px) {
.menu__second-level li {
	width:100% !important;
}
li.menu__single:hover ul.menu__second-level {
	top: 35px;
}
}

/* pankuzu
--------------------------------------------------*/
#pankuzu{
	width:100%;
	padding:3px 0;
	background:#E7E7E7;
	margin-bottom:10px;
}
#pankuzu h1{
	display:block;
	background:#999;
	padding:2px 10px;
	text-align:center;
	float:left;
	color:#fff;
	font-size:14px;
}
#pankuzu ul{
	float:left;
	margin-left:30px;
}
#pankuzu ul li{
	padding-top:3px;
	display:inline-block;
	margin-right:10px;
	color:#666;
}
#pankuzu ul li:after{
	content:"＞";
	margin-left:5px;
}
@media screen and (max-width: 767px) {
#pankuzu h1{
	font-size:12px;
}
#pankuzu ul{
	margin-left:10px;
}
}

/* gyoumuAlert
--------------------------------------------------*/
#gyoumuAlert{
	margin:0 auto;
	background:#e7e7e7;
	border-radius:4px 4px 0 0;
	width:310px;
	padding:3px 0px 0 20px;
}
#gyoumuAlert img{
	float:left;
	width:22px;
	margin-right:10px;
}
#gyoumuAlert p{
	color:#C74144;
	font-size:16px;

	-webkit-animation:blink 1s ease-in-out infinite alternate;
	-moz-animation:blink 1s ease-in-out infinite alternate;
	animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@media screen and (max-width: 767px) {
}


/* headOpenDay
--------------------------------------------------*/

#headOpenDay{
	margin:0 auto;
	background:#e7e7e7;
	border-radius:4px 4px 0 0;
	width:300px;
	padding:3px 0px 0 30px;
}
#headOpenDay img{
	float:left;
	width:22px;
	margin-right:10px;
}
#headOpenDay p{
	color:#6aacea;
	font-size:16px;
}
/*========================================================================================
									footer
========================================================================================*/

/* footer
--------------------------------------------------*/
footer{
	width:100%;
	margin-top:20px;
}
#footerTop{
	width:100%;
	background:#999;
	padding:10px 0;
}
#footerTop p{
	text-align:center;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}
#footerMiddle{
	width:100%;
	background:#333;
	padding:10px 0;
}
#footerMiddle p{
	text-align:center;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}
.footerBottom{
	width:100%;
	padding:20px 0;
	background:#6aacea;
}
.footerBottom p{
	text-align:center;
	color:#fff;
}
#footermainPageBis{
	background:#6aacea;
}
#footermainPageGir{
	background:#f399ac;
}
#footermainPageSal{
	background:#ffaa56;
}
#footermainPageHel{
	background:#a7cb60;
}
#footermainPageAdm{
	background:#acacac;
}



/*========================================================================================
									table
========================================================================================*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
table tr{
	border-bottom:1px solid #E7E7E7;
}
td{
	vertical-align:middle;
	white-space:nowrap;
	text-align:center;
}
th{
	vertical-align:middle;
	white-space:nowrap;
	text-align:center;
	background:#6aacea;
	color:#fff;
}
.GirlSp th{
	background:#f399ac;
}

/* tableList
--------------------------------------------------*/
table.tableList{
	min-width:100%;
}
table.tableList th{
	padding:5px 0;
}
table.tableList td{
	padding:5px;
}
table.tableList td div.MaxWidth{
	max-width:200px;
	margin:0 auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
table.tableList tr.tableListCancel td{
	opacity:0.4;
	background:#CCC;
}

@media screen and (max-width: 767px) {
table.tableList td div.MaxWidth{
	max-width:150px;
}
table.tableList{
	width:auto;
	min-width:100%;
}
}

/* tableSum
--------------------------------------------------*/
table.tableSum{
	width:100%;
	margin-top:20px;
}
table.tableSum th{
	padding:5px;
}
table.tableSum td{
	padding:5px;
	font-weight:bold;
}

/* tableInline
--------------------------------------------------*/
table.tableInline{
	float:left;
	margin-left:1%;
	border-bottom:1px solid #E7E7E7;
	margin-bottom:10px;
}
table.tableInline tr{
	border-bottom:none;
}

table.tableInline th{
	height:20px;
	width:100px;
	border-left:1px dotted #fff;
}
table.tableInline td{
	padding:5px 2px;
}

@media screen and (max-width: 767px) {
table.tableInline{
	width:100%;
	float:none;
	margin-left:0;
}
}

/* tableSchedule
--------------------------------------------------*/

table.tableSchedule{
	width:1440px;
	margin:0 auto;
}
table.tableSchedule th{
	height:20px;
	width:108px;
	border-left:1px dotted #fff;
}
table.tableSchedule td{
	padding:5px 0;
}
table.tableSchedule td .imgFixSize{
	width:40px;
	height:30px;
	float:left;
	margin-right:10px;
}
table.tableSchedule td .scheGirlName p{
	width:100%;
	text-align:center;
}

/* tableSales
--------------------------------------------------*/
/* print
--------------------------------------------------*/
.printConfig h2{
	border-bottom:3px solid #333;
	color:#333;
}

table.tableSales{
	width:100%;
	margin-bottom:20px;
}
table.tableSales th{
	padding:5px;
	background:#999 !important;
	border:1px solid #fff;
}
table.tableSales td{
	padding:5px;
	border:1px solid #ccc;
}
table#tableSalesSum th{
	font-size:15px;
	font-weight:bold;
}
table#tableSalesSum td{
	font-size:15px;
	font-weight:bold;
}
table.tableSales td input[type="text"], table.tableSales td input[type='password']{
	border-color:#999;
	text-align:center;
}


@media print {
.printNon{
	display:none;
}
table.tableSales input{
	border:none;
}
table.tableSales td{
	font-size:10px;
	border:1px solid #666;
}
table.tableSales th{
	color:#fff;
	font-size:10px;
	border:2px solid #333;
}
table#tableSalesSum th{
	font-size:12px;
}
table#tableSalesSum td{
	font-size:12px;
}
}


/*========================================================================================
									LIST
========================================================================================*/
ul.inlineList{
	padding-left:10px;
}
ul.inlineList li{
	display:inline-block;
	background:url(../img/other/orderListBg.jpg) repeat-y;
	padding:3px 0 3px 10px;
	width:300px;
	max-width:100%;
	margin:0 20px 15px 0;
	vertical-align: middle;
}
.GirlSp ul.inlineList li{
	display:inline-block;
	background:url(../img/other/confSerListBg.jpg) repeat-y;
}
ul.inlineList li#inlineListSum span{
	font-size:12px;
	color:#333;
}
ul.inlineList li#inlineListSum span#shopBenefit{
	color:#C74144;
	font-size:30px;
}
ul.inlineList li span{
	float:left;
	width:20%;
	max-width:80px;
	margin-right:2%;
}
ul.inlineList li p{
	float:left;
	width:78%;
}
ul.inlineList li select{
	float:left;
	width:78%;
}
ul.inlineList li input{
	float:left;
	width:78%;
}
ul.inlineList li textarea{
	float:left;
}

/* #inlineListMax ---------*/

ul.inlineList li#inlineListMax{
	width:98%;
	margin:0 0px 15px 0;
}
ul.inlineList li#inlineListMax span{
	float:none;
}
ul.inlineList li#inlineListMax p{
	width:100%;
}
ul.inlineList li#inlineListMax input{
	width:100%;
}
ul.inlineList li#inlineListMax textarea{
	width:100%;
	height:100px;
}

/* .inlineListOp ---------*/

ul.inlineListOp li{
	display:inline-block;
	padding:3px 0 3px 10px;
	min-width:15%;
	margin:0 10px 10px 0;
}
ul.inlineListOp li input{
	float:left;
	margin-right:5px;
}
ul.inlineListOp li p{
	float:left;
}


ul.modalList{
	padding-left:10px;
}
ul.modalList h3{
}
ul.modalList li{
	display:inline-block;
	padding:13px 0 13px 10px;
	vertical-align: middle;
}

/* .configInsSec ---------*/

.configInsSec ul.inlineList li{
	background:url(../img/other/confInsListBg.jpg) repeat-y;
}
.configInsSec ul.inlineList li select{
	border-color:#a7cb60;
}
.configInsSec ul.inlineList li input[type="text"], .configInsSec ul.inlineList li input[type='password']{
	border-color:#a7cb60;
}
.configInsSec ul.inlineList li textarea{
	border-color:#a7cb60;
}
.configInsSec ul.inlineList li#inlineListMax textarea{
	height:50px;
}


/* .configSerSec ---------*/

.configSerSec ul.inlineList li{
	background:url(../img/other/confSerListBg.jpg) repeat-y;
}
.configSerSec ul.inlineList li select{
	border-color:#f399ac;
}
.configSerSec ul.inlineList li input[type="text"], .configSerSec ul.inlineList li input[type='password']{
	border-color:#f399ac;
}
.configSerSec ul.inlineList li textarea{
	border-color:#f399ac;
}
.configSerSec ul.inlineList li#inlineListMax textarea{
	height:50px;
}

@media screen and (max-width: 767px) {
ul.inlineList li{
	padding:3px 0 3px 2%;
	margin:0 0px 15px 0;
	width:98%;
}
ul.inlineList li span{
	width:23%;
	margin-right:2%;
}
ul.inlineListOp li{
	min-width:44%;
}
ul.inlineList li p{
	width:75%;
}
ul.inlineList li select{
	width:75%;
}
ul.inlineList li input{
	width:75%;
}

/* #inlineListMax ---------*/

ul.inlineList li#inlineListMax span{
	float:left;
}
ul.inlineList li#inlineListMax p{
	width:75%;
}
ul.inlineList li#inlineListMax input{
	width:75%;
}
ul.inlineList li#inlineListMax textarea{
	width:75%;
}

}



/*========================================================================================
									LOGIN
========================================================================================*/
.loginPage{
	width:800px;
	max-width:98%;
}
.loginPage table{
	margin:0 auto;
}
.loginPage table tr{
	border:none;
}
.loginPage table th img{
	width:60px;
}
.loginPage table td{
	padding:15px 0 15px 30px;
}
.loginPage table td input[type="text"], .loginPage table td input[type='password']{
	width:300px;
	padding:10px;
	font-size:20px;
}
.loginPage table td input[type="text"]::-webkit-input-placeholder, .loginPage table td input[type='password']::-webkit-input-placeholder {
	color: #999;
	font-size:15px;
}
.loginPage table td input[type="text"]:-ms-input-placeholder, .loginPage table td input[type='password']:-ms-input-placeholder {
	color: #999;
	font-size:15px;
}
.loginPage table td input[type="text"]::-moz-placeholder, .loginPage table td input[type='password']::-moz-placeholder {
	color: #999;
	font-size:15px;
}
.loginPage table td button{
	font-size:30px;
	padding:10px 20px;
	margin-bottom:10px;
}
.loginPage table td a{
	text-decoration:underline;
	color:#fff;
}

@media screen and (max-width: 767px) {
.loginPage table td input[type="text"], .loginPage table td input[type='password']{
	width:250px;
	font-size:16px;
}
.loginPage table th img{
	width:40px;
}

}


/*========================================================================================
									RULE
========================================================================================*/
.rulePage{
	width:1100px;
	max-width:98%;
}
.rulePage h2{
	margin:10px auto 20px;
	text-align:center;
}
.rulePage p{
	letter-spacing:1.8px;
	line-height:200%;
}

/*========================================================================================
									HOME
========================================================================================*/
#pageHomeNews ul{
	margin-bottom:20px;
	margin-left:10px;
	border-bottom:1px solid #e7e7e7e;
	width:100%;
}
#pageHomeNews ul li{
	display:inline-block;
	margin-right:10px;
	padding:2px 0;
}
#pageHomeNews ul li.homeNewsCate{
	width:100px;
	text-align:center;
	color:#fff;
}
#pageHomeNews ul li.homeNewsText{
	text-decoration:underline;
}
@media screen and (max-width: 767px) {
#pageHomeNews ul{
	margin:0 0 20px 2%;
	width:98%;
}
#pageHomeNews ul li.homeNewsText{
	width:96%;
}
}

/*News
-----------------------------------------------*/
#pageHomeNewsDetail ul{
	margin:0 auto;
	border-bottom:1px solid #e7e7e7e;
	width:500px;
}
#pageHomeNewsDetail ul li{
	display:block;
	margin-right:10px;
	padding:2px 0;
}
#pageHomeNewsDetail ul li.homeNewsCate{
	width:100px;
	text-align:center;
	color:#fff;
	margin:0 auto;
}
#pageHomeNewsDetail ul li.homeNewsDate{
	text-align:center;
}
#pageHomeNewsDetail ul li.homeNewsTitle{
	text-align:center;
	margin-bottom:20px;
	font-size:16px;
}
#pageHomeNewsDetail ul li.homeNewsText{
}
#pageHomePastNews{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
#pageHomePastNews p{
	text-align:center;
}
@media screen and (max-width: 767px) {
#pageHomeNewsDetail ul{
	margin:0 0 20px 2%;
	width:98%;
}
#pageHomeNewsDetail ul li.homeNewsText{
	width:96%;
}
}


#pageHomeIntro h3{
	font-size:14px;
	width:100%;
	text-align:center;
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:5px;
	margin-bottom:10px;
}
#pageHomeIntro ul{
	margin-bottom:20px;
}
#pageHomeIntro ul li{
	display:inline-block;
	width:200px;
	padding:10px 0;
	background:#e7e7e7;
	margin-right:10px;
	text-align:center;
	margin-bottom:10px;
}

#pageHomeShift p{
	font-size:30px;
	text-align:center;
}

@media screen and (max-width: 767px) {
#pageHomeIntro ul li{
	width:48%;
	margin:0 1% 10px 1%;
}
#pageHomeShift p div{
	width:100%;
}
}

/*========================================================================================
									TOP
========================================================================================*/
#pageTopIntro h3{
	font-size:40px;
	width:100%;
	text-align:center;
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:5px;
	margin-bottom:10px;
}
#pageTopIntro ul{
	text-align:center;
	max-width:1000px;
	margin:0 auto;
}
#pageTopIntro ul li{
	display:inline-block;
	width:200px;
	padding:10px 0;
	background:#e7e7e7;
	margin-right:10px;
	text-align:center;
	margin-bottom:10px;
}

/*========================================================================================
									REQUEST
========================================================================================*/
#pageRequest{
	width:100%;
	text-align:center;
}
#pageRequest p{
	text-align:center;
}
#pageRequest table{
	margin: 0 auto;
	width: 100%;
	max-width:400px;
}
#pageRequest table th{
	font-size: 24px;
}

#pageRequestDone p{
	text-align:center;
	color:#ff0000;
	font-size:16px;
}

/*========================================================================================
									ORDER NEW
========================================================================================*/

#pageOrderNewL{
	width:25%;
	float:left;
	background:#e7e7e7;
}
#pageOrderNewR{
	width:73%;
	float:right;
}
#pageOrderNewLRireki{
	max-height:300px;
	overflow:auto;
}
#pageOrderNewLRireki table{
	width:100%;
	table-layout:auto;
}
#pageOrderNewLRireki td{
	background:#fff;
}
#pageOrderNewLRireki td .tooltip{
	color:#f399ac;
	text-decoration:underline;
}
#slideRireki {
	z-index:100;
	cursor: pointer;
	position: fixed;
	left: 0;
	bottom: -255px;
	width: 100%;
	height: 300px;
	text-align:center;
}
#slideRirekiBtn{
	width:200px;
	height:45px;
	margin:0 auto;
	font-size:16px;
	padding-top:10px;
	color:#fff;
	text-align:center;
	letter-spacing:1.5px;
	background:url(../img/other/blackBg.png);
	border:4px solid #fff;
	border-bottom:none;
	border-radius:10px 10px 0 0;
	box-sizing:border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.rirekiOn #slideRirekiBtn{
	color:#f399ac;
}
.rirekiOn #slideRirekiBtn:before{
	content:"▼";
}
.rirekiOff #slideRirekiBtn:before{
	content:"▲";
}

.rirekiOff #slideRirekiBtn {
	-webkit-animation: switchtext 0.5s infinite alternate;
	-moz-animation: switchtext 0.5s infinite alternate;
	animation: switchtext 0.5s infinite alternate;
}
@-webkit-keyframes switchtext {
	from { color:#ffffff; }
	to { color:#f399ac; }
}
@-moz-keyframes switchtext {
	from { color:#ffffff; }
	to { color:#f399ac; }
}
@keyframes switchtext {
	from { color:#ffffff; }
	to { color:#f399ac; }
}


#slideRirekiCon{
	overflow: auto;
	height:235px;
	padding:10px;
	background:url(../img/other/blackBg.png);
}
#slideRirekiCon table tr{
	border-bottom:1px solid #999;
}
#slideRirekiCon table td{
	color:#fff;
}
#slideRirekiCon table td div{
	color:#fff;
}

@media screen and (max-width: 767px) {
#pageOrderNewL{
	width:100%;
	float:none;
	margin-bottom:10px;
}
#pageOrderNewR{
	width:100%;
	float:none;
}
#pageOrderNewLRireki{
	max-height:200px;
}
}

/*========================================================================================
									pageOrderMail
========================================================================================*/
#pageOrderMail{
	width:400px;
	margin:0 auto;
	border:10px solid #333;
	border-top-width:40px;
	border-bottom-width:70px;
	border-radius:10px;
	padding:20px;
}
#pageOrderMail ul.inlineList li{
	background:none;
	padding:3px 0 3px 0px;
	width:100%;
}
#pageOrderMail ul.inlineList li .mailCheckbox{
	width:20%;
}

/*
#pageOrderMail ul.inlineList li span:before{
	content:"■";
}
*/
#pageOrderMail ul.inlineList li p{
	width:100%;
	float:none;
}
#pageOrderMail ul.inlineList li p:before{
	content:"＞";
	margin-right:10px;
}

#orderMailToList{
	width:100%;
	margin:20px auto;
	background:#E7E7E7;
	border-radius:10px;
}
#orderMailToList table{
	min-width:inherit;
	width:30%;
	float:left;
	margin:20px 0 20px 2%;
	background:#fff;
	table-layout:auto;
}

@media screen and (max-width: 767px) {
#pageOrderMail{
	width:100%;
	padding:10px;
	box-sizing:border-box;
}
#pageOrderMail li#inlineListMax span{
	clear:none;
}
#pageOrderMail li#inlineListMax textarea{
	width:100%;
}
#orderMailToList{
	padding:10px 0;
}
#orderMailToList table{
	width:96%;
	margin:10px auto;
	float:none;
}
}

/*========================================================================================
									ORDER END
========================================================================================*/

#pageOrderEnd p{
	text-align:center;
	font-size:18px;
	margin-bottom:20px;
}
#pageOrderEnd p strong{
	color:#BF4A4E;
}
@media screen and (max-width: 767px) {
}


/*========================================================================================
									GIRL
========================================================================================*/

#pageGirlList table.tableInline{
	width:300px;
	height:90px;
}
#pageGirlList table.tableInline p{
	text-align:center;
}
#pageGirlList table.vacationGirl{
	background: #e7e7e7;
}
#pageGirlList table.resignGirl{
	background: #999999;
}
#pageGirlList .imgFixSize{
	width:50px;
	height:60px;
}
#pageGirlList .scheGirlName p{
	width:100%;
	text-align:center;
}

@media screen and (max-width: 767px) {
#pageGirlList table.tableInline{
	width:100%;
}
}
/*========================================================================================
									GIRL EDIT
========================================================================================*/

#girlEditL{
	float:left;
	width:17%;
}
#girlEditL ul li img{
	max-width:90%;
}
#girlEditR{
	float:right;
	width:80%;
}


@media screen and (max-width: 767px) {
#girlEditL{
	float:none;
	width:100%;
}
#girlEditL ul li img{
	max-width:70%;
}
#girlEditR{
	float:none;
	width:100%;
}
}

/*========================================================================================
									GIRL SHIFT
========================================================================================*/
#pageGirlShift table{
	width:auto;
	margin:0 auto;
}
#pageGirlShift table th{
	width:150px;
	border-right:1px dotted #fff;
}
#pageGirlShift table tr.vacationGirl{
	background: #e7e7e7;
}
/*========================================================================================
									GIRL HONSHI
========================================================================================*/
#pageGirlHonshi table{
	max-width:700px;
	margin:0 auto;
}
#pageGirlHonshi table th{
	padding:5px;
}
#pageGirlHonshi table .imgFixSize{
	width:40px;
	height:40px;
}

@media screen and (max-width: 767px) {
#pageGirlHonshi table{
	width:100%;
}
}

/*========================================================================================
									GIRL PAY
========================================================================================*/
#pageGirlPay{
	width:700px;
	margin:0 auto;
	max-width:100%;
}
#pageGirlPay table.tableList{
	table-layout:auto;
}
#pageGirlPay table.tableList th{
	padding:5px;
}

@media screen and (max-width: 767px) {
#pageGirlPay table.tableList{
	min-width:inherit;
	width:100%;
}
}

/*========================================================================================
									SHIFT EDIT
========================================================================================*/
#pageShiftEdit table.tableList{
	width:auto;
	margin:0 auto;
}
#pageShiftEdit table.tableList select{
	width:150px;
	height:30px;
}
#pageShiftEdit table.tableList textarea{
	width:300px;
	height:30px;
}
@media screen and (max-width: 767px) {
#pageShiftEdit table.tableList{
	width:100%;
}
#pageShiftEdit table.tableList select{
	width:67px;
	height:24px;
}
#pageShiftEdit table.tableList textarea{
	width:20px;
	height:30px;
}
th#pageShiftEditDate{
	width:50px;
}
}


/*========================================================================================
									SCHEDULE
========================================================================================*/
.scheOrderBtn{
	float:left;
	padding:5px 0;
	border-radius:4px;
	color:#fff;
	cursor:pointer;
}
.scheOrderEnd{
	background:#999;
}
.scheOrderAft{
	background:#E6A2B6;
}
.scheOrderNow{
	background:#EB9F61;
}



/*========================================================================================
									SHUSHI
========================================================================================*/

#pageSalesList{
	width:700px;
	margin:0 auto;
}

#pageSalesList h2{
	border-bottom:3px solid #333;
	color:#333;
}
@media screen and (max-width: 767px) {
#pageSalesList{
	width:100%;
}
}

/*========================================================================================
									BEFORE LIST
========================================================================================*/

#pageOrderBeforeCon{
	width:100%;
	overflow:auto;
}

/*========================================================================================
									COST INS
========================================================================================*/

@media screen and (max-width: 767px) {
#pageSalesCostIns table.tableList select{
	width:70px;
}
#pageSalesCostIns table.tableList input[type="text"], #pageSalesCostIns table.tableList input[type='password']{
	width:60px;
}
}



/*========================================================================================
									PAYMENT
========================================================================================*/

#pageSupportPayment{
	width:700px;
	margin:0 auto;
}
table#SupportPaymentSign td{
	height:50px;
	border:3px solid #333;
}
#paymentTableList{
	width:100%;
	overflow:auto;
}
@media screen and (max-width: 767px) {
#pageSupportPayment{
	width:100%;
}
}

/*========================================================================================
									HOTEL
========================================================================================*/

#pageSupportHotel table.tableList{
	margin-bottom:20px;
}

/*========================================================================================
									CUSTOMER
========================================================================================*/
#pageSupportCustomerList{
	width:100%;
	overflow:auto;
}

/*========================================================================================
									ADMIN
========================================================================================*/

#pageAdminShop table.tableList{
	table-layout:auto;
}
#pageAdminShop table.tableList td input[type="text"], #pageAdminShop table.tableList td input[type='password']{
	width:100%;
}

#pageAdminStaff table.tableList{
	table-layout:auto;
}
#pageAdminStaff table.tableList td input[type="text"], #pageAdminStaff table.tableList td input[type='password']{
	width:100%;
}

#pageAdminArea{
	max-width:600px;
	margin:0 auto;
}
#pageAdminArea table.tableList{
	table-layout:auto;
}
#pageAdminArea table.tableList td input[type="text"], #pageAdminArea table.tableList td input[type='password']{
	width:100%;
}

#pageAdminAd{
	max-width:600px;
	margin:0 auto;
}
#pageAdminAd table.tableList{
	table-layout:auto;
}
#pageAdminAd table.tableList td input[type="text"], #pageAdminAd table.tableList td input[type='password']{
	width:100%;
}

#pageAdminOp{
	max-width:600px;
	margin:0 auto;
}
#pageAdminOp table.tableList{
	table-layout:auto;
}
#pageAdminOp table.tableList td input[type="text"], #pageAdminOp table.tableList td input[type='password']{
	width:100%;
}

@media screen and (max-width: 767px) {
#pageAdminShop table.tableList td{
	max-width:30%;
}

#pageAdminStaff table.tableList td{
	max-width:30%;
}

#pageAdminArea table.tableList td{
	max-width:30%;
}
#pageAdminAd table.tableList td{
	max-width:30%;
}
#pageAdminOp table.tableList td{
	max-width:30%;
}
}
