/* loginArea */
/*------------------------------------------------------------------------------*/
#loginArea {
/*	background-color: #ccc;*/
}
#loginArea #logo {
	width: 90%;
	margin: 0 auto 1% auto;
}
#loginArea #logo02 {
	width: 100%;
    margin: 0 auto 10% auto;
    background: #000031;
    font-size: 25px;
    text-align: center;
	color: #ffffff;
    font-weight: bold;
}
#loginArea div#inputArea {
	width: 80%;
	margin: 0 auto 15% auto;
}
#loginArea div.inputBox {
	display: table;
	width: 100%;
}

#loginArea div.inputBox input,#loginArea div.inputBox select {
	vertical-align: middle;
}

#loginArea div.inputBox+div.inputBox {
	margin: 5% auto 0 auto;
}
#loginArea div.inputBox div {
	display: table-cell;
	font-size: 12px;
}
#loginArea div.inputBox div.titleBox {
	width: 25%;
	font-weight: bold;
	color: #6f6f6f;
	text-align: left;
	padding: 0 0 0 0;
}
#loginArea div.inputBox div.inputBox input {
	width: 100%;
	padding: 3% 2%;
	border: 1px solid #9b9b9b;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	outline: none;
}

#loginArea #btnLogin {
	width: 100%;
}
#loginArea #btnLogin .btnPink a {
	display: inline-block;
	width: 50%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 2% 0;
	color:#fff;
}

#copyRight {
	width: 100%;
	font-size: 10px;
	color: #ec2365;
	text-align: center;
	position: absolute;
	bottom: 1%;
	left: 0;
}

.inputBox label {
	color:#6f6f6f;
	cursor:pointer;
	font-weight:bold;
}



/* common */
/*------------------------------------------------------------------------------*/
#mainContents {
	background-color: #fff;
}
#common #copyRight {
	width: 100%;
	font-size: 10px;
	color: #ec2365;
	text-align: center;
	line-height: 1;
	position: static;
	padding: 5px 0;
	background-color: #fff;
}
#common #userArea {
	font-size: 12px;
	padding: 2% 3.125%;
}
#common #userArea div.nameBox {
	float: left;
	line-height: 1.2;
	margin-right:2%;
}
#common #userArea div.nameBox span {
	font-size: 16px;
	font-weight: bold;
	color: #ec2365;
}

#common #userArea div.infoAltBox {
	float: left;
	font-size: 24px;
	line-height: 1;
	margin-right:2%;
	color:#f75396;
	position:relative;
}
#common #userArea div.infoAltBox a {
	color:#f75396;
}

#common #userArea div.infoAltBox span.midoku{
	position:absolute;
	z-index:2;
	top:-8px;
	right:-10px;
	background:#ffc;
	border-radius:1em;
	color:#f00;
	font-size:12px;
	padding:0.2em;
	border:solid 2px #c00;
}

#common #userArea div.phoneBox {
	float: left;
	font-size: 24px;
	line-height: 1;
	color:#333;
}

#common #userArea div.phoneBox a {
	color:#00f;
}


#common #userArea div.logOutBox {
	width: 30%;
	float: right;
}



