.marginB20 {
	clear: both;
    margin-bottom: 20px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  }
  /* ie対応 */
  select::-ms-expand {
	display: none;
  }
  i.fa {
    line-height: 1.5;
    padding-left: 1%;
}

.clearfix {
    min-height: 1px;
}

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

.sp_only {
	display: none;
}

.pc_only {
	display: block;
}

@media screen and (max-width:768px) {
	.sp_only {
		display: block;
	}

	.pc_only {
		display: none;
	}
}


/* personalArea */
/*------------------------------------------------------------------------------*/
#personalArea {
	/*background: rgba(0,0,0,0.6);
	padding: 5px 0;*/
	padding: 3% 5% 3% 4%;
    background: #838383;
}

/* ログイン前 */
#before_login {
	/*display: table;
	padding: 0 10px;*/
	display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

#before_login .name {
	color: #fff;
	width: 50%;
}

#before_login .right_area {
    align-items: center;
	width: 50%;
	padding: 0 0 0 15%;
}

#before_login .right_area a {
	font-size: 10px;
	padding: 5% 0;
	color: #fff;
	text-decoration: none;
	display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    margin: 0 auto;
    background: #595959;
    border-radius: 30px;
}

#before_login .right_area a:link {
	color: #fff;
	text-decoration: none;
	display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    margin: 0 auto;
    background: #595959;
    border-radius: 30px;
}

#before_login .right_area a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    margin: 0 auto;
    background: #595959;
    border-radius: 30px;
}

#before_login .right_area a:hover,.right_area a:active {
	color: #fff;
	text-decoration: none;
	display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    margin: 0 auto;
    background: #595959;
    border-radius: 30px;
}

/*#before_login #newMember {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	line-height: 1;
}

#before_login #newMember a {
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}*/

/* ログイン後 */
#after_login {
    display: flex;
    /* display: none; */
    justify-content: space-between;
    align-items: center;
    color: #252424;
    font-size: 12px;
}

#after_login .name {
    font-size: 12px;
    color: #fff;
    width: 40%;
}

#after_login .right_area {
    display: flex;
    align-items: center;
    width: 60%;
    justify-content: flex-end;
}

#after_login .right_area .point_box a {
    display: flex;
    align-items: center;
    color: #ffef00;
    line-height: 1;
    text-decoration: none;
}


/* main_img */
/*------------------------------------------------------------------------------*/
#mainImg {
/*	margin: 0 0 8% 0;*/
}
#mainImg li {
	width: 100%;
	position: relative;
}
#mainImg li a {
	display: block;
	width: 100%;
	position: relative;
}
#mainImg .bx-controls {
	width: 100%;
	position: static;
	padding: 3% 0;
}






/*
      20170622 上村編集
*/
/* nav */
/*------------------------------------------------------------------------------*/
#nav {
	position: static;
	z-index: 500;
}
#nav ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#nav li {
	display: table-cell;
	padding: 0 1.95% 3% 1.95%;
}
#nav li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(239,240,239,0.79);
    margin: 0 auto;
    /* padding: 12% 0; */
    border-radius: 5px;
}
/*
#nav li a span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
#nav li.nav01 a span { background-image: url(../images/nav_icon01.png); }
#nav li.nav02 a span { background-image: url(../images/nav_icon02.png); }
#nav li.nav03 a span { background-image: url(../images/nav_icon03.png); }
#nav li.nav04 a span { background-image: url(../images/nav_icon04.png); }
#nav li.nav05 a span { background-image: url(../images/nav_icon05.png); }
#nav li.nav06 a span { background-image: url(../images/nav_icon06.png); }
#nav li.nav07 a span { background-image: url(../images/nav_icon07.png); }
#nav li.nav08 a span { background-image: url(../images/nav_icon08.png); }
#nav li.nav09 a span { background-image: url(../images/nav_icon09.png); }
#nav li.nav10 a span { background-image: url(../images/nav_icon10.png); }*/

#nav li a:hover,#nav li.current a {
	background-color: #11b4ec;
}



/*
      20170622 上村編集 終わり
*/



/* mainContents */
/*------------------------------------------------------------------------------*/
/*#mainContents {
	color: #7f7f7f;
}*/




/* p00 */
/*------------------------------------------------------------------------------*/
.p00_Main {
	width: 100%;
	height: auto;
}
.p00_Main .p00_text01 {
	width: 40.62%;
	margin: 0 auto 2% auto;
}
.p00_Main h1 {
	width: 70%;
	margin: 0 auto 10% auto;
}
.p00_text02 {
	width: 65.93%;
	margin: 0 auto 40px auto;
}
.p00_btnArea {
	width: 62.5%;
	margin: 0 auto 15px auto;
}
.p00_Btn a {
	display: block;
	width: 100%;
	background-color: rgba(6,45,43,0.6);
	text-align: center;
	vertical-align: middle;
	padding: 10px 30px;
	border-radius: 10px;
}
.p00_Btn01 {
	margin: 0 0 15px 0;
}
.p00_Btn02 {
	margin: 0 0 45px 0;
}
.p00_Btn02 a {
	padding: 5px 30px;
	display: block;
	width: 100%;
	background-color: rgba(6,45,43,0.6);
	text-align: center;
	vertical-align: middle;
	border-radius: 10px;
}
.p00_Btn03{
	display: table-cell;
	text-align: left;
}
.p00_Btn03 a{
	padding: 10px 10px;
	margin:0 5% 0 0;
	width: 95%;
	height: auto;
}
.p00_Btn04{
	display: table-cell;
	text-align: right;
}
.p00_Btn04 a{
	padding: 10px 10px;
	margin:0 0 0 5%;
	width: 95%;
	height: auto;
	background-color: rgba(112,3,29,0.6);
	
}
.p00_icon01 {
	width: 15.62%;
	margin: 0 auto 16px auto;
}
.p00_text03 {
	width: 65.62%;
	margin: 0 auto 5% auto;
}
.tenpoGU_logo {
	/*width: 80%;*/
	width: 85%;
	margin: 0 auto 120px;
}
.tenpoGU_logo .potal_img {
	padding: 0 30px;
}
#copyright {
	display: inline-block;
	width: 100%;
	height: auto;
	color: #10b5ec;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 1;
}





/* top */
/*------------------------------------------------------------------------------*/
.bannerNewMember {
	margin: 0 0 10px 0;
	position: relative;
}
.bannerNewMember .btnSearchBox {
	position: relative;
	margin: 0px 0 0 0;
	z-index: 10;
}
.gu_acd {
	margin: 0 0 15px 0;
	background-color: #fff;
}
.gu_acd dt {
	display: block;
	/* width: 100%; */
	width: 90%;
	cursor: pointer;
	background: url(../images/arr_acd01.png) no-repeat 97% 50% #568e60;
	background-size: 10px 7px;
	margin: 0 auto;
}
.gu_acd dt.active {
	background: url(../images/arr_acd02.png) no-repeat 97% 50% #568e60;
	background-size: 10px 7px;
}
.gu_acd dt h2 {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 8px 0 8px 40px;
}
.gu_acd dd {
	display: none;
	width: 100%;
}

.gu_acd02 {
	margin: 0 0 15px 0;
	background-color: #fff;
}
.gu_acd02 dt {
	display:block;
	width: 100%;
	background: #6fd1f2;
	border-radius: 10px;
}

.gu_acd02 dt h2 {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #fff;
	background-image: linear-gradient(to right, #568e60 0%, #3a4237 100%);
	padding: 12px 10px;
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: -.04em;
	position: relative;
}
.gu_acd02 dt h2::before {
	height: 1px;
    margin: auto;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 2px;
    width: 100%;
    display: block;
    content: "　";
}

.gu_acd02 dt h2.titleBar01 {
	position: relative;
}
.gu_acd02 dt h2.titleBar01 a {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.gu_acd02 dd {
	width: 100%;
	position: relative;
	padding: 15px 10px;
}
.gu_acd02 dd ul {
	width: 100%;
	position: relative;
}

#area_news dd {
    padding: 0;
}

/*
#area_GirlsSearch h2 {
	background: url(../images/icon_girls_search.png) no-repeat 10px 50%;
	background-size: 15px 20px;
	background-image: linear-gradient(to right, #568e60 0%, #3a4237 100%);
	padding: 12px 10px;
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: -.04em;
	position: relative;
}
#area_GirlsSearch h2::before {
	height: 1px;
    margin: auto;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 2px;
    width: 100%;
    display: block;
    content: "　";
}*/

#area_GirlsSearch h2 {
    background: url(../images/arr_acd01wh.png) no-repeat 96% 50%;
    background-size: 3%;
    padding: 4% 5px 4% 10px;
}

#area_GirlsSearch dt.active h2{
    background: url(../images/arr_acd02wh.png) no-repeat 96% 50%;
    background-size: 3%;
    padding: 4% 5px 4% 10px;
}

#area_GirlsSearch dt {
    width: 90%;
	margin: 0 auto;
}

#area_GirlsSearch h2.blueGradient span {
    padding: 0;
    background: url(../images/arr_acd01wh.png) no-repeat 99% 50%;
    background-size: 3%;
}

#area_GirlsSearch h2.blueGradient span {
    padding: 0;
    background: url(../images/arr_acd01wh.png) no-repeat 99% 50%;
    background-size: 3%;
}

#area_StoreSearch h2 {
	/*background: url(../images/icon_girls_search.png) no-repeat 10px 50%;
	background-size: 15px 20px;*/
	background-image: linear-gradient(to right, #568e60 0%, #3a4237 100%);
	padding: 12px 10px;
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: -.04em;
	position: relative;
}
#area_StoreSearch h2::before {
	height: 1px;
    margin: auto;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 2px;
    width: 100%;
    display: block;
    content: "　";
}
#area_now h2 {
	/*background: url(../images/icon_girls_search.png) no-repeat 10px 50%;
	background-size: 15px 20px;*/
	background-image: linear-gradient(to right, #568e60 0%, #3a4237 100%);
	padding: 12px 10px;
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: -.04em;
	position: relative;
}
#area_now h2::before {
	height: 1px;
    margin: auto;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 2px;
    width: 100%;
    display: block;
    content: "　";
}
#area_realDiary h2 {
	/*background: url(../images/icon_girls_search.png) no-repeat 10px 50%;
	background-size: 15px 20px;*/
	background-image: linear-gradient(to right, #568e60 0%, #3a4237 100%);
	padding: 12px 10px;
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: -.04em;
	position: relative;
}
#area_realDiary h2::before {
	height: 1px;
    margin: auto;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 2px;
    width: 100%;
    display: block;
    content: "　";
}
#area_realDiary h2 span {
	color: #fc3662;
}
#area_newFace h2 {
	/*background: url(../images/icon_girls_search.png) no-repeat 10px 50%;
	background-size: 15px 20px;*/
	background-image: linear-gradient(to right, #568e60 0%, #3a4237 100%);
	padding: 12px 10px;
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: -.04em;
	position: relative;
}
#area_newFace h2::before {
	height: 1px;
    margin: auto;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 2px;
    width: 100%;
    display: block;
    content: "　";
}
#area_attendance h2 {
	/*background: url(../images/icon_girls_search.png) no-repeat 10px 50%;
	background-size: 15px 20px;*/
	background-image: linear-gradient(to right, #568e60 0%, #3a4237 100%);
	padding: 12px 10px;
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: -.04em;
	position: relative;
}
#area_attendance h2::before {
	height: 1px;
    margin: auto;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 2px;
    width: 100%;
    display: block;
    content: "　";
}
#area_news h2 {
	/*background: url(../images/icon_girls_search.png) no-repeat 10px 50%;
	background-size: 15px 20px;*/
	background-image: linear-gradient(to right, #568e60 0%, #3a4237 100%);
	padding: 12px 10px;
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: -.04em;
	position: relative;
}
#area_news h2::before {
	height: 1px;
    margin: auto;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 2px;
    width: 100%;
    display: block;
    content: "　";
}
#area_storeInfo h2 {
	/*background: url(../images/icon_girls_search.png) no-repeat 10px 50%;
	background-size: 15px 20px;*/
	background-image: linear-gradient(to right, #568e60 0%, #3a4237 100%);
	padding: 12px 10px;
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: -.04em;
	position: relative;
}
#area_storeInfo h2::before {
	height: 1px;
    margin: auto;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 2px;
    width: 100%;
    display: block;
    content: "　";
}





.conditionsBox {
	display: table;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #7f7f7f;
	background-color: #dfdfdf;
}
.conditionsBox:nth-child(n+2) {
	border-top: 1px solid #fff;
}
.conditionsBox div.item {
	display: table-cell;
	width: 24%;
	height: 100%;
	vertical-align: middle;
	padding: 0 0 0 10px;
}
.conditionsBox div.conditions {
	display: table-cell;
	width: 76%;
	height: 100%;
	padding: 6px 10px 6px 0;
}
.conditionsBox div.conditions ul {
	display: table;
	width: 100%;
}
.conditionsBox div.conditions ul li {
	display: table-cell;
	vertical-align: middle;
}
.conditionsBox div.conditions ul li.selectBox {
	width: 46%;
}
.conditionsBox div.conditions ul li.centerBox {
	width: 8%;
	text-align: center;
}
.conditionsBox div.conditions ul li.selectBox div.selectBoxMain {
	display: table;
	width: 100%;
}
.conditionsBox div.conditions ul li.selectBox div.selectBoxMain div.selectMain {
	display: table-cell;
	width: 60%;
}
.conditionsBox div.conditions div.selectMain select {
	width: 99%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	outline: none;
	box-sizing: content-box;
	padding: 5px 0 5px 5px;
	background-color: #f2f2f2;
}
.conditionsBox div.conditions div.selectMain span {
	display: block;
	width: 100%;
	padding: 5px 0 5px 5px;
	background: url(../images/arr_acd03.png) no-repeat center right;
	background-size: 12px 8px;
}
.conditionsBox div.conditions div.selectMain span.open {
	background: url(../images/arr_acd04.png) no-repeat center right;
	background-size: 12px 8px;
}
.conditionsBox div.conditions ul li.selectBox div.selectBoxMain div.selectText {
	display: table-cell;
	width: 40%;
	text-align: center;
	font-size: 10px;
}
.conditionsBox div.conditions div.selectMain input {
	width: 100%;
	border: none;
	padding: 5px;
	border-radius: 0;
}


.conditionsBox div.conditions div.selectBoxMain div.checkContents {
	background-color: #f1f1f1;
}
div.checkContents {
	padding: 10px;
	background-color: #f1f1f1;
}
div.checkContents input {
	display: none;
}
div.checkContents ul {
	display: block!important;
	width: 100%;
	/*background-color: #cfc;*/
}
div.checkContents li {
	display: block!important;
	width: 100%;
}
div.checkContents li label {
	display: block;
	position: relative;
	cursor: pointer;
	margin-left: 10px;
	padding: 12px 0 12px 16px;
	color: #333;
	font-size: 12px;
	text-align: left;
	line-height: 1;
}
div.checkContents li label.checkBtn:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -7px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: #bdc3c7;
	border-radius: 30%;
}
div.checkContents li label.radioBtn:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -7px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: #bdc3c7;
	border-radius: 50%;
}
div.checkContents li input[type="checkbox"]:checked + label {
	color: #e75c85;
}
div.checkContents li input[type="checkbox"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 30%;
	background: #e75c85;
}
div.checkContents li input[type="radio"]:checked + label {
	color: #e75c85;
}
div.checkContents li input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #e75c85;
}





#area_StoreSearch dd {
	padding: 10px;
	background-color: #dfdfdf;
}
.btnSelect {
	/*padding: 10px;
	background-color: #dfdfdf;*/
	margin: 0 0 10px 0;
}
.btnSelect h3 {
	font-size: 12px;
	font-weight: bold;
	color: #838383;
	text-align: center;
	margin: 0 0 10px 0;
}
.btnSelectMain ul {
	width: 100%;
}
.btnSelectMain li {
	width: 30%;
	float: left;
	margin: 0 5% 4% 0;
	background-color: #fcc;
}
.btnSelectMain li+:nth-child(3n) {
	margin: 0 0 4% 0;
}

.typeText .btnPink02 a {
	padding: 10px 0;
}
.typeText .btnPink02 a span {
	font-size: 12px;
	padding: 10px 0;
}
.typeText .btnPink02 a:link {
	color: #7f777f;
	text-decoration: none;
}
.typeText .btnPink02 a:visited {
	color: #7f777f;
	text-decoration: none;
}
.typeText .btnPink02 a:hover,.typeText .btnPink02 a:active {
	color: #7f777f;
	text-decoration: none;
}
.typeText .btnPink02 a.active:link {
	color: #fff;
	text-decoration: none;
}
.typeText .btnPink02 a.active:visited {
	color: #fff;
	text-decoration: none;
}
.typeText .btnPink02 a.active:hover,.typeText .btnPink02 a.active:active {
	color: #fff;
	text-decoration: none;
}


.typeImg li {
	width: 30%;
	height: 40px;
	float: left;
	margin: 0 5% 0 0;
}
.typeImg li:nth-child(n+4) {
	margin: 4% 5% 0 0;
}
.typeImg li:nth-child(3n) {
	margin-right: 0;
}
.typeImg li a {
	display: block!important;
	width: 100%;
	height: 100%;
	padding: 2px 5px;
	outline: none;
}
.typeImg li:last-child a {
	padding: 7px;
}
.typeImg li a span {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}
.typeImg li a span img {
	width: auto!important;
	height: 100%!important;
}

/*#store001 a span {
	background: url(../images/store_logo01.png) no-repeat center center;
	background-size: contain;
}
#store002 a span {
	background: url(../images/store_logo02.png) no-repeat center center;
	background-size: contain;
}
#store003 a span {
	background: url(../images/store_logo03.png) no-repeat center center;
	background-size: contain;
}
#store004 a span {
	background: url(../images/store_logo04.png) no-repeat center center;
	background-size: contain;
}
#store005 a span {
	background: url(../images/store_logo05.png) no-repeat center center;
	background-size: contain;
}
#store006 a span {
	background: url(../images/store_logo06.png) no-repeat center center;
	background-size: contain;
}
#store007 a span {
	background: url(../images/store_logo07.png) no-repeat center center;
	background-size: contain;
}
#store008 a span {
	background: url(../images/store_logo08.png) no-repeat center center;
	background-size: contain;
}
#store009 a span {
	background: url(../images/store_logo09.png) no-repeat center center;
	background-size: contain;
}
#store010 a span {
	background: url(../images/store_logo10.png) no-repeat center center;
	background-size: contain;
}
#store011 a span {
	background: url(../images/store_logo11.png) no-repeat center center;
	background-size: contain;
}
#store012 a span {
	background: url(../images/store_logo12.png) no-repeat center center;
	background-size: contain;
}*/





