/* 店舗ページヘッダー */
.shop_header #shop_h1 {
	display: block;
	width: 100%;
	height: auto;
	color: #666;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	text-indent: 5px;
	padding: 5px 0 3px 0;
	margin: 0 0 3px 0;
	background-color: #e8e8e8;
	word-break: break-all;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.shop_header {
	display: block;
	width: 100%;
	height: auto;
}
.shop_header .user_data_area {
	margin-bottom: 5px;
	padding: 3px 0;
	border-top: 8px solid #ff9c00;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	background-color: #e8e8e8;
}
.shop_header .shop_header_inner {
	display: block;
	padding: 4px 5px 3px 5px;
	border-bottom: 3px solid #e8e8e8;
}
.shop_header a.shop_header_logo {
	display: block;
	width: 106px;
	height: 20px;
	float: left;
}
.shop_header a.shop_header_logo img {
	width: 106px;
	height: auto;
}
.shop_header .menu_min {
	display: block;
	width: 70px;
	height: 20px;
	background-color: #FF8E01;
	border-radius: 3px;
	float: right;
}
.shop_header .menu_min img {
	width: 21px;
	margin-top: 2px;
}
.shop_header .menu_min span {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	line-height: 21px;
}
.shop_header .btn_hdr_min {
	display: block;
	width: 70px;
	height: 20px;
	text-align: center;
	background-color: #FF8E01;
	border-radius: 3px;
	margin: 0 5px 0 0;
	float: right;
}
.shop_header .btn_hdr_min span {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	line-height: 21px;
}

.pointCampianTargetShop {
	background-color: #3ba42d;
	text-align: center;
	margin-bottom: 10px;
}

.pointCampianTargetShop a {
	display: block;
}

.pointCampianTargetShop img {
	width: 353px;
}

.shop_cap_btn {
	position:absolute;
	top:0;
	right:10px;
}
.shop_cap_btn img {
	width: 34px;
	height: auto;
}
.shop_cap_cont {
	display: block;
	width: 93%;
	height: auto;
	background-color: #fffae7;
	border: 2px solid #d4d0b7;
	position: absolute;
	top: 25px;
	right: 10px;
	z-index: 10;
}
.shop_cap_cont span {
	display: block;
	color: #706c53;
	font-size: 12px;
	line-height: 1.75;
	text-align: left;
	padding: 10px;
}