/*#common #userArea div.logOutBox a {
	color: #e65a83;
	text-decoration: underline;
}*/
#common #userArea div.logOutBox a {
	display: block;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff056b), color-stop(0.00, #e45e9d));
	background: -webkit-linear-gradient(#e45e9d, #ff056b);
	background: -moz-linear-gradient(#e45e9d, #ff056b);
	background: -o-linear-gradient(#e45e9d, #ff056b);
	background: -ms-linear-gradient(#e45e9d, #ff056b);
	background: linear-gradient(#e45e9d, #ff056b);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 0;
	padding: 2% 4%;
}

#pageLinkArea li {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffe4e9), color-stop(0.00, #fffcff));
	background: -webkit-linear-gradient(#fffcff, #ffe4e9);
	background: -moz-linear-gradient(#fffcff, #ffe4e9);
	background: -o-linear-gradient(#fffcff, #ffe4e9);
	background: -ms-linear-gradient(#fffcff, #ffe4e9);
	background: linear-gradient(#fffcff, #ffe4e9);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
}
#pageLinkArea li {
	margin: 1% 0 0 0;
}
#pageLinkArea li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #e65a83;
	line-height: 1;
	text-decoration: none;
	background: url(../images/menu_arr.png) no-repeat 95% 50%;
	background-size: 9px 13px;
	padding: 4% 3.125%;
}



#joshiPageMenu {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding: 0 2%;
}
#joshiPageMenu > a {
	display: flex;
	align-items: center;
	width: calc(100% / 3);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9ebb3+0,f9f4de+50,f9ebb3+100 */
	background: rgb(249,235,179); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(249,235,179,1) 0%, rgba(249,244,222,1) 50%, rgba(249,235,179,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(249,235,179,1) 0%,rgba(249,244,222,1) 50%,rgba(249,235,179,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(249,235,179,1) 0%,rgba(249,244,222,1) 50%,rgba(249,235,179,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ebb3', endColorstr='#f9ebb3',GradientType=1 ); /* IE6-9 */
	border-radius: 0.2em;
	border: 1px solid #CAC194;
	padding: 0.5em 0;
}
#joshiPageMenu > a.current {
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f74f81+0,f47c9e+50,f74f81+100 */
	background: rgb(247,79,129); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(247,79,129,1) 0%, rgba(244,124,158,1) 50%, rgba(247,79,129,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(247,79,129,1) 0%,rgba(244,124,158,1) 50%,rgba(247,79,129,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(247,79,129,1) 0%,rgba(244,124,158,1) 50%,rgba(247,79,129,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74f81', endColorstr='#f74f81',GradientType=1 ); /* IE6-9 */
	border: 1px solid #C0416B;
}
#joshiPageMenu > a > span {
	width: 100%;
}
/* #joshiPageMenu > a > span {
	display: table-cell;
	line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
	background-color: #cfc;
} */






#joshiPageMenu ul {
	width: 100%;
}
#joshiPageMenu ul li {
	display: table;
	width: 33%;
	float: left;
	text-align: center;
	vertical-align: middle;
}
#joshiPageMenu ul li a {
	display: table-cell;
	width: 100%;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #dfdfdf;
	padding: 1px;
	border-right: 1px solid #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#joshiPageMenu ul li a span {
	display: block;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	color: #7f7f7f;
	background-color: #dfdfdf;
	padding: 10% 0;
	border: 1px solid #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1;
}
#joshiPageMenu li a:hover, #joshiPageMenu li.current a {
	color: #fff;
	background-color: #faa7c1;
}
#joshiPageMenu li a:hover span, #joshiPageMenu li.current a span {
	color: #fff;
	background-color: #faa7c1;
}




.girlsSiteTitle01 {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #ff65b2;
	border-top: 1px solid #adadad;
	padding: 1% 3.125%;
}
.girlsSiteTitle01_02 {
	display: table;
	width: 100%;
	background-color: #ff65b2;
	border-top: 1px solid #adadad;
	margin-bottom: 10px;
	padding: 1% 3.125%;
}
.girlsSiteTitle01_02 > div {
	display: table-cell;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
}
.girlsSiteTitle01_02 > div.recodes_ResultsNum {
	text-align: right;
}
.girlsSiteTitle01_02 > div.recodes_ResultsNum > span {
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	line-height: 1;
	text-align: center;
	border-radius: 0.2em;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 0.2em 0.5em;
}
.girlsSiteTitle01_02 > div.recodes_ResultsNum > span > span {
	font-size: 1.3em;
	color: #ff2085;
}

.reserv__box {
/*
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff2085), color-stop(0.00, #df5e6d));
	background: -webkit-linear-gradient(#df5e6d, #ff2085);
	background: -moz-linear-gradient(#df5e6d, #ff2085);
	background: -o-linear-gradient(#df5e6d, #ff2085);
	background: -ms-linear-gradient(#df5e6d, #ff2085);
	background: linear-gradient(#df5e6d, #ff2085);
*/
}
.reserv__box.reserv1,
.reserv__box.reserv2,
.reserv__box.reserv3 {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff2085), color-stop(0.00, #df5e6d));
	background: -webkit-linear-gradient(#df5e6d, #ff2085);
	background: -moz-linear-gradient(#df5e6d, #ff2085);
	background: -o-linear-gradient(#df5e6d, #ff2085);
	background: -ms-linear-gradient(#df5e6d, #ff2085);
	background: linear-gradient(#df5e6d, #ff2085);
}
.reserv__box.reserv4,
.reserv__box.reserv5 {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #4646ff), color-stop(0.00, #0000aa));
	background: -webkit-linear-gradient(#0000aa, #4646ff);
	background: -moz-linear-gradient(#0000aa, #4646ff);
	background: -o-linear-gradient(#0000aa, #4646ff);
	background: -ms-linear-gradient(#0000aa, #4646ff);
	background: linear-gradient(#0000aa, #4646ff);
}
.reserv__box.reserv6 {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ccc), color-stop(0.00, #aaa));
	background: -webkit-linear-gradient(#aaa, #ccc);
	background: -moz-linear-gradient(#aaa, #ccc);
	background: -o-linear-gradient(#aaa, #ccc);
	background: -ms-linear-gradient(#aaa, #ccc);
	background: linear-gradient(#aaa, #ccc);
}
.reserv__box.other__plan {
	color: #fff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #388235), color-stop(0.00, #9bbb50));
background: -webkit-linear-gradient(#9bbb50, #388235);
background: -moz-linear-gradient(#9bbb50, #388235);
background: -o-linear-gradient(#9bbb50, #388235);
background: -ms-linear-gradient(#9bbb50, #388235);
background: linear-gradient(#9bbb50, #388235);
}
.reserv__box .reserv__box__main {
	/* color: #333; */
	border-radius: 0.2em;
	background-color: rgba(255, 255, 255, 0.2);
	padding: 0.5em;
}
.reserv__box .textBox {
	line-height: 1.2!important;
}

#messageArea {
	border-top: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
}
#messageArea li {
	display: table;
	width: 100%;
	font-size: 12px;
	padding: 3% 3.125%;
}
#messageArea li+li {
	border-top: 1px dotted #adadad;
}
#messageArea li div {
	line-height: 1;
	vertical-align: middle;
}
#messageArea li div.datebox {
	width: 100%;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
#messageArea li div.datebox span.state {
	font-weight: bold;
	color: #ec2365;
}
#messageArea li div.textBoxArea {
	display: table;
	width: 100%;
	/*padding: 1% 3.125%;*/
}
#messageArea li div.textBoxArea div.textBoxMain {
	display: table-cell;
	width: 85%;
}
#messageArea li div.textBox {
	text-align: left;
}
#messageArea li.midoku div.textBox span.textMain {
	font-weight: bold;
	color: #ec2365;
}
#messageArea li div.textBox span.textMain {
	margin-bottom:2%;
}

#messageArea li div.btnBox {
	display: table-cell;
	text-align: right;
	background-color: #fff;
}
#messageArea li div.btnBox2 {
	text-align: right;
	background-color: #fff;
}
#messageArea li div.btnBox div.btnPink,
#messageArea li div.btnBox2 div.btnPink {
	display: block;
	width: 100%;
}
#messageArea li div.btnBox div.btnPink a,
#messageArea li div.btnBox2 div.btnPink a {
	font-size: 12px;
	padding: 0.5em;
}
#messageArea li div.btnBox div.btnPink span {
	display: inline-block;
	color: #fff;
	background-color: #999;
	padding: 6%;
}


#messageArea li.interval {
	display: block;
	width: 100%;
	font-size: 12px;
	text-align: center;
	background-color: #eee;
	padding: 1% 3.125%;
}


.girlReserveComp {
	background-color: #fff0fa;
	padding: 3em 0!important;
}
.girlReserveComp > p {
	font-size: 2em!important;
	font-weight: bold;
	text-align: center;
}
.girlReserveCompBack > a {
	color: #595959!important;
	text-decoration: none!important;
}



#re_messageArea {
	padding: 3% 3.125%;
}

#re_messageArea > .nameBox {
	font-size: 1.4em;
	border-radius: 0.2em;
	background-color: #eee;
	margin-bottom: 5px;
	padding: 0.2em 0.5em;
}
#re_messageArea > .nameBox > .icon {
	font-size: 1.2em;
	padding: 0 0.5em 0 0;
}
#re_messageArea > .nameBox > .name {
	font-size: 1.2em;
	font-weight: bold;
}

#re_messageArea > .customer_detail_box {
	width: 100%;
	margin-bottom: 10px;
}
#re_messageArea > .customer_detail_box tr+tr {
	border-top: 1px dashed #ccc;
}
#re_messageArea > .customer_detail_box th,
#re_messageArea > .customer_detail_box td {
	font-size: 1.2em;
	padding: 0.3em;
}
#re_messageArea > .customer_detail_box th {
	width: 6em;
	font-weight: bold;
	border-right: 1px dashed #ccc;
	padding: 0.3em;
}
#re_messageArea > .customer_detail_box td {
	padding: 0.3em 0.5em;
}
#re_messageArea > .customer_detail_box td.reserveTime {
	font-size: 1.4em;
	font-weight: bold;
}

