@charset "utf-8";
/* CSS Document */



/* login
-------------------------*/
div#logoWrap{
	border-top:7px #E3007E solid;
	padding-bottom:10px;
	text-align:center;
	color:#E7247F;
	background:url(../img/header_bg.png) 0 0 repeat-x;
	background-size:320px 32px;
}

div#logoWrap h1{
	margin-top:1px;
	border-top:7px #000 solid;
	padding:10px 0 5px;
}

div#logoWrap p.favCount{
	font-size: 120%;
	color:#E7247F;
}

/* home
-------------------------*/
body#home div#logoWrap{
	border-top:7px #E3007E solid;
	padding-bottom:10px;
	border-bottom:15px #333 solid;
}

div#homeInfo{
	background:#ddd;
	padding-bottom:5px;
}

div#homeInfo .spInfo{
	background: #16A085;
	text-align:center;
	border-bottom:#aaa 1px solid;
}

div#homeInfo .spInfo a{
	display: display: block;
	padding: 15px 28px 15px 12px;
	color: #fff;
	background: url(../img/hndl_arrw.png) right center no-repeat;
	background-size: 25px 12px;
}


/*-menuボトムボタン-*/
p.logoutBtn{
	color:#767779;
	margin:5px 10px 15px;
	padding:0!important;
	text-align:center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #999), color-stop(0.00, #666));
	background: -webkit-linear-gradient(top, #999 0%, #666 100%);
	background: linear-gradient(top, #999 0%, #666 100%);
	border-top:#AAA 1px solid;
	border-bottom:#AAA 1px solid;
}
p.logoutBtn a{
	height:35px;
	line-height:35px;
	border-top:#fff 1px solid;
	border-bottom:#fff 1px solid;
}
p.logoutBtn span{
	height:29px;
	padding: 3px 0;
	padding-left:32px;
	background:url(../img/icon_logout.png) 0 center no-repeat;
	background-size:26px 16px;
	color: #fff;
}

p.toTop{
	color:#767779;
	margin:5px 10px 15px;
	padding-top: 10px;
	text-align:center;
}
p.toTop a{
	display: block;
	height:20px;
	border-left:#AAA 1px solid;
	line-height:20px;
}
p.toTop span{
	height:20px;
	padding: 3px 0;
	padding-left:16px;
	background:url(../img/to_top.png) 0 center no-repeat;
	background-size:14px 14px;
}

div.gMenuBtns{
	background: #fff;
	padding: 10px 0 5px;
	border-top: #000 2px solid;
	border-bottom: #000 1px solid;
}

div.logoutWrapW{
	overflow: hidden;
}

div.logoutWrapW .logoutBtn{
	float: left;
	width: 60%;
}
div.logoutWrapW .toTop{
	float: right;
	width: 25%;
}

/* girl contents
--------------------------------*/
div.chartWrap:nth-child(2n-1){
	background: #fff5f5;
}

/* attend */
div#attendGirl{
	display: table;
}
div#attendGirl p{
	padding: 0!important;
	margin-right: 5px;
	display: table-cell;
	vertical-align: middle;
}
div#attendGirl p.name{
	padding: 10px 10px 10px 5px!important;
}

div.weekBox{
	display: table;
	width: 100%;
}
div.weekBox>p{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	background: #ccc;
	padding: 10px 0!important;
}
div.weekBox:nth-child(2n)>p{
	background: #ddd;
}
div.weekBox>p.wSat{
	background: #2980B9;
	color: #fff;
}
div.weekBox>p.wSun{
	background: #E74C3C;
	color: #fff;
}