.shop_ttl {
	display: block;
	width: 100%;
	height: auto;
	word-break: break-all;
	background: #ff7300;
	background: -webkit-gradient(linear,left bottom, left top,
 	to(#ffca80),
	color-stop(0.5,#ff9100),
	color-stop(0.49,#ff7300),
	color-stop(0.03,#fe8a0f),
	color-stop(0.02,#ffb160),
	color-stop(0.01,#ffb160),
	from(#fc8312)) ;
	background: -moz-linear-gradient(
	top,
	#FFCA80 0%,
	#FF9100 50%,
	#FF7300 51%,
	#FE8A0F 98%,
	#FFB160 99%
	);
	background: -o-linear-gradient(
	top,
	#FFCA80 0%,
	#FF9100 50%,
	#FF7300 51%,
	#FE8A0F 98%,
	#FFB160 99%
	);
	background: -ms-linear-gradient(
	top,
	#FFCA80 0%,
	#FF9100 50%,
	#FF7300 51%,
	#FE8A0F 98%,
	#FFB160 99%
	);
	margin: -10px 0 15px 0;
}
.shop_ttl.point_mark_adjust {
	margin: -5px 0 15px;
}
.shop_ttl .shop_ttl_txt {
	font-size: 16px;
	color: #FFF;
	letter-spacing: 0.1em;
	text-shadow: 0 -1px 1px #F60;
	padding: 5px 0;
	margin: 0 5px;
}

/*ショップリスト*/
.shp_lst{
	border: 1px solid #CCC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.shp_lst .title{
	color: white;
	font-weight: bold;
	padding: 10px 10px;
	overflow: hidden;
	background:#F90;
	border: 3px solid #FFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.shp_lst li{
	border-bottom: 1px solid #DDD;
	list-style: none;
	text-overflow: ellipsis;
}
.shp_lst li:last-child{
	border-bottom: 0;
}
.shp_lst li a{
	display:block;
	padding:10px;
}
.shp_lst li a img{
	width:20px;
	height:20px;
	padding-right:5px;
}
.shp_lst span{
}



/* メニューボタン */
.utility_adjust_menu {
	margin-right: -6px;
}
.utility_adjust_menu-item {
	display: inline-block;
	margin: 0 6px 10px 0;
}
.menu_button,
.menu_button_pink,
.menu_button_orange {
	border-radius: 4px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.menu_button a , .menu_button_pink a , .menu_button_orange a {
	display: block;
	width: 94px;
	height: 30px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-indent: 2px;
	text-align: center;
	line-height: 30px;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #FFF/*シャドウ色*/;
}
.menu_button .nolink {
	display: block;
	width: 94px;
	height: 30px;
	color: #CCC;
	font-size: 12px;
	font-weight: bold;
	text-indent: 2px;
	text-align: center;
	line-height: 30px;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #FFF/*シャドウ色*/;
}

.menu_button_pink , .menu_button_orange {
	border-top: 1px solid #F60;
	border-right: 1px solid #F90;
	border-left: 1px solid #F60;
	border-bottom: 1px solid #F90;
}
.menu_button_pink a , .menu_button_orange a {
	color: #FFF;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #F60/*シャドウ色*/;
}

.menu_button_02,.menu_button_02s {
	border-radius: 4px;
	border-top: 1px solid #F60;
	border-right: 1px solid #F90;
	border-left: 1px solid #F60;
	border-bottom: 1px solid #F90;
}

.menu_button_02g {
	border-radius: 4px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
}

.menu_button_02 a {
	display: block;
	width: 140px;
	height: 40px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-indent: 2px;
	text-align: center;
	line-height: 40px;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #F60/*シャドウ色*/;
}

.menu_button_02s a {
	display: block;
	width: 140px;
	height: 40px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-indent: 2px;
	text-align: center;
	line-height: 40px;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #F60/*シャドウ色*/;
}
.menu_button_02g .nolink {
	display: block;
	width: 140px;
	height: 40px;
	color: #ccc;
	font-size: 11px;
	font-weight: bold;
	text-indent: 2px;
	text-align: center;
	line-height: 40px;
	text-shadow: 1px /*x方向ずれ*/ 1px /*y方向ずれ*/ 1px /*シャドウ範囲*/ #FFF /*シャドウ色*/;
}
.menu_button_03 {
	border-radius: 4px;
	border-top: 1px solid #F60;
	border-right: 1px solid #F90;
	border-left: 1px solid #F60;
	border-bottom: 1px solid #F90;
}
.menu_button_03_gray {
	border-radius: 4px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.menu_button_03 a {
	display: block;
	width: 145px;
	height: 40px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-indent: 2px;
	text-align: center;
	line-height: 40px;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #F60/*シャドウ色*/;
}
.menu_button_03_gray a {
	display: block;
	width: 145px;
	height: 40px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-indent: 2px;
	text-align: center;
	line-height: 40px;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #FFF/*シャドウ色*/;
}
.menu_button_03_gray .nolink {
	display: block;
	width: 145px;
	height: 40px;
	color: #CCC;
	font-size: 12px;
	font-weight: bold;
	text-indent: 2px;
	text-align: center;
	line-height: 40px;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #FFF/*シャドウ色*/;
}

/* 2015_11_06 追加開始 */
.menu_button_sld {
	display: block;
	width: 100%;
	height: 36px;
	color: #F60;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	background-color: #FFF;
}
.menu_button_sld .menu_button_sld_inner {
	margin: 0 10px;
}
.menu_button_sld.close .menu_button_sld_inner {
    background-image: url(../images/common/info-open_30_30.png);
	background-size: 20px 20px;
	background-position: center right;
	background-repeat: no-repeat;
}
.menu_button_sld.open .menu_button_sld_inner {
    background-image: url(../images/common/info-close_30_30.png);
	background-size: 20px 20px;
	background-position: center right;
	background-repeat: no-repeat;
}
.menu_button_sld_list {
	display: blockl;
	width: 100%;
	height: auto;
	text-align: left;
	background-color: #FFF;
	margin: -3px 0 0 0;
}
.menu_button_sld_list a.sldlist_frm {
	display: block;
	color: #F60;
	line-height: 1.2;
	border-bottom: 1px dotted #CCC;
	padding: 10px 30px 10px 10px;
    background-image: url(../images/common/arrow_circle.png);
	background-size: 35px 29px;
	background-repeat: no-repeat;
	background-position: right;
}
.menu_button_sld_list a.sldlist_frm:nth-child(odd) {
	background-color: #FFFFEE;
}
.menu_button_sld_list a.sldlist_frm:last-child {
	border: none;
}
/* 2015_11_06 追加終了 */


/* ショップデータ */
dl.shopdata {
	display: block;
	width: 100%;
	height: auto;
}
dl.shopdata dt {
	color: #FFF;
	font-weight: bold;
	background-color: #F90;
	padding: 10px 10px;
	border: 3px solid #FFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
dl.shopdata dd {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0 7px 0;
	border-bottom: 1px solid #CCC;
	clear: both;
}
dl.shopdata dd .img_min {
	padding: 0 3px 3px 3px;
}

dl.shopdata dd:last-child {
	border-bottom: none;
}


.shop_logo {
	max-width: 100%;
	margin-top: -10px;
}

.tel_button {
	display: block;
	width: 156px;
	height: 30px;
	line-height: 32px;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #FFF/*シャドウ色*/;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	border: 1px solid #FFF;
}

.tel_button img, .tel_button_240 img {
	width: 18px;
	height: 18px;
	padding: 6px 5px;
}
.tel_button_240 {
	display: block;
	width: 240px;
	height: 30px;
	line-height: 32px;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #FFF/*シャドウ色*/;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	border: 1px solid #FFF;
}


.mn_button {
	display: block;
	width: 75px;
	height: 30px;
	line-height: 32px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	border: 1px solid #FFF;
	margin-right: 3px;
	position:relative;
}
.menu_button img {
}


.shopdata_02 {
	font-size: 12px;
}
.shopdata_02 .sd_title {
	display: block;
	width: 25%;
	height: auto;
	float: left;
}
.shopdata_02 .sd_title .sd_title_inner {
	display: block;
	width: 60px;
	height: auto;
	color: #FFF;
	text-align: center;
	background-color: #999;
	padding: 2px 0;
	margin: 0 5px;
}
.shopdata_02 .sd_naiyou {
	display: block;
	width: 73%;
	height: auto;
	float: left;
}
.shopdata_02 .sd_naiyou .sd_naiyou_inner {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 5px;
}
.shopdata_02 .sd_naiyou .sd_naiyou_inner li {
	display: inline-block;
	line-height: 1.5;
}
.shopdata_02 a {
	display:block;
	padding:0px 0px;
	font-size:12px;
	text-decoration:none;
	line-height: 1.5em;
}
.shopdata_02 a .sd_title .sd_title_inner {
	display: block;
	width: 60px;
	height: auto;
	color: #FFF;
	text-align: center;
	background-color: #999;
	padding: 2px 0;
	margin: 0 5px;
}
.shopdata_02 a .sd_naiyou {
	background-image: url("../images/common/arrow.gif");
	background-position:right center;
	background-repeat:no-repeat;
}
.shopdata_02 a .sd_naiyou .sd_naiyou_inner {
	display: block;
	width: 90%;
	height: auto;
}


/* 求人ページ */
.recruit_waku {
	display: block;
	width:100%;
	height: auto;
	border: 1px solid #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-o-box-sizing: border-box;
}
.recruit_waku .recruit_waku_left {
	display: block;
	width: 20%;
	height: auto;
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
	background-color: #e8e8e8;
	margin-bottom: 3px;
	float: left;
}
.recruit_waku .recruit_waku_right {
	display: block;
	width: 80%;
	height: auto;
	font-size: 12px;
	padding: 5px 0;
	float: left;
}



/* 女の子ページ */
ul.girl_data {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1.2;
	word-break: break-all;
}
ul.girl_data li {
	display: block;
	width: 100%;
	height: auto;
	word-break: break-all;
	padding: 5px 0 3px 0;
}
ul.girl_data li.girl_work {
	display: block;
	width: 100%;
	height: auto;
	word-break: break-all;
	padding: 13px 0 7px 0;

}
ul.girl_data li.girl_work span {
	padding: 3px 5px;
}

ul.girl_data_02 {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1.1;
	word-break: break-all;
}
ul.girl_data_02 li {
	display: block;
	width: 100%;
	height: auto;
	word-break: break-all;
	padding: 3px 0 3px 0;
}
ul.girl_data_02 li.girl_work {
	display: block;
	width: 100%;
	height: auto;
	word-break: break-all;
	padding: 10px 0 8px 0;

}
ul.girl_data_02 li.girl_work span {
	padding: 3px 5px;
}

/* メニュー表示ボタン */
.nav{
	width:75px;
	height:30px;
	margin:0;
	padding:0;
}
.nav ul{
	width:75px;
	height:30px;
	clear:both;
	display:block;
	margin:0 auto;
	text-align:center;
	list-style:none;
}
.nav ul li.on{
}
.nav ul li{
	width:75px;
	height:30px;
}
.nav ul li a{
	display:block;
	width:75px;
	height:30px;
	background: no-repeat center top;
	}
.nav li.search a {
	background-image:url(../images/common/nav_search.png);
	background-size: 75px 30px;
	-webkit-background-size: 75px 30px;
	-moz-background-size: 75px 30px;
	-o-background-size: 75px 30px;
	-ms-background-size: 75px 30px;
}
.nav li.search-up a {
	background-image:url(../images/common/nav_search_up.png);
	background-size: 75px 30px;
	-webkit-background-size: 75px 30px;
	-moz-background-size: 75px 30px;
	-o-background-size: 75px 30px;
	-ms-background-size: 75px 30px;
}
.nav li.floar a {
	background-image:url(../images/common/nav_bottom_up.png);
	background-size: 75px 30px;
	-webkit-background-size: 75px 30px;
	-moz-background-size: 75px 30px;
	-o-background-size: 75px 30px;
	-ms-background-size: 75px 30px;
}
.nav li.floar-up a {
	background-image:url(../images/common/nav_bottom.png);
	background-size: 75px 30px;
	-webkit-background-size: 75px 30px;
	-moz-background-size: 75px 30px;
	-o-background-size: 75px 30px;
	-ms-background-size: 75px 30px;
}
.bx-navpopup{
	width: 295px;
	position:absolute;
	top: 35px;
	left: -33px;
	z-index:1;
	border:5px solid #F06;
	background-color: #F06;
	box-shadow: rgba(0,0,0,.3) 1px 1px 5px;
}
.bx-navpopup ul li{
	margin-bottom: 5px;
}
.bx-navpopup .utility_adjust_menu {
	margin-right: -3px;
	text-align: left;
}
.bx-navpopup .utility_adjust_menu-item {
	display: inline-block;
	margin: 0 3px 5px 0;
	text-align: center;
}

.bx-navpopup li a{
	display: block;
}
.bx-navpopup_bottom{
	width: 295px;
	position:absolute;
	top: 35px;
	left: -33px;
	z-index:1;
	border:5px solid #F06;
	background-color: #F06;
	box-shadow: rgba(0,0,0,.3) 1px 1px 5px;
}
.bx-navpopup_bottom ul{
	width: 100%;
	height: auto;
	margin-top: 5px;
}
.bx-navpopup_bottom ul li{
	margin-bottom: 5px;
}
.bx-navpopup_bottom li a{
	display: block;
}



/* マイリストボタン */
.mylist_etc {
	display: block;
	height: 30px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.mylist_etc span {
	display:block;
	width:100%;
	height: 30px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 2.2em;
	text-shadow: 1px 1px 1px #FFFFFF;
}


.girl_menu_nonact {
	display: block;
	width: 70px;
	height: auto;
	color: #ff3a56;
	font-size: 12px;
	text-align: center;
	line-height: 2.2em;
	border-top: 1px solid #ff3a56;
	border-left: 1px solid #ff3a56;
	border-right: 1px solid #ff3a56;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0 2px;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.girl_menu_act {
	display: block;
	width: 70px;
	height: auto;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 2.2em;
	background-color: #ff3a56;
	border-top: 1px solid #ff3a56;
	border-left: 1px solid #ff3a56;
	border-right: 1px solid #ff3a56;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 0 0 5px 0;
	margin: 0 2px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-o-box-sizing: border-box;
}
.girl_menu_none {
	display: block;
	width: 70px;
	height: auto;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 2.2em;
	background-color: #DDD;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0 2px;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

/* 女の子プロフページ投稿動画サムネール */
a.totoko_waku {
	display: block;
	width:100%;
	height: auto;
}
a.totoko_waku .totoko_waku_left {
	display: block;
	width: 30%;
	height: auto;
	float: left;
}
a.totoko_waku .totoko_waku_left .list_img_80px_toko {
	display: block;
}
a.totoko_waku .totoko_waku_left .list_img_80px_toko .toko_thum_inner {
	display:block;
	width:80px;
	height: 60px;
	text-align:center;
	background-color:#000;
}
a.totoko_waku .totoko_waku_left .list_img_80px_toko .toko_thum_inner img {
	max-width: 80px;
	max-height: 60px;
}

a.totoko_waku .totoko_waku_middle {
	display: block;
	width: 55%;
	height: auto;
	font-size: 12px;
	float: left;
}
a.totoko_waku .totoko_waku_middle .toko_ttl {
	display: block;
	width: 60px;
	height: auto;
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 5px;
	background-color: #FFDDFF;
}
a.totoko_waku .totoko_waku_right {
	display: block;
	width: 15%;
	min-height: 18px;
	font-size: 12px;
	padding: 5px 0;
	float: left;
	background-position:right center;
	background-repeat:no-repeat;
	background-image: url("../images/common/arrow.gif");
}


/* 女の子ページアンカー */
#girl_anchor {
	padding-top: 30px;
	margin-top: -30px;
}

/* 女の子グローバルナビ */

/* スライド式に変更する際必要 */
/*
#girl_navi {
	position: relative;
}
#girl_navi img.icon_slide {
	width: 40px;
	position: absolute;
	top: 4px;
	right: -3px;
}
#girl_navi_inner {
	width: 100%;
	overflow: auto;
}
*/
/* //スライド式に変更する際必要 */

.g_glbl_nv {
	display: block;

	/* スライド式に変更する際必要 */
	/*
	width: 24%;
	*/
	/* //スライド式に変更する際必要 */

	/* 2016_05_06 修正 */ /* 25%⇒20% */
	width: 20%;
	/* //2016_05_06 修正 */

	height: auto;
	word-break: break-all;
	text-align: center;
	border-right: 2px solid #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.g_glbl_nv img {

	/* スライド式に変更する際必要 */
	/*
	width: 65px;
	*/
	/* //スライド式に変更する際必要 */

	/* 2016_05_06 修正 */ /* 72px⇒55px */
	width: 55px;
	/* //2016_05_06 修正 */

	padding: 5px 0;
}

/* タイトル */
.girl_ttl {
	display: block;
	width: 100%;
	height: auto;
	word-break: break-all;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	background-color: #ff99cc;
	margin-bottom: 5px;
	position: relative;
}
.girl_ttl img.ttl_totop {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.girl_ttl .girl_ttl_link {
	display: block;
	width: 80px;
	height: auto;
	font-size: 12px;
	text-align: center;
	padding: 7px 0;
	background-color: #FFF;
	border-radius: 3px;
	position: absolute;
	top: 5px;
	right: 5px;
}

/* 女の子プロフィール背景 */
.prof_back {
	background-image: url(../shop/img/bg_grad_w.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.prof_back_02 {
	background-image: url(../shop/img/bg_grad_w_02.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* 女の子プロフィール画像 */
.prof_top_img {
	width: auto;
	position: relative;
}
.prof_top_img img {
	display: block;
	width: 100%;
	height: auto;
	word-break: break-all;
	border: 1px solid #FFF;
	margin-bottom: 5px;
}
.prof_top_img .more_img {
	display: block;
	width: 85%;
	color: #FFF;
	text-align: center;
	padding: 3px;
	background-color: #F69;
	opacity: 0.75;
	border: 1px solid #FFF;
	position: absolute;
	bottom: 5px;
	left: 6px;
}

ul.prof_img {
	display: block;
	width: 100%;
	height: auto;

}
ul.prof_img li {
	display: block;
	width: 64px;
	height: 64px;
	overflow: hidden;
	border: 2px solid #ffe6ff;
	margin: 0 3px 6px 3px;
	float: left;
}
ul.prof_img li.prof_nintei {
	border: 2px solid #ffff00;
	position: relative;
}
ul.prof_img li img {
	width: 100%;
	height: auto;
}
ul.prof_img li img.nintei_mark {
	width: 40px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

/* 女の子プロフィール項目 */
.prof_koumoku {
	padding: 1px 1px 0 1px;
}
.prof_koumoku .prof_koumoku_inner {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-flexbox;
	/* 2015_05_26 削除 開始 */
	/*
	display: flex;
	*/
	/* 2015_05_26 削除 開始 */
	word-break: break-all;
	border-bottom: 1px solid #ffe6ff;
}
.prof_koumoku .prof_koumoku_inner .prof_koumoku_ttl {
	display: block;
	width: 80px;
	height: auto;
	word-break: break-all;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	background-color: #ff99cc;
}
.prof_koumoku .prof_koumoku_inner .prof_koumoku_cont {
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	-ms-box-flex: 1;
	height: auto;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	background-color: #FFF;
}

/* ブログ画像一覧 */
ul.box_blogphoto {
	display: block;
	width: 100%;
	height: auto;
}
ul.box_blogphoto li {
	display: block;
	width: 92px;
	height: 128px;
	overflow: hidden;
	margin: 0 3px 10px;
}
ul.box_blogphoto li img {
	width: 95px;
	height: auto;
}

/* コメント入力 */
#comment_name {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 5px;
	background: white;
	padding: 2px 0;
	margin: 0 0 10px 0;
	box-shadow: inset 1px 2px 3px #CCC;
	border: 1px solid #CCC;
}

#comment_comment {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	display: block;
	width: 100%;
	height: 80px;
	line-height: 15px;
	text-indent: 5px;
	background: white;
	padding: 2px 0;
	margin: 0 0 0 0;
	box-shadow: inset 1px 2px 3px #CCC;
	border: 1px solid #CCC;
}

#comment_code {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 5px;
	background: white;
	padding: 2px 0;
	margin: 0 0 10px 0;
	box-shadow: inset 1px 2px 3px #CCC;
	border: 1px solid #CCC;
}

#comment_sign {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 5px;
	background: white;
	padding: 2px 0;
	margin: 0 0 10px 0;
	box-shadow: inset 1px 2px 3px #CCC;
	border: 1px solid #CCC;
}

/* ピックアップニュース一覧 */
ul.punews_frm {
	display: block;
	margin: -10px 5px -5px 5px;
}
ul.punews_frm li {
	display: table;
	width: 100%;
	height: auto;
	border-bottom: 1px dotted #CCC;
	background-image: url(../images/common/arrow_circle.png);
	background-size: 35px 29px;
	background-repeat: no-repeat;
	background-position: right;
}
ul.punews_frm li:nth-child(odd) {
	background-color: #FFFFEE;
}
ul.punews_frm li:last-child {
	border-bottom: none;
}
ul.punews_frm li a {
	display: block;
	width: 100%;
	height: auto;
	color: #333;
	padding: 10px 0;
}

.punews_img {
	display: table-cell;
	width: 60px;
	height: auto;
}
.punews_img span {
	display: block;
	width: 60px;
	max-height: 60px;
	overflow: hidden;
}
.punews_img img {
	width: 100%;
	height: auto;
}
.punews_cont {
	display: table-cell;
	padding-left: 5px;
	padding-right: 40px;
}
.punews_cont .punews_name{
	display: block;
	width: 100%;
	height: auto;
	color: #FF6600;
	font-size: 14px;
	line-height: 1.3;
}

/* ピックアップニュース1件表示 */
.punews_top_frm {
	display: block;
	overflow: hidden;
	max-width: 100%;
	max-height: 350px;
	margin: 0 10px;
	word-break: break-all;
}
.punews_top_frm table {
	max-width: 100%;
	width: auto;
}
.punews_top_frm img {
	max-width: 100%;
	width: auto;
}

/* ピックアップニュース詳細ページ */
.pinews_sld {
	display: block;
	width: 100%;
	height: 36px;
	color: #F60;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	background-color: #FFFFEE;
	margin: 0 0 15px 0;
}
.pinews_sld .pinews_sld_inner {
	margin: 0 10px;
}
.pinews_sld.close .pinews_sld_inner {
	background-image: url(../images/common/info-open_30_30.png);
	background-size: 20px 20px;
	background-position: center right;
	background-repeat: no-repeat;
}
.pinews_sld.open .pinews_sld_inner {
	background-image: url(../images/common/info-close_30_30.png);
	background-size: 20px 20px;
	background-position: center right;
	background-repeat: no-repeat;
}
.pinews_sld_list {
	display: blockl;
	width: 100%;
	height: auto;
	text-align: left;
	background-color: #FFF;
	margin: -3px 0 15px 0;
}
.pinews_sld_list a.sldlist_frm {
	display: block;
	color: #F60;
	line-height: 1.2;
	border-bottom: 1px dotted #CCC;
	padding: 10px 30px 10px 10px;
	background-image: url(../images/common/arrow_circle.png);
	background-size: 35px 29px;
	background-repeat: no-repeat;
	background-position: right;
}
.pinews_sld_list a.sldlist_frm:nth-child(odd) {
	background-color: #FFFFEE;
}
.pinews_sld_list a.sldlist_frm:last-child {
	border: none;
}

.punews_mainfrm {
	display: block;
	margin: 0 10px;
	height: auto;
	/* 2016_08_26 追加 */
	line-height: 1.4;
	/* //2016_08_26 追加 */
	word-break: break-all;
	overflow: hidden;
}
.punews_mainfrm img {
	max-width: 100%;
}

div.punews_frm iframe {
    max-width: 100%;
}

/* 2016_05_06 追加 */
/* 口コミ・体験談 */
#rvw_btn_frm {
	width: 100%;
	height: 30px;
	margin: -5px 0 10px 0;
}
#rvw_btn_frm a.left_btn {
	width: auto;
	height: 22px;
	color: #666;
	border: 1px solid #F90;
	box-sizing: border-box;
	border-radius: 2px;
	background-color: #F90;
	margin: 0 1%;
	float: left;
}
#rvw_btn_frm a.left_btn img {
	display: inline-block;
	width: auto;
	height: 100%;
}

/* 2016_08_18 削除 */
/*
#rvw_btn_frm a.right_btn .right_btn_txt .right_btn_ttl {
	color: #0081FF;
}
*/
/* 2016_08_18 削除 */

#rvw_btn_frm a.right_btn {
	width: 50%;
	height: 22px;
	color: #666;
	border: 1px solid #0081FF;
	box-sizing: border-box;
	border-radius: 2px;
	background-image: url(../../images/common/right_min.gif);
	background-position: center right;
	background-size: 15px auto;
	background-repeat: no-repeat;
	margin: 0 1%;
	float: right;
}
#rvw_btn_frm a.right_btn img {
	display: inline-block;
	width: auto;
	height: 20px;
}
#rvw_btn_frm a.right_btn .right_btn_txt {
	display: inline-block;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-indent: 1px;
}
#rvw_btn_frm a.right_btn .right_btn_txt .right_btn_ttl {
	color: #0081FF;
}
#rvw_btn_frm a.right_btn .right_btn_txt .right_btn_number {
	color: #F00;
	margin-right: 3px;
}

.ico_rvw_b {
	width: 19px;
	margin-right: 5px;
}

#rvw_score {
	padding: 10px;
}
#rvw_score .rvw_str {
	width: 18px;
	margin-top: -2px;
}

/* 2016_06_23 追加 */
#rvw_btn_frm_muryo {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

#rvw_btn_frm_muryo a.rvw_btn {
	display: block;
	width: 80%;
	height: auto;
	color: #666;
	border: 1px solid #0081FF;
	box-sizing: border-box;
	border-radius: 3px;
	background-image: url(../images/common/right_min.gif);
	background-position: center right;
	background-size: 15px auto;
	background-repeat: no-repeat;
	margin: 0 auto;
}
#rvw_btn_frm_muryo a.rvw_btn img {
	display: inline-block;
	width: auto;
	height: 25px;
	padding: 5px;
}
#rvw_btn_frm_muryo a.rvw_btn .rvw_btn_txt {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	text-indent: 1px;
}
#rvw_btn_frm_muryo a.rvw_btn .rvw_btn_txt .rvw_btn_ttl {
	color: #0081FF;
}
#rvw_btn_frm_muryo a.rvw_btn .rvw_btn_txt .rvw_btn_number {
	color: #F00;
	margin-right: 3px;
}