#re_messageArea .check_state_area {
	text-align: center;
	background-color: #fff8eb;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 20px 3% 0 3%;
	position: relative;
}
#re_messageArea .check_state_area > .title {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background-color: #FEF;
	border: 1px solid #ccc;
	padding: 0.2em 0.8em;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

#re_messageArea .check_state_area .hotelNameArea {
/* 	background-color: #ccc; */
	margin-bottom: 10px;
}
#re_messageArea .check_state_area .hotelSelect {
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
#re_messageArea .check_state_area .hotelSelect+.hotelSelect {
	border-top: 1px dashed #ccc;
	margin-top: 5px;
	padding-top: 5px;
}
#re_messageArea .check_state_area .hotelSelect > span {
	display: table-cell;
	vertical-align: middle;
}
#re_messageArea .check_state_area .hotelSelect > span.icon {
	width: 2em;
	font-size: 1.6em;
	padding-right: 1em;
}
#re_messageArea .check_state_area .hotelSelect > span.text {
	font-size: 1.4em;
	text-align: left;
}
#re_messageArea .check_state_area .hotelSelect > span.text > select {
	width: 100%;
	outline: none;
}


#re_messageArea .check_state_area .roomNumArea .title {
	font-size: 1.5em;
	text-align: center;
}
#re_messageArea .check_state_area .roomNumArea .input > input {
	width: 100%;
	text-align: center;
	outline: none;
}
#re_messageArea .check_state_area .roomNumArea .input {
	display: inline-block;
	width: 60%;
	font-size: 1.8em;
	line-height: 1;
	text-align: center;
	background-color: #fff;
	padding: 0.3em 0.5em;
}