.gu_carousel {
	position: relative;
}

li.slideBox {
	margin: 0 5px;
	font-size: 11px;
	color: #7f7f7f;
	line-height: 1.4;
	text-align: center;
	outline: none;
}
li.slideBox div {
	margin: 0 0 5px 0;
	position: relative;
}

li.slideBox div.imgBox span {
	display: block;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff0f96), color-stop(0.00, #e85ec4));
	background: -webkit-linear-gradient(#e85ec4, #ff0f96);
	background: -moz-linear-gradient(#e85ec4, #ff0f96);
	background: -o-linear-gradient(#e85ec4, #ff0f96);
	background: -ms-linear-gradient(#e85ec4, #ff0f96);
	background: linear-gradient(#e85ec4, #ff0f96);
	background-color: #faa7c1;*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4% 6%;
	position: absolute;
	bottom: 4px;
	right: 4px;
	background: linear-gradient(#ff7999, #e52b69);
}

li.slideBox a {
	font-size: 10px;
	color: #11b6ed;
	outline: none;
}
li.slideBox img {
	width: 100%;
    object-fit: cover;
    min-height: 109px;
}
li.slideBox .nameBox span:first-child {
	font-size: 12px;
	font-weight: bold;
}
li.slideBox .h_b_Box {
	display: table;
	width: 100%;
}
li.slideBox .h_b_Box .heightBox {
	display: table-cell;
	width: 70%;
}
li.slideBox .h_b_Box .bloodBox {
	display: table-cell;
	width: 30%;
}
li.slideBox .stateTitle {
	color: #fff;
	background-color: #979797;
	margin: 0;
}

li.slideBox .stateText {
	font-weight: bold;
	color: #fff;
/*
	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: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0;
}
li.slideBox .stateText p:nth-child(2) {
    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: 4px;
}
li.slideBox .visitBox {
	line-height: 1.4;
}
li.slideBox .visitBox span {
	display: inline-block;
	width: 100%;
}
li.slideBox .visitBox span:nth-child(1) {
	font-weight: bold;
	color: #fff;
	background-color: #faa7c1;
}



li.pic_1-15 .imgBox a {
	display: block;
	width: 100%;
	height: 0;
	padding: 150% 0 0 0;
	text-indent: -9999px;
	overflow: hidden!important;
	outline: none;
	background-size: cover!important;
}
li.pic_1-1 .imgBox a {
	display: block;
	width: 100%;
    height: 100px;
    padding: 0;
	text-indent: -9999px;
	overflow: hidden!important;
	outline: none;
	background-size: cover!important;
}
li.slideBox div.imgBox.trp a {
    height: 110px;
}



/*
#area_news dd {
	padding: 0;
}
#area_news li {
	padding: 10px;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
	font-size: 11px;
	line-height: 1.6;
}
#area_news li .titleArea {
	padding: 0 0 0.5em 0;
}
#area_news li .infoArea {
	margin: 0 0 0.5em 0;
}
#area_news li .infoArea a {
	font-size: 12px;
	color: #e65a83;
	outline: none;
}
#area_news li .titleBoxArea a {
	font-size: 12px;
	font-weight: bold;
	color: #11b6ed;
}
#area_news li .openBtn {
	font-size: 12px;
	font-weight: bold;
	color: #e65a83;
	text-align: center;
	padding: 10px 0 0 0;
}
#area_news li .openBtn a {
	display: inline-block;
	width: 100px;
	font-size: 10px;
	padding: 5px 0;
}
#area_news li .contentsArea {
	padding: 0.5em 0 0 0;
}

#area_news li .contentsArea p+p {
	margin: 0.5em 0 0 0;
}*/

#area_news li {
    padding: 10px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    font-size: 11px;
    line-height: 1.6;
}

#area_news li .titleArea {
    /* padding: 0 0 0.5em 0; */
}
#area_news li .titleBoxArea a {
	color: #595959;
}

#area_news li .infoArea {
    margin: 0 0 0.5em 0;
}

#area_news li .contentsArea {
    padding: 0.5em 0 0 0;
}

#area_news li .openBtn {
}

#area_news li .openBtn.open .btn_down {
    top: 1%;
}

#area_news li .openBtn .btn_down {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5%;
    top: 30%;
}

#area_news li .openBtn .btn_down a:visited {
    color: #595959;
}

#area_news li .openBtn a {
    display: inline-block;
    /*width: 100px;*/
    font-size: 10px;
    padding: 5px 0;
	color: #595959;
}

.btn_down a:link i {
    font-size: 2em;
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-up:before {
    content: "\f077";
}



#area_storeInfo {
	margin: 0;
}
#area_storeInfo dd.storeAcd {
	padding: 0;
}
#area_storeInfo dd.storeAcd dt {
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f4f4f4), color-stop(0.00, #fcfcfc));
	background: -webkit-linear-gradient(#fcfcfc, #f4f4f4);
	background: -moz-linear-gradient(#fcfcfc, #f4f4f4);
	background: -o-linear-gradient(#fcfcfc, #f4f4f4);
	background: -ms-linear-gradient(#fcfcfc, #f4f4f4);
	background: linear-gradient(#fcfcfc, #f4f4f4);

	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);*/
	height: 60px;
    background: linear-gradient(#f5f5f9, #f5f5f9);
    border-radius: 0;
    border-bottom: 1px solid #555;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
}

#area_storeInfo dd.storeAcd dl+dl {
	margin: 4px 0 0 0;
}
#area_storeInfo dd.storeAcd dl dt span {
	font-size: 12px;
    height: 55px;
    background: url(../images/arr_acd03.png) no-repeat 97% 50%;
    background-size: 11px 7px;
	display: block;
	padding: 5px 0;
	text-align: center;
	/*height: 40px;
	background: url(../images/store_acd_arr02.png) no-repeat 96% 50%;
	background-size: 13px 9px;*/
}
#area_storeInfo dd.storeAcd dl dt span.open {
    background: url(../images/arr_acd04.png) no-repeat 97% 50%;
    background-size: 11px 7px;
}
/*#area_storeInfo dd.storeAcd dl:last-child dt span {
	padding: 10px 0;
}*/
#area_storeInfo dd.storeAcd dt img {
	width: auto;
	height: 100%;
}
#area_storeInfo dd.storeAcd dd {
	padding: 20px;
}
#area_storeInfo dd.storeAcd dd ul.first {
	margin: 0 0 2em 0;
}
#area_storeInfo dd.storeAcd dd li {
	line-height: 2;
}
#area_storeInfo dd.storeAcd dd p {
	font-size: 14px;
	font-weight: bold;
}
#area_storeInfo dd.storeAcd dd li a {
	font-size: 12px;
	/*color: #11b6ed;*/
	color: #595959;
	text-decoration: underline;
	background: url(../images/store_acd_arr03.png) no-repeat center left;
	background-size: 6px 10px;
	padding: 0 0 0 12px;
}
#area_storeInfo dd.storeAcd dl dt span .potal_logo {
	width: 35%;
    height: auto;
    margin-right: 3%;
    padding: 0.5% 0;
}


#simpleBtnArea {
	display: table;
	width: 70%;
	margin: 0 auto;
	padding: 15px 0;
}
#btnSimple {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	line-height: 1;
}
#btnSimple a {
	font-size: 12px;
	padding: 7px 0;
}
#btnSimple a:link {
	color: #fff;
	text-decoration: none;
}
#btnSimple a:visited {
	color: #fff;
	text-decoration: none;
}
#btnSimple a:hover,#btnSimple a:active {
	color: #fff;
	text-decoration: none;
}
#area_attendance .ageFavBox,
#area_now .ageFavBox,
#area_newFace .ageFavBox {
	width: 80%;
	margin: auto;
}



/* 女の子詳細 */
/*------------------------------------------------------------------------------*/

