/* commonTitleBar01 */
h2.commonTitleBar01 {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	background-image: linear-gradient(to right, #568e60 0%, #3a4237 100%);
	padding: 12px 10px;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: -.04em;
	position: relative;
	text-align: center;
	/*font-size: 12px;
	background-color: #6fd1f2;
	padding: 8px 10px 8px 10px;
	line-height: 1;
	border-radius: 10px;*/
}
h3.commonTitleBar01 {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	background-image: linear-gradient(to right, #6fb97d 0%, #568e60 100%);
	padding: 8px 10px;
	line-height: 20px;
	font-size: 16px;
	letter-spacing: -.04em;
	position: relative;
	/*font-size: 12px;
	line-height: 1;
	padding: 8px 10px 8px 10px;
	background-color: #6fd1f2;
	border-radius: 10px;*/
}
.commonTitleBar01 ::before {
	height: 1px;
    margin: auto;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 2px;
    width: 100%;
    display: block;
    content: "　";
}

/* commonTitleBar02 */
.commonTitleBar02 {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	padding: 8px 10px 8px 10px;
	background-color: #6fd1f2;
	border-radius: 10px;
}

/* commonTitleBar03 */
/*.commonTitleBar03 {
	display: table;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;*/
	/*padding: 8px 5px 8px 10px;*/
	/*background-color: #6fd1f2;
	background-size: 12px 19px;
	position: relative;
	border-radius: 10px;
}*/

.commonTitleBar03 {
    width: 90%;
    margin: 0 auto;
    border-radius: 0;
    padding: 0px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

/*.commonTitleBar03 span {
	display: table-cell;
	width: 50%;
	padding: 5px 0 5px 10px;
}*/

.commonTitleBar03 span {
	display: table-cell;
	width: 30%;
    padding: 5px 0 5px 0px;
    text-align: center;
}

/* commonTitleBar04 */
.commonTitleBar04 {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background-color: #6fd1f2;
	padding: 8px 10px 8px 10px;
	border-radius: 10px;
}
.commonTitleBar04 a {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}


/* commonTitleBar05 女の子検索 */
.commonTitleBar05 {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 8px 10px 8px 40px;
	background: url(../images/icon_girls_search.png) no-repeat 12px 50% #ec2365;
	background-size: 15px 20px;
	border-radius: 10px;
}

/* commonTitleBar06 店舗検索 */
.commonTitleBar06 {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 8px 10px 8px 40px;
	background: url(../images/icon_store.png) no-repeat 10px 50% #ec2365;
	background-size: 19px 20px;
	border-radius: 10px;
}

/* commonTitleBar07 はじめての方へ */
.commonTitleBar07 {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 8px 10px 8px 40px;
	background: url(../images/icon_first.png) no-repeat 15px 50% #6fd1f2;
	background-size: 13px 20px;
	border-radius: 10px;
}

/* commonTitleBar08 お得な会員情報 */
.commonTitleBar08 {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 8px 10px 8px 40px;
	background: url(../images/icon_otoku.png) no-repeat 15px 50% #6fd1f2;
	background-size: 12px 20px;
	border-radius: 10px;
}

/* commonTitleBar09 グラビア */
.commonTitleBar09 {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 8px 10px 8px 40px;
	background: url(../images/icon_girls_search.png) no-repeat 12px 50% #6fd1f2;
	background-size: 15px 20px;
	border-radius: 10px;
}

/* commonTitleBar10 ランキング */
.commonTitleBar10 {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	background-image: linear-gradient(to right, #568e60 0%, #3a4237 100%);
	padding: 12px 10px;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: -.04em;
	position: relative;
	/*font-size: 12px;
	background: url(../images/icon_crown.png) no-repeat 10px 50% #6fd1f2;
	padding: 8px 10px 8px 10px;
	line-height: 1;
	border-radius: 10px;*/
}
.commonTitleBar10 ::before {
	height: 1px;
    margin: auto;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 2px;
    width: 100%;
    display: block;
    content: "　";
}


/* commonTitleBar11 イベント */
.commonTitleBar11 {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 8px 10px 8px 40px;
	background: url(../images/icon_news.png) no-repeat 10px 50% #faa7c1;
	background-size: 16px 20px;
	border-radius: 10px;
}

/* commonTitleBar12 リアル写メ日記 */
.commonTitleBar12 {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 8px 10px 8px 40px;
	background: url(../images/icon_real_diary.png) no-repeat 10px 50% #6fd1f2;
	background-size: 26px 20px;
	margin-bottom:10px;
	border-radius: 10px;
}
.commonTitleBar12 span {
	color: #fa1d61;
}

/* commonTitleBar13 グローアップとは */
.commonTitleBar13 {
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	padding: 12px 10px 12px 40px;
	background: url(../images/icon_about_gu.png) no-repeat 10px 50% #faa7c1;
	background-size: 26px 20px;
	/*border-radius: 10px;*/
	line-height: 30px;
    letter-spacing: -.04em;
    position: relative;
}
.commonTitleBar13 ::before {
	height: 1px;
    margin: auto;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 2px;
    width: 100%;
    display: block;
    content: "　";
}

.commonTitleBar12 span {
	color: #fa1d61;
}

/* commonTitleBar99 */
.commonTitleBar99 {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 8px 10px 8px 10px;
	background-color: #ff5050;
}






/* 店舗 */
/*------------------------------------------------------------------------------*/
/* 好みの女の子を探す */
.gu_acd h2.blueGradient {
	background-image: none!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e0f8ff), color-stop(0.00, #f8fcff))!important;
	background: -webkit-linear-gradient(#f8fcff, #e0f8ff)!important;
	background: -moz-linear-gradient(#f8fcff, #e0f8ff)!important;
	background: -o-linear-gradient(#f8fcff, #e0f8ff)!important;
	background: -ms-linear-gradient(#f8fcff, #e0f8ff)!important;
	background: linear-gradient(#f8fcff, #e0f8ff)!important;
	padding: 0;
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
	position: relative;
	z-index: 10;
	padding: 0 10px 0 0;
}
.gu_acd h2.blueGradient span {
	display: block;
	font-size: 12px;
	color: #42c5f0;
	padding: 4% 0 4% 10px;
	background: url(../images/store_acd_arr02.png) no-repeat center right;
	background-size: 14px 9px;
}
.gu_acd dt.active h2.blueGradient span {
	background: url(../images/store_acd_arr01.png) no-repeat center right;
	background-size: 14px 9px;
}



#sortSelectBox {
	display: table-cell;
	/*width: 50%;*/
	width: 70%;
	text-align: right;
	/*padding: 5px 0 5px 0;*/
	padding: 0;
}
#sortSelectBox select {
	background: url(../images/arr_sort.png) no-repeat 98% 50% /5%;
    border-radius: 0;
    padding: 10px 0 10px 15px;

	display: inline-block;
	width: 100%;
	/*color: #666;
	overflow: hidden;*/
	outline: none;
	border: none;
	/*background: url(../images/arr_sort.png) no-repeat 98% 50% rgba(255,255,255,0.4);
	background-size: 12px 20px;*/
	margin: 0;
	/*padding: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 10px;*/
}



.mb30 {
	margin: 0 0 30px 0;
}
.mb90 {
	margin: 0 0 90px 0;
}