div.weekBox>div{
	display: table-cell;
	padding: 10px 0px!important;
	vertical-align: middle;
}
div.weekBox:nth-child(2n+1)>div{
	background: #fff5f5;
}
div.weekBox .inBox .state {
	color:#fff;
	padding:5px 10px;
}
div.weekBox > .inBox {
	padding:0 !important;
}
div.weekBox .inBox .state.rest {
	background-color:#06C0EA!important;
}
div.weekBox .inBox .state.tel {
	background-color:#4DA870!important;
}
div.weekBox .inBox .state.work {
	background-color:#F87407!important;
}
div.weekBox .inBox .state.wait {
	background-color:#D7172C!important;
}
div.weekBox .inBox .state.break {
	background-color:#F8B608!important;
}
div.weekBox .inBox .state.finish{
	background-color:#8DB9D7!important;
}
div.weekBox .inBox p.com {
	padding-top:0 !important;
}



span.attendInput{
	display: inline-block;
	margin: 8px 0;
	width: 100%;
}

div.waitNote{
	border-top: #aaa 1px solid;
}
ul#waitTimeList {
	margin-top:10px;
}

ul#waitTimeList > li{
	display: table;
	width: 100%;
	border-top: #aaa 1px solid;
	border-bottom: #aaa 1px solid;
	margin-bottom:10px;
}
ul#waitTimeList li>div{
}
ul#waitTimeList li>p {
	display: table-cell;
	padding: 0!important;
}
ul#waitTimeList .waitTime{
	width: 25px;
	text-align: center;
	vertical-align: middle;
	color:#fff;
	font-size: 83.3%;
	padding: 10px 0!important;
}
ul#waitTimeList p.state{
	padding:5px;
	color:#fff;
}
ul#waitTimeList p.rest{
	background-color:#06C0EA!important;
}
ul#waitTimeList p.tel{
	background-color:#4DA870!important;
}
ul#waitTimeList p.work{
	background-color:#F87407!important;
}
ul#waitTimeList p.wait {
	background-color:#D7172C!important;
}
ul#waitTimeList p.break {
	background-color:#F8B608!important;
}
ul#waitTimeList p.finish{
	background-color:#8DB9D7!important;
}

ul#waitTimeList .waitTime.wait{background: #E74C3C;}
ul#waitTimeList .waitTime.standby{background: #27AE60;}
ul#waitTimeList .waitTime.notset{background: #2980B9;}

ul#waitTimeList .ph{
	width:75px;
	overflow: hidden;
}
ul#waitTimeList .name{
	background: #eee;
	padding: 5px 10px!important;
}
ul#waitTimeList .add_adwait .waitBoxWrap{
	padding-bottom:0px;
}


#waitTimeList > li > div:not(.name){
	display:flex;
}

#waitTimeList > li > div .ph{
	background-size:cover;
	background-position:center center;
	min-height: 100px;
}


div#waitCont{
	background: #f0f0e1;
	padding-bottom: 30px;
}
div#waitTimeWrap{
	display: table;
	width: 100%;
	height: 50px;
	border-bottom: #aaa 1px solid;
	background: #fff;
}
div#waitTimeWrap .waitTime{
	display: table-cell;
	width: 75px;
	text-align: center;
	vertical-align: middle;
	color:#fff;
	font-size: 83.3%;
	padding: 10px 0!important;
}
div#waitTimeWrap .waitTime.wait{background: #E74C3C;}
div#waitTimeWrap .waitTime.standby{background: #27AE60;}
div#waitTimeWrap .waitTime.notset{background: #2980B9;}

div.waitBox{
	width: calc(100% - 75px);
    vertical-align: middle;
}
div.waitBoxWrap {
    padding: 10px;
}
div.waitBox select {
	width:initial;
}
div.waitBox.conf{
	margin-top:8px;
}
div.waitBox p {
	vertical-align: middle;
	padding:5px 8px 0 0 !important;
}
div.waitBox p .cBox {
	padding:0 !important;
}
div.waitBox p .cBox label {
	margin-right: 0 !important;
}
.waitBox p.state{
	padding:5px 8px !important;
}
div.waitBox p.time{
	width: 90px;
	margin-right: 15px;
}
.weekBox .cBox {
	padding-top:5px;
}
.waitBox .cBox {
	margin:5px 0 0 0 !important;
}
.waitBox input[type="text"] {
    margin: 5px 0 0 0 !important;
}
.weekBox .cBox:not(:first-child) {
    padding: 0px;
}