/* 店舗名 */
.girls_StoreInfo {
	display: table;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 10px;
}
.girls_StoreInfo .logo {
	display: table-cell;
	width: 45%;
	vertical-align: middle;
	padding: 0 2% 0 0;
}
.girls_StoreInfo .info {
	display: table-cell;
	width: 55%;
}
.girls_StoreInfo .info .timeOpen {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
.girls_StoreInfo .info .phoneNum a {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0;
}
.girls_StoreInfo .info .phoneNum span {
	background: url(../images/icon_phone.png) no-repeat center left;
	background-size: contain;
	padding: 0 0 0 20px;
}


/* girls_PhotoArea */
.girls_PhotoArea {
	padding: 0 0 20px 0;
}

.girls_PhotoArea h3 {
	margin-top: 30px;
}

.girls_PhotoArea .bx-controls {
	width: 100%;
	position: absolute;
}
.girls_PhotoArea .personalArea {
	padding: 10px;
	position: relative;
}

.girls_PhotoArea .personalArea .visit_mark {
	display: table;
	width: 100%;
	margin: 0 0 0.5em 0;
}
.girls_PhotoArea .personalArea .visit_mark span:nth-child(1) {
	display: table-cell;
	width: 20%;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	text-align: center;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff0f96), color-stop(0.00, #e85ec4));
	background: -webkit-linear-gradient(#e85ec4, #ff0f96);
	background: -moz-linear-gradient(#e85ec4, #ff0f96);
	background: -o-linear-gradient(#e85ec4, #ff0f96);
	background: -ms-linear-gradient(#e85ec4, #ff0f96);
	background: linear-gradient(#e85ec4, #ff0f96);*/
	background-color: #faa7c1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0 1em 0 0;
	padding: 2% 0%;
}
.girls_PhotoArea .personalArea .visit_mark span:nth-child(2) {
	display: table-cell;
	width: 15%;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #666;
	line-height: 1;
	text-align: right;
	vertical-align: middle;
}
.girls_PhotoArea .personalArea .visit_mark span:nth-child(3) {
	display: table-cell;
	width: 65%;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #666;
	line-height: 1;
	vertical-align: middle;
}

.girls_PhotoArea .personalArea .nameBox span.name {
	font-size: 16px;
	font-weight: bold;
	color: #42c5f0;
	/*text-decoration: underline;*/
	text-decoration: none;
}
.girls_PhotoArea .personalArea .nameBox span.age {
	font-size: 12px;
}
.girls_PhotoArea .personalArea .height_blood {
	width: 50%;
	float: left;
	font-size: 12px;
}
/*.girls_PhotoArea .personalArea .size {
	width: 50%;
	float: right;
	text-align: right;
	font-size: 12px;
}*/
.girls_PhotoArea .personalArea .height_blood.size {
	float: none;
    text-align: left;
    width: 100%;
}
.girls_PhotoArea .personalArea div.btnMyGirl div.boxFav {
	width: 60px;
}
/*.girls_PhotoArea .personalArea div.btnMyGirl div.boxFav i.fa {
	display: block;
}*/
.girls_PhotoArea .personalArea div.btnMyGirl {
	text-align: center;
	padding: 3% 0;
}
.girls_PhotoArea .personalArea div.btnMyGirlEntry a {
	display: inline-block;
	width: 70%;
	font-size: 14px;
	font-weight: bold;
	color: #43c4f0;
	text-decoration: none;
	padding: 1.5%;
	line-height: 1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d4e8ff), color-stop(0.00, #f5fffe));
	background: -webkit-linear-gradient(#f5fffe, #d4e8ff);
	background: -moz-linear-gradient(#f5fffe, #d4e8ff);
	background: -o-linear-gradient(#f5fffe, #d4e8ff);
	background: -ms-linear-gradient(#f5fffe, #d4e8ff);
	background: linear-gradient(#f5fffe, #d4e8ff);
	-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;
	border: 1px solid #b1ddff;
}
.girls_PhotoArea .personalArea div.btnMyGirl_off a {
	display: inline-block;
	width: 70%;
	font-size: 14px;
	font-weight: bold;
	color: #7f7f7f;
	text-decoration: none;
	padding: 1.5%;
	line-height: 1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e4e4e4), color-stop(0.00, #f4f4f4));
	background: -webkit-linear-gradient(#f4f4f4, #e4e4e4);
	background: -moz-linear-gradient(#f4f4f4, #e4e4e4);
	background: -o-linear-gradient(#f4f4f4, #e4e4e4);
	background: -ms-linear-gradient(#f4f4f4, #e4e4e4);
	background: linear-gradient(#f4f4f4, #e4e4e4);
	-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;
	border: 1px solid #cacaca;
}



.girlsArea01 .bxslider li,
.girlsArea01 .bxsliderExt li {
	width: 100%;
	padding: 66.66% 0 0 0;
	background-size: cover;
}
.girlsArea01 .bx-wrapper {
	position: relative;
}
.girlsArea01 .bx-wrapper .bx-controls {
	top: 50%!important;
}
.girlsArea01 .bx-wrapper .bx-controls-direction a {
	/*display: block;*/
	top: 0%!important;
	width: 7%!important;
	height: auto!important;
	padding: 8% 0 0 0;
}
.girlsArea01 .bx-wrapper .bx-controls-direction a.bx-prev {
	background: url(../images/arr_carousel_left.png) no-repeat;
	background-size: contain;
	left: -2%;
}
.girlsArea01 .bx-wrapper .bx-controls-direction a.bx-next {
	background: url(../images/arr_carousel_right.png) no-repeat;
	background-size: contain;
	right: -2%;
}

.girls_PhotoArea .girls_PhotoMain {
	padding: 0 10px 20px 10px;
}

.girls_PhotoArea .bx-wrapper {
	width: 72%;
	position: relative;
}
.girls_PhotoArea .girls_PhotoMain .bxslider li,
.girls_PhotoArea .girls_PhotoMain .bxsliderExt li {
	width: 100%;
	padding: 0% 0 0 0;
	background-size: cover;
}
.girls_PhotoArea .bx-wrapper .bx-controls {
	top: 50%!important;
}
.girls_PhotoArea .bx-wrapper .bx-controls-direction a {
	/*display: block;*/
	top: 0%!important;
	width: 8%!important;
	height: auto!important;
	padding: 8% 0 0 0;
}
.girls_PhotoArea .bx-wrapper .bx-controls-direction a.bx-prev {
	background: url(../images/arr_carousel_left.png) no-repeat;
	background-size: contain;
	left: -4%;
}
.girls_PhotoArea .bx-wrapper .bx-controls-direction a.bx-next {
	background: url(../images/arr_carousel_right.png) no-repeat;
	background-size: contain;
	right: -4%;
}

.girls_PhotoArea .bx-pager li,
.girls_PhotoArea .bx-pagerExt li {
	width: 16%;
	float: left;
	margin-top: 3%;
	background-color: #000;
}
.girls_PhotoArea .bx-pager li+li,
.girls_PhotoArea .bx-pagerExt li+li {
	margin: 3% 0 0 5%;
}
.girls_PhotoArea .bx-pager li:nth-child(6),
.girls_PhotoArea .bx-pagerExt li:nth-child(6) {
	margin: 3% 0 0 0;
}
.girls_PhotoArea .bx-pager a,
.girls_PhotoArea .bx-pagerExt a {
	display: block;
	width: 100%;
	padding: 0% 0 0 0;
	background-size: cover!important;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.girls_PhotoArea .bx-pager a.active,
.girls_PhotoArea .bx-pagerExt a.active {
	opacity: 1;
	filter: alpha(opacity=100);
}


/* girls_PlofileArea */
.listArea {
	padding: 0 0 20px 0;
}
.listArea .listBox {
	display: table;
	width: 100%;
	font-size: 12px;
	padding: 3px 10px;
	border-bottom: 1px solid #dfdfdf;
}
.listArea .listBox .listBoxLeft {
	display: table-cell;
	width: 57%;
	vertical-align: middle;
}
.listArea .listBox .listBoxRight {
	display: table-cell;
	width: 69%;
	text-align: right;
}


/* girls_OptionArea */
.optionArea {
	padding: 14px 10px 2em 10px;
}
.optionArea li {
	/*width: 48%;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #979797;
	padding: 2px 0;*/
	width: 48%;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 0;
    border: 1px solid #595959;
}
.optionArea li span {
	display: inline-block;
	width: 16%;
	text-align: center;
}
.optionArea li:nth-child(odd) {
	float: left;
}
.optionArea li:nth-child(even) {
	float: right;
}
.optionArea li:nth-child(n+3) {
	margin: 3px 0 0 0;
}


/* girls_PicDiaryArea */
.PicDiaryArea {
	padding: 10px 10px 20px 10px;
}
.PicDiaryMain {
	border: 1px solid #adadad;
}
.PicDiaryMain div.PicDiaryBox {
	padding: 4px;
	position: relative;
	cursor: pointer;
}
.PicDiaryMain div.PicDiaryBox+div.PicDiaryBox {
	border-top: 1px solid #adadad;
}
.PicDiaryMain div.PicDiaryBox .imgBox {
	width: 20%;
	float: left;
}
.PicDiaryMain div.PicDiaryBox .imgBox span {
	display: block;
	width: 100%;
	padding: 100% 0 0 0;
	background-size: cover;
}
.PicDiaryMain div.PicDiaryBox .PicDiaryBoxMain {
	width: 76%;
	float: right;
	font-size: 12px;
	line-height: 1.8;
}
.PicDiaryMain div.PicDiaryBox .PicDiaryBoxMain .nameState .state {
	color: #e65a83;
}
.PicDiaryMain div.PicDiaryBox .today {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #979797;
	padding: 2px 8px;
	position: absolute;
	top: 4px;
	right: 4px;
}


/* girls_MovieArea */
.MovieArea {
    padding: 10px 10px 20px 10px;
    text-align: center;
    width: 100%;
}
.MovieArea video {
	width: 100%;
}


/* girls_PickUpArea */
.PickUpArea {
	padding: 10px 10px 20px 10px;
}
.PickUpArea p {
	font-size: 12px;
	line-height: 1.8;
}


/* girls_ReserveArea */
.girls_ReserveArea {
	border-top: 1px solid #7f7f7f;
	padding: 20px 10px;
}
.girls_ReserveArea h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 1em 0;
}
.ReserveArea .logoArea {
	display: table;
	width: 86%;
	margin: 0 auto 1em auto;
}
.ReserveArea .logoArea .logo {
	display: table-cell;
	width: 80%;
	vertical-align: bottom;
}
.ReserveArea .logoArea .storeDetail {
	display: table-cell;
	width: 20%;
	color: #00c2f0;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	padding: 0 0 0 2%;
	line-height: 1;
}
.ReserveArea .reserveTime {
	font-size: 12px;
	text-align: center;
	margin: 0 auto 1em auto;
}
.ReserveArea .phoneNum {
	width: 60%;
	margin: 0 auto 1em auto;
}
.ReserveArea .phoneNum a {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0;
}
.ReserveArea .phoneNum span {
	background: url(../images/icon_phone.png) no-repeat center left;
	background-size: contain;
	padding: 0 0 0 20px;
}
.ReserveArea .openTime {
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
}





/* 女の子検索 */
/*------------------------------------------------------------------------------*/
.commonAddTitle dt h2 {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 8px 0 8px 10px;
}
.commonAddTitle h2 {
	background: none!important;
}

.girls_Results_main {
	padding: 10px;
}

.girls_ResultsNum {
	font-size: 12px;
	font-weight: bold;
	/*padding: 10px 0;*/
}
.girls_ResultsNum span {
	color: #42c5f0;
}

/*.girls_Results li.resultsBox {
	width: 48%;
	text-align: center;
}*/
/*.girls_Results li.resultsBox:nth-child(odd) {
	clear: both;
	float: left;
}
.girls_Results li.resultsBox:nth-child(even) {
	float: right;
}
.girls_Results li.resultsBox:nth-child(n+3) {
	margin: 10% 0 0 0;
}
.girls_Results li.resultsBox .imgBox {
	width: 80%;
	margin: 0 auto 0.3em auto;
}*/
.girls_Results li.resultsBox .imgBox a {
	display: block;
	width: 100%;
	height: 0;
	padding: 150% 0 0 0;
	overflow: hidden!important;
	outline: none;
	background-size: cover!important;
}
.girls_Results li.resultsBox .nameBox a {
	font-size: 12px;
	font-weight: bold;
	color: #42c5f0;
}
.girls_Results li.resultsBox .h_b_Box .heightBox {
	width: 70%;
	float: left;
}
.girls_Results li.resultsBox .h_b_Box .bloodBox {
	width: 30%;
	float: right;
	text-align: left;
}
.girls_Results li.resultsBox .storeBox {
	margin: 0 0 1em 0;
}
.girls_Results li.resultsBox .storeBox a {
	font-size: 11px;
	color: #42c5f0;
}

/*
.girls_Results li.resultsBox .stateBox li {
	display: table;
	width: 48%;
	color: #fff;
	font-size: 8px;
	font-weight: bold;
	line-height: 1;
	background-color: #8ddbf5;
	padding: 4px 0;
}
.girls_Results li.resultsBox .stateBox li div {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.girls_Results li.resultsBox .stateBox li:nth-child(odd) {
	float: left;
}
.girls_Results li.resultsBox .stateBox li:nth-child(even) {
	float: right;
}
.girls_Results li.resultsBox .stateBox li:nth-child(n+3) {
	margin: 4% 0 0 0;
}
*/
/*.booking_btn {
    background: #ff9999;
    color: #ffffff;
    border-radius: 5px;
    display: block;
    text-align: center;
    height: auto;
    cursor: pointer;
    box-shadow: 0px 3px 0px 0px #ff6699;
    font-weight: 650;
}
.booking_btn.mColor{
    background: #36afb1;
    box-shadow: 0px 3px 0px 0px #278082;
}
.booking_btn a {
    color: #ffffff;
    text-decoration: none;
}*/
.ageFavBox {
	width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
}
/*.ageFavBox div {
	width: 50%;
}*/
.ageFavBox div.ageBox {
	width: 40%;
}
.ageFavBox div.boxFav {
	width: 60%;
}
.boxFav .numberFav {
	/*color: #E62769;*/
	/*display: inline;*/
	/*background: linear-gradient(to right, #db5699, #e52b69, #ec6301, #d79a06, #abcd23, #15b5ed, #3e7851);
	background: -webkit-linear-gradient(to right, #db5699, #e52b69, #ec6301, #d79a06, #abcd23, #15b5ed, #3e7851);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	margin: 0;
}
.boxFav .numberFav i {
	background: linear-gradient(to right, #db5699, #e52b69, #ec6301, #d79a06);
	background: -webkit-linear-gradient(to right, #db5699, #e52b69, #ec6301, #d79a06);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.boxFav .numberFav span {
	background: linear-gradient(to right, #abcd23, #15b5ed, #3e7851);
	background: -webkit-linear-gradient(to right, #abcd23, #15b5ed, #3e7851);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.boxFav .numberNoFav {
	color: #DBDBEA;
	/*display: inline;*/
	margin: 0;
}
.bntIcon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
}
.btnarea {
    color: #595959;
    margin: 0 5px 0;
    /* font-size: 1.1em; */
    text-align: center;
    font-weight: bold;
    width: 30%;
}
.bntIcon div.iconbtn {
    display: flex;
    font-size: 20px;
    padding: 0px 0px;
    margin: 0 auto;
    border-radius: 25px;
    box-shadow: none;
    text-align: center;
    width: 40px;
    height: 40px;
    align-items: center;
}
.booking_btn a {
	margin: 0 auto;
	color: #ffffff;
}
.resultsBox .stateTitle {
	color: #fff;
    background-color: #979797;
    margin: 0;
	text-align: center;
}
.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: #6fd1f2;
}
.results_pager li.btnPN a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}
.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.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;
}





/* 店舗検索 */
/*------------------------------------------------------------------------------*/
.search_add {
	padding: 0 0 2em 0;
}
.search_add dl dt {
	display:block;
	width: 100%;
	background: #faa7c1;
}
.search_add dl dt {
	display: table;
	width: 100%;
	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);
}
.search_add dl+dl {
	margin: 4px 0 0 0;
}
.search_add dl dt span {
	display: table-cell;
	height: 40px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	padding: 0 0 0 10px;
	background: url(../images/store_acd_arr02.png) no-repeat 96% 50%;
	background-size: 13px 9px;
}
.search_add dl dt span.open {
	background: url(../images/store_acd_arr01.png) no-repeat 96% 50%;
	background-size: 13px 9px;
}
.search_add dl dd li {
	border-bottom: 1px solid #bfbfbf;
	padding: 10px;
}
.search_add dl dd li a {
	font-size: 12px;
	color: #e65a83;
	text-decoration: underline;
	background: url(../images/store_acd_arr03.png) no-repeat center left;
	background-size: 6px 10px;
	padding: 0 0 0 12px;
}


.search_add02 {
	padding: 0 0 2em 0;
}
.search_add02 dl dt {
	display:block;
	width: 100%;
}
.search_add02 dl dt {
	width: 100%;
	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);
}
.search_add02 dl+dl {
	margin: 4px 0 0 0;
}
.search_add02 dl dt ul {
	display: table;
	width: 100%;
	height: 40px;
	vertical-align: middle;
	padding: 0 0 0 10px;
	background: url(../images/store_acd_arr02.png) no-repeat 96% 50%;
	background-size: 13px 9px;
}
.search_add02 dl dt li.brandLogo {
	display: table-cell;
	width: 35%;
	height: 100%;
	padding: 4px 0;
}
.search_add02 dl dt li.brandLogo div {
	width: 100%;
	height: 100%;
	background-size: contain!important;
}
.search_add02 dl dt li.brandCatch {
	display: table-cell;
	width: 65%;
	height: 100%;
	font-size: 10px;
	font-weight: bold;
	color: #5d5d5d;
	vertical-align: middle;
	padding: 0 0 0 4%;
}
.search_add02 dl dt ul.open {
	background: url(../images/store_acd_arr01.png) no-repeat 96% 50%;
	background-size: 13px 9px;
}
.search_add02 dl dd li {
	border-bottom: 1px solid #bfbfbf;
	padding: 10px;
}
.search_add02 dl dd li a {
	font-size: 12px;
	color: #e65a83;
	text-decoration: underline;
	background: url(../images/store_acd_arr03.png) no-repeat center left;
	background-size: 6px 10px;
	padding: 0 0 0 12px;
}





/* はじめての方へ */
/*------------------------------------------------------------------------------*/
.firstArea01 {
	padding: 0 10px;
}
.firstArea01 p.firstCatch {
	font-size: 14px;
	font-weight: bold;
	color: #42c5f0;
	text-align: center;
	padding: 6% 0;
}
.firstArea01 .firstBox01 {
	display: table;
	width: 94%;
	margin: 0 auto 2em auto;
}
.firstArea01 .firstBox01 .leftBox {
	display: table-cell;
	width: 70%;
	font-size: 13px;
	vertical-align: middle;
}
.firstArea01 .firstBox01 .rightBox {
	display: table-cell;
	width: 30%;
	padding: 0 0 0 2%;
	vertical-align: middle;
}
.firstArea01 div.firstBox02 {
	width: 76%;
	text-align: center;
	margin: 0 auto;
}
.firstArea01 div.firstBox02+div.firstBox02 {
	margin: 3em auto 0 auto;
}
.firstArea01 .firstBox03 {
	padding: 6% 10px;
}
.firstArea01 .firstBox03 p {
	width: 100%;
	font-size: 13px;
	text-align: center;
	line-height: 2;
}


.firstArea02 {
	border-bottom: 1px solid #adadad;
}
.firstArea02 .first_QA_Box {
	border-top: 1px solid #adadad;
}
.firstArea02 .first_QA_Box .q_box {
	font-size: 12px;
	font-weight: bold;
	color: #7f7f7f;
	padding: 16px 10px 10px 10px;
}
.firstArea02 .first_QA_Box .a_box p{
	font-size: 12px;
	color: #7f7f7f;
	padding: 10px 10px 20px 10px;
}


.firstArea03 {
	padding: 6% 10px;
	text-align: center;
}
.firstArea03 p {
	font-size: 12px;
}
.firstArea03 p.text+p.text {
	margin: 1.5em 0 0 0;
}
.firstArea03 p.tel a {
	color: #42c5f0;
	text-decoration: underline;
}





/* お得な会員情報 */
/*------------------------------------------------------------------------------*/
.memberArea01 .imgBox01 {
	margin: 0;
}
.memberArea01 .imgBox02 {
	padding: 0px;
}

.memberArea01 .imgBox02 img {
	width: 100%;
}

.memberArea02 p {
	font-size: 14px;
	font-weight: bold;
	color: #e65a83;
	text-align: center;
	padding: 6% 0;
}

.memberBtnArea .btnPink {
	text-align: center;
}
.memberBtnArea .btnPink a {
	width: 40%;
	font-size: 12px;
	margin: 0 auto;
	padding: 10px 0;
}

.memberArea03 {
	padding: 0 0 3em 0;
}
.memberArea03 .flowBox {
	font-size: 12px;
	text-align: center;
}
.memberArea03 .flowBox p {
	font-size: 14px;
	font-weight: bold;
	color: #7f7f7f;
	padding: 16px 10px 10px 10px;
}
.memberArea03 .flowBox dt {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	background-color: #f992b2;
	padding: 4px 16px;
}
.memberArea03 .flowBox dd {
	padding: 2% 0 8% 0;
	line-height: 1.6;
}





/* グラビア */
/*------------------------------------------------------------------------------*/
.gravureArea01 {
	padding: 6% 10px 10% 10px;
}
.gravureArea01 li {
	width: 49%;
}
.gravureArea01 li:nth-child(odd) {
	clear: both;
	float: left;
}
.gravureArea01 li:nth-child(even) {
	float: right;
}
.gravureArea01 li:nth-child(n+3) {
	margin: 2% 0 0 0;
}
.gravureArea01 .growUpGirls {
	margin: 2% 0 0 0;
}


/* グラビア 女の子詳細 */
/*------------------------------------------------------------------------------*/
.girlsNameArea {
	display: table;
	padding: 6% 10px 4% 10px;
}
.girlsNameArea .nameBox {
	display: table-cell;
	width: 45%;
	line-height: 1;
	vertical-align: bottom;
}
.girlsNameArea .nameBox li:nth-child(1) img {
	width: 60%;
}
.girlsNameArea .nameBox li:nth-child(2) {
	font-size: 12px;
	padding: 5px 0 0 0;
}
.girlsNameArea .storeBox {
	display: table-cell;
	width: 55%;
	line-height: 1;
	vertical-align: bottom;
}

.girlsArea01 {
	padding: 0 10px 2em 10px;
}
.girlsArea01 .bxslider li {
	width: 100%;
	padding: 66.66% 0 0 0;
	background-size: cover;
}
.girlsArea01 .bx-wrapper {
	position: relative;
}
.girlsArea01 .bx-wrapper .bx-controls {
	top: 50%!important;
}
.girlsArea01 .bx-wrapper .bx-controls-direction a {
	/*display: block;*/
	top: 0%!important;
	width: 7%!important;
	height: auto!important;
	padding: 8% 0 0 0;
}
.girlsArea01 .bx-wrapper .bx-controls-direction a.bx-prev {
	background: url(../images/arr_carousel_left.png) no-repeat;
	background-size: contain;
	left: -2%;
}
.girlsArea01 .bx-wrapper .bx-controls-direction a.bx-next {
	background: url(../images/arr_carousel_right.png) no-repeat;
	background-size: contain;
	right: -2%;
}

.girlsArea01 .bx-pager li {
	width: 16%;
	float: left;
	margin-top: 3%;
	background-color: #000;
}
.girlsArea01 .bx-pager li+li {
	margin: 3% 0 0 5%;
}
.girlsArea01 .bx-pager li:nth-child(6) {
	margin: 3% 0 0 0;
}
.girlsArea01 .bx-pager a {
	display: block;
	width: 100%;
	padding: 75% 0 0 0;
	background-size: cover;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.girlsArea01 .bx-pager a.active {
	opacity: 1;
	filter: alpha(opacity=100);
}

.girls_PlofileArea .btnArea .btnRed_next {
	text-align: center;
	padding: 0 0 20px 0;
}
.girls_PlofileArea .btnArea .btnRed_next a {
	width: 40%;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
	padding: 6px 0;
}

.girls_StoreArea .girls_StoreLogo {
	text-align: center;
	padding: 5% 10%;
}
.girls_StoreArea .btnArea .btnRed_next {
	text-align: center;
	padding: 0 0 20px 0;
}
.girls_StoreArea .listArea .listBox a {
	color: #e65a83;
	text-decoration: underline;
}
.girls_StoreArea .btnArea .btnRed_next a {
	width: 40%;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
	padding: 6px 0;
}
#gilis_DetailArea .girls_MessageArea .messageBox{
	border-bottom: none;
	margin: 0;
}




/* 店舗 女の子検索 */
/*------------------------------------------------------------------------------*/
#tenpoMenu {
	padding: 3% 4px;
}
#tenpoMenu ul {
	width: 100%;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
#tenpoMenu li {
	width: 33%;
	float: left;
}
#tenpoMenu li a {
	display: table;
	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;
}
#tenpoMenu li:nth-child(4n) a {
	border-right: none;
}
#tenpoMenu li a span {
	display: table-cell;
	width: 100%!important;
	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;
	text-align: center;
	vertical-align: middle;
}
#tenpoMenu li a:hover,#tenpoMenu li.current a {
	color: #fff;
	background-color: #43c4f0;
}
#tenpoMenu li a:hover span,#tenpoMenu li.current a span {
	color: #fff;
	background-color: #43c4f0;
}





/* 店舗 女の子詳細 */
/*------------------------------------------------------------------------------*/
.girlsPager {
	display: table;
	width: 100%;
	padding: 4% 10px;
}
.girlsPager div {
	display: table-cell;
	font-size: 12px;
	text-align: center;
}
.girlsPager div.back,.girlsPager div.next {
	width: 30%;
}
.girlsPager div.btnBlue02 {
	width: 40%;
	padding: 0 2%;
}
.girlsPager div.btnBlue02 a {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.girlsPager div a {
	color: #42c5f0;
}
.girlsPager div.back span {
	background: url(../images/arr_pageback.png) no-repeat center left;
	background-size: 6px 10px;
	padding: 0 0 0 10px;
}
.girlsPager div.next span {
	background: url(../images/arr_pagenext.png) no-repeat center right;
	background-size: 6px 10px;
	padding: 0 10px 0 0;
}


.girls_PointsArea {
	font-size: 12px;
	padding: 2% 10px;
}
.girls_PointsArea h3 span {
	color: #42c5f0;
	font-weight: bold;
	padding: 0 0 0 10%;
}
.girls_PointsArea .totalPoints {
	display: table;
	width: 100%;
	padding: 0 0 4% 0;
}
.girls_PointsArea .totalPoints .title {
	display: table-cell;
	width: 35%;
}
.girls_PointsArea .totalPoints .totalNum {
	display: table-cell;
	width: 65px;
	font-size: 12px;
	font-weight: bold;
	color: #43c4f0;
}
.girls_PointsArea .radarBox {
	width: 60%;
	float: none;
	margin: 0 auto!important;
	padding: 0 2% 0 0;
}
.girls_PointsArea .radarList {
	width: 80%;
	float: none;
	margin: 0 auto!important;
}
.girls_PointsArea .radarList li {
	display: table;
	width: 100%;
	font-size: 12px;
	background-color: #dfdfdf;
	padding: 2% 6%;
}
.girls_PointsArea .radarList li+li {
	margin: 1px 0 0 0;
}
.girls_PointsArea .radarList div {
	display: table-cell;
}
.girls_PointsArea .radarList div.text {
	width: 75%;
	vertical-align: middle;
	padding: 0 0 0 2%;
}
.girls_PointsArea .radarList div.text span {
	font-size: 6px;
}
.girls_PointsArea .radarList div.num {
	width: 25%;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	padding: 0 2% 0 0;
}


.btn_to_girls {
	text-align: center;
	/*padding: 1.6em 10px;*/
	padding: 25px 10px;
}
.btn_to_girls a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.btn_to_girls div.btnDiary {
	width: 100%;
}
.btn_to_girls div.btnDiary div.left {
	width: 48%;
	float: left;
}
.btn_to_girls div.btnDiary div.right {
	width: 48%;
	float: right;
}
.btn_to_girls div.btnDiary div.btnBlue02 a {
	width: 100%;
}
.btn_to_girls div.btnDiary div.btnBlue02 a span {
	color: #fa1d61;
}
.btn_to_girls div.btnMail div.btnBlue02 {
	margin: 1.6em 0 0 0;
}
.btn_to_girls div.btnMail div.btnBlue02 a {
	width: 48%;
}
.btn_to_girls div.btnReview {
	margin: 1.6em 0 0 0;
    display: none;
}
.btn_to_girls div.btnReview div.btnBlue02 a {
	width: 100%;
}

.girls_PlofileArea .bntIcon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
}
.girls_PlofileArea .bntIcon .btnarea {
	width: 37%;
    margin: 10px 5px;
}
.girls_PlofileArea .btnarea{
	font-size: 12px;
}
.girls_PlofileArea .bntIcon .btnarea div {
	width: 60px;
    height: 60px;
    border-radius: 50px;
}
.bntIcon div.iconbtn {
	display: flex;
    font-size: 20px;
    padding: 0px 0px;
    margin: 0 auto;
    border-radius: 25px;
    box-shadow: none;
    text-align: center;
    align-items: center;
}
.booking_btn a

.girls_MessageArea {
	padding: 5% 0 0 0;
}

.girls_MessageArea .btnReview02 {
	padding: 0 10px 20px 10px;
}

.girls_MessageArea .btnReview01 a, .girls_MessageArea .btnReview02 a {
	color: #595959;
    text-decoration: underline;
    text-align: right;
    display: block;
    width: 100%;
	font-size: 12px;
    font-weight: bold;
}

.girls_MessageArea .messageBox {
	border-bottom: 1px solid #7f7f7f;
	margin: 0 0 20px 0;
	padding: 0 10px 20px 10px;
}

.girls_MessageArea .messageBox .imgBox {
	width: 30%;
	padding: 45% 0 0 0;
	float: left;
	background-size: cover!important;
}

.girls_MessageArea .messageBox .textBox {
	width: 100%;
	min-height: 100px;
}

.girls_MessageArea .messageBox .textBox .nickNameArea {
	display: table-cell;
    vertical-align: middle;
}


.girls_MessageArea .messageBox .textBox .messageTop {
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	padding: 2%;
	background-color: #eee;
}
.girls_MessageArea .messageBox .textBox .messageTop span {
	font-weight: bold;
	color: #43c4f0;
}
.girls_MessageArea .messageBox .textBox .messageMain,
.girls_MessageArea .messageBox .textBox .messageMain2 {
	font-size: 12px;
	padding: 4% 2%;
}
.girls_MessageArea .messageBox .textBox .messageMain p+p,
.girls_MessageArea .messageBox .textBox .messageMain2 p+p {
	margin: 1em 0 0 0;
}

/*  reviewListArea  */

.reviewListArea .girls_MessageArea .messageBox {
	border-bottom: 1px solid #7f7f7f;
	margin: 0 0 20px 0;
	padding: 0 10px 20px 10px;
}
.reviewListArea .girls_MessageArea .messageBox .imgBox {
	width: 30%;
	padding: 40% 0 0 0;
	float: left;
	background-size: cover!important;
}
.reviewListArea .girls_MessageArea .messageBox .textBox {
	width: 65%;
	min-height: 100px;
	float: right;
}
.reviewListArea .girls_MessageArea .messageBox .textBox .btnGoodBox a {
	padding: 3% 0;
}
.reviewListArea .girls_MessageArea .messageBox .textBox .messageTop {
	border-top: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	padding: 4% 2%;
}
.reviewListArea .girls_MessageArea .messageBox .textBox .messageTop span {
	font-size: 14px;
	font-weight: bold;
	color: #43c4f0;
}
.reviewListArea .girls_MessageArea .messageBox .textBox .messageMain {
	padding: 10px 0;
}
.reviewListArea .girls_MessageArea .messageBox .textBox .messageMain p+p {
	margin: 1em 0 0 0;
}





/* 指名ランキング */
/*------------------------------------------------------------------------------*/
/*#area_Girlsranking dl dt {
	background-color: #9adef5;
}
#area_Girlsranking dl dd li {
	border-bottom: 1px solid #7f7f7f;
}
#area_Girlsranking dl dd li {
	padding: 0 0 0 12px;
}
#area_Girlsranking dl dd li a {
	display: block;
	font-size: 12px;
	color: #42c5f0;
	padding: 10px 0 10px 20px;
}
#area_Girlsranking dl dd li.current a {
	background: url(../images/arr_down.png) no-repeat center left;
	background-size: 13px 9px;
}


div.rankingMainArea div.rankingArea {
	padding: 0 0 1.5% 0;
}
div.rankingMainArea div.rankingArea + div.rankingArea {
	margin: 1.5% 0 0 0;
}
div.rankingMainArea div.rankingArea:last-child {
	margin: 1.5% 0 20px 0!important;
}
.rankingBox .rankingBoxMain {
	padding: 6px 10px;
}
.rankingBox .rankingBoxMain .imgBox {
	width: 30%;
	float: left;
}
.rankingBox .rankingBoxMain .imgBox a {
	display: block;
	width: 100%;
	padding: 135% 0 0 0;
	background-size: cover!important;
}
.rankingBox .rankingBoxMain .rankingPersonalBox {
	width: 66%;
	float: right;
	font-size: 12px;
}
.rankingBox .rankingBoxMain .rankingPersonalBox .rankNum {
	line-height: 1;
	margin: 0 0 0.8em 0;
}
.rankingBox .rankingBoxMain .rankingPersonalBox .rankNum span {
	display: table-cell;
	vertical-align: bottom;
}
.rankingBox .rankingBoxMain .rankingPersonalBox .rankNum span:first-child {
	font-size: 15px;
	font-weight: bold;
}
.rankingBox .rankingBoxMain .rankingPersonalBox .rankNum span:nth-child(2) {
	font-size: 24px;
	font-weight: bold;
}
.rankingBox .rankingBoxMain .rankingPersonalBox .name {
	margin: 0 0 0.5em 0;
}
.rankingBox .rankingBoxMain .rankingPersonalBox .name a {
	font-size: 16px;
	font-weight: bold;
	color: #42c5f0;
}
.rankingBox .rankingBoxMain .rankingPersonalBox .personal02 {
	margin: 0 0 0.5em 0;
}
.rankingBox .rankingBoxMain .rankingPersonalBox .storeName a {
	color: #42c5f0;
}*/
#area_Girlsranking dl dt {
	background-color: #e65082;
    text-align: center;
}

#area_Girlsranking dl dd li {
	padding: 0 0 0 12px;
	border-bottom: 1px solid #7f7f7f;
}

#area_Girlsranking dl dd li.current a {
	background: url(../images/arr_down.png) no-repeat center left;
    background-size: 13px 9px;
}