#re_messageArea .check_state_area .roomNumArea .state__NOW {
	font-size: 2.2em;
	font-weight: bold;
	/* margin-bottom: 10px; */
	padding: 10px 0 0 0;
}
#re_messageArea .check_state_area .roomNumArea .state__NOW > span {
	display: block;
	color: #fff;
	line-height: 1;
	background-color: #ff00ae;
	padding: 0.3em 0;
}


#re_messageArea .btnListBack {
	padding: 10px 3%;
}
#re_messageArea .btnListBack > a {
	display: block;
	width: 80%;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	border-radius: 0.3em;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffb861), color-stop(0.00, #fed683));
	background: -webkit-linear-gradient(#fed683, #ffb861);
	background: -moz-linear-gradient(#fed683, #ffb861);
	background: -o-linear-gradient(#fed683, #ffb861);
	background: -ms-linear-gradient(#fed683, #ffb861);
	background: linear-gradient(#fed683, #ffb861);
	margin: 0 auto 5px auto;
	padding: 0.5em;
}

#re_messageArea .playStateCheck {
	padding: 10px 0;
}
#re_messageArea .btnStyle > a {
	display: block;
	width: 80%;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 0.3em;
	margin: 0 auto;
	padding: 0.5em;
}
#re_messageArea .btnStyle02 > a {
	display: block;
	width: 80%;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 0.3em;
	margin: 0 auto;
	padding: 0.5em;
}
#re_messageArea .btnPlayStart > a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e94e74), color-stop(0.00, #ef7678));
	background: -webkit-linear-gradient(#ef7678, #e94e74);
	background: -moz-linear-gradient(#ef7678, #e94e74);
	background: -o-linear-gradient(#ef7678, #e94e74);
	background: -ms-linear-gradient(#ef7678, #e94e74);
	background: linear-gradient(#ef7678, #e94e74);
}
#re_messageArea .btnFlowBack > a {
	color: #595959;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #bababa), color-stop(0.00, #d6d6d6));
	background: -webkit-linear-gradient(#d6d6d6, #bababa);
	background: -moz-linear-gradient(#d6d6d6, #bababa);
	background: -o-linear-gradient(#d6d6d6, #bababa);
	background: -ms-linear-gradient(#d6d6d6, #bababa);
	background: linear-gradient(#d6d6d6, #bababa);
	margin-top: 5px;
}



#re_messageArea > .store_tel_box {
	text-align: center;
	background-color: #eee;
	margin-bottom: 20px;
	padding: 2% 0;
}
#re_messageArea > .store_tel_box > a {
	font-size: 1.4em;
}

#re_messageArea .guestMessage {
	font-size: 12px;
	background-color: #eee;
	padding: 3% 3.125%;
	margin-bottom:2%;
}
#re_messageArea .guestMessage .guestInfo {
	display: table;
	width: 100%;
	padding: 0 0 3% 0;
}
#re_messageArea .guestMessage .guestInfo div {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
#re_messageArea .guestMessage .guestInfo div.date {
	font-weight: bold;
}
#re_messageArea .guestMessage .guestInfo div.name {
	text-align: right;
}
#re_messageArea .guestMessage .guestMessage_main {
	line-height: 1.6;
	padding: 2% 0;
}
#re_messageArea .reMessageMain {

	/*padding: 3% 3.125% 0 3.125%;*/


}
#re_messageArea .reMessageMain p {
	font-size: 12px;
}
/*#re_messageArea .reMessageMain .textArea {
}*/
#re_messageArea .reMessageMain .textArea textarea {
	width: 100%;
	font-size: 12px;
	padding: 2%;
	border: 1px solid #7f7f7f;
}
#re_messageArea #btnSend {
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 3% 0;
	display: table;
}
#re_messageArea #btnSend div {
	display: table-cell;
	width: 50%;
}
#re_messageArea #btnSend .btnPink a,
#re_messageArea #btnSend .btnGray a {
	display: inline-block;
	width: 85%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 4% 0;
	color: #fff;
	text-decoration:none;
}
#re_messageArea #btnNew {
	width: 100%;
	text-align: center;
	padding: 3% 0 6% 0;
}
/*#re_messageArea #btnNew div {
	display: table-cell;
	width: 50%;
}*/
#re_messageArea #btnNew .btnPink a,
#re_messageArea #btnNew .btnGray a {
	display: inline-block;
	width: 50%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 2% 0;
	color: #fff;
}