/* diary */
ul#diaryImgs{
	display: table;
	width: 100%;
}
ul#diaryImgs li{
	display: table-cell;
	text-align: center;
	height: 103px;
	vertical-align: middle;
}
ul#diaryImgs li img{
	border: #aaa 1px solid;
}

ul#diaryImgs li a{
	height: 105px;
	overflow: hidden;
}


ul.girlTimeList{
	border-top: #aaa 1px solid;
	background: #ddd;
	overflow:hidden;
}

ul.girlTimeList li div.girlTimeWrap{
	border-bottom: #aaa 1px solid;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #FFF), color-stop(0.00, #D6E7EC));
	background: -webkit-linear-gradient(top, #fff 0%, #D6E7EC 100%);
	background: linear-gradient(top, #fff 0%, #D6E7EC 100%);
}
ul.girlTimeList li div.girlTimeWrap div{
	padding: 8px 30px 8px 10px;
	background-image: url(../img/hndl_arr.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 25px 12px;
}
ul.girlTimeList .time{
	background: url(../img/icon_time.png) 0 center no-repeat;
	background-size: 14px 14px;
	padding-left: 17px;
	font-size: 83.3%;
}

dl.postTable{
	display: table;
	width: 100%;
	border-bottom: #aaa 1px solid;
}
dl.postTable dt{
	background: #777;
	padding: 3px 0;
	color:#fff;
	display: table-cell;
	text-align: center;
}
dl.postTable dt:nth-child(2n+3){
	width: 11%;
}
dl.postTable dd{
	background: #fff;
	padding: 3px 0;
	display: table-cell;
	text-align: center;
	width: 14%;
}

div.diaryComment{
	padding: 8px 10px;
	word-wrap: break-word;
	line-height: 1.5;
}
div.diaryComment img{
	max-width:100%;
	height:auto;
}
div.diaryComment a{
	display: inline;
}

div.movieComment{
	padding: 8px 10px;
	word-wrap: break-word;
	line-height: 1.5;
}

/* アドレス設定 */

p.setAddNote{
	background: #f0f0e1;
	line-height:1.5!important;
}

dl#mailDefine{
	background:#fff5f5;
	padding:10px 10px 0;
}
dl#mailDefine dt{
	line-height:1.3;
}
dl#mailDefine dd{
	color:#f00;
	padding-bottom:10px;
}

.crtPass{
	color:#f00;
	padding-top:3px!important;
}

div.setPassWrap{
	background:#fff5f5;
	padding:5px 0;
}

p.entryNote{
	padding: 8px 10px;
}


/* 画像ドラッグ */
p.dragNote{
	height: 35px;
	line-height: 35px;
	background: #f0f0e1;
	padding-left: 10px;
}
p.dragNote span{
	display:block;
	color: #00f;
	font-size: 83.3%;
	padding-left:20px;
	background:url(../img/icon_hand.png) 0 center no-repeat;
	background-size:16px 16px;
}


/* BIG データ */
div#contents h2 p.bigLeft{
	float: left;
}
div#contents h2 p.bigRight{
	float: right;
}
div#contents h2 p.bigRight span{
	color: #F00;
	font-size: 125%;
}

ul#bigList {
	border-bottom: #aaa 1px solid;
	padding-bottom: 7px;
}
ul#bigList li{
	position: relative;
}
ul#bigList .question{
	border-bottom: #aaa 1px solid;
	padding: 10px;
}
ul#bigList .question span{
	color:#F00;
}

ul#bigList .openAns{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #FFE0E0), color-stop(0.00, #FFF4F4));
	background: -webkit-linear-gradient(top, #FFE0E0 0%, #FFF4F4 100%);
	background: linear-gradient(top, #FFE0E0 0%, #FFF4F4 100%);
	border-bottom: #AAA 1px solid;
}
ul#bigList .openAns span{
	color: #00F;
}