li.slideBox a, .rankingBox .rankingBoxMain .rankingPersonalBox .name a, #area_Girlsranking dl dd li a {
	color: #e52b69;
}
.rankingBox .rankingBoxMain .rankingPersonalBox .name a {
	font-size: 16px;
    font-weight: bold;
}

#area_Girlsranking dl dd li {
	border-bottom: 1px solid #7f7f7f;
}

#area_Girlsranking dl dd li a {
	display: block;
    font-size: 12px;
    padding: 10px 0 10px 20px;
}

.ranking_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
	width: 100%;
    margin: 0 auto 20px;
}

.ranking_top div.rankingArea {
    width: 30%;
    padding: 0;
}

.ranking_top div#rankingNum02.rankingArea:nth-child(2) {
    margin: 0 3%;
}

.rankingBox .rankingBoxMain {
    padding: 6px 0.9%;
}

.rankingBox .rankingBoxMain .imgBox {
    width: 100%;
    float: none;
}

.rankingBox .rankingBoxMain .rankingPersonalBox {
    width: 100%;
    float: none;
    font-size: 11px;
}

#rankingNum01,#rankingNum02,#rankingNum03,#rankingNum04,#rankingNum05,.ranking_lower [id^="rankingNum"] {
	background:none;
}

#rankingNum01 .rankingBox,#rankingNum02 .rankingBox,#rankingNum03 .rankingBox,#rankingNum04 .rankingBox,#rankingNum05 .rankingBox,.ranking_lower [id^="rankingNum"] .rankingBox {
    background-color: #ffffff;
}

.rankingBox .rankingBoxMain .rankingPersonalBox .name {
	margin: 0 0 0.5em 0;
}

.rankingBox .rankingBoxMain .rankingPersonalBox .name span {
    display: block;
    text-align: center;
}

.rankingBox .rankingBoxMain .rankingPersonalBox .personal02 {
    text-align: center;
	margin: 0 0 0.5em 0;
}

.stateTitle, .stateTime,.stateText {
/*    display: none;*/
}

div.rankingMainArea div.rankingArea {
	padding: 0 0 1.5% 0;
}

div.rankingMainArea div.rankingArea.overNum {
    margin: 0 0 1.5% 0!important;
}

#rankingNum04 .rankingBoxMain,#rankingNum05 .rankingBoxMain,.ranking_lower [id^="rankingNum"] .rankingBoxMain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#rankingNum04 .imgBox,#rankingNum05 .imgBox,.ranking_lower [id^="rankingNum"] .rankingBox .rankingBoxMain .imgBox {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#rankingNum04 .imgBox a,#rankingNum05 .imgBox a,.ranking_lower [id^="rankingNum"] .rankingBox .rankingBoxMain .imgBox a {
    width: 60px;
    height: auto;
}

.rankingBox .rankingBoxMain .imgBox a {
    display: block;
    width: 100%;
    padding: 135% 0 0 0;
    background-size: cover!important;
}
.rankingBox .rankingBoxMain .imgBox a img {
	position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: auto;
}

#rankingNum04 .rankingPersonalMain,#rankingNum05 .rankingPersonalMain,.ranking_lower [id^="rankingNum"] .rankingPersonalMain {
    width: 50%;
    text-align: left;
}
#rankingNum04 .rankingPersonalMain span,#rankingNum05 .rankingPersonalMain span,.ranking_lower [id^="rankingNum"] .rankingBox .rankingBoxMain .rankingPersonalMain span {
    text-align: left;
    display: inline-block;
}

#rankingNum04 .rankingBox .rankingBoxMain .rankingPersonalBox .personal02,
#rankingNum05 .rankingBox .rankingBoxMain .rankingPersonalBox .personal02,
.ranking_lower [id^="rankingNum"] .rankingBox .rankingBoxMain .rankingPersonalBox .personal02
 {
    text-align: left;
}

div#rankingNum04,div#rankingNum05,.ranking_lower [id^="rankingNum"] {
    border-bottom: solid 1px #333333;
    width: 90%;
    margin: 0 auto 20px!important;
    padding: 0 0 10px;
}
div#rankingNum04 {
    border-top: solid 1px #333333;
    padding: 10px 0 ;
}

.girls_Results_main .girls_Results .results_gridView li.resultsBox .imgBox a {
	padding:0;
	height: auto;
}

.girls_Results_main .girls_Results .results_gridView li.resultsBox .imgBox.pic0001 a {
    height: 238px;
}

.ranking_top [id^="rankingNum"].rankingArea .rankingBox .imgBox .rankNum span {
    display: none;
}

.ranking_top [id^="rankingNum"].rankingArea .rankingBox .imgBox .rankNum {
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.ranking_lower [id^="rankingNum"] .rankingBox .rankingBoxMain .imgBox .rankNum {
    width: 40px;
    margin: 0 auto;
}

/*div.rankingMainArea div.rankingArea + div.rankingArea {
    margin: 1.5% 0 0 0;
}*/

div.rankingMainArea div.rankingArea + div.rankingArea.underNum.overNum {
    margin: 0 auto!important;
}


/* NO.1 */
/* #rankingNum01 { */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a88337+0,f1eba6+50,a88337+100 */
	/* background: rgb(168,131,55); */ /* Old browsers */
	/* background: -moz-linear-gradient(left, rgba(168,131,55,1) 0%, rgba(241,235,166,1) 50%, rgba(168,131,55,1) 100%); */ /* FF3.6-15 */
	/* background: -webkit-linear-gradient(left, rgba(168,131,55,1) 0%,rgba(241,235,166,1) 50%,rgba(168,131,55,1) 100%); */  /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to right, rgba(168,131,55,1) 0%,rgba(241,235,166,1) 50%,rgba(168,131,55,1) 100%); */  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a88337', endColorstr='#a88337',GradientType=1 ); */ /* IE6-9 */
/*}*/
/*#rankingNum01 .rankingBox {
	background-color: #fff7d6;
} */
/* #rankingNum01 .rankingBox .rankNum {
	color: #a9853a;
	background: url(../images/rank_icon01.png) no-repeat bottom left;
	background-size: 30px 27px;
	padding: 10px 0 0 38px;
} */

/* NO.2 */
/* #rankingNum02 { */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#747474+0,e2e2e2+50,747474+100 */
	/* background: rgb(116,116,116); */ /* Old browsers */
	/*background: -moz-linear-gradient(left, rgba(116,116,116,1) 0%, rgba(226,226,226,1) 50%, rgba(116,116,116,1) 100%); */ /* FF3.6-15 */
	/* background: -webkit-linear-gradient(left, rgba(116,116,116,1) 0%,rgba(226,226,226,1) 50%,rgba(116,116,116,1) 100%); */ /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to right, rgba(116,116,116,1) 0%,rgba(226,226,226,1) 50%,rgba(116,116,116,1) 100%); */  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#747474', endColorstr='#747474',GradientType=1 ); */ /* IE6-9 */
/* } */
/*#rankingNum02 .rankingBox {
	background-color: #ececec;
}*/
/* #rankingNum02 .rankingBox .rankNum {
	color: #737373;
	background: url(../images/rank_icon02.png) no-repeat bottom left;
	background-size: 30px 27px;
	padding: 10px 0 0 38px;
} */

/* NO.3 */
/* #rankingNum03 { */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a75c37+0,f1d4a6+50,a75c37+100 */
	/* background: rgb(167,92,55); */ /* Old browsers */
	/* background: -moz-linear-gradient(left, rgba(167,92,55,1) 0%, rgba(241,212,166,1) 50%, rgba(167,92,55,1) 100%); */ /* FF3.6-15 */
	/*background: -webkit-linear-gradient(left, rgba(167,92,55,1) 0%,rgba(241,212,166,1) 50%,rgba(167,92,55,1) 100%); */ /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to right, rgba(167,92,55,1) 0%,rgba(241,212,166,1) 50%,rgba(167,92,55,1) 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75c37', endColorstr='#a75c37',GradientType=1 ); */ /* IE6-9 */
/* } */
/*#rankingNum03 .rankingBox {
	background-color: #f6ebda;
}*/
/* #rankingNum03 .rankingBox .rankNum {
	color: #a75b36;
	background: url(../images/rank_icon03.png) no-repeat bottom left;
	background-size: 30px 27px;
	padding: 10px 0 0 38px;
} */

/* under */
.underNum {
	background-color: #cbcbcb;
}
.underNum .rankingBox {
	background-color: #ececec;
}
.underNum .rankingBox .rankNum {
	color: #6a6a6a;
	background-size: 30px 27px;
	padding: 10px 0 0 0;
}





/* 動画一覧 */
/*------------------------------------------------------------------------------*/
.pageNumberArea {
	font-size: 11px;
	color: #5c5c5c;
	background-color: #e2e2e2;
	padding: 3px 10px;
}
.list_movie_store_Area {
	padding: 0 0 6% 0;
}

.list_movieBox div.PicMovieBox {
	display: table;
	width: 100%;
	padding: 2%;
	position: relative;
	cursor: pointer;
	background: url(../images/arr_movielist.png) no-repeat 98% 50%;
	background-size: 15px 30px;
	border-bottom: 1px solid #adadad;
	cursor: pointer;
}
.list_movieBox div.PicMovieBox .imgBox {
	display: table-cell;
	width: 20%;
}
.list_movieBox div.PicMovieBox .imgBox span {
	display: block;
	width: 100%;
	padding: 100% 0 0 0;
	background-size: cover!important;
}
.list_movieBox div.PicMovieBox .PicMovieBoxMain {
	display: table-cell;
	width: 80%;
	font-size: 14px;
	line-height: 1.8;
	vertical-align: middle;
	padding: 0 0 0 3%;
}





/* 動画詳細 */
/*------------------------------------------------------------------------------*/
.movieProfile {
	padding: 4% 10px;
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
}
.movieProfile .imgBox {
	width: 30%;
	float: left;
}
.movieProfile .imgBox span {
	display: block;
	width: 100%;
	padding: 135% 0 0 0;
	background-size: cover!important;
}
.movieProfile .textBox {
	width: 66%;
	float: right;
	font-size: 12px;
	line-height: 1.8;
}
.movieProfile .textBox a {
	font-size: 16px;
	font-weight: bold;
	color: #6fd1f2;
}
.movieProfile .textBox .system {
	margin: 0 0 0.5em 0;
}
.movieProfile .textBox .attendTime {
	margin: 0 0 1em 0;
}
.movieProfile .textBox .attendTime span {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	background-color: #979797;
	margin: 0 1em 0 0;
	padding: 4px 6px;
}
.movieProfile .textBox .btnPink a {
    font-size: 10px!important;
    color: #fff;
    padding: 3% 0;
}
.movieProfile .textBox .btnBlue a {
	font-size: 10px!important;
	padding: 3% 0;
}