/* 2016_08_18 追加 */
#rvw_btn_frm_muryo .rvw_btn_gy {
	display: block;
	width: 80%;
	height: auto;
	color: #CCC;
	border: 1px solid #CCC;
	box-sizing: border-box;
	border-radius: 3px;
	background-image: url(../images/common/right_min_gy.gif);
	background-position: center right;
	background-size: 15px auto;
	background-repeat: no-repeat;
	margin: 0 auto;
}
#rvw_btn_frm_muryo .rvw_btn_gy img {
	display: inline-block;
	width: auto;
	height: 25px;
	padding: 5px;
}
#rvw_btn_frm_muryo .rvw_btn_gy .rvw_btn_txt {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	text-indent: 1px;
}
#rvw_btn_frm_muryo .rvw_btn_gy .rvw_btn_txt .rvw_btn_ttl {
	color: #CCC;
}
/* //2016_08_18 追加 */


/* //2016_06_23 追加 */


/* 体験談一覧 */
ul#rvw_list {
	display: block;
}
ul#rvw_list li {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	position: relative;
	background-color: #e8e8e8;
}
ul#rvw_list li .li_inner {
	display: block;
	width: 100%;
	height: auto;
	padding: 5px 0;
}
ul#rvw_list li .rvw_photo {
	width: 45px;
	max-height: 70px;
	overflow: hidden;
	margin: 3px 5px 5px 5px;
	float: left;
}
ul#rvw_list li .rvw_photo img {
	width: 45px;
	height: auto;
	border: 1px solid #FFF;
	box-sizing: border-box;
}
ul#rvw_list li .rvw_dtl {
	width: 75%;
	height: auto;
	margin: 3px 0 5px 0;
	float: left;
}
ul#rvw_list li .rvw_dtl .rvw_date {
	width: 100%;
	height: auto;
	font-size: 10px;
	margin-bottom: 3px;
}
ul#rvw_list li .rvw_dtl .rvw_username {
	width: 100%;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 3px;
}
ul#rvw_list li .rvw_dtl .rvw_username a {
	color: #F60;
}
ul#rvw_list li .rvw_dtl .rvw_ctgr {
	width: 100%;
	height: auto;
	line-height: 1.3;
}
ul#rvw_list li .rvw_dtl .rvw_ctgr a {
	color: #F6D;
}