ul#bigList .openAns a{
	display: block;
	height: 50px;
	line-height: 50px;
	background: url(../img/qa_open.png) right center no-repeat;
	background-size: 30px 13px;
	padding-left: 10px;
}

ul#bigList div.answerBox {
	/*border-top: #aaa 1px solid;*/
}
ul#bigList div.answerBox .ans{
	background: #fff5f5;
	padding:10px;
	line-height: 1.2;
}

ul#bigList div.answerBox .closeAns{
	-webkit-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.3);
}
ul#bigList div.answerBox .closeAns a{
	display: block;
	background: #ddd;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
ul#bigList div.answerBox .closeAns a span{
	background: url(../img/qa_close.png) 0 center no-repeat;
	background-size: 30px 13px;
	padding-left: 30px;
}

ul#bigList input.submitNone{
	display: none;
}

ul#bigList div.AnsComp{
	text-align: center;
	background: url(../img/bigdata_bg.png) 0 0 repeat;
	color: #FFFFFF;
	position: absolute;
	z-index: 9999;
	width: 100%;
	height: 100%;
}
ul#bigList div.AnsComp div.AnsCompStr{
	padding: 30px 0px;
}
ul#bigList div.AnsComp div.AnsCompStr p{
	font-size: 140%;
}
ul#bigList div.AnsComp div.AnsCompBtn{
	width: 160px;
	margin: 0px auto;
	padding: 30px 0px;
}
ul#bigList div.AnsComp div.AnsCompDel{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 30px 0px;
}
ul#bigList div.AnsComp div.AnsCompDel span{
	background: url(../img/close.png) left center no-repeat;
	background-size: 22px 21px;
	font-size: 140%;
	color: #FFF;
	padding: 5px 0 5px 30px;
}

p.bigquestion {
	margin-top: 10px;
	border-top: #aaa 1px solid;
	border-bottom: #aaa 1px solid;
}
p.bigquestion span {
	color:#F00;
}


/* よくある質問 */
.faqCat .faqList h3{
	display: table;
	width: 100%;
	background-color: #333;
	height: 35px;
}
.faqCat .faqList h3 span{
	display: table-cell;
	line-height: 1.2;
	vertical-align: middle;
	color: #fff;
	padding: 0px 10px;
	font-size: 116.7%;
}
.faqCat .faqCatList{
	margin-bottom: 10px;
}
.faqCat .faqCatList li{
	background-color: #EEE;
	text-align:right;
	border-top:#FFF 1px solid;
	border-bottom:#999 1px solid;
	width:100%;
}
.faqCat .faqCatList li a{
	padding:10px 25px 10px 18px;
	text-align:left;
	display:block;
	font-size:100%;
	z-index:10;
	background: url("../img/arr_lg.png") right center no-repeat;
	background-size: 21px 16px;
}

.faqDetail {
	margin: 20px 0px;
	border-top: #999 1px solid;
}
.faqDetail .faqAns{
	border-bottom: #999 1px solid;
}
.faqDetail .faqAns h3{
	padding:10px 10px 10px 34px;
	line-height:1.3;
	height:auto;
	background-color: #EEE;
	border-top: #FFF 1px solid;
	border-bottom: #999 1px solid;
}
.faqDetail .faqAns h3 span {
	font-size:133.3%;
	margin-left:-24px;
	margin-right: 5px;
	color: #FF2683;
}
.faqDetail .faqAns .pageTop {
	text-align:right;
	padding:5px 5px 10px;
	font-size:83.3%;
}
.faqDetail .faqAns .pageTop a {
	text-decoration: underline;
	padding-left:18px;
	background: url("../img/icon_up.png") left center no-repeat;
	background-size: 16px 10px;
	display: inline-block;
}
.faqDetail .faqAns .htmlNotice{
	display: table;
	width: 100%;
}
.faqDetail .faqAns .htmlNotice div.mark {
	font-size:133.3%;
	display: table-cell;
	width: 20px;
	padding: 10px 0px 0px 10px;
	color: #00F;
}
.faqDetail .faqAns .htmlNotice div.note {
	display: table-cell;
	padding: 10px 10px 10px 5px;
}
.faqDetail .faqAns .htmlNotice div.note a {
	color:#FF2683;
	text-decoration: underline;
}
.faqDetail .faqAns .htmlNotice div.note a:hover {
	text-decoration:none;
}
.faqDetail .faqAns .htmlNotice div.note img{
	max-width: 100%;
}
.faqDetail .faqAns ul.file{
	display: table;
	width: 100%;
	border-bottom: #fff 1px solid;
}
.faqDetail .faqAns ul.file li{
	display: table-cell;
	text-align: center;
	padding: 10px 0;
	height: 103px;
	vertical-align: middle;
	border-bottom: #CCCCCC 1px solid;
	margin-bottom: 1px;
	position: relative;
}
.faqDetail .faqAns ul.file a.image{
	height: 103px;
	overflow: hidden;
	display: block;
}
.faqDetail .faqAns ul.file a.pdf{
	text-align: center;
	display: block !important;
	width: 103px;
	height: 103px;
	overflow: hidden;
	margin: 0 auto;
	background: url("../img/dl_pdf.png") center center no-repeat;
	background-size: 103px 103px;
	text-indent: 100%;
	white-space: nowrap;
}