/* 店舗情報 */
/*------------------------------------------------------------------------------*/
#tenpoMenu02 {
	padding: 3% 10px;
}
#tenpoMenu02 ul {
	width: 100%;
}
#tenpoMenu02 li {
	display: table;
	width: 25%;
	float: left;
}
#tenpoMenu02 li a {
	display: table-cell;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	color: #7f7f7f;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #dfdfdf;
	padding: 10% 0;
	border-right: 1px solid #fff;
	line-height: 1;
}
#tenpoMenu02 li a:hover,#tenpoMenu02 li.current a {
	color: #fff;
	background-color: #43c4f0;
}
#tenpoMenu02 li:nth-child(n+5) a {
	border-top: 1px solid #fff;
}
#tenpoMenu02 li:nth-child(4n) a {
	border-right: none;
}

#tenpoMenu03 {
	display: table;
	width: 100%;
	padding: 3% 10px;
}
#tenpoMenu03 a {
	display: table-cell;
	width: 25%;
	font-size: 10px;
	font-weight: bold;
	color: #7f7f7f;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #dfdfdf;
	padding: 2% 0;
	border-right: 1px solid #fff;
	line-height: 1;
}
#tenpoMenu03 a:hover,#tenpoMenu03 a.current {
	color: #fff;
	background-color: #43c4f0;
}
#tenpoMenu03 a:nth-child(4n) {
	border-right: none;
}


/*.storeMain {
	padding: 0 10px;
}*/

/* お問い合わせ */
.contactArea div.contactBox {
	line-height: 1.6;
}
.contactArea div.contactBox+div.contactBox {
	border-top: 1px solid #dfdfdf;
	padding: 1em 0;
}
.contactArea .contactBox p:first-child {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
.contactArea .contactBox p:nth-child(2) {
	/*font-size: 10px;*/
	font-size: 12px;
	color: #666;
	margin: 0 0 1em 0;
}
.contactArea .contactBox p:first-child span {
	color: #43c4f0;
}
.contactArea .contactBox li {
	display: table;
	width: 100%;
	margin: 0 0 1em 0;
}
.contactArea .contactBox .radioBox01 {
	display: table-cell;
	width: 8%;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	/*background-color: #eee;*/
	padding: 2%;
}
.contactArea .contactBox .radioBox02 {
	display: table-cell;
	width: 92%;
	font-size: 11px;
	line-height: 1.2;
	vertical-align: top;
	padding: 2%;
}
.contactArea .contactBox .textBox {
	display: table;
	width: 100%;
}
.contactArea .contactBox .textBox span {
	display: table-cell;
}
.contactArea .contactBox .textBox span:first-child {
	width: 80%;
}
.contactArea .contactBox .textBox span:nth-child(2) {
	width: 20%;
	text-align: right;
}
.contactArea .contactBox .textBox span input {
	width: 100%;
	padding: 2%;
	border: 1px solid #7f7f7f;
	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);
}
.contactArea .contactBox p.conf {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 3% 0 0 0;
}
.contactArea .contactBox p.conf span.color {
	color:#43c4f0;
}


.contactArea .contactBox .textArea {
	width: 100%;
}
.contactArea .contactBox .textArea textarea {
	width: 100%;
	padding: 2%;
	border: 1px solid #7f7f7f;
	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);
}
.contactArea .contactBox .info {
	/*background-color: #dfdfdf;
	margin: 3% 0;*/
	margin: 0% 0 3%;
    padding: 2%;
}
.contactArea .contactBox .info p {
	font-weight: normal;
	color: #7f7f7f;
}

#btnArea .contact div.btnConf a.btn {
	background: #232323;
    margin: 0 auto;
    border-radius: 30px!important;
    width: 90%;
    padding: 4% 0;
    display: inline-block!important;
    text-align: center;
}



/* お得情報 */
/*------------------------------------------------------------------------------*/
/* 新着情報一覧 */
.newsMain .tabArea {
	border-bottom: 1px solid #adadad;
	padding: 4% 10px 0 10px;
}
.newsMain .tabArea .tabArea_main {
	display: table;
	width: 100%;
}
.newsMain .tabArea .tabArea_main div.tabBox {
	display: table-cell;
	width: 33.33%;
	font-weight: bold;
	font-size: 10px;
	color: #7f7f7f;
	text-align: center;
	vertical-align: middle;
	background-color: #dfdfdf;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 1.4% 0;
	cursor: pointer;
}
.newsMain .tabArea .tabArea_main div.tabBox+div.tabBox {
	border-left: 1px solid #d9d9d9;
}
.newsMain .tabArea .tabArea_main .current {
	color: #fff!important;
	background-color: #43c4f0!important;
}
.newsMain .tabArea .tabArea_main .tabBox span {
	width: 100%;
}
.newsMain .tabArea .tabArea_main .tabBox a {
	text-decoration:none;
	color:#7f7f7f;
}

.newsMain .tabArea .tabArea_main .tabBox.current a{
	color:#fff;
}


#eventArea .eventBox {
	font-size: 12px;
	border-bottom: 1px solid #adadad;
	padding: 10px;
	position: relative;
}
#eventArea .eventBox .eventTitle .date {
	text-indent: -0.5em;
}
#eventArea .eventBox .eventTitle .store {
	margin: 0 0 0.5em 0;
}
#eventArea .eventBox .eventTitle .title {
	font-size: 12px;
	font-weight: bold;
	/*color: #43c4f0;*/
}
#eventArea .eventBox .eventContents {
	padding: 10px;
}
#eventArea .eventBox .openBtn {
	text-align: center;
	padding: 10px 0 0 0;
}
#eventArea .eventBox .openBtn a {
	display: inline-block;
	width: 100px;
	font-size: 10px;
	padding: 5px 0;
}
#eventArea .eventBox .openBtn.open .btn_down {
	top: 2%;
}
#eventArea .eventBox .openBtn .btn_down {
    position: absolute;
    right: 5%;
    top: 30%;
}
#eventArea .eventBox .openBtn a {
    display: inline-block;
    width: 100px;
    font-size: 10px;
    padding: 5px 0;
    background: none;
    box-shadow: none;
    color: #333333;
    width: 100%;
}
.btn_down a:link i {
    font-size: 2em;
}



/* レビュー一覧 */
/*------------------------------------------------------------------------------*/
.reviewListArea {
	padding: 5% 0 0 0;
}




/* レビューを書く */
/*------------------------------------------------------------------------------*/
#review_write {
	font-size: 16px;
}
#review_write h2.commonTitleBar01 {
	background: linear-gradient(to right, #d05b94 0%, #caaa38 100%);
	margin-top: 10px;
}
.writeViewBg {
	width: 100%;
	height: 100%;
	/*background-color: rgba(0,0,0,0.5);
	padding: 10px;*/
}
.writeViewWindow {
	width: 100%;
	height: 100%;
	min-height:300px;
	line-height: 1.6;
	background-color: rgba(255,255,255,1);
	padding: 10px;
	position: relative;
}
.writeViewWindow div.btnClose {
	width: 5%;
	line-height: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	padding:10px 40px;
}
.writeViewWindow div.titleBox {
	font-size: 16px;
	font-weight: bold;
	color: #42c5f0;
	line-height: 1;
	margin: 0 0 3% 0;
}
.writeViewWindow > p {
	margin: 0 0 3% 0;
}
.writeViewWindow > p.center {
	text-align: center;
}
.writeViewWindow div.contactBox+div.contactBox {
	margin: 2em 0 0 0;
}
.writeViewWindow .contactBox p {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
.writeViewWindow .contactBox .textBox span input {
	width: 100%;
	padding: 2%;
	border: 1px solid #7f7f7f;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	outline: none;
}
.writeViewWindow .contactBox .textArea span textarea {
	width: 100%;
	height: 80%;
	padding: 2%;
	border: 1px solid #7f7f7f;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	outline: none;
}
.writeViewWindow .btnSearchBox .btnSearch .btnBlue {
	text-align: center;
}
.writeViewWindow .btnSearchBox .btnSearch .btnBlue a {
	display: inline-block;
	width: 60%;
}

/*#review_write .writeViewWindow .btnSearchBox .btnSearch .btnGray a {
	background: #fff;
	color: #363636;
	border: 1px solid #363636;
}
.writeViewWindow .btnSearchBox .btnSearch a {
    color: #fff;
    text-decoration: none;
}*/


/* レビューを書く 送信完了 */
/*------------------------------------------------------------------------------*/
#review_write_complete {
	font-size: 16px;
}
#review_write_complete h2.commonTitleBar01 {
	background: linear-gradient(to right, #d05b94 0%, #caaa38 100%);
	margin-top: 10px;
}



/* メッセージ書く */
/*------------------------------------------------------------------------------*/
.writeMessageWindow {
	width: 100%;
	height: 100%;
	line-height: 1.8;
	background-color: rgba(255,255,255,1);
	padding: 10px;
	position: relative;
}
.writeMessageWindow div.titleBox {
	font-size: 14px;
	font-weight: bold;
	color: #42c5f0;
	line-height: 1;
	margin: 0 0 3% 0;
}
.writeMessageWindow > p {
	margin: 0 0 3% 0;
}
.writeMessageWindow div.banList {
	margin: 0 0 2em 0;
}
.writeMessageWindow div.banList ul {
	margin: 0 0 1em 0;
}
.writeMessageWindow div.banList ul {
	margin: 0 0 1em 0;
}
.writeMessageWindow div.contactBox+div.contactBox {
	margin: 2em 0 0 0;
}
.writeMessageWindow .contactBox p {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
.writeMessageWindow .contactBox .textBox span input {
	width: 100%;
	padding: 2%;
	border: 1px solid #7f7f7f;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	outline: none;
}
.writeMessageWindow .contactBox .textArea span textarea {
	width: 100%;
	height: 80%;
	padding: 2%;
	border: 1px solid #7f7f7f;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	outline: none;
}
.writeMessageWindow .btnSearchBox .btnSearch .btnBlue {
	text-align: center;
}
.writeMessageWindow .btnSearchBox .btnSearch .btnBlue a {
	display: inline-block;
	width: 60%;
}





/* メッセージ一覧 */
/*------------------------------------------------------------------------------*/
/*.listMessageListArea {
	font-size: 12px;
	line-height: 1.8;
	border-bottom: 1px solid #adadad;
	padding: 3% 10px;
}*/
.listMessageListArea li {
	font-size: 12px;
	line-height: 1.8;
	border-bottom: 1px solid #adadad;
	padding: 3% 10px;
}
.listMessageListArea .messageTop {
	position: relative;
	background: url(../images/arr_movielist.png) no-repeat center right;
	background-size: 13px 25px;
	cursor: pointer;
}
.listMessageListArea .open {
	background: url(../images/arr_movielist_open.png) no-repeat center right;
	background-size: 25px 13px;
	cursor: pointer;
}
.listMessageListArea .messageTop .replyName {
	font-size: 16px;
}
.listMessageListArea .messageMain {
	font-size: 12px;
	line-height: 1.8;
}
/*.listMessageListArea .messageMain {
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}*/





#common #area_storeInfo {
	margin: 0 0 6% 0;
}




#common #pageMenuArea {
	padding: 3% 10px;
}
#common #pageMenuArea div.pageMenuBox {
	width: 48.5%;
	color: #7f7f7f;
	padding: 8px;
	background-color: #ededed;
}
#common #pageMenuArea div.pageMenuBox a {
	font-size: 12px;
	font-weight: bold;
	color: #11b6ed;
}
#common #pageMenuArea div.pageMenuBox div.textBox {
	padding: 0.5em 0 0 0;
}
#common #pageMenuArea div.pageMenuBox:nth-child(odd) {
	float: left;
}
#common #pageMenuArea div.pageMenuBox:nth-child(even) {
	float: right;
}
#common #pageMenuArea div.pageMenuBox:nth-child(n+3) {
	margin: 3% 0 0 0;
}

/* girlsMenuArea */
#common #girlsMenuArea {
	padding: 3% 10px;
}
#common #girlsMenuArea div.pageMenuBox {
	width: 48.5%;
	color: #666;
	padding: 8px;
	background-color: #d9f3fc;
}
#common #girlsMenuArea div.pageMenuBox a {
	font-size: 12px;
	font-weight: bold;
	color: #42c5f0;
	text-decoration:none;
}
#common #girlsMenuArea div.pageMenuBox:nth-child(odd) {
	float: left;
}
#common #girlsMenuArea div.pageMenuBox:nth-child(even) {
	float: right;
}
#common #girlsMenuArea div.pageMenuBox:nth-child(n+3) {
	margin: 3% 0 0 0;
}


/* girlsMenuArea Service*/
#common #pageMenuArea div.ServiceMenuBox {
	width: 31.3%;
	color: #7f7f7f;
	padding: 8px;
	background-color: #ededed;
	float: left;
}
#common #pageMenuArea div.ServiceMenuBox a {
	font-size: 12px;
	font-weight: bold;
	color: #11b6ed;
}
#common #pageMenuArea div.ServiceMenuBox div.textBox {
	padding: 0.5em 0 0 0;
}
#common #pageMenuArea div.ServiceMenuBox:nth-child(1) {
	margin: 0 3% 0 0;
}
#common #pageMenuArea div.ServiceMenuBox:nth-child(2) {
	margin: 0 3% 0 0;
}
#common #pageMenuArea div.ServiceMenuBox:nth-child(4) {
	margin: 3% 0 0 0;
	width: 100% !important;
	text-align: center;
}

#common #girlsMenuArea div.ServiceMenuBox {
	width: 31.3%;
	color: #666;
	padding: 8px;
	background-color: #d9f3fc;
	float: left;
}
#common #girlsMenuArea div.ServiceMenuBox a {
	font-size: 12px;
	font-weight: bold;
	color: #42c5f0;
	text-decoration:none;
}
#common #girlsMenuArea div.ServiceMenuBox:nth-child(1) {
	margin: 0 3% 0 0;
}

#common #girlsMenuArea div.ServiceMenuBox:nth-child(2) {
	margin: 0 3% 0 0;
}

#common #girlsMenuArea div.ServiceMenuBox:nth-child(4) {
	margin: 3% 0 0 0;
	width: 100% !important;
	text-align: center;
}


/* girlsMenuArea Store*/
#common #pageMenuArea div.StoreMenuBox {
	width: 31.3%;
	color: #7f7f7f;
	padding: 8px;
	background-color: #ededed;
	float: left;
}
#common #pageMenuArea div.StoreMenuBox a {
	font-size: 12px;
	font-weight: bold;
	color: #11b6ed;
}
#common #pageMenuArea div.StoreMenuBox div.textBox {
	padding: 0.5em 0 0 0;
}
#common #pageMenuArea div.StoreMenuBox:nth-child(1) {
	margin: 0 3% 0 0;
}
#common #pageMenuArea div.StoreMenuBox:nth-child(2) {
	margin: 0 3% 0 0;
}
#common #pageMenuArea div.StoreMenuBox:nth-child(4) {
	margin: 3% 0 0 0;
	width: 100% !important;
	text-align: center;
}

#common #girlsMenuArea div.StoreMenuBox {
	width: 31.3%;
	color: #666;
	padding: 8px;
	background-color: #d9f3fc;
	float: left;
}
#common #girlsMenuArea div.StoreMenuBox a {
	font-size: 12px;
	font-weight: bold;
	color: #42c5f0;
	text-decoration:none;
}
#common #girlsMenuArea div.StoreMenuBox:nth-child(1) {
	margin: 0 3% 0 0;
}

#common #girlsMenuArea div.StoreMenuBox:nth-child(2) {
	margin: 0 3% 0 0;
}

#common #girlsMenuArea div.StoreMenuBox:nth-child(4) {
	margin: 3% 0 0 0;
	width: 100% !important;
	text-align: center;
}

.searchTitle03 {
	font-size: 12px;
	font-weight: bold;
	color: #42c5f0;
	text-align: center;
	padding: 0 0 3% 0;
}





/* サービス 料金について */
/*------------------------------------------------------------------------------*/
#bunny_hotel div.chargeListMain {
	font-size: 12px;
	padding: 0 0 8% 0;
}
#bunny_hotel div.chargeListMain h4 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #adadad;
	padding: 0 0 3% 10px;
}
#bunny_hotel div.chargeListMain li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #adadad;
	padding: 3% 0;
}
#bunny_hotel div.chargeListMain li.notBorder {
	border-bottom: none;
}
#bunny_hotel div.chargeListMain div.chargeText {
	display: block;
	border-bottom: 1px solid #adadad;
	padding: 0 10px 3% 10px;
}
#bunny_hotel div.chargeListMain li div {
	display: table-cell;
}
#bunny_hotel div.chargeListMain li div.titleBox {
	padding: 0 0 0 10px;
}
#bunny_hotel div.chargeListMain li div.chargeBox {
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0 0;
}

#bunny_hotel div.chargeImgArea {
	padding: 6% 10px 0 10px;
}
#bunny_hotel div.chargeImgArea div.imgBox {
	width: 32%;
	float: left;
	margin: 0 2% 2% 0;
}
#bunny_hotel div.chargeImgArea div.imgBox:nth-child(3n) {
	margin: 0 0 2% 0;
}

#bunny_hotel div.chargeCardArea {
	border-bottom: 1px solid #adadad;
	padding: 3% 10px;
}
#bunny_hotel div.chargeCardArea div.cardBox {
	display: table;
}
#bunny_hotel div.chargeCardArea div.cardBox div {
	display: table-cell;
}
#bunny_hotel div.chargeCardArea div.cardBox div.imgCards {
	width: 50%;
}
#bunny_hotel div.chargeCardArea div.cardBox div.textCards {
	padding: 0 0 0 3%;
}