ul#rvw_list li .rvw_dtl .rvw_date_02 {
	width: 100%;
	height: auto;
	font-size: 12px;
	margin-bottom: 3px;
}
ul#rvw_list li .rvw_dtl .rvw_username_02 {
	width: 100%;
	height: auto;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 3px;
}
ul#rvw_list li .rvw_dtl .rvw_username_02 a {
	color: #F60;
}
ul#rvw_list li .rvw_dtl .rvw_ctgr_02 {
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 1.3;
}
ul#rvw_list li .rvw_dtl .rvw_ctgr_02 a {
	color: #F6D;
}

ul#rvw_list li .rvw_dtl_cont {
	width: 97%;
	height: auto;
	color: #333;
	background-color: #FFF;
	padding: 5px 0;
	margin: 0 1.5%;
	float: left;
}
ul#rvw_list li .rvw_dtl_cont .rvw_dtl_cont_inner {
	padding: 5px;
}
ul#rvw_list li .rvw_dtl_cont .rvw_star {
	height: 16px;
	margin-bottom: 10px;
}
ul#rvw_list li .rvw_dtl_cont .rvw_star .rvw_star_ttl {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	float: left;
}
ul#rvw_list li .rvw_dtl_cont .rvw_star img {
	width: 16px;
	height: auto;
	float: left;
}
ul#rvw_list li .rvw_dtl_cont .rvw_star span {
	display: block;
	color: #F00;
	font-size: 16px;
	line-height: 16px;
	/* 2016_08_22 修正 */
	margin: 0 5px;
	/* //2016_08_22 修正 */

	float: left;
}
ul#rvw_list li .rvw_dtl_cont .rvw_star_girl {
	height: 16px;
	margin-bottom: 10px;
}
ul#rvw_list li .rvw_dtl_cont .rvw_star_girl .rvw_star_ttl {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	float: left;
}
ul#rvw_list li .rvw_dtl_cont .rvw_star_girl img {
	width: 16px;
	height: auto;
	float: left;
}
ul#rvw_list li .rvw_dtl_cont .rvw_star_girl span {
	display: block;
	font-size: 16px;
	line-height: 16px;
	/* 2016_08_22 修正 */
	margin: 0 5px;
	/* //2016_08_22 修正 */
	float: left;
	color: #F06;
}