#realDiaryArea .realDiaryMain {
	/*padding: 3% 3.125% 0 3.125%;*/
	margin-bottom:2%;
	font-size:12px;
}
#realDiaryArea .realDiaryMain p {
	font-size: 12px;
}
#realDiaryArea .realDiaryMain .textArea textarea {
	width: 100%;
	font-size: 12px;
	padding: 2%;
	border: 1px solid #7f7f7f;
}
#realDiaryArea #btnSend {
	width: 100%;
	text-align: center;
	padding: 3% 0;
	display: table;
}
#realDiaryArea #btnSend div {
	display: table-cell;
	width: 50%;
}
#realDiaryArea #btnSend .btnPink a,
#realDiaryArea #btnSend .btnGray a {
	display: inline-block;
	width: 75%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 2% 0;
	color: #fff;
}
#btnFileASelect {
	width: 100%;
	/*padding: 3% 3.125% 0 3.125%;*/
}
#btnFileASelect .table {
	display: table;
}


#btnFileASelect div.fileName,
#btnFileASelect div.fileSelect {
	display: table-cell;
}
#btnFileASelect div.fileName {
	width: 70%;
	font-size:12px;
}
#btnFileASelect div.fileSelect {
	width: 30%;
}
#btnFileASelect p {
	font-size:12px;
}

#btnFileASelect div.fileSelect div.btnPink {
	display: inline-block;
	width: 100%;
}
#btnFileASelect div.fileSelect div.btnPink a {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	padding: 8% 0;
}