#bunny_hotel div.flowBox {
	padding: 6% 10px;
}
#bunny_hotel div.flowBox+div.flowBox {
	border-top: 1px solid #adadad;
}
#bunny_hotel div.flowBox div.flowTitle {
	font-size: 14px;
	font-weight: bold;
	color: #42c5f0;
	padding: 0 0 0.5em 0;
}
#bunny_hotel div.flowBox div.flowTitle span {
	font-size: 10px;
	font-weight: normal;
	color: #7f7f7f;
}
#bunny_hotel div.flowBox div.flowBoxMain {
	font-size: 12px;
}
#bunny_hotel div.flowBox div.flowBoxMain p.first {
	margin: 0 0 1em 0;
}
#bunny_hotel div.flowBox div.flowBoxMain p.small {
	font-size: 10px;
	margin: 0 0 0.5em 0;
}
#bunny_hotel div.flowBox div.flowBoxMain p.small02 {
	font-size: 10px;
	margin: 0 0 1em 0;
}
#bunny_hotel div.flowBox div.flowBoxMain div.btnArea {
	width: 86%;
	margin: 0 auto;
	padding: 3% 0 0 0;
}
#bunny_hotel div.flowBox div.flowBoxMain div.btnArea li {
	width: 47%;
	float: left;
}
#bunny_hotel div.flowBox div.flowBoxMain div.btnArea li+li {
	margin: 0 0 0 6%;
}
#bunny_hotel div.flowBox div.flowBoxMain div.btnArea li a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	background-color: #43c4f0;
	padding: 3% 0;
	border-radius: 15px;
}
#bunny_hotel div.flowBox div.flowBoxMain div.btnArea li a span {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
}
#bunny_hotel div.flowBox div.flowBoxMain div.btnArea li a span.select {
	background: url(../images/icon_new_face.png) no-repeat center left;
	background-size: contain;
	padding: 5% 0 5% 22%;
}
#bunny_hotel div.flowBox div.flowBoxMain div.btnArea li a span.attend {
	background: url(../images/icon_attendance.png) no-repeat center left;
	background-size: contain;
	padding: 5% 0 5% 13%;
}


#bunny_hotel div.flowBox div.flowBoxMain div.btnArea02 {
	width: 86%;
	text-align: center;
	margin: 0 auto;
	padding: 3% 0 0 0;
}
#bunny_hotel div.flowBox div.flowBoxMain div.btnArea02 li {
	display: inline-block;
	width: 52%;
	float: none;
}
#bunny_hotel div.flowBox div.flowBoxMain div.btnArea02 li a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	background-color: #43c4f0;
	padding: 3% 0;
}
#bunny_hotel div.flowBox div.flowBoxMain div.btnArea02 li a span {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
}
#bunny_hotel div.flowBox div.flowBoxMain div.btnArea02 li a span.select {
	background: url(../images/icon_new_face.png) no-repeat center left;
	background-size: contain;
	padding: 5% 0 5% 22%;
}
#bunny_hotel div.flowBox div.flowBoxMain div.btnArea02 li a span.attend {
	background: url(../images/icon_attendance.png) no-repeat center left;
	background-size: contain;
	padding: 5% 0 5% 13%;
}
#bunny_hotel div.flowBox div.flowBoxMain div.btnArea02 li a span.none {
	padding: 4% 0;
}


#bunny_hotel div.faqBox dl {
	border-bottom: 1px solid #adadad;
	padding: 0 10px;
}
#bunny_hotel div.faqBox dt div.faqDtBox {
	display: table;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #42c5f0;
	line-height: 1.2;
	padding: 3% 8% 3% 0;
	background: url(../images/arr_up.png) no-repeat center right;
	background-size: 13px 9px;
}
#bunny_hotel div.faqBox dt.active div.faqDtBox {
	display: table;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #42c5f0;
	line-height: 1.2;
	padding: 3% 8% 3% 0;
	background: url(../images/arr_down.png) no-repeat center right;
	background-size: 13px 9px;
}
#bunny_hotel div.faqBox dt div.faqDtBox span {
	display: table-cell;
}
#bunny_hotel div.faqBox dt div.faqDtBox span.qBox {
	width: 10%;
}
#bunny_hotel div.faqBox dt div.faqDtBox span.qText {
	width: 90%;
}

#bunny_hotel div.faqBox dd div.faqDdBox {
	display: table;
	width: 100%;
	font-size: 12px;
	padding: 3% 0 6% 0;
}
#bunny_hotel div.faqBox dd div.faqDdBox span {
	display: table-cell;
}
#bunny_hotel div.faqBox dd div.faqDdBox span.aBox {
	width: 10%;
	font-weight: bold;
	color: #e93f97;
}
#bunny_hotel div.faqBox dd div.faqDdBox span.aText {
	width: 90%;
}
#bunny_hotel div.faqBox dd div.faqDdBox p+p {
	margin: 1em 0 0 0;
}
#bunny_hotel div.faqBox div.btnArea {
	text-align: center;
	padding: 6% 0;
}
#bunny_hotel div.faqBox div.btnArea a {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #43c4f0;
	padding: 2% 5%;
}


/* 検索ボタン+リセットボタン */
div.searchBtnArea {
    display: table;
}

div.searchBtnArea div.searchBtn {
    display: table-cell;
    width: 50%;
}

/*div.searchBtnArea .btnSearchBox {
	display: table;
	width: 100%;
}*/

div.searchBtnArea div.searchBtn a {
    width: 80%;
}

div.searchBtnArea div.btnBlue a {
    display: block;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    margin: 0 auto;
    -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: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

div.searchBtnArea div.btnGray a {
    display: block;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    margin: 0 auto;
    -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: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}



/* 出勤情報 */
/*------------------------------------------------------------------------------*/

/*
#dateBox {
	padding: 4% 10px;
}
#dateBox ul {
	display: flex;
	width: 100%;
}
#dateBox ul li {
	width:calc(100% / 4);
	margin: 0 0.2%;
	cursor: pointer;
}
#dateBox ul:nth-child(2) {
	margin: 0.2% 0 0 0;
}
#dateBox li div {
	width: 100%;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #dfdfdf;
	padding: 8% 0;
}


#dateBox li div a {
	text-decoration:none;
	color:#7f7f7f;
}

#dateBox li.current div {
	background-color: #43c4f0;
}

#dateBox li.current div a {
	color:#fff;
	font-weight:bold;
}
*/




/* 出勤情報 */
/*------------------------------------------------------------------------------*/
#dateBox {
	padding: 4% 10px;
}
#dateBox ul {
	display: flex;
	width: 100%;
	justify-content: center;
}
#dateBox ul li {
	/*width:calc(100% / 4);*/
	/*margin: 0 3%;*/
	margin: 5px;
	cursor: pointer;
	/*width: 70px;*/
    /*height: 70px;*/
}
#dateBox ul:nth-child(2) {
	margin: 2% 0 0 0;
}
#dateBox li div {
	display: table;
	width: 100%;
	/*font-size: 14px;*/
	font-weight: bold;
	color: #6fd1f2;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	border:solid 3px #6fd1f2;
}
#dateBox li.current div {
	background-color: #6fd1f2;
}
#dateBox li.current div a{
	color: #fff !important;
}
#dateBox li div a {
	display: table-cell;
	color:#6fd1f2;
	text-decoration:none;
	padding: 4% 0;
	/*height: 12vh;*/
	height: 100px;
	width: 100px;
	vertical-align: middle;
	font-size: 12px;
}


/* コンセプト */
/*------------------------------------------------------------------------------*/
/* HOTEL HEALTH BUNNY 十三店 */
#conceptBunnyJuso {
	padding: 0;
}
#conceptBunnyJuso div.imgBox {
	margin: 0 0 1.5em 0;
	text-align: center;
}
#conceptBunnyJuso p {
	font-size: 10px;
	text-align: left;
}
#conceptBunnyJuso p+p {
	margin: 1.5em 0 0 0;
}
/* 各店舗共通 */
#contentsAbout {
	padding: 6% 0;
}
#contentsAbout div.aboutGUArea01 div.mainImage {
	margin: 0 0 6% 0;
}
#contentsAbout div.aboutGUArea01 div.conceptBox {
	margin: 0 0 6% 0;
	padding: 0 10px;
}
#contentsAbout div.aboutGUArea01 div.conceptBox div.textBox {
	width: 65%;
	float: left;
	font-size: 12px;
	color: #7f7f7f;
}
#contentsAbout div.aboutGUArea01 div.conceptBox div.textBox h3 {
	font-weight: bold;
	color: #ef2266;
	margin: 0 0 0.5em 0;
	font-size:1.3em;
}
#contentsAbout div.aboutGUArea01 div.conceptBox div.imgBox {
	width: 30%;
	float: right;
}
/* commonTitleBar13 グローアップとは */
.commonTitleBar13 {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 8px 10px 8px 40px;
	background: url(../images/icon_about_gu.png) no-repeat 10px 50% #faa7c1;
	background-size: 26px 20px;
}
.commonTitleBar12 span {
	color: #fa1d61;
}





/* プライバシーポリシー */
/*------------------------------------------------------------------------------*/
/* HOTEL HEALTH BUNNY 十三店 */
#privacyBunnyJuso .privacyMain {
	font-size: 11px;
	line-height: 1.6;
	/*padding: 0 10px 6% 10px;*/
	padding: 6% 10px;
}
#privacyBunnyJuso .privacyMain > p {
	margin: 0 0 1.5em 0;
}
#privacyBunnyJuso .privacyMain div.privacyBox01 {
	margin: 0 0 1.5em 0;
}
#privacyBunnyJuso .privacyMain div.privacyBox01 h3 {
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
#privacyBunnyJuso .privacyMain div.privacyBox02 {
	background-color: #dfdfdf;
	padding: 3% 5%;
}





/* アクセスマップ */
/*------------------------------------------------------------------------------*/
/* HOTEL HEALTH BUNNY 十三店 */
#accessBunnyJuso {
	font-size: 12px;
	line-height: 1.6;
	padding: 0 10px 6% 10px;
}
#accessBunnyJuso > p{
	font-size: 10px;
	padding: 3% 0 0 0;
}
#accessBunnyJuso div.btnBox {
	text-align: center;
	padding:0 0 5%;
}
#accessBunnyJuso div.btnBox a {
	display: inline-block;
	width: auto;
	font-size: 12px;
	padding: 3% 10%;
	background: #e75c85;
}
#accessBunnyJuso div.mapBox {
	position: relative;
	padding-bottom: 75%; // これが縦横比
	height: 0;
	overflow: hidden;
}
#accessBunnyJuso div.mapBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#accessBunnyJuso div.telBox {
	margin: 0 0 0.5em 0;
}
#accessBunnyJuso div.telBox a {
	color: #6fd1f2;
}
#accessBunnyJuso div.logoBox {
	width: 50%;
}






/* プレゼントキャンペーン お得情報 */
/*------------------------------------------------------------------------------*/
#campaignArea {
	padding: 6% 0;
}
#campaignArea div.campaignAreaText {
	border-bottom: 1px solid #7f7f7f;
	padding: 0 10px 3% 10px;
}
#campaignArea div.campaignAreaMain {
	padding: 3% 0;
}
#campaignArea div.campaignAreaInput {
	display: table;
	width: 100%;
	font-size: 12px;
	padding: 3% 10px;
}
#campaignArea div.campaignAreaInput div {
	display: table-cell;
}
#campaignArea div.campaignAreaInput div.titleBox {
	width: 30%;
	font-weight: bold;
}
#campaignArea div.campaignAreaInput div.selectBox {
	width: 70%;
}
#campaignArea div.campaignAreaInput div.selectBox select {
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	border: 1px solid #7f7f7f;
	background: #fff;
	padding: 2% 3%;
	overflow: hidden;
	outline: none;
	cursor: pointer;
	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);
}
#campaignArea div.campaignAreaTextArea {
	width: 100%;
	font-size: 12px;
	padding: 0 10px;
}
#campaignArea div.campaignAreaTextArea textarea {
	width: 100%;
	font-size: 12px;
	padding: 2% 3%;
	border: 1px solid #7f7f7f;
	outline: none;
}
#campaignArea div.campaignAreaTextArea h4 {
	font-weight: bold;
}
#campaignArea div.campaignAreaTextArea p {
	font-size: 10px;
	margin: 0 0 0.5em 0;
}
#campaignArea div.btnConf {
	display: table;
}
#campaignArea div.btnConf div {
	display: table-cell!important;
	width: 50%;
}
#campaignArea div.btnConf div a {
	width: 80%;
}
#campaignArea div.btnConf div.btnGray a {
	color: #fff;
	text-decoration: none;
}


#btnArea div.btnConf {
	display: table;
	/*margin-bottom:20px;*/
}
#btnArea div.btnConf div {
	display: table-cell!important;
	width: 50%;
	vertical-align: top;
	padding: 0 5%;
}
#btnArea div.btnConf div a {
	/* width: 80%; */
}
#btnArea div.btnConf div.btnBlue a {
	width: 100%;
	color: #fff;
}
#btnArea div.btnConf div.btnGray a {
	/*color: #363636;*/
	color: #fff;
	text-decoration: none;
}



/* リアル写メ日記 一覧 */
/*------------------------------------------------------------------------------*/
.commonPageTitle02 p {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.list_diary_Area {
	padding: 0 10px 10% 10px;
}
.list_diary_Area div.list_diaryBox {
	border: 1px solid #afafaf;
}
.list_diary_Area div.list_diaryBox+div.list_diaryBox {
	margin: 6% 0 0 0;
}
.list_diary_Area .list_diaryBox .storeName {
	text-align: center;
	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);
	padding: 2% 0;
}
.list_diary_Area .list_diaryBox .storeName h3 {
	width: 100%;
	padding: 6% 0 0 0;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	background-size: contain!important;
}
.list_diary_Area .list_diaryBox .gotoList {
	background-color: #979797;
	padding: 1% 2%;
	text-align: right;
}
.list_diary_Area .list_diaryBox .gotoList a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
.list_diaryBox div.PicDiaryBox {
	padding: 4px;
	position: relative;
	cursor: pointer;
}
.list_diaryBox div.PicDiaryBox+div.PicDiaryBox {
	border-top: 1px solid #adadad;
}
.list_diaryBox div.PicDiaryBox .imgBox {
	width: 20%;
	float: left;
}
.list_diaryBox div.PicDiaryBox .imgBox span {
	display: block;
	width: 100%;
	padding: 100% 0 0 0;
	background-size: cover;
}
.list_diaryBox div.PicDiaryBox .PicDiaryBoxMain {
	width: 76%;
	float: right;
	font-size: 12px;
	line-height: 1.8;
}
.list_diaryBox div.PicDiaryBox .PicDiaryBoxMain .nameState .state {
	color: #e65a83;
}
.list_diaryBox div.PicDiaryBox .today {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #979797;
	padding: 2px 8px;
	position: absolute;
	top: 4px;
	right: 4px;
}


.list_diary_Area .list_diaryBox .store01 h3 { background: url(../images/store_logo01.png) no-repeat center center; }
.list_diary_Area .list_diaryBox .store02 h3 { background: url(../images/store_logo02.png) no-repeat center center; }
.list_diary_Area .list_diaryBox .store03 h3 { background: url(../images/store_logo03.png) no-repeat center center; }
.list_diary_Area .list_diaryBox .store04 h3 { background: url(../images/store_logo04.png) no-repeat center center; }
.list_diary_Area .list_diaryBox .store05 h3 { background: url(../images/store_logo05.png) no-repeat center center; }
.list_diary_Area .list_diaryBox .store06 h3 { background: url(../images/store_logo06.png) no-repeat center center; }
.list_diary_Area .list_diaryBox .store07 h3 { background: url(../images/store_logo07.png) no-repeat center center; }
.list_diary_Area .list_diaryBox .store08 h3 { background: url(../images/store_logo08.png) no-repeat center center; }
.list_diary_Area .list_diaryBox .store09 h3 { background: url(../images/store_logo09.png) no-repeat center center; }
.list_diary_Area .list_diaryBox .store10 h3 { background: url(../images/store_logo10.png) no-repeat center center; }
.list_diary_Area .list_diaryBox .store11 h3 { background: url(../images/store_logo11.png) no-repeat center center; }
.list_diary_Area .list_diaryBox .store12 h3 { background: url(../images/store_logo12.png) no-repeat center center; }






/* リアル写メ日記 店舗内一覧 */
/*------------------------------------------------------------------------------*/
.storeLogoArea {
	display: table;
	padding: 4% 10px;
}
.storeLogoArea .tenpoLogo {
	display: table-cell;
	width: 60%;
	vertical-align: bottom;
	line-height: 1;
	padding: 0 4% 0 0;
}
.storeLogoArea .realDiary {
	display: table-cell;
	width: 40%;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	line-height: 1;
	text-align: right;
}
.storeLogoArea .realDiary span {
	color: #fa1d61;
}

.pageNumberArea {
	font-size: 11px;
	color: #5c5c5c;
	background-color: #e2e2e2;
	padding: 3px 10px;
}

.list_diary_store_Area {
	padding: 0 0 6% 0;
}
.list_diary_store_Area .list_diaryBox div.PicDiaryBox {
	padding: 10px 4px;
	position: relative;
	cursor: pointer;
}
.list_diary_store_Area div.list_diaryBox {
	border-bottom: 1px solid #afafaf;
}
.list_diary_store_Area div.list_diaryBox+div.list_diaryBox {
	margin: 6% 0 0 0;
}
.list_diary_store_Area .list_diaryBox div.PicDiaryBox .today {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #979797;
	padding: 2px 8px;
	position: absolute;
	top: 10px;
	right: 4px;
}





/* リアル写メ日記 日記詳細 */
/*------------------------------------------------------------------------------*/
/* 店舗名 */
.storeLogoArea_detail {
	display: table;
	padding: 4% 10px;
	border-bottom: 1px solid #afafaf;
}
.storeLogoArea_detail .tenpoLogo {
	display: table-cell;
	width: 60%;
	vertical-align: bottom;
	line-height: 1;
	padding: 0 4% 0 0;
}
.storeLogoArea_detail .phoneNum {
	display: table-cell;
	width: 40%;
	vertical-align: bottom;
	line-height: 1;
}
.storeLogoArea_detail .phoneNum a {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0;
}
.storeLogoArea_detail .phoneNum span {
	background: url(../images/icon_phone.png) no-repeat center left;
	background-size: contain;
	padding: 0 0 0 20px;
}

.diaryProfile {
	padding: 4% 10px;
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
}
.diaryProfile .imgBox {
	width: 30%;
	float: left;
}
.diaryProfile .imgBox span {
	display: block;
	width: 100%;
	padding: 134% 0 0 0;
	background-size: cover!important;
}
.diaryProfile .textBox {
	width: 66%;
	float: right;
	font-size: 12px;
	line-height: 1.8;
}
.diaryProfile .textBox a {
	font-size: 16px;
	font-weight: bold;
	color: #56b7d0;
}