/* Info Detail */
ul#infoImgs{
    display: table;
    width: 100%;
}
ul#infoImgs li{
    display: table-cell;
    text-align: center;
    height: 103px;
    vertical-align: middle;
    padding: 4px 8px 4px 8px;
}
ul#infoImgs li img{
    border: #aaa 1px solid;
}

ul#infoPdfs{
    display: table;
    width: 100%;
    padding: 6px 0px 6px 0px;
}
ul#infoPdfs li{
    display: table-cell;
    padding: 6px 8px 6px 12px;
    white-space: nowrap;
    overflow: hidden;
}
ul#infoPdfs li a{ 
    display: inline;
    color:#da2e1b;
}
div#container ul#infoPdfs li{
    line-height: 1.3em;
}
.info_icon {
  width: 16px;
}
img.img_flex_sp {
    max-width: 100%;
    height: auto;
}

.note a{
    display: inline;
}



/*写メ日記　一括削除*/
#pd_list ~ .delBtnBox {
    border-bottom: #aaa 1px solid;
}


#select_all{
	display:block;
	height:50px;
	line-height:50px;
	padding:0 16px;
	background-color:#808080;
	color:#FFFFFF;
}

#select_all input[type="checkbox"]{
	vertical-align:middle;
	margin-right:26px;
}


#pd_list .girlTimeWrap{
	display:flex;
}

#pd_list .girlTimeWrap > label{
	width:45px;
	flex:0 0 45px;
	display:flex;
	justify-content:center;
	align-items:center;
}

#pd_list .girlTimeWrap > div{
	width:calc(100% - 45px);
	flex:1 1 auto;
}

#pd_list .overWrap{
	left:45px;
	right:0;
	width:auto;
}

.sel_del_area{
	background-color:#E6E6E6;
	padding:6px 0 10px;
}

.sel_del_area button{
	display:block;
	border:none;
	width:calc(100% - 20px);
	box-sizing:border-box;
}

.sel_del_area button span{
	position:relative;
	display:inline-block;
	padding-left:20px;
}

.sel_del_area button span::before,
.sel_del_area button span::after{
	content:"";
	display:block;
	position:absolute;
}

.sel_del_area button span::before{
	left:0;
	top:50%;
	margin-top:-7px;
	width:14px;
	height:14px;
	border-radius:2px;
	background-color:#707070;
}

.sel_del_area button span::after{
	width:7px;
	height:4px;
	border-left:#FFFFFF 1px solid;
	border-bottom:#FFFFFF 1px solid;
	transform: rotate(-45deg);
	top:50%;
	left:3px;
	margin-top:-4px;
}

div.magDetail{
	word-wrap: break-word;
	margin:10px;
}
div.magDetail img {
	max-width: 100%;
}