.results_pager {
	padding: 6% 0 12% 0;
	text-align: center;
}
.results_pager li {
	display: inline-block;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
.results_pager li+li {
	margin: 0 0 0 0.5%;
}
.results_pager li a {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #7e7d7c;
	padding: 3px 5px;
}
.results_pager li.current a {
	background-color: #f992b2;
}
.results_pager li.btnNext a span {
	background: url(../images/arr_next.png) no-repeat center right;
	background-size: 6px 8px;
	padding: 0 10px 0 0;
	line-height: 1;
}
.results_pager li.btnPrev a span {
	background: url(../images/arr_prev.png) no-repeat center left;
	background-size: 6px 8px;
	padding: 0 0 0 10px;
	line-height: 1;
}
.results_pager li.btnPN a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.btnGray a {
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #838383), color-stop(0.00, #9f9f9f));
	background: -webkit-linear-gradient(#9f9f9f, #838383);
	background: -moz-linear-gradient(#9f9f9f, #838383);
	background: -o-linear-gradient(#9f9f9f, #838383);
	background: -ms-linear-gradient(#9f9f9f, #838383);
	background: linear-gradient(#9f9f9f, #838383);
	-webkit-box-shadow: 1px 1px 2px rgba(4,0,0,.19);
	-moz-box-shadow: 1px 1px 2px rgba(4,0,0,.19);
	box-shadow: 1px 1px 2px rgba(4,0,0,.19);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#joshiPageMenu li a:hover, #joshiPageMenu li.current a {
	color: #fff;
	background-color: #faa7c1;
}


#realDiaryArea h3,
#re_messageArea h3 {
	font-weight:bold;
	margin-bottom:1%;
	font-size: 12px;
}

#re_messageArea .reMessageMain {
	margin-bottom:3%;
	padding: 0 3.125%;
}
#re_messageArea .inpuaArea {
	padding: 0 3.125%;
}
table.tblSchGirlMsg {
	width:640px;
}


table.tblSchGirlMsg th {
	background:#eee;
	border:solid 1px #ccc;
	text-align:center;
}

table.tblSchGirlMsg td {
	background:#fff;
	border:solid 1px #ccc;
}





#realDiaryArea {
	padding: 0 3.125%;
}


.rsArea table th, .rsArea table td {
	border: solid 1px #fff;
	padding: 0;
}


.noData {
	font-size: 14px;
	text-align: center;
	padding: 0 0 6% 0;
}





div.searchMemberArea {
	margin: 0;
}
div.searchMemberArea div.searchMemberBox {
	display: table;
	width: 100%;
	background-color: #dfdfdf;
}
div.searchMemberArea div.searchMemberBox+div.searchMemberBox {
	margin: 1px 0 0 0;
}
div.searchMemberArea div.title,div.searchMemberArea div.boxMain {
	display: table-cell;
	vertical-align: middle;
}
div.searchMemberArea div.title {
	width: 22%;
	padding: 3% 2%;
}
div.searchMemberArea div.boxMain {
	padding: 3% 0 3% 2%;
	background-color: #eee;
}
div.searchMemberArea div.boxMain01 {
	padding: 3% 2%;
}
div.searchMemberArea div.boxMain input {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
div.searchMemberArea div.boxMain div.inputBoxArea {
	display: table;
	width: 100%;
}
div.searchMemberArea div.boxMain div.inputBoxArea div.inputBox01 {
	display: table-cell;
	width: 40%;
}
div.searchMemberArea div.boxMain div.inputBoxArea div.inputBox01 select {
	width: 100%;
}
div.searchMemberArea div.boxMain div.inputBoxArea div.inputBox02 {
	display: table-cell;
	width: 20%;
	text-align: center;
}
div.searchMemberArea div.boxMain label {
	display: inline-block;
	width: 14.28%;
}

div.searchBoxArea {
	display: table;
	width: 100%;
	padding: 1em 0 3em 0;
}
div.searchBoxArea div.btnBox:nth-child(1) {
	display: table-cell;
	width: 70%;
}
div.searchBoxArea div.btnBox:nth-child(2) {
	display: table-cell;
	width: 30%;
}
div.searchBoxArea div.btnBox a {
	display: block;
	width: 80%;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	padding: 0.5em 0;
}
div.searchBoxArea div.btnBlue a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #3f9cd8), color-stop(0.94, #5cb1e6), color-stop(0.10, #7fc6f0), color-stop(0.05, #7ec6f0), color-stop(0.00, #b7e4fc));
	background: -webkit-linear-gradient(top, #b7e4fc 0%, #7ec6f0 5%, #7fc6f0 10%, #5cb1e6 94%, #3f9cd8 100%);
	background: -moz-linear-gradient(top, #b7e4fc 0%, #7ec6f0 5%, #7fc6f0 10%, #5cb1e6 94%, #3f9cd8 100%);
	background: -o-linear-gradient(top, #b7e4fc 0%, #7ec6f0 5%, #7fc6f0 10%, #5cb1e6 94%, #3f9cd8 100%);
	background: -ms-linear-gradient(top, #b7e4fc 0%, #7ec6f0 5%, #7fc6f0 10%, #5cb1e6 94%, #3f9cd8 100%);
	background: linear-gradient(to bottom, #b7e4fc 0%, #7ec6f0 5%, #7fc6f0 10%, #5cb1e6 94%, #3f9cd8 100%);
	-webkit-box-shadow: 1px 1px 2px rgba(4,0,0,.19);
	-moz-box-shadow: 1px 1px 2px rgba(4,0,0,.19);
	box-shadow: 1px 1px 2px rgba(4,0,0,.19);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}



div.serachResult {
	overflow: auto;
	white-space: nowrap;
}
div.serachResult::-webkit-scrollbar {
	height: 5px;
}
div.serachResult::-webkit-scrollbar-track {
	background: #F1F1F1;
}
div.serachResult::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
div.serachResult table {
	width: 100%;
	border-collapse: collapse;
}
div.serachResult th,div.serachResult td {
	font-size: 12px;
	line-height: 1;
	padding: 0.2em 0.5em;
	vertical-align: middle;
	border: solid 1px #fff;
}
div.serachResult th {
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #faa7c1;
}
div.serachResult td {
	text-align: center;
	background-color: #eee;
	padding: 0.5em;
}
div.serachResult tr:nth-child(odd) td {
	background-color: #f7f7f7;
}
div.serachResult td input {
	margin: 0;
	padding: 0;
}
p.kometext {
	font-size: 10px;
	color: #f00;
}

div.selectBtnArea {
	display: table;
	width: 50%;
	padding: 0 0 0.5em 0;
}
div.selectBtnArea div {
	display: table-cell;
	padding: 0 0.5em 0 0;
}
div.selectBtnArea div a {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 0.5em 0;
}
div.selectBtnArea div.btnBlue a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #3f9cd8), color-stop(0.94, #5cb1e6), color-stop(0.10, #7fc6f0), color-stop(0.05, #7ec6f0), color-stop(0.00, #b7e4fc));
	background: -webkit-linear-gradient(top, #b7e4fc 0%, #7ec6f0 5%, #7fc6f0 10%, #5cb1e6 94%, #3f9cd8 100%);
	background: -moz-linear-gradient(top, #b7e4fc 0%, #7ec6f0 5%, #7fc6f0 10%, #5cb1e6 94%, #3f9cd8 100%);
	background: -o-linear-gradient(top, #b7e4fc 0%, #7ec6f0 5%, #7fc6f0 10%, #5cb1e6 94%, #3f9cd8 100%);
	background: -ms-linear-gradient(top, #b7e4fc 0%, #7ec6f0 5%, #7fc6f0 10%, #5cb1e6 94%, #3f9cd8 100%);
	background: linear-gradient(to bottom, #b7e4fc 0%, #7ec6f0 5%, #7fc6f0 10%, #5cb1e6 94%, #3f9cd8 100%);
	-webkit-box-shadow: 1px 1px 2px rgba(4,0,0,.19);
	-moz-box-shadow: 1px 1px 2px rgba(4,0,0,.19);
	box-shadow: 1px 1px 2px rgba(4,0,0,.19);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.btnReply {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	margin: 0 auto;
	border: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e65981), color-stop(0.00, #f286a6));
	background: -webkit-linear-gradient(#f286a6, #e65981);
	background: -moz-linear-gradient(#f286a6, #e65981);
	background: -o-linear-gradient(#f286a6, #e65981);
	background: -ms-linear-gradient(#f286a6, #e65981);
	background: linear-gradient(#f286a6, #e65981);
	-webkit-box-shadow: 1px 1px 2px rgba(4,0,0,.19);
	-moz-box-shadow: 1px 1px 2px rgba(4,0,0,.19);
	box-shadow: 1px 1px 2px rgba(4,0,0,.19);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0.5em 0.4em!important;
}
.msgList .btnPink a {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	margin: 0 auto;
	border: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #418013), color-stop(0.95, #6aa532), color-stop(0.10, #afd981), color-stop(0.05, #a1d071), color-stop(0.00, #cdeeae))!important;
	background: -webkit-linear-gradient(top, #cdeeae 0%, #a1d071 5%, #afd981 10%, #6aa532 95%, #418013 100%)!important;
	background: -moz-linear-gradient(top, #cdeeae 0%, #a1d071 5%, #afd981 10%, #6aa532 95%, #418013 100%)!important;
	background: -o-linear-gradient(top, #cdeeae 0%, #a1d071 5%, #afd981 10%, #6aa532 95%, #418013 100%)!important;
	background: -ms-linear-gradient(top, #cdeeae 0%, #a1d071 5%, #afd981 10%, #6aa532 95%, #418013 100%)!important;
	background: linear-gradient(to bottom, #cdeeae 0%, #a1d071 5%, #afd981 10%, #6aa532 95%, #418013 100%)!important;
	-webkit-box-shadow: 1px 1px 2px rgba(4,0,0,.19);
	-moz-box-shadow: 1px 1px 2px rgba(4,0,0,.19);
	box-shadow: 1px 1px 2px rgba(4,0,0,.19);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}





.girlSchedule__area .recodes_ResultsNum {
	font-size: 1.4em;
	font-weight: bold;
	color: #ff2085;
	text-align: center;
  border-bottom: 1px solid #adadad;
	padding: 1% 3.125%;
}
.girlSchedule__area #messageArea {
	border: none;
	padding: 1% 3.125%;
}
.girlSchedule__area #messageArea table {
	width: 100%;
}
.girlSchedule__area #messageArea tr {
	border-bottom: 1px solid #ccc;
}
.girlSchedule__area #messageArea th,
.girlSchedule__area #messageArea td {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.3em;
}
.girlSchedule__area #messageArea th {
	text-align: center;
}
.girlSchedule__area #messageArea th span {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #eee;
	padding: 0.2em;
}

.girlSchedule__area #messageArea tr.today {
	background-color: #efe27d;
}
.girlSchedule__area #messageArea tr.today th span {
	background-color: #efe27d;
}
.girlSchedule__area #messageArea th.week6 {
	color: #2254FE;
}
.girlSchedule__area #messageArea th.week0 {
	color: #ff2085;
}

.girlSchedule__area .resultsPager {
	margin: 0;
	padding: 10px 0;
}
.girlSchedule__area .resultsPager > ul {
	display: table;
	margin: 0 auto;
}
.girlSchedule__area .resultsPager > ul > li {
	display: table-cell;
	padding: 0 5px;
}
.girlSchedule__area .resultsPager > ul > li > a {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e94e74), color-stop(0.00, #ef7678));
	background: -webkit-linear-gradient(#ef7678, #e94e74);
	background: -moz-linear-gradient(#ef7678, #e94e74);
	background: -o-linear-gradient(#ef7678, #e94e74);
	background: -ms-linear-gradient(#ef7678, #e94e74);
	background: linear-gradient(#ef7678, #e94e74);
	border-radius: 0.2em;
	padding: 0.5em 0.7em;
}
/* .girlSchedule__area .resultsPager > ul > li.btnPrev > a,
.girlSchedule__area .resultsPager > ul > li.btnNext > a {
	display: block;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e94e74), color-stop(0.00, #ef7678));
	background: -webkit-linear-gradient(#ef7678, #e94e74);
	background: -moz-linear-gradient(#ef7678, #e94e74);
	background: -o-linear-gradient(#ef7678, #e94e74);
	background: -ms-linear-gradient(#ef7678, #e94e74);
	background: linear-gradient(#ef7678, #e94e74);
} */


/**** SignArea ****/
#signArea #btnPymntDtl,
#signArea #btnPymntSign{
	width: 100%;
	text-align: center;
	padding: 3% 0 6% 0;
}
#signArea #btnPymntDtl .btnPink a,
#signArea #btnPymntDtl .btnGray a,
#signArea #btnPymntSign .btnPink a,
#signArea #btnPymntSign .btnGray a {
	display: inline-block;
	width: 50%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 2% 0;
	color: #fff;
	text-decoration: none;
}
#signArea #btnPymntDtl .btnGray a.disabled,
#signArea #btnPymntSign .btnGray a.disabled{
	pointer-events: none;
}

#signArea #btnPymntDtl p,
#signArea #btnPymntSign p{
	font-size:12px;
	color:#6f6f6f;
}


/**** SignWriteArea ****/
#signReceiptSignArea canvas{
	border:3px solid #000;
}
#signReceiptSignArea .btnPymntDtl,
#signReceiptSignArea #btnPymntSign{
	width: 100%;
	text-align: center;
	padding: 3% 0 0% 0;
}
#signReceiptSignArea .btnPymntDtl .btnPink a,
#signReceiptSignArea .btnPymntDtl .btnGray a,
#signReceiptSignArea #btnPymntSign .btnPink a,
#signReceiptSignArea #btnPymntSign .btnGray a {
	width: 30%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 2% 0;
	color: #fff;
	float:left;

	position:relative;
	left:15%;
	margin-right:30px;
}

#signReceiptSignArea .handWriteBtn {
	margin: 0;
	padding: 10px 0;
}
#signReceiptSignArea .handWriteBtn > ul {
	display: table;
	margin: 0 auto;
	width:80%;
}
#signReceiptSignArea .handWriteBtn > ul > li {
	display: table-cell;
	padding: 0 5px;
	width:30%;
}
#signReceiptSignArea .handWriteBtn > ul > li > a {
	display: block;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e94e74), color-stop(0.00, #ef7678));
	background: -webkit-linear-gradient(#ef7678, #e94e74);
	background: -moz-linear-gradient(#ef7678, #e94e74);
	background: -o-linear-gradient(#ef7678, #e94e74);
	background: -ms-linear-gradient(#ef7678, #e94e74);
	background: linear-gradient(#ef7678, #e94e74);
	border-radius: 0.2em;
	padding: 0.6em 0.7em;
}


#signReceiptSignArea{
	font-size:12px;
	padding: 3% 0 9% 0;
}
#signReceiptSignArea .signReceiptSignMain{
	margin-bottom:3%;
	padding: 0 3.125%;
}

#signReceiptSignArea .btnPymntDtl p{
	font-size:1.4em;
	font-weight:bold;
}

/**** SignWriteCompArea *****/
.signWriteCompMain {
	background-color: #fff0fa;
	padding: 3em 0!important;
}
.signWriteCompMain > p {
	font-size: 2em!important;
	font-weight: bold;
	text-align: center;
}
.signWriteCompBack > a {
	color: #595959!important;
	text-decoration: none!important;
}
.opponent figure img {
    height: 100%;
}
/* スタンプ */
.stampList {

}
.boxstamp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 2px solid #c1bdbd;
    padding: 0 0 10px;
    margin: 0 auto 10px;
}
.boxstamp figure {
    width: 30%;
    margin: 0;
    padding: 0;
}
.boxstamp ul.stamp_info {
    width: 45%;
}
.boxstamp p {
    width: 20%;
}
.boxstamp figure img {
    border: solid 1px #333333;
}
#infoMypage div.entryInfo div.infoMain .boxstamp ul.stamp_info li.stamp_tx {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
}
#infoMypage div.entryInfo div.infoMain .boxstamp ul.stamp_info li.release_date {
    display: block;
    color: #c7c3c3;
}
#infoMypage div.entryInfo div.infoMain .boxstamp ul.stamp_info li.use_point {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
	padding: 30px 0 0;
}
.boxstamp p {
	width: 20%;
    text-align: center;
    font-size: 1.2em;
    color: #47c307;
    padding: 40px 0 0;
}
.boxstamp p span {
    vertical-align: middle;
    font-size: 1.2em;
    background: #d6d5d5;
    color: #47c307;
    display: block;
    font-weight: bold;
    padding: 3px 3px;
    cursor: pointer;
}
.boxstamp p span.buy {
    color: #5a5858;
    cursor: none;
}
.boxstamp p span.nobuy {
	color: #bdbcbc;
    cursor: none;
}
#infoMypage div.entryInfo.stampList .infoTitle {
    background: #dfdfdf;
    padding: 2% 0;
    text-align: left;
	margin: 0 auto 15px;
}
#infoMypage div.entryInfo.stampList .infoTitle h3 {
    text-align: left;
    width:90%;
    margin:0 auto;
}
p.usepoint {
    font-size: 1.2em;
    font-weight: bold;
}
/* スタンプ */

.boxstamp.usebox{
	width:90%;
}