.diaryDetailBtn .toProf {
	text-align:center;

}

.diaryDetailBtn .toProf a {
	font-size: 14px;
	font-weight: bold;
	color: #56b7d0;
}

.diaryProfile .textBox .system {
	margin: 0 0 0.5em 0;
}
.diaryProfile .textBox .attendTime {
	margin: 0 0 1em 0;
}
.diaryProfile .textBox .attendTime span {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	background-color: #979797;
	margin: 0 1em 0 0;
	padding: 4px 6px;
}
.diaryProfile .textBox .btnPink a {
	font-size: 10px!important;
	color: #fff;
	padding: 3% 0;
}
.diaryDetailBtn {
	padding: 4% 10px;
}
.diaryDetailBtn a {
	padding: 5% 0;
}
.diaryDetailBtn .btnLeft {
	width: 48%;
	float: left;
}
.diaryDetailBtn .btnRight {
	width: 48%;
	float: right;
}

.diaryNameTitle span {
	color: #fa1d61;
}

.diaryMainArea {
	font-size: 12px;
	padding: 4% 10px;
}

.messageBox div.btnGoodArea,
.diaryMainArea div.btnGoodArea {
	display: table;
	width: 100%;
}

.messageBox div.btnGoodArea div,
.diaryMainArea div.btnGoodArea div {
	display: table-cell;
	vertical-align: middle;
}

.messageBox div.btnGoodArea div.btnGoodBox,
.diaryMainArea div.btnGoodArea div.btnGoodBox {
	width: 30%;
}
.messageBox div.btnGoodArea div.btnGoodBox a,
.diaryMainArea div.btnGoodArea div.btnGoodBox a {
	display: inline-block;
	width: 100%;
	padding: 2% 7%;
}


.diaryMainArea .diaryMainContents {
	text-align: center;
	padding: 1em 0 0 0;
    position: relative;
}
.diaryMainContents .like_area_c {
    bottom: 60px;
    right: 10px;
}
.diaryMainArea .diaryMainContents p {
	font-size: 12px;
	/*text-align: left;*/
}
.diaryMainArea .diaryMainContents p img {
	width: 60%;
}

.diaryMainArea_pager {
	display: table;
	width: 100%;
	padding: 0 10px 6% 10px;
}
.diaryMainArea_pager div.prev {
	display: table-cell;
	width: 30%;
	text-align: left;
	vertical-align: middle;
}
.diaryMainArea_pager div.prev a {
	font-size: 12px;
	color: #e65a83;
}
.diaryMainArea_pager div.prev a span {
	background: url(../images/arr_pageback.png) no-repeat center left;
	background-size: 9px 13px;
	padding: 0 0 0 1em;
}
.diaryMainArea_pager div.listBtn {
	display: table-cell;
	width: 40%;
	text-align: center;
	vertical-align: middle;
}
.diaryMainArea_pager div.listBtn div.btnPink {
	width: 100%;
	background-color: #ccc;
}
.diaryMainArea_pager div.listBtn div.btnPink a {
	display: inline-block;
	width: 100%;
	font-size: 10px!important;
	padding: 6% 0;
}

.diaryMainArea_pager div.back {
	display: table-cell;
	width: 20%;
	text-align: left;
	vertical-align: middle;
}
.diaryMainArea_pager div.back a {
	font-size: 12px;
}


.diaryMainArea_pager div.next {
	display: table-cell;
	width: 20%;
	text-align: right;
	vertical-align: middle;
}
.diaryMainArea_pager div.next a {
	font-size: 12px;
}
.diaryMainArea_pager div.next a span {
	background: url(../images/arr_pagenext.png) no-repeat center right;
	background-size: 9px 13px;
	padding: 0 1em 0 0;
}