ul#rvw_list li .rvw_dtl_cont .rvw_txt {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
ul#rvw_list li .rvw_dtl_cont .rvw_txt .rvw_ttl {
	color: #F60;
	font-size: 17px;
	line-height: 1.4;
	margin-bottom: 5px;
}
ul#rvw_list li .rvw_dtl_cont .rvw_txt .rvw_ttl_detail {
	color: #F60;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}
ul#rvw_list li .rvw_dtl_cont .rvw_txt p.rvw_honbun {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1.4;
}
ul#rvw_list li .rvw_dtl_cont .rvw_txt p.rvw_honbun_detail {
	display: block;
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 1.6;
}
ul#rvw_list li .rvw_dtl_cont .rvw_iine {
	width: 100%;
	height: auto;
	font-size: 10px;
}
ul#rvw_list li .rvw_dtl_cont .reply {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
ul#rvw_list li .rvw_dtl_cont .reply .reply_ttl {
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 1.3;
	margin: 15px 0 10px 0;
}
ul#rvw_list li .rvw_dtl_cont .reply .reply_ttl img {
	width: 15px;
}
ul#rvw_list li .rvw_dtl_cont .reply .reply_inner {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
ul#rvw_list li .rvw_dtl_cont .reply .reply_inner .photo {
	overflow:hidden;
	vertical-align:bottom;
	margin:0 12px 0 0;
	float: left;
}
ul#rvw_list li .rvw_dtl_cont .reply .reply_inner .photo img {
	width:45px;
}
ul#rvw_list li .rvw_dtl_cont .reply .reply_inner .reply_txt {
	/* 2016_08_22 追加 */
	width: 79%;
	line-height: 1.4;
	/* //2016_08_22 追加 */
	float: left;
}
ul#rvw_list li .rvw_dtl_cont .reply .reply_inner .reply_txt .name_date {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
ul#rvw_list li .rvw_dtl_cont .reply .reply_inner .reply_txt .name_date span {
	color: #F60;
}
ul#rvw_list li .rvw_dtl_cont .reply .reply_inner .reply_txt .hukidasi {
	wdith: 100%;
	height: auto;
}
ul#rvw_list li .rvw_dtl_cont .reply .reply_inner .reply_txt .hukidasi img {
	width: 8px;
	height: auto;
	margin-top: 10px;
	float: left;
}
ul#rvw_list li .rvw_dtl_cont .reply .reply_inner .reply_txt .hukidasi .hukidasi_shop {
	width: 200px;
	height: auto;
	float: left;
	padding: 5px;
	background-color: #d3f3ff;
	border-radius: 5px;
}
ul#rvw_list li .rvw_dtl_cont .reply .reply_inner .reply_txt .hukidasi .hukidasi_shop p {
	line-height: 1.3;
}
ul#rvw_list li .rvw_dtl_cont .reply .reply_inner .reply_txt .hukidasi .hukidasi_shop_detail {
	width: 200px;
	height: auto;
	float: left;
	padding: 5px;
	background-color: #d3f3ff;
	border-radius: 5px;
}
ul#rvw_list li .rvw_dtl_cont .reply .reply_inner .reply_txt .hukidasi .hukidasi_shop_detail p {
	font-size: 14px;
	line-height: 1.4;
}