.diaryMainArea_pager02 {
	display: table;
	width: 54%;
	margin: 0 auto;
	padding: 0 10px 6% 10px;
}
.diaryMainArea_pager02 div.listBtn {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.diaryMainArea_pager02 div.listBtn div.btnPink {
	width: 100%;
	background-color: #ccc;
}
.diaryMainArea_pager02 div.listBtn div.btnPink a {
	display: inline-block;
	width: 100%;
	font-size: 10px!important;
	padding: 6% 0;
}


.diaryMainArea_pager div a {
	color: #42c5f0;
}
.diaryMainArea_pager div.back span {
	background: url(../images/arr_pageback.png) no-repeat center left;
	background-size: 6px 10px;
	padding: 0 0 0 10px;
}
.diaryMainArea_pager div.next span {
	background: url(../images/arr_pagenext.png) no-repeat center right;
	background-size: 6px 10px;
	padding: 0 10px 0 0;
}


.list_diaryBox .PicDiaryBox:last-child {
    border-bottom: 1px solid #adadad;
}



/* リアル写メ日記　個人日記一覧 */
/*------------------------------------------------------------------------------*/
.pageNumberArea02 {
	font-size: 11px;
	color: #5c5c5c;
	background-color: #fff;
	padding: 2% 10px;
	border-bottom: 1px solid #afafaf;
	margin-bottom:10px;
}
.diaryDetailBtn02 {
	padding: 4% 10px;
}
.diaryDetailBtn02 .btnPink a {
	width: 60%;
	font-size: 10px!important;
	padding: 2% 0;
}


/* 並び順変更 */
/*------------------------------------------------------------------------------*/




iframe {
	max-width:100%!important;
	width: 100%;
}


/* enrolledNumArea 出勤情報　総在籍数/総出勤人数/総新人数 */
/*------------------------------------------------------------------------------*/
div.enrolledNumArea {
	/*width: 100%;
	padding: 3% 1%;*/
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	width: 100%;
    padding: 3% 1%;
}
div.enrolledNumArea div.enrolledNumBox {
	/*display: table;
	width: 33.34%;
	float: left;*/
	display: block;
    width: 30%;
    float: none;
    margin: 0 auto;
}
div.enrolledNumArea div.enrolledNumBox div {
	display: table-cell;
	font-weight: bold;
}
div.enrolledNumArea div.enrolledNumBox div.enrolledTitle {
	font-size: 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
div.enrolledNumArea div.enrolledNumBox div.numBox {
	font-size: 10px;
	/*text-align: right;*/
	text-align: center;
    color: #333333;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #595959;
    display: block;
    border-top: none;
    padding: 5px 0;
}
div.enrolledNumArea div.enrolledNumBox div.numBox span {
	font-size: 12px;
}

/* portal */
div.portal div.enrolledNumArea div.enrolledNumBox div.enrolledTitle {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffd3e8), color-stop(0.00, #fdfaff));
	background: -webkit-linear-gradient(#fdfaff, #ffd3e8);
	background: -moz-linear-gradient(#fdfaff, #ffd3e8);
	background: -o-linear-gradient(#fdfaff, #ffd3e8);
	background: -ms-linear-gradient(#fdfaff, #ffd3e8);
	background: linear-gradient(#fdfaff, #ffd3e8);
	border: 1px solid #ffb2de;
	color: #ec2365;
}
div.portal div.enrolledNumArea div.enrolledNumBox div.numBox {
	color: #ec2365;
}

/* luxe */
div.luxe div.enrolledNumArea div.enrolledNumBox div.enrolledTitle {
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e3dacf), color-stop(0.00, #f4f0eb));
	background: -webkit-linear-gradient(#f4f0eb, #e3dacf);
	background: -moz-linear-gradient(#f4f0eb, #e3dacf);
	background: -o-linear-gradient(#f4f0eb, #e3dacf);
	background: -ms-linear-gradient(#f4f0eb, #e3dacf);
	background: linear-gradient(#f4f0eb, #e3dacf);
	border: 1px solid #b19c80;
	color: #957151;*/
	border: 1px solid #B57996;
    color: #333333;
    width: 100%;
    display: block;
    background: #E9D8E0;
    padding: 5px 0;
}
div.luxe div.enrolledNumArea div.enrolledNumBox div.numBox {
	color: #957151;
}

/* aromaluxe */
div.aromaluxe div.enrolledNumArea div.enrolledNumBox div.enrolledTitle {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fbdcc5), color-stop(0.00, #feede1));
background: -webkit-linear-gradient(#feede1, #fbdcc5);
background: -moz-linear-gradient(#feede1, #fbdcc5);
background: -o-linear-gradient(#feede1, #fbdcc5);
background: -ms-linear-gradient(#feede1, #fbdcc5);
background: linear-gradient(#feede1, #fbdcc5);

	border: 1px solid #f2aa78;
	color: #d28652;
}
div.aromaluxe div.enrolledNumArea div.enrolledNumBox div.numBox {
	color: #d28652;
}

/* bunny */
div.bunny div.enrolledNumArea div.enrolledNumBox div.enrolledTitle {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d4e8ff), color-stop(0.00, #f5fffe));
	background: -webkit-linear-gradient(#f5fffe, #d4e8ff);
	background: -moz-linear-gradient(#f5fffe, #d4e8ff);
	background: -o-linear-gradient(#f5fffe, #d4e8ff);
	background: -ms-linear-gradient(#f5fffe, #d4e8ff);
	background: linear-gradient(#f5fffe, #d4e8ff);
	border: 1px solid #b1ddff;
	color: #43c4f0;
}
div.bunny div.enrolledNumArea div.enrolledNumBox div.numBox {
	color: #43c4f0;
}

/* osakaEsthetic */
div.osakaEsthetic div.enrolledNumArea div.enrolledNumBox div.enrolledTitle {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c4ddac), color-stop(0.00, #e8f2de));
	background: -webkit-linear-gradient(#e8f2de, #c4ddac);
	background: -moz-linear-gradient(#e8f2de, #c4ddac);
	background: -o-linear-gradient(#e8f2de, #c4ddac);
	background: -ms-linear-gradient(#e8f2de, #c4ddac);
	background: linear-gradient(#e8f2de, #c4ddac);
	border: 1px solid #a9c847;
	color: #6da736;
}
div.osakaEsthetic div.enrolledNumArea div.enrolledNumBox div.numBox {
	color: #6da736;
}

/* anesthe */
div.anesthe div.enrolledNumArea div.enrolledNumBox div.enrolledTitle {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #b3d0b9), color-stop(0.00, #dfece1));
	background: -webkit-linear-gradient(#dfece1, #b3d0b9);
	background: -moz-linear-gradient(#dfece1, #b3d0b9);
	background: -o-linear-gradient(#dfece1, #b3d0b9);
	background: -ms-linear-gradient(#dfece1, #b3d0b9);
	background: linear-gradient(#dfece1, #b3d0b9);
	border: 1px solid #558b5f;
	color: #1c6526;
}
div.anesthe div.enrolledNumArea div.enrolledNumBox div.numBox {
	color: #1c6526;
}

/* komadamu */
div.komadamu div.enrolledNumArea div.enrolledNumBox div.enrolledTitle {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #aae4bd), color-stop(0.00, #e4f6ea));
	background: -webkit-linear-gradient(#e4f6ea, #aae4bd);
	background: -moz-linear-gradient(#e4f6ea, #aae4bd);
	background: -o-linear-gradient(#e4f6ea, #aae4bd);
	background: -ms-linear-gradient(#e4f6ea, #aae4bd);
	background: linear-gradient(#e4f6ea, #aae4bd);
	border: 1px solid #113b1f;
	color: #113b1f;
}
div.komadamu div.enrolledNumArea div.enrolledNumBox div.numBox {
	color: #113b1f;
}

/* komadamClub */
div.komadamClub div.enrolledNumArea div.enrolledNumBox div.enrolledTitle {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #feeeb3), color-stop(0.00, #fff8e1));
	background: -webkit-linear-gradient(#fff8e1, #feeeb3);
	background: -moz-linear-gradient(#fff8e1, #feeeb3);
	background: -o-linear-gradient(#fff8e1, #feeeb3);
	background: -ms-linear-gradient(#fff8e1, #feeeb3);
	background: linear-gradient(#fff8e1, #feeeb3);
	border: 1px solid #bc9401;
	color: #af8932;
}
div.komadamClub div.enrolledNumArea div.enrolledNumBox div.numBox {
	color: #af8932;
}

/* pandra */
div.pandra div.enrolledNumArea div.enrolledNumBox div.enrolledTitle {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fad1e5), color-stop(0.00, #fdedf5));
	background: -webkit-linear-gradient(#fdedf5, #fad1e5);
	background: -moz-linear-gradient(#fdedf5, #fad1e5);
	background: -o-linear-gradient(#fdedf5, #fad1e5);
	background: -ms-linear-gradient(#fdedf5, #fad1e5);
	background: linear-gradient(#fdedf5, #fad1e5);
	border: 1px solid #ec62a6;
	color: #ec62a6;
}
div.pandra div.enrolledNumArea div.enrolledNumBox div.numBox {
	color: #ec62a6;
}

/* lovely */
div.lovely div.enrolledNumArea div.enrolledNumBox div.enrolledTitle {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ecba9d), color-stop(0.00, #fbf0e9));
	background: -webkit-linear-gradient(#fbf0e9, #ecba9d);
	background: -moz-linear-gradient(#fbf0e9, #ecba9d);
	background: -o-linear-gradient(#fbf0e9, #ecba9d);
	background: -ms-linear-gradient(#fbf0e9, #ecba9d);
	background: linear-gradient(#fbf0e9, #ecba9d);
	border: 1px solid #f2aa78;
	color: #ba5c25;
}
div.lovely div.enrolledNumArea div.enrolledNumBox div.numBox {
	color: #ba5c25;
}

.divLink {
	cursor:pointer;
}

/* 店舗毎のテキストリンク色 */
.colorLink {
	color:#6fd1f2;
}

.notFound {
	color:#f00;
	font-size:12px;
	line-height:1.8;
	margin-bottom:20px;
	text-align:center;
}


.storeMain div.mapBox {
    position: relative;
    margin: 0 0 5% 0;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.storeMain div.telBox {
    margin: 0 0 10% 0;
}
.storeMain div.logoBox {
	width: 50%;
    margin: 5% auto;
}
.storeMain div.mapPicArea div.mapPicText {
	font-size: 12px;
	margin: 0 0 5% 0;
	font-weight: bold;
}
.storeMain div.mapPicArea div.mapPicBox {
	display: table;
	width: 100%;
}
.storeMain div.mapPicArea div.mapPicBox div.picBox {
	display: table-cell;
	width: 50%;
}
.storeMain div.mapPicArea div.mapPicBox div.textBox {
	display: table-cell;
	width: 50%;
	padding: 0 0 0 3%;
	vertical-align: middle;
}
.storeMain div.mapPicArea div.mapArrBox {
	display: table;
	width: 50%;
	margin: 2% 0;
}
.storeMain div.mapPicArea div.mapArrBox div.arrBox {
	display: table-cell;
	width: 100%;
	background: url(../images/arr_access_map.png) no-repeat center center;
	background-size: contain;
	text-align: center;
	vertical-align: middle;
	padding: 7% 0;
}


@media only screen and (max-width:480px) {
	.girls_PointsArea .radarList,
	.girls_PointsArea .radarBox {
		float:none!important;
		width:100%;

	}
}


#footerInfo p{
	font-size:10px;
}





.girls_MessageArea .messageBox .textBox .btnGoodBox a.like {
	padding: 2% 0;
}


/* girls_faqArea */
.faqMainArea {

	display:none;
	padding: 0px 0 20px 0;
}
.girls_faqArea .faqMainArea_pager {
	display: flex;
    width: 100%;
    padding: 0 10px 6% 10px;
    justify-content: center;
}
.girls_faqArea .faqMainArea_pager a {
	color: #e52b69;
}
.faqMainArea p {
	font-size: 12px;
	line-height: 1.8;
}

.faqMainArea dl {
	border-bottom: 1px solid #adadad;
	padding: 0 10px;
}
.faqMainArea dl dt div.faqDtBox {
	display: table;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #e93f97;
	line-height: 1.2;
	padding: 3% 8% 3% 0;
	background: url(../images/arr_up.png) no-repeat center right;
	background-size: 13px 9px;
}
.faqMainArea dl dt.active div.faqDtBox {
	display: table;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #e93f97;
	line-height: 1.2;
	padding: 3% 8% 3% 0;
	background: url(../images/arr_down.png) no-repeat center right;
	background-size: 13px 9px;
}
.faqMainArea dl dt div.faqDtBox span {
	display: table-cell;
}
.faqMainArea dl dt div.faqDtBox span.qBox {
	width: 10%;
}
.faqMainArea dl dt div.faqDtBox span.qText {
	width: 90%;
}

.faqMainArea dl dd div.faqDdBox {
	display: table;
	width: 100%;
	font-size: 12px;
	padding: 3% 0 6% 0;
}
.faqMainArea dl dd div.faqDdBox span {
	display: table-cell;
}
.faqMainArea dl dd div.faqDdBox span.aBox {
	width: 10%;
	font-weight: bold;
	color: #e93f97;
}
.faqMainArea dl dd div.faqDdBox span.aText {
	width: 90%;
}



/* 女子詳細 レビュー一覧 */
.girls_MessageArea .btnReview01 a, .girls_MessageArea .btnReview02 a {
	/*font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	width:48%;*/
	font-weight: bold;
	color: #595959;
    text-decoration: underline;
    text-align: right;
    display: block;
    width: 100%;
}
/*.girls_MessageArea .btnReview01 {
	padding: 0 10px 2em 10px;
}*/
.girls_MessageArea .btnReview02 {
	/*padding: 0 10px 3em 10px;*/
	color: #595959;
    text-decoration: underline;
    text-align: right;
    display: block;
    width: 100%;
}
/*.girls_ResultsNumArea {
	padding: 0.5em 10px;
}*/




/* 20161027 add */
.serviceFlowArea {
	/*padding: 0 10px;*/
}
.serviceFlowArea .tabbox {
	display: none;
}

.serviceFlowArea .tabMenu {
	margin: 0 0 1em 0;
	padding: 0 10px;
}
.serviceFlowArea .tabMenu li {
	width: 50%;
	float: left;
}
.serviceFlowArea .tabMenu li a {
	display: table;
	width: 100%;
	text-decoration: none;
	background-color: #dfdfdf;
	padding: 1px;
	border-right: 1px solid #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.serviceFlowArea .tabMenu li a span {
	display: table-cell;
	width: 100%!important;
	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;
	text-align: center;
	vertical-align: middle;
}
.serviceFlowArea .tabMenu li a:hover span, .serviceFlowArea .tabMenu li.current a span {
	color: #fff;
	background-color: #2b7039;
}

.serviceFlowArea .serviceFlowMain .flowBox {
	padding: 2em 0;
}
.serviceFlowArea .serviceFlowMain .flowBox+.flowBox {
	border-top: 1px solid #adadad;
}
.serviceFlowArea .serviceFlowMain .flowBox .textBox {
	font-size: 11px;
	padding: 0 10px;
}
.serviceFlowArea .serviceFlowMain .flowBox .textBox h3 {
	font-weight: bold;
	color: #236d31;
	margin: 0 0 0.5em 0;
}
.serviceFlowArea .serviceFlowMain .flowBox .textBox p {
	margin: 0 0 1em 0;
}

.serviceFlowArea .comicArea {
	border-bottom: 1px solid #adadad;
	padding: 2em 0;
}
.serviceFlowArea .comicArea .textBox {
	margin: 0 0 1em 0;
	padding: 1em 10px;
}
.serviceFlowArea .comicArea .textBox p+p {
	margin: 1em 0 0 0;
}
.serviceFlowArea .comicArea .imgBox {
	padding: 0 10px;
}
.serviceFlowArea .comicArea .imgHide {
	display: none;
}

.serviceFlowArea .serviceFlowMain .banArea .textbox {
	margin: 0 0 1em 0;
	padding: 1em 10px;
}
/*.serviceFlowArea .serviceFlowMain .banArea h3 {
	font-weight: bold;
	color: #236d31;
	margin: 0 0 0.5em 0;
}*/
.serviceFlowArea .serviceFlowMain .banArea .banAreaMain {
	margin: 0 0 1em 0;
}
.serviceFlowArea .serviceFlowMain .banArea .banBox:nth-child(1) {
	width: 50%;
	float: left;
}
.serviceFlowArea .serviceFlowMain .banArea .banBox:nth-child(2) {
	width: 50%;
	float: right;
}
.serviceFlowArea .serviceFlowMain .banArea p {
	font-weight: bold;
	color: #236d31;
	text-align: center;
	margin: 0 0 0.5em 0;
}

.serviceFlowArea .serviceFlowMain .flowBox .textBox ol.numList {
	padding: 1em 0 1em 1em;
}
.serviceFlowArea .serviceFlowMain .flowBox .textBox ol.numList li {
	text-indent: -1em;
}

.serviceFlowArea .serviceFlowMain .flowBox .tableBox {
	display: table;
	width: 100%;
}
.serviceFlowArea .serviceFlowMain .flowBox .tableBox > div {
	display: table-cell;
	vertical-align: middle;
}
.serviceFlowArea .serviceFlowMain .flowBox .tableBox > div.table_textBox {
	width: 65%;
	padding: 0 3%;
}
.serviceFlowArea .serviceFlowMain .flowBox .tableBox > div.table_textBox p.titleBox {
	font-size: 11px;
	font-weight: bold;
	color: #236d31;
	padding: 1em 0;
}
.serviceFlowArea .serviceFlowMain .flowBox .tableBox > div.table_textBox li+li {
	margin: 1em 0 0 0;
}
.serviceFlowArea .serviceFlowMain .flowBox .tableBox > div.table_textBox li.greenColor {
	color: #236d31;
}
.serviceFlowArea .serviceFlowMain .flowBox .tableBox > div.table_imgBox {
	width: 35%;
	padding: 0 3% 0 0;
}

.serviceFlowArea .serviceFlowMain .flowBox .pointTitleBox {
	padding: 30px 0 10px 0;
}

.serviceFlowArea .serviceFlowMain .kuchikmiArea li {
	padding: 10px 10px 10px 10px;
	position: relative;
}
.serviceFlowArea .serviceFlowMain .kuchikmiArea li > div.imgBox {
	width: 20%;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
}
.serviceFlowArea .serviceFlowMain .kuchikmiArea li > div.textBox {
	background-color: #e3fbe7;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	padding: 1em;
}
.serviceFlowArea .serviceFlowMain .kuchikmiArea li > div.textBox {
	text-align: right;
}
.serviceFlowArea .serviceFlowMain .kuchikmiArea li > div.textBox p {
	display: inline-block;
	width: 80%;
	text-align: left;
}


/* 2017-04-06 add */

.ulFtBanArea {
	width:600px;
	width:510px;
	margin:0 auto;
	max-width:98%;
}
.ulFtBanArea li.left {
	float:left;
	width:49%;
}
.ulFtBanArea li.right {
	float:right;
	width:49%;

}
.ulFtBanArea li img {
	max-width:100%;
}

/* page top */
.pagetop {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 5px;
	z-index: 99999991;
}

.pagetop a {
	display: block;
	width:50px;
	height:50px;

	background: url(../images/scroll.png) no-repeat center right;
	text-indent: -9999px;

	overflow: hidden;
	outline: none;
}
.pagetop a:hover {
	opacity:0.9;
}

@media only screen and (max-width:480px) {
	.pagetop a {
	background-size:80% 80%;
	}
}

/* webbutton */

.webbutton {
	display: block;
	position: fixed;
	bottom: 75px;
	left: -8px;
	z-index: 99999991;
}

.webbutton a {
	display: block;
	width:70px;
	height:70px;

	background: url(../images/bt_web_booking.png) no-repeat center right;
	text-indent: -9999px;

	overflow: hidden;
	outline: none;
	background-size: 80% 80%;
}
.webbutton a:hover {
	opacity:0.9;
}

@media only screen and (max-width:480px) {
	.webbutton a {
	background-size:80% 80%;
	}
}

/* telbutton */

.telbutton {
	display: block;
	position: fixed;
	bottom: 135px;
	left: -8px;
	z-index: 99999991;
}

.telbutton a {
	display: block;
	width:70px;
	height:70px;

	background: url(../images/bt_tel.png) no-repeat center right;
	text-indent: -9999px;

	overflow: hidden;
	outline: none;

	background-size: 80% 80%;
}
.telbutton a:hover {
	opacity:0.9;
}

@media only screen and (max-width:480px) {
	.telbutton a {
	background-size:80% 80%;
	}
}


/****************************************************************/
/* .btnProfitableArea */
/****************************************************************/
.btnProfitableArea {
	text-align: center;
	padding: 2em 0;
}
button.btnProfitable {
	display: inline-block;
	/*font-size: 1.2em;*/
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: left;
	border: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d30d45), color-stop(0.00, #ff7098));
	background: -webkit-linear-gradient(#ff7098, #d30d45);
	background: -moz-linear-gradient(#ff7098, #d30d45);
	background: -o-linear-gradient(#ff7098, #d30d45);
	background: -ms-linear-gradient(#ff7098, #d30d45);
	background: linear-gradient(#ff7098, #d30d45);
	border: 1px solid #e95780;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	outline: none;
	cursor: pointer;
	padding: 0.6em 1.5em;
	position: relative;
}
button.btnProfitable.disabled {
	color: #aaa;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dedede), color-stop(0.00, #fdfdfd));
	background: -webkit-linear-gradient(#fdfdfd, #dedede);
	background: -moz-linear-gradient(#fdfdfd, #dedede);
	background: -o-linear-gradient(#fdfdfd, #dedede);
	background: -ms-linear-gradient(#fdfdfd, #dedede);
	background: linear-gradient(#fdfdfd, #dedede);
	border: 1px solid #eee;
	cursor: default;
}

button.btnProfitable .balloon {
	display: inline-block;
	width: auto;
	font-size: 1em;
	color: #423800;
	text-align: center;
	background: #f6f6f6;
	border: 1px solid #ccc;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 0.5em 0.7em;
	position: absolute;
	top: 50%;
	left: 100%;
	z-index: 0;
	-webkit-transform: translateY(-50%) translateX(6px);
	transform: translateY(-50%) translateX(6px);
}
button.btnProfitable .balloon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -5px;
	margin-top: -5px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 0;
}
button.btnProfitable .balloon:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -6px;
	margin-top: -6px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #ccc transparent transparent;
	z-index: -1;
}


/* ポータルTOPへ 2017-07-31 ADD */
div.brandPotal ul {
    display: table;
    width: 100%;
    height: 40px;
    vertical-align: middle;
    padding: 0 0 0 10px;
    /*
    background: url(../images/store_acd_arr02.png) no-repeat 96% 50%;
    background-size: 13px 9px;
	*/
}

div.brandPotal li.brandLogo {
    padding: 10px 0;
}
div.brandPotal li.brandLogo {
    display: table-cell;
    width: 35%;
    height: 100%;
    padding: 4px 0;
}

div.brandPotal li.brandCatch {
    display: table-cell;
    width: 65%;
    height: 100%;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    padding: 0 0 0 4%;
}
div.brandPotal {
	margin-top:3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffa7b6), color-stop(0.86, #ff4f6c), color-stop(0.00, #ffe4e9));
    background: -webkit-linear-gradient(top, #ffe4e9 0%, #ff4f6c 86%, #ffa7b6 100%);
    background: -moz-linear-gradient(top, #ffe4e9 0%, #ff4f6c 86%, #ffa7b6 100%);
    background: -o-linear-gradient(top, #ffe4e9 0%, #ff4f6c 86%, #ffa7b6 100%);
    background: -ms-linear-gradient(top, #ffe4e9 0%, #ff4f6c 86%, #ffa7b6 100%);
    background: linear-gradient(to bottom, #ffe4e9 0%, #ff4f6c 86%, #ffa7b6 100%);
}

div.brandPotal a {
	text-decoration:none;
	color:#fff;
}
div.brandPotal li.brandLogo div.logo13 {
    background: url(../images/logo.png) no-repeat center center;
	width: 100%;
    height: 100%;
    background-size: contain!important;
}

#shopSwitch {
}
#shopSwitch {
    padding: 4% 10px 0 10px;
}
#shopSwitch .btnArea_main {
    display: table;
    width: 100%;
}
#shopSwitch ul {
    display: flex;
    width: 100%;
}
#shopSwitch ul li {
    width: calc(100% / 3);
    margin: 0 0.8%;
    cursor: pointer;
}
#shopSwitch li.current div {
    background-color: #e75c85;
}
#shopSwitch li div {
    display: table;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #7f7f7f;
}
#shopSwitch li div a {
    display: table-cell;
    white-space:nowrap;
    color: #fff;
    text-decoration: none;
    padding: 4% 0;
}
h2.commonTitleBarreview {
    font-size: 12px;
    text-align: center;
    margin: 0 auto 2%;
}
ul.cunter {
    width: 94%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 3%;
}
ul.cunter li {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 48%;
    border: solid 2px #dfdfdf;
    font-size: 0.8em;
    padding: 2% 0;
    border-radius: 5px;
}
ul.enqlist_box {
    width: 94%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.enqlist_box li {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0;
}
ul.enqlist_box li div, ul.enqlist_box li p {
    margin: 0 auto;
    text-align: center;
}
ul.enqlist_box li:nth-child(2) {
    margin: 0 3%;
}
.listArea .listBox:first-child {
    border-top: 1px solid #dfdfdf;
}
@media screen and (max-width:768px) {
 	#dateBox li div a {
		display: table-cell;
		color:#6fd1f2;
		text-decoration:none;
		padding: 4% 0;
		/*height: 9vh;*/
		height: 63px;
		width: 63px;
		font-size: 10px;
	}
}

/* G-stagram */
.list_diaryBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.list_diaryBox div.PicDiaryBox {
    width: 33.3%;
    padding: 0;
    position: relative;
}
.list_diaryBox div.PicDiaryBox .imgBox {
    width: 100%;
    float: none;
}
.list_diaryBox div.PicDiaryBox+div.PicDiaryBox {
    border-top: none;
}
.list_diaryBox .PicDiaryBox:last-child {
    border-bottom: none;
}
.like_area_c {
    position: absolute;
    z-index: 100;
    right: 0%;
    bottom: 17%;
}
.PicDiaryBox.likesys .like_area_c .likeBtn:before,.PicDiaryBox.likesys  .like_area_c .likeBtn:after {
    position: absolute;
    content: "";
    left: 20px;
    top: 0;
    width: 25px;
    height: 40px;
    background: #ffffffff;
    border-radius: 50px 50px 0 0;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
}
.PicDiaryBox.likesys .like_area_c .likeBtn {
    position: absolute;
    width: 30px;
    height: 25px;
    right: 4px;
    margin-top: -10px;
    margin-left: -8px;
    top: 0;
    bottom: 0;
}
.PicDiaryBox.likesys .like_area_c .likeBtn:after {
    left: -5px;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
}
.PicDiaryBox.likesys .like_area_c .likeBtn:before, .PicDiaryBox.likesys .like_area_c .likeBtn:after {
    width: 25px;
    height: 40px;
}
.like_area_c {
    position: absolute;
    z-index: 100;
    right: 0%;
    bottom: 17%;
}
.PicDiaryBox.likesys .like_area_c {
    bottom: 60px;
    right: 20px;
}
.PicDiaryBox.likesys .like_area_c.active .likeBtn {
    animation: pounding .5s linear infinite alternate;
}
.PicDiaryBox.likesys .like_area_c.active .likeBtn:before, .PicDiaryBox.likesys .like_area_c.active .likeBtn:after {
    background: #f88dc8;
    border-radius: 50px 50px 0 0;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
}
.PicDiaryBox.likesys .like_area_c.active .likeBtn:after {
    left: -5px;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
}
.PicDiaryBox.likesys .like_area_c {
    bottom: 0px;
    right: 0px;
	cursor: pointer;
}
.PicDiaryBox .like_area_c.active .likeBtn {
    animation: pounding .5s linear infinite alternate;
}
.PicDiaryBox .like_area_c.active .likeBtn:before, .PicDiaryBox .like_area_c.active .likeBtn:after {
    background: #f88dc8;
    border-radius: 50px 50px 0 0;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
}
.PicDiaryBox .like_area_c.active .likeBtn:after {
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
}

.PicDiaryBox .like_area_c {
    bottom: 0px;
    right: 0px;
}
.PicDiaryBox .like_area_c .likeBtn:before,.PicDiaryBox .like_area_c .likeBtn:after {
    position: absolute;
    content: "";
    left: 15px;
    top: 0;
    width: 15px;
    height: 30px;
    background: #ffffffff;
    border-radius: 50px 50px 0 0;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
}
.PicDiaryBox .like_area_c .likeBtn {
    position: absolute;
    width: 30px;
    height: 25px;
    right: 4px;
    margin-top: -10px;
    margin-left: -8px;
    top: 0;
    bottom: 0;
}
.PicDiaryBox .like_area_c .likeBtn:after {
    left: 0px;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
}
.PicDiaryBox .like_area_c .likeBtn:before, .PicDiaryBox .like_area_c .likeBtn:after {
    width: 15px;
    height: 30px;
}
.PicDiaryBox.likesys p.likeBtncnt {
    font-size: 0.7em;
    position: absolute;
    color: #333333;
	bottom: 5px;
    right: 11px;
}
p.likeBtncnt {
    font-size: 0.7em;
    position: absolute;
    color: #333333;
    bottom: 5px;
    right: 11px;
    z-index: 110;
}
.like_area_c.active span {
    color: #ffffff;
    font-weight: bold;
}
.diaryMainArea div.btnGoodArea {
/*    display: none;*/
}
.diaryMainArea .diaryMainContents p img {
    width: 100%;
}
.diaryMainArea {
    padding: 4% 0;
}

.diaryMainArea .diaryMainContents .img_like img {
    width: 100%;
}
.diaryMainArea .diaryMainContents .img_like {
    position: relative;
}
/* G-stagram */

/* 2020.7.8 */
div#totalPoints1.n_reviewbox {
    width: 100%;
    padding: 10px 0 0;
    font-size: 14px;
    /*margin: 15px 0 0;*/
    border-radius: 15px;
}
.slick-slide img {
    display: block;
}
.n_reviewbox ul.cunter li.n_link {
    border: none;
    font-size: 0.9em;
    justify-content: flex-end;
}
.n_reviewbox ul.cunter li.n_link a {
    text-decoration: none;
    color: #595959;
}
.girls_MessageArea.n_reviewmsg {
    padding: 0;
}
/* 2020.7.8 */

li.pic_1-15 .imgBox a,.girls_Results_main .girls_Results .results_gridView li.resultsBox .imgBox a {
    padding: 0% 0 0 0;
}

/* 2023.2.6 */

.btnOn01 a {
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #595959;
    background-color: #fff !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: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #595959;
}

.btnOff a {
	display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-decoration: none;
    background-color: #7e7d7c !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: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #ddd;
}

.diaryMainArea_pager.tka div.back span {
    background-image: url(../images/arr_prev.png);
    color: #ffffff;
}
.diaryMainArea_pager.tka div.next a span{
    background-image: url(../images/arr_next.png);
    color: #ffffff;
}
.back.btnPN.btnGray.btnPrev a {
    display: inline-block!important;
    width: auto;
    padding: 6px 8px;
}
.diaryMainArea_pager {
    display: flex;
    width: 100%;
    padding: 0 10px 6% 10px;
    justify-content: center;
}
.diaryMainArea_pager div.back {
    display: block;
    width: 40%;
    text-align: left;
    vertical-align: middle;
    margin: 0 10px;
}
.diaryMainArea_pager div.next {
    display: block;
    width: 40%;
    text-align: right;
    vertical-align: middle;
    margin: 0 10px;
}
.diaryMainArea_pager div a {
    color: #ffffff;
    background: #7e7d7c;
    padding: 6px 8px;
    border-radius: 5px;
	display: inline-block!important;
    text-decoration: none;
}
.diaryMainArea_pager div.next a {
    width: auto;
}
.diaryMainArea_pager div.back a {
    display: inline-block!important;
    width: auto;
}
li.slideBox div.iconBox01 {
    width: 66%;
    position: absolute;
    left: 0;
}
li.slideBox div.iconBox01 span.todayWork {
    width: 90%;
    padding: 6%;
}