/* 2015_11_06 追加終了 */

/* ポイントリクエストボタン */
.pointoRequest-container {
  display: table;
  width:100%;
}
.pointoRequest-container > div {
  display: table-cell;
  table-layout:fixed;
  width: 90px;
  vertical-align: top;
}
.list-link-pointRequest {
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #a3a3a3;
}
.icon-link-pontRequest {
  position: relative;
  padding-right: 12px;
}
.btn-pointRequest {
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  font-size: 77%;
  width: 90px;
  padding: 5px;
  border: 1px solid #cc6633;
  border-radius: 3px;
  background: #f5c31e;
  background: -moz-linear-gradient(top, #f5c31e 0%, #fe9c02 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5c31e), color-stop(100%,#fe9c02)); /* Chrome,Safari */
  background: -webkit-linear-gradient(top, #f5c31e 0%,#fe9c02 100%); /* Chrome10,Safari5.1 */
  background: -o-linear-gradient(top, #f5c31e 0%,#fe9c02 100%); /* Opera 11.10 */
  background: -ms-linear-gradient(top, #f5c31e 0%,#fe9c02 100%); /* IE10 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5c31e', endColorstr='#fe9c02',GradientType=0 ); /* IE6-9 */
}
.btn-pointRequest.type-wide {
  width: 295px;
  margin: 15px auto;
  padding: 0;
  border-radius: 5px;
}
.btn-pointRequest a {
  color: black;
}
.btn-pointRequest.type-wide a {
  display: block;
  padding: 10px;
  font-size: 125%;
}
.btn-pointRequest-dead {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 77%;
  width: 90px;
  padding: 6px;
  color: #999;
}
.btn-pointRequest-dead.type-wide {
  display: block;
  width: 275px;
  margin: 0 auto 15px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 100%;
}

/* 動作部分 */
.pointRequest--unsent .btn-pointRequest-dead,
.pointRequest--sent .btn-pointRequest {
  display: none;
}

.typeTbox {
  position: relative;
  margin: 0 0 15px;
  border-radius: 5px;
  padding: 1px;
  border: 1px solid #cccccc;
}

.typeTbox.is-job {
  border-radius: 5px;
  padding: 10px 5px 5px;
  border: none;
  background-color: #feffc2;
}
.typeTbox-inner {
  padding: 10px 10px 30px;
}
.typeTbox-title {
  padding: 5px;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  background-color: #fc7217;
}
.typeTbox-title .is-icon {
  margin-right: 7px;
  border-radius: 3px;
  vertical-align: middle;
}
.typeTbox-btn {
  margin: 5px;
  padding: 10px 0;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #eeeeee #cccccc #cccccc #eeeeee;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #e0e0e0 51%, #e8e8e8 100%);
  background: linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #e0e0e0 51%, #e8e8e8 100%);
}
.typeTbox-btn a {
  display: block;
  color: #555555;
}
.typeTbox-jpbList {
  text-align: center;
}
.typeTbox-jpbList-title {
  position: relative;
  margin-bottom: 5px;
}
.typeTbox-title .is-text {
  position: absolute;
  top: 10px;
  left: 40px;
}
.typeTbox-jpbList-title.is-forWomen {
  color: #ff3a56;
}
.typeTbox-jpbList-title.is-forMen {
  color: #090;
}
.typeTbox-jpbList-title-icon {
  margin: 0 3px;
  vertical-align: middle;
}
.typeTbox-jpbList-data {
  margin-bottom: 10px;
  padding: 15px 10px 10px;
  border-radius: 5px;
  background-color: #ffffff;
}
.typeTbox-jpbList-data-banner {
  margin-bottom: 5px;
}
.typeTbox-jpbList-data-moreDetails {
  padding: 10px 0;
  border-radius: 5px;
  color: #ffffff;
}
.typeTbox-jpbList-data-moreDetails.is-forWomen {
  background-color: #ff99cc;
}
.typeTbox-jpbList-data-moreDetails.is-forMen {
  background-color: #3b3;
}

/* もっと見る */
.typicalArticle {
  position: relative;
}
.btn-typicalArticle {
  position: absolute;
  top: 4px;
  right: 5px;
  display: inline-block;
  padding: 0 10px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}
.typeTbox .btn-typicalArticle {
  top: 8px;
  right: 9px;
}
/*****************************************
point-coupon-Summary
*****************************************/
.pointSummary {
  width: 100%;
  padding: 0;
  border: 1px #e1600a solid;
}
.pointSummary-title-outer {
  background-color: #fc7318;
  border-bottom: 1px #e1600a solid;
}
.pointSummary-title {
  width: auto;
  box-sizing: border-box;
  padding: 5px 5px 2px;
  background: transparent url(/sp/images/common/bg-top-content-pointcoupon.png) repeat-x 0 0;
  background-size: 25px;
  border: 1px #ffa76c solid;
  border-radius: 5px 5px 0 0;
}
.pointSummary-list {
  margin-top: 5px;
  border-top: 1px dashed #cccccc;
}
.pointSummary-list-inner {
  text-decoration: none;
}
*[class^="pointSummary-list-item--"] {
  overflow: hidden;
  display: block;
  padding: 10px 5px;
  border-bottom: 1px dashed #cccccc;
  line-height: 1;
  background: url(/sp/shop/img/pointSummary/coupon-list-data-outer--all.png) no-repeat 5px center;
  background-size: 18px 37px;
}
.pointSummary-list-item--new {
  background: url(/sp/shop/img/pointSummary/coupon-list-data-outer--new.png) no-repeat 5px center;
  background-size: 18px 37px;
}
.pointSummary-list:last-child{
  border-bottom: none;
}
*[class^="pointSummary-list-item-inner--"] {
  height: 35px;
  padding-left: 23px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../images/common/arrow_delta.png);
  background-size: 9px 13px;
}
.pointSummary-list-item-data {
  display: block;
}
.pointSummary-list-item-price {
  display: inline-block;
  padding-top: 11px;
  margin-right: 15px;
  font-size: 130%;
  font-weight: bold;
  color: #ff2040;
}
.pointSummary-list-item-point {
  display: inline-block;
  padding-top: 14px;
  font-size: 10px;
  color: #4f4f4f;
}
.pointSummary-list-item-point  > span {
  color: #ff3333;
  margin: 12px 3px 0 3px;
  padding: 2px 4px;
  border-radius: 3px;
  border: 1px solid #ff3333;
  background-color: #ffffff;
}
.pointSummary-list-item-inner--new .pointSummary-list-item-price {
  padding-top: 1px;
}
.pointSummary-list-item-inner--new .pointSummary-list-item-point {
  padding-top: 4px;
}
.pointSummary-list-item-inner--new .pointSummary-list-item-point  > span {
  margin: 2px 3px 0 3px;
}
.pointSummary-list-item-newFlag {
  height: 20px;
  background: url(/sp/shop/img/pointSummary/coupon-list-data-newFlag.png) no-repeat left 0px;
  background-size: 39px 18px;
  padding-left: 40px;
}
.pointSummary-list-item-newFlag > img {
  width: 95%;
  max-width: 261px;
  margin-top: 1px;
}
/*************
 price_comparison
*************/
.price_comparison {
  margin: 15px 10px;
}
.price_comparison-title {
  margin-bottom: 0;
  padding: 7px 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  text-align: center;
  font-size: 13px;
  color: #000;
  background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(247, 247, 247)), color-stop(0.01, rgb(232, 232, 232)), color-stop(0.02, rgb(232, 232, 232)), color-stop(0.03, rgb(234, 234, 234)), color-stop(0.49, rgb(224, 224, 224)), color-stop(0.5, rgb(238, 238, 238)), to(rgb(255, 255, 255)));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-position: 98% 50%;
  background-repeat: no-repeat;
  font-weight: normal;
}
.price_comparison-data {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
}


/* 2016_05_09 追加開始 */
/* bottom fix 電話ボタン */
.fixScrollNavi {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.2;
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
}
.fixScrollNavi-inner {
	position: relative;
	padding: 5px;
	text-align: center;
}

.fixScrollNavi-tel-btn {
	display: block;
	margin: 0 auto;
	padding: 5px 0;
	border-radius: 4px;
	font-weight: bold;
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28c928), color-stop(0.49, #28c928), color-stop(0.5, #00b900), color-stop(1, #00b900));
	background: -moz-linear-gradient(top, #28c928 0%, #28c928 49%, #00b900 50%, #00b900 100%);
	background: linear-gradient(top, #28c928 0%, #28c928 49%, #00b900 50%, #00b900 100%);
}

.fixScrollNavi-tel-btn-inner {
	display: inline-block;
	padding-left: 42px;
	text-align: left;
	background: url(../../sp/shop/img/icon_tel_white.png) no-repeat 0 50%;
	background-size: 34px 34px;
}
.fixScrollNavi-tel-btn .is-text {
	display: block;
	font-size: 15px;
  color: #fff;
}
.fixScrollNavi-tel-btn .is-num {
	display: block;
  color: #fff;
}

.fixScrollNavi-pagetop {
	position: absolute;
	top: -45px;
	right: 5px;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
}
.fixScrollNavi-pagetop img {
	border-radius: 3px;
}
.fixScrollNavi-pagetop a {
	display: block;
	height: 40px;
}
/* 2016_05_09 追加終了 */

/* クーポン内容崩れ対応 */
section.couponContainer,
section.couponContainer * {
	vertical-align: baseline;
}

/**********
timesale
**********/

.timeSaleWrapper {
	border: 1px #e82d2d solid;
}

.timeSaleWrapper-titleBox {
	background-color: #e82c2c;
	border-bottom: 1px #e82d2d solid;
}

.timeSaleWrapper-titleBox-inner {
	width: auto;
	box-sizing: border-box;
	padding: 3px 5px;
	background: transparent url(/sp/images/common/bg-top-content-timesale.png) repeat-x 0 0;
	background-size: 25px;
	border: 1px #f87070 solid;
	border-radius: 5px 5px 0 0;
}
/**********
recommend-course
**********/
.recommendCourseWrapper {

	padding: 0;
	border: 1px #2e7f28 solid;
}

.recommendCourseWrapper-titleBox {
	background-color: #42a23b;
	border-bottom: 1px #2e7f28 solid;
}
.recommendCourseWrapper-titleBox-inner {
	width: auto;
	box-sizing: border-box;
  padding: 5px 5px 2px;
	background: transparent url(/sp/images/common/bg-top-content-recommend-course.png) repeat-x 0 0;
	background-size: 25px;
	border: 1px #83ca7d solid;
	border-radius: 5px 5px 0 0;
}

.recommendCourseWrapper-content,
.recommendCourseWrapper-content-reason ,
.recommendCourseWrapper-content-courseName,
.recommendCourseWrapper-content-price,
.recommendCourseWrapper-content-comment {
	display: block;
	margin-top: 3px;
}

.recommendCourseWrapper-content {
	padding: 10px;
}

.recommendCourseWrapper-content-reason {
	color: #45a53e;
}

.recommendCourseWrapper-content-courseName,
.recommendCourseWrapper-content-price {
	color: #ff0000;
	font-weight: bold;
}

.recommendCourseWrapper-content-courseName {
	font-size: 120%;
}

.recommendCourseWrapper-content-price {
	font-size: 180%;
}

.recommendCourseWrapper-content-comment {
  line-height: 15px;
}
/**********
グループ店ページの導線
**********/
.majorGroupAd-wrap {
  border: 1px solid #CCC;
  border-radius: 5px;
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  word-break: break-all;
  margin-bottom: 15px;
}
.majorGroupAd {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
.majorGroupAd-title,
.majorGroupAd-linkButton {
  padding: 10px 10px;
}
.majorGroupAd-title {
  color: #FFF;
  font-weight: bold;
  border: 3px solid #FFF;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(252, 131, 18)), color-stop(0.01, rgb(255, 177, 96)), color-stop(0.02, rgb(255, 177, 96)), color-stop(0.03, rgb(254, 138, 15)), color-stop(0.49, rgb(255, 115, 0)), color-stop(0.5, rgb(255, 145, 0)), to(rgb(255, 202, 128)));
}
.majorGroupAd-groupImage {
  width: 150px;
  height: 150px;
  margin: 10px 0;
}
.majorGroupAd-linkButton {
  margin: 0 10px;
  color: #fff;
  background: #0067ff;
  text-align: center;
}
.majorGroupAd-shop-list-wrap,
.majorGroupAd-shop-list-item {
  text-align: left;
}
.majorGroupAd-shop-list-wrap {
  display: block;
  width: auto;
  height: auto;
  margin: 10px;
  border: 1px solid #ff687d;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.majorGroupAd-shop-list-title {
  color: #fff;
  font-size: 13px;
  padding: 7px 10px;
  background: #ff687d;
}
.majorGroupAd-shop-list {
  text-align: center;
}
.majorGroupAd-shop-list-item {
  margin: 0 10px;
  border-bottom: 1px dotted #ff687d;
  background-image: url(../images/common/arrow.gif);
  background-position: right center;
  background-repeat: no-repeat;
}
.majorGroupAd-shop-list-item a {
  display: block;
  padding: 10px;
}
.galsRecentlyBlogs {
  padding: 10px 0 0;
  text-align: center;
}
.galsRecentlyBlogs-item {
  display: inline-block;
  width: 33%;
}
.galsRecentlyBlogs-item-img {
  max-width: 70px;
  width: auto;
}