@charset "UTF-8";

* {
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

input, textarea, select {
	font: inherit;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
	zoom: 1;
}

/* IE7 */
/*==========================================================================================

  基本設定

==========================================================================================*/
@-ms-viewport {
	width: device-width;
}

html {
	background-color: #fff;
	font-family: "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #888888;
	word-break: break-all;
}

img {
	vertical-align: middle;
}

a {
	color: #79c6ed;
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

a:hover, button:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.p-imgWrap .thumbnail_area {
	background: #fff;
	width: 100%;
	height: 100%;
	position: relative;
}

/* 幅、高さは各ページで設定 */
.p-imgWrap {
	display: block;
  /* aタグの場合が多いから */
	position: relative;
}

/* max幅、高さは各ページで設定 */
.p-imgWrap img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* 1行のみ3点リーダー */
.p-ellipsis {
	overflow: hidden;
	vertical-align: top;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 横並び要素を内包するブロック用 */
.item-table {
	display: table;
	table-layout: fixed;
}

.item-table > * {
	display: table-cell;
}

*[class*="trunk8_"] {
	display: block;
}

.g-wrapper {
	position: relative;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.container a {
	opacity: 1;
}
/* ↑↑↑リニューアル common↑↑↑ */
/*************************
 パンくず
**************************/
.f-breadcrumb {
    width: 1000px;
    margin: 0 auto;
}

.f-breadcrumb ul {
	margin-bottom: 10px;
	overflow: hidden;
}

.f-breadcrumb li{
	margin-top: 4px;
	padding-top: 4px;
	padding-right: 4px;
    display: inline-block;
	line-height: 18px;
	float: left;
}
.f-breadcrumb li:first-child {
	padding-left: 26px;
	background: url("/assets/img/user/pc/common/icon-home.png") no-repeat 5px 4px;
}

.f-breadcrumb li a {
	color: #ff57a6;
	text-decoration:none;
}

.f-breadcrumb li a:visited {
	color:#ff57a6;
	text-decoration:none;
}

.f-breadcrumb li a:active {
	color:#ff57a6;
}

.f-breadcrumb li a:hover {
	color:#ff57a6;
	text-decoration:underline;
}

.f-breadcrumb.season{
	background-position: left top;
	background-repeat: repeat-x;
}
.f-breadcrumb.season li{
	padding-top: 4px;
	padding-right: 4px;
}
/* ============================================
	header 店舗詳細リニューアル
============================================ */
.g-header {
	border-top: 3px solid #ff2f9a;
	background: #fff;
  /* 地域ごとの背景出力 */
}

.g-header .header-inner {
	background: no-repeat right top;
	position: relative;
}

.g-header .head-txt {
	height: 20px;
	padding: 0 15px;
	background: #fff;
	border-radius: 3px;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	top: 5px;
	right: 7px;
}

.f-gnavi {
	background: #ff57a6;
}

.f-gnavi .gnav-list {
	display: table;
	table-layout: fixed;
	padding-left: 35px;
}

.f-gnavi .gnavi-item {
	display: table-cell;
	height: 30px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.f-gnavi .gnavi-item a:hover {
	opacity: 1;
}

.f-gnavi .gnavi-item .sub_menu {
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 999999;
}

.f-gnavi .gnavi-item .sub_menu > li {
	overflow: hidden;
	width: 100px;
	height: 0;
	-moz-transition: .05s;
	-webkit-transition: .05s;
	-o-transition: .05s;
	-ms-transition: .05s;
	transition: .05s;
}

.f-gnavi .gnavi-item:hover .sub_menu > li {
	overflow: visible;
	background: #ff57a6;
	display: block;
	line-height: 12px;
	height: 35px;
	padding: 10px 0;
	text-align: left;
}

.f-gnavi .gnavi-item .sub_menu a {
	color: #fff;
	padding: 0 20px;
	font-size: 12px;
	display: block;
}

.f-gnavi .gnavi-item .sub_menu a:hover {
	opacity: 0.7;
}


/* 都道府県 */
.pref_under {
	height: 26px;
	width: 1000px;
	margin: 0 auto;
}

.pref_under .pref_list {
	display: table;
	padding-left: 4px;
}

.pref_under .pref_item {
	background: url(/assets/img/user/pc/common/arr-footer.png) no-repeat right;
	display: table-cell;
	height: 26px;
	padding-right: 12px;
	vertical-align: middle;
}

.pref_under .pref_item~.pref_item:before {
	color: #fff;
	content: "|";
  	padding-left: 4px;
  	padding-right: 6px;
}

.pref_under a{
	color: #fff;
}

.pref_under a:hover {
	color: #ffff00;
}

.f-breadcrumb .breadcrumb-list {
	overflow: hidden;
}

.f-breadcrumb .breadcrumb-item {
	padding: 7px 0;
	float: left;
}

/*.f-breadcrumb .breadcrumb-item:first-child {
	padding-left: 26px;
	background: url("/assets/img/user/pc/common/icon-home.png") no-repeat 5px 4px;
}*/

.header_pankuzu_inner li:first-child {
	padding-top: 4px;
	padding-left: 26px;
	background: url("/assets/img/user/pc/common/icon-home.png") no-repeat 5px 4px;
}

.f-breadcrumb .breadcrumb-item:after {
	content: ">";
	display: inline-block;
	margin-right: 3px;
	position: relative;
	top: -1px;
}

.f-breadcrumb .breadcrumb-item:last-child:after {
	display: none;
}

.f-breadcrumb .breadcrumb-item a {
	color: #ff57a6;
}

.g-header .head-btn-list {
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 6px;
}

.g-header .head-btn-list .head-btn-item {
	float: left;
	margin-right: 7px;
}


/* ===============================================
	l-mainImg 店舗洋裁リニューアル
=============================================== */
.l-mainImg {
	height: auto;
	min-width: 1000px;
	background: #fff;
	position: relative;
	margin-bottom: 22px;
}

.l-mainImg img {
	width: 100%;
	height: auto;
}

.l-mainImg .special-navi {
	height: 50px;
	margin-left: -500px;
	position: absolute;
	bottom: 22px;
	left: 50%;
	z-index: 5;
}

.l-mainImg .special-navi.fixed {
	position: fixed;
}

.l-mainImg .special-navi.no-image {
	position: relative;
	bottom: 7px;
	margin-top:17px;
}

.l-mainImg .special-navi-list {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	display: table;
    width: 1045px;
}

.l-mainImg .special-navi-item {
	display: table-cell;
    text-align: center;
    border-right: 1px solid transparent;
}

.l-mainImg .special-navi-item a {
	display: block;
	height: 50px;
	padding: 0 12px;
	background: rgba(255, 84, 173, 0.9);
	font-size: 13px;
	line-height: 50px;
	color: #fff;
}

.b-plan .l-mainImg {
	height: 210px;
    width: 1000px;
    padding-top: 0;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    background: transparent;
}

.b-plan .l-mainImg img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1000px;
    height: 210px;
}

.free .l-mainImg {
	background: #fff;
	float: left;
	height: auto;
	margin-bottom: 10px;
	min-width: 700px;
	position: relative;
}


/* ==========================
	ヘッドナビ追従
============================= */
/****** 共通 ******/
.header-navi {
	margin-left: 0;
	margin-top: 25px;
	position: fixed;
	left: 0;
	top:-25px;
	width: 100%;
	height: 58px;
	z-index: 25;
}

.header-tracking {
	float:left;
	height:58px;
}

.header-tracking .shop-name {
	color:#fff;
	font-size: 12px;
	margin-left: 5px;
}

.header-icon {
	float:left;
	list-style: none;
	margin-right:5px;
}

.header-icon a {
	cursor: pointer;
}

#tuika_on {
	cursor: pointer;
}

/* 各ボタンレイアウト */
.header-navi .info_tel img {
    background-color: #FF8F8E;
	border-radius: 8px;
}

.header-navi .info_mail img {
    background-color: #8CDDEE;
	border-radius: 8px;
}

.header-navi #line-left img {
    background-color: #50D24E;
	border-radius: 8px;
}

.header-navi .info_tainyu img {
    background-color: #FF3461;
	border-radius: 8px;
}

.header-navi .info_no_tainyu img {
    background-color: #FFB41B;
	border-radius: 8px;
}

/* 未設定時 */
.header-navi .icon_off img {
    background-color: #969696;
	border-radius: 8px;
}

/* 追従 検討中ボタン */
.tuika_on_header,
.tuika_zumi,
.tuika_zumi_heade,
#tuika_zumi,
#tuika_zumi_header{
    background-color: #F7F7F7;
	border-radius: 8px;
}

/* 検討中ボタン押下時ポップアップ */
.header-icon .bln-addList {
	display: none;
	width: 322px;
	height: 118px;
	position: absolute;
	top: 60px;
	left: 122px;
	z-index: 10;
}

.header-icon .bln-addList .bg-balloon {
	position: absolute;
	top: 0;
	left: 0;
}

.header-icon .bln-addList .addList-txt {
	text-align: center;
	font-size: 13px;
	color: #555;
	line-height: 1.6;
	position: relative;
	left: 31px;
	top: 56px;
	z-index: 15;
}

.header-icon .bln-addList .addList-txt img {
	margin-right: 2px;
	position: relative;
	top: -1px;
}

/* 電話のみ受け中ポップアップ*/
.anime_msg_box3_header {
	display: none;
	position: absolute;
	width: 335px;
	height: 105px;
	left: 146px;
	top: 58px;
	z-index: 10;
}

/* ヘッドナビの各項目 */
.header-navi-list {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	margin-bottom: 17px;
	right: 0;
}

.header-navi-list li {
	border-right : 1px dotted #FFF;
	height: 26px;
}

.header-navi-list li:last-child {
	border-right: none;
	border-right-style: hidden;
}

.header-navi-item {
	margin-right: 1px;
	float: left;
}

.header-navi-item a {
	display: block;
	height: 26px;
	padding: 0 17px;
	font-size: 12px;
	line-height: 26px;
	color: #fff;
}

.header-navi-item span {
	display: block;
    height: 26px;
    padding: 0 17px;
    font-size: 13px;
    line-height: 26px;
    color: #b7b6b6;
    box-sizing: border-box;
}

/* 画面横サイズを縮小した場合 */
.none {
	display: none;
}

#nav-toggle {
	position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999999;
    display: block;
	color: #FFF;
	cursor: pointer;
	font-size: 9px;
    padding: 20px 20px 9px 24px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    height: 4px;
    width: 36px;
    background: #FFF;
    position: absolute;
    display: block;
    content: '';
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

#nav-toggle.active span:after {
    transform: translateY(-10px) rotate(-225deg);
    -webkit-transform: translateY(-10px) rotate(-225deg);
    -ms-transform: translateY(-10px) rotate(-225deg);
    top: 10px;
}

#nav-toggle div {
    margin-top: 20px;
}

/* メニュー押下時レイアウト */
.header-navi .spNav {
    clear: both;
    padding: 0 0 10px 0;
    margin-top: 39px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

/* 各項目レイアウト */
.header-navi .spNav ul li a {
	background-color: #f7f7f7;
	border-radius: 5px;
	box-sizing: border-box;
	color: #969696;
	display: block;
	float: left;
	font-size: 15px;
	margin: 10px 5px 0 5px;
	padding: 15px 14px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 31.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/* 各項目未設定時 */
.header-navi .spNav ul li span {
	border-radius: 5px;
	box-sizing: border-box;
	display: block;
	color: #fff;
	float: left;
	font-size: 15px;
	margin: 10px 5px 0 5px;
	padding: 15px 14px;
	position: relative;
	text-align: center;
    text-decoration: none;
	width: 31.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/****** Aプラン ******/

/* Aプラン画像設定時の上方への追従 */
.header-navi.fixed {
	position: fixed;
}

/* 下方への追従 */
.header-navi {
	background: rgba(255, 84, 173, 0.9);
}

/* メニュー押下時の背景色 */
.header-navi .spNav {
	background: rgba(255, 84, 173, 0.9);
}

/* メニュー押下時の各項目の背景色 */
.header-navi .spNav ul li span {
	background-color: #ff9acf;
}

/****** Bプラン ******/
.b-plan .header-navi {
	background: rgba(47,146,250,0.9);
}

/* 追従 メニュー押下時の背景色 */
.b-plan .header-navi .spNav {
	background: rgba(47,146,250,0.9);
}

/* メニュー押下時の各項目の背景色 */
.b-plan .header-navi .spNav ul li span {
	background-color: #90c6ff;
}

/****** Cプラン ******/
.c-plan .header-navi {
	background: rgba(88,193,25,0.9);
}

/* 追従 メニュー押下時の背景色 */
.c-plan .header-navi .spNav {
	background: rgba(88,193,25,0.9);
}

/* メニュー押下時の各項目の背景色 */
.c-plan .header-navi .spNav ul li span {
	background-color: #93de66;
}

/* =========================================
	.g-mainContents 店舗詳細リニューアル
========================================= */
.g-mainContents {
	padding: 0 5px;
}

.b-plan .g-mainContents,
.c-plan .g-mainContents,
.free .g-mainContents {
	padding-top: 0;
}

/* ============================================================================
	.l-sideColumn 店舗詳細リニューアル
============================================================================ */
.l-sideColumn {
	width: 280px;
	margin-right: 10px;
	float: left;
}

.l-sideColumn > * {
	background: #fff;
}

.free .l-sideColumn {
	float: right;
}

/* ============================================================================
	.l-mainColumn 店舗詳細リニューアル
============================================================================ */
.l-mainColumn {
	width: 700px;
	float: left;
	position: relative;
}

/* ============================================================================
	パーツ 店舗詳細リニューアル
============================================================================ */
.mod-tab .tabHead-list {
	overflow: hidden;
}

.mod-tab .tabHead-item {
	width: 136px;
	margin: 6px 0 0 2px;
	padding: 1px;
	border-radius: 4px 4px 0 0;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #fff;
	float: left;
	cursor: pointer;
}

.mod-tab .tabHead-item:first-child {
	margin-left: 0;
}

.mod-tab .tabHead-item.active, .mod-tab .tabHead-item:hover {
	margin-top: 0;
}

.mod-tab .tabHead-item.active a, .mod-tab .tabHead-item:hover a {
	opacity: 1;
	padding-top: 41px;
}

.mod-tab .tabHead-item a {
	display: block;
	height: 0;
	padding-top: 35px;
	border-radius: 4px 4px 0 0;
	border: 1px solid;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 1.8;
	text-align: center;
}

.mod-tab .pink a {
	background-color: #ffe3ee;
	border-color: #ffc5dc;
}

.mod-tab .green a {
	background-color: #d2fbcc;
	border-color: #b1f0a7;
}

.mod-tab .blue a {
	background-color: #c6faff;
	border-color: #acf8ff;
}

.mod-tab .purple a {
	background-color: #fed5fe;
	border-color: #f7b7f6;
}

.mod-tab .aqua a {
	background-color: #ccfbf8;
	border-color: #a2f1ec;
}

.mod-tab .orange a {
	background-color: #ffdede;
	border-color: #ffd5d5;
}

.mod-tab .yellow a {
	background-color: #FDFFDE;
	border-color: #ffffae;
}

/* 左カラム */
.left_colum{
	width:580px;
	text-align:center;
}

/* 右カラム */
.right_colum{
	width:170px;
	text-align:center;
}

/* フォーム */
.form_style{
	margin:0px;
}
.form_style_Ad{
	margin-top:-3px;
}
.element{
	width:570px;
	margin:0px 5px 10px;
}

/* クリア */
.brclear{
	line-height:14px;
	clear:both;
	font-size:12px;
}

.clearfix{
	clear:both;
	display:block;
	zoom:1;
	/zoom:0;/* IE9以下 */
}

.clearfix:not(:target){
	clear:both;
	display:block;
	zoom:0px\9;/* IE9 */
}

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

/* 余白7px */
.padding7{
	padding:7px;
}

/* 余白3px 上下 */
.padding3_tb{
	padding:3px 0px;
}

/* 余白5px */
.padding5{
	padding:5px;
}

/* ==================================================
    共通 店舗詳細
================================================== */
.g-wrapper {
    background: #fff;
}

.l-mainColumn .btnWrap.toForm {
    padding: 20px 0 50px;
    text-align: center;
    background: transparent;
}

.free .l-mainColumn .btnWrap.toForm {
	padding-top: 40px;
}

.has-vanikisya > .container {
    width: 1285px;
}

.l-mainImg .special-navi-item span {
	display: block;
    height: 50px;
    padding: 0 16px;
    border: 1px solid #dedede;
    background: #f7f7f7;
	font-size: 13px;
    line-height: 48px;
    color: #b7b6b6;
    box-sizing: border-box;
}

.b-plan .f-moreShopInfo .moreShopInfo-head,
.b-plan .f-shopMessage .shopMessage-head,
.b-plan .f-application .application-head,
.b-plan .f-applicationForm .applicationForm-head {
    padding: 3px 0 4px 3px;
    background: url("/assets/img/user/pc/common/bg-blue-stripe.png");
}

/* ==================================================
    お店情報 リニューアル
================================================== */
.f-shopData {
    margin-bottom: 14px;
}

.f-shopData .shopData-head {
    border-top: 2px solid #f7359a;
    background: #ff9acf;
    color: #fff;
}

.f-shopData .shopData-head .shop-info a {
    color: #fff;
}

.f-shopData .lead-txt {
    padding: 10px 9px 8px;
    background: #ff54ad;
    font-size: 13px;
    border-bottom: 1px solid #f22e94;
    line-height: 1.23;
}

.f-shopData .shop-name {
    padding: 10px 9px 8px;
    border-top: 1px solid #ffbcdf;
    border-bottom: 1px solid #ff73bc;
    line-height: 1.1;
    font-size: 21px;
    text-shadow: 1px 1px 1px #918b8b;
}

.f-shopData .shop-info {
    padding: 10px 9px 8px;
    border-top: 1px solid #ffbcdf;
    line-height: 1.4;
    font-size: 12px;
    text-shadow: 1px 1px 1px #918b8b;
    position: relative;
}

.f-shopData .shop-info .dekasegi-info {
	display: block;
	width: 74px;
	height: 20px;
	border-bottom: 1px solid #45aee0;
	background: #5ac1f2;
	text-align: center;
	color: #fff;
	line-height: 23px;
	text-shadow: 1px 1px 1px #2e99cc;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.f-shopData .shopData-body {
    padding-top: 5px;
}

.b-plan .f-shopData .shopData-head {
	border-top: 2px solid #196dc5;
	background: #90c6ff;
}

.b-plan .f-shopData .lead-txt {
	background: #2f92fa;
	border-bottom: 1px solid #086dd7;
}

.b-plan .f-shopData .shop-name {
	border-top: 1px solid #b8dbff;
	border-bottom: 1px solid #82b8f0;
}

.b-plan .f-shopData .shop-info {
	border-top: 1px solid #b8dbff;
}

.c-plan .f-shopData .shopData-head {
	border-top: 2px solid #64b335;
	background: #93de66;
}

.c-plan .f-shopData .lead-txt {
	background: #58c119;
	border-bottom: 1px solid #3e9d05;
}

.c-plan .f-shopData .shop-name {
	border-top: 1px solid #a1ea75;
	border-bottom: 1px solid #7fca52;
}

.c-plan .f-shopData .shop-info {
	border-top: 1px solid #a1ea75;
}

.mod-contactBtn {
    padding: 5px 5px 0;
    margin-bottom: 4px;
    border: 1px solid #ccc;
    background: #f6f6f6;
}

.mod-contactBtn .contactBtn-list {
    font-size: 0;
	text-align: justify;
	text-justify: distribute-all-lines;/*IE用*/
}

.mod-contactBtn .contactBtn-item {
	display: inline-block;
	margin: 0 0 5px 4px;
}

.mod-contactBtn .contactBtn-item:first-child, .mod-contactBtn .contactBtn-item:last-child {
    margin-left: 0;
	position: relative;
}

/* 電話ポップアップ*/
.tel_box {
	background: url('/assets/img/user/pc/shop_list/popup/tel.png');
	width: 505px;
	height: 252px;
	display: block;
}

.tel_box_tainyu {
	background: url('/assets/img/user/pc/shop_list/popup/PC_TEL.png');
	width: 505px;
	height: 252px;
	display: block;
}

.tel_box_tainyu .line {
	height: 56px;
    line-height: 56px;
    font-size: 19px;
    font-weight: bold;
    color: #FF4A4B;
}

.mod-contactBtn .bln-addList {
	display: none;
	width: 322px;
	height: 118px;
	position: absolute;
	top: -113px;
	left: -20px;
	z-index: 10;
}

.mod-contactBtn .bln-addList .bg-balloon {
	position: absolute;
	top: 0;
	left: 0;
}

.mod-contactBtn .bln-addList .addList-txt {
	text-align: center;
	font-size: 13px;
	color: #555;
	line-height: 1.6;
	position: relative;
	left: 31px;
	top: 56px;
	z-index: 15;
}

.mod-contactBtn .bln-addList .addList-txt img {
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.anime_msg_box3 {
	display: none;
	width: 322px;
	height: 118px;
	position: absolute;
	top: -113px;
	left: -6px;
	z-index: 10;
}

.mod-innerLink {
    padding: 1px;
    border: 1px solid #cccccc;
    background: #fff;
    font-size: 12px;
}

.mod-innerLink .innerLink-item {
    margin-bottom: 3px;
}

.mod-innerLink .innerLink-item:last-child {
	margin-bottom: 0;
}

.mod-innerLink .innerLink-item a, .mod-innerLink .innerLink-item span {
	display: block;
	height: 32px;
	padding-left: 6px;
	line-height: 32px;
}

.mod-innerLink .innerLink-item a {
    border: 1px solid #ff7fc2;
    background: #ff9acf;
    color: #fff;
}

.mod-innerLink .innerLink-item span {
    border: 1px solid #dedede;
    background: #f7f7f7;
    color: #b7b6b6;
	cursor: default;
}

.b-plan .mod-innerLink .innerLink-item a {
	border: 1px solid #7ab6f6;
	background: #90c6ff;
}

.c-plan .mod-innerLink .innerLink-item a {
	border: 1px solid #77cf42;
	background: #93de66;
}

/* ==================================================
    バービー動画 リニューアル
================================================== */
.f-sideMovie {
    margin-bottom: 14px;
}

.f-sideMovie .sideMovie-ttl {
    padding: 3px 0 3px 4px;
    background: url("/assets/img/user/pc/common/bg-green-stripe.png");
	font-size: 12px;
}

.f-sideMovie .sideMovie-contents {
    padding: 10px 5px;
    border: 1px solid #cccccc;
    border-top: none;
}

.f-sideMovie .p-imgWrap {
	height: 200px;
	margin-bottom: 10px;
	background: #000;
}

.f-sideMovie .p-imgWrap .time {
	background: rgba(0, 0, 0, 0.8);
  	color: #fff;
  	width: 43px;
  	height: 15px;
  	line-height: 15px;
  	text-align: center;
  	position: absolute;
  	right: 0px;
  	bottom: 0;
}

.f-sideMovie .date {
	color: #888;
    margin-bottom: 5px;
}

.f-sideMovie .movie-ttl {
    margin-bottom: 7px;
    font-size: 16px;
    color: #a9e600;
    line-height: 1.25;
    font-weight: bold;
}

.f-sideMovie .movie-txt {
	color: #888;
    line-height: 1.5;
}

/* ==================================================
    つぶやきバニータ リニューアル
================================================== */
.f-sideMurmur {
    margin-bottom: 14px;
    color: #2c2c2c;
}

.f-sideMurmur .sideMurmur-ttl {
    padding: 3px 0 3px 4px;
    background: url("/assets/img/user/pc/common/bg-red-stripe.png");
	font-size: 12px;
}

.f-sideMurmur .sideMurmur-contents {
    border: 1px solid #cccccc;
    border-top: none;
}

.f-sideMurmur .sideMurmur-contents-head {
    padding: 6px;
    border-bottom: 1px solid #cccccc;
}

.f-sideMurmur .p-imgWrap {
	width: 57px;
	height: 0;
	padding-bottom: 57px;
}

.f-sideMurmur .p-imgWrap img {
	border: 1px solid #ccc;
}

.f-sideMurmur .name {
	padding-top: 2px;
	margin-bottom: 4px;
}

.f-sideMurmur .name a {
	color: #2c2c2c;
}

.f-sideMurmur .name span {
	display: inline-block;
	max-width: 170px;
	font-size: 15px;
	color: #ff3155;
	vertical-align: middle;
}

.f-sideMurmur .prof-dl dt {
	display: inline-block;
	height: 14px;
	min-width: 28px;
	margin-top: 3px;
	padding: 0 4px;
	background: #ff7f80;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
	color: #fff;
	vertical-align: bottom;
}

.f-sideMurmur .prof-dl dd {
	display: inline-block;
	width: 30px;
	height: 14px;
	margin-top: 3px;
	margin-right: 4px;
	line-height: 14px;
	word-wrap: break-word;
	white-space: nowrap;
	vertical-align: bottom;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 11px;
}

.f-sideMurmur .prof-dl dd:nth-child(4n) {
	width: 60px;
}

.f-sideMurmur .prof-dl dd span{
	font-size: 11px;
}

.f-sideMurmur .prof-area {
	padding-left: 7px;
}

.f-sideMurmur .sideMurmur-contents-body {
	padding: 10px 9px 35px 19px;
	background: #ffecf4;
	position: relative;
}

.b-plan .f-sideMurmur .sideMurmur-contents-body {
	padding: 10px 9px 35px 19px;
	background: #edf4fb;
	position: relative;
}

.c-plan .f-sideMurmur .sideMurmur-contents-body {
	padding: 10px 9px 35px 19px;
	background: #edffe2;
	position: relative;
}

.f-sideMurmur .murmur-item {
	padding: 7px 5px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #888888;
	font-size: 11px;
	position: relative;
}

.f-sideMurmur .murmur-item:last-child {
    margin-bottom: 0;
}

.f-sideMurmur .murmur-item:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 12px 0;
	border-color: transparent #cccccc transparent transparent;
	position: absolute;
	top: 9px;
	left: -14px;
}

.f-sideMurmur .murmur-item:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 10px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	top: 10px;
	left: -12px;
}
.a-profile{
	color: #888888;
}
.a-profile:hover {
	color: #79c6ed;
}

.f-sideMurmur .murmur-item span[class*="trunk"] {
    display: block;
    line-height: 1.35;
	width: 238px;
	word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.f-sideMurmur .murmur-item .time-img{
    height: 20px;
}
.f-sideMurmur .murmur-item .time {
    display: inline-block;
    padding-left: 18px;
    margin-bottom: 6px;
    color: #777;
    position: relative;
}

.f-sideMurmur .murmur-item .time:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: url("/assets/img/user/pc/common/icon-shop-clock.png");
    position: absolute;
    top: 0;
    left: 0;
}

.f-sideMurmur .murmur-item .time.new {
	color: #ff3155;
    padding-left: 45px;
    line-height: 13px;
}

.f-sideMurmur .murmur-item .time.new:before {
    content: "NEW";
    display: block;
    width: 40px;
    height: 12px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 13px;
    background: #ff3155;
}

.f-sideMurmur .murmur-item .show-pic {
	float: right;
	cursor: pointer;
	margin-top: 3px;
}

.f-sideMurmur .murmur-item .show-pic:before {
	display: block;
    content: "";
    width: 12px;
    height: 14px;
    background: url("/assets/img/user/pc/common/icon-image.png");
    position: absolute;
    top: 8px;
    right: 70px;
}

.f-sideMurmur .read-more {
    display: block;
	font-size: 12px;
    height: 13px;
    padding-left: 17px;
    background: url("/assets/img/user/pc/common/icon-tri-red.png") no-repeat;
    color: #888;
    position: absolute;
    bottom: 8px;
    right: 8px;
    line-height: 15px;
}

/* ==================================================
    バニんたびゅー リニューアル
================================================== */
.f-vaninterview {
    margin-bottom: 14px;
}

.f-vaninterview .vaninterview-ttl {
    padding: 3px 0 0 4px;
    background: url("/assets/img/user/pc/common/bg-skyBlue-stripe.png");
	font-size: 12px;
}

.f-vaninterview .vaninterview-contents {
    padding: 10px 5px;
    border: 1px solid #cccccc;
    border-top: none;
}

.f-vaninterview .vaninterview-list {
    height: 615px;
    padding-bottom: 18px;
    position: relative;
}

.f-vaninterview .vaninterview-item {
    display: none;
    background: #fff;
}

.f-vaninterview .vaninterview-item.active {
	z-index: 10;
}

.f-vaninterview .vaninterview-item-inner {
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.f-vaninterview .p-imgWrap {
	display: none;
    height: 322px;
    margin-bottom: 12px;
}

.f-vaninterview .p-imgWrap img {
	border: 1px solid #ccc;
}

.f-vaninterview .p-imgWrap .name {
	width: 230px;
	height: 30px;
	padding-top: 7px;
	background: rgba(0, 0, 0, 0.53);
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 5px;
	bottom: 5px;
}

.f-vaninterview .p-msg {
	display: none;
}

.f-vaninterview div.on {
	display:block;
}

.f-vaninterview .p-imgWrap .p-ellipsis {
	color: #faf72e;
    display: inline-block;
	font-size: 16px;
    max-width: 130px;
	vertical-align: middle;
}

.f-vaninterview .prof-tbl {
	display: none;
    width: 100%;
    border: 1px solid #cccccc;
}

.f-vaninterview .prof-tbl.on {
    display: block;
	width: 100%;
    border: 1px solid #cccccc;
}

.f-vaninterview .prof-tbl tr:last-child th, .f-vaninterview .prof-tbl tr:last-child td {
	border-bottom: none;
}

.f-vaninterview .prof-tbl th, .f-vaninterview .prof-tbl td {
	color: #888;
	border-bottom: 1px dashed #cccccc;
	width: 153px;
    height: 37px;
	text-align: center;
    vertical-align: middle;
}

.f-vaninterview .prof-tbl th {
	width: 87px;
	background: #ffecf4;
}

.b-plan .f-vaninterview .prof-tbl th {
	width: 87px;
	background: #edf4fb;
}

.c-plan .f-vaninterview .prof-tbl th {
	width: 87px;
	background: #edffe2;
}

.f-vaninterview .prof-ttl {
    padding-bottom: 4px;
    border-bottom: 1px dashed #ffc78a;
}

.f-vaninterview .prof-body {
    padding-top: 6px;
    line-height: 1.3;
    font-size: 12px;
    color: #888;
}

.f-vaninterview .js-btn-list {
    overflow: hidden;
}

.f-vaninterview .js-btn-item {
	float: left;
	display: block;
	width: 23px;
	height: 23px;
	padding-top: 5px;
	background: #b9b9b9;
	border-radius: 3px;
	color: #fff;
	text-align: center;
}

.f-vaninterview .js-btn-item~.js-btn-item {
	margin-left: 4px;
}

.f-vaninterview .js-btn-item:hover {
    background: #fe7d18;
}

.f-vaninterview .js-btn-item.active {
	background: #fe7d18;
	float: left;
    display: block;
    width: 23px;
    height: 23px;
    padding-top: 5px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
}

.f-vaninterview .js-btn-item_off {
	display: none;
}

/* ==================================================
    グループ情報
================================================== */
.f-shopGroup {
	margin-bottom: 14px;
}
.f-shopGroup .shopGroup-ttl {
	padding: 3px 0 2px 4px;
	background: url("/assets/img/user/pc/shop/pay1/bg-pink-stripe.png");
	font-size: 12px;
}
.f-shopGroup .shopGroup-contents {
	padding-bottom: 10px;
	border: 1px solid #cccccc;
	border-top: none;
	text-align:center;
}
.f-shopGroup .shopGroup-contents .shopGroup-img {
	display:inline-block;
}
.f-shopGroup .shopGroup-contents .shopGroup-img img {
	width:100%;
	height:auto;
}
.f-shopGroup .shopGroup-contents .shopGroup-link {
	display:inline-block;
	margin-top:10px;
}
.f-shopGroup .shopGroup-contents .shopGroup-link img {
	width:100%;
	height:auto;
}

/* ==================================================
    グループ店舗 リニューアル
================================================== */
.f-groupShop.d-plan {
	margin-bottom: 30px;
}

.f-groupShop .groupShop-ttl {
    padding: 3px 0 2px 4px;
    background: url("/assets/img/user/pc/common/bg-aqua-stripe.png");
	font-size: 12px;
}

.f-groupShop .groupShop-contents {
    padding-bottom: 3px;
    border: 1px solid #cccccc;
    border-top: none;
    position: relative;
}

.f-groupShop .groupShop-item {
    padding: 10px 5px 7px;
    border-bottom: 1px dashed #ccc;
}

.f-groupShop .groupShop-item:last-child{
	border-bottom: none;
}

.f-groupShop .shopName {
    margin-bottom: 3px;
    font-size: 14px;
    color: #fe7d18;
}

.f-groupShop .p-imgWrap {
    height: 116px;
    margin-bottom: 4px;
}

.f-groupShop .p-imgWrap img {
    border: 1px solid #ccc;
}

.f-groupShop .shop-info {
    margin-bottom: 3px;
    line-height: 1.5;
    color: #888;
}

.f-groupShop .shop-info span {
    font-size: 12px;
}

.f-groupShop .tag-list {
    margin-bottom: 5px;
    overflow: hidden;
}

.f-groupShop .tag-item {
	padding: 1px;
	margin-left: 4px;
	float: left;
}

.f-groupShop .tag-item:first-child {
    margin-left: 0;
}

.f-groupShop .tag-item span {
    display: block;
    width: 60px;
    height: 16px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
}

.f-groupShop .tag-item.exp {
	background: #ff7f80;
}

.f-groupShop .tag-item.away {
    background: #2f92fa;
}

.f-groupShop .tag-item.married {
    background: #e57de4;
}

.f-groupShop .tag-item.beginner {
    background: #1bded2;
}

.f-groupShop .trunk8_2 {
	word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.f-groupShop .tag-item.none {
    background: #CDCDCD;
}

.f-groupShop .shop-data {
    color: #888;
	font-size: 12px;
}

.f-groupShop .read-more {
    display: block;
	font-size: 12px;
    height: 13px;
    padding-left: 17px;
    background: url("/assets/img/user/pc/common/icon-tri-green.png") no-repeat;
    color: #888;
    position: absolute;
    bottom: 8px;
    right: 8px;
    line-height: 15px;
}

.free .f-groupShop .groupShop-ttl,
.dPlan-groupShop-ttl {
	padding: 3px 0 4px 4px;
	background: url("../../../img/user/pc/common/bg-orange-stripe.png");
}

.free .f-groupShop .shopName {
	color: #ff57a6;
}

.free .f-groupShop .groupShop-contents {
	padding-bottom: 0;
}

.free .f-groupShop .groupShop-item:last-child {
	border-bottom: none;
}

.d-plan.f-groupShop .groupShop-contents {
    padding-bottom: 0px;
}


.d-plan.f-groupShop .groupShop-item {
	border-bottom: none;
}

.d-plan.f-groupShop .groupShop-item~.groupShop-item {
	border-top: 1px dashed #ccc;
}

/* メイン画像 */
.f-shopBnr {
	margin-bottom: 14px;
	position: relative;
	width: 100%;
	max-width: 700px;
	height: 300px;
}

.f-shopBnr img {
	position: absolute;
	max-height: 300px;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* ==================================================
   店内をご紹介 リニューアル
================================================== */
.f-shopIntro {
    background: transparent;
}

.f-shopIntro .shopIntro-head {
    padding: 5px 0 4px 3px;
    background: url("/assets/img/user/pc/common/bg-pink-stripe.png");
}

.b-plan .f-shopIntro .shopIntro-head {
	background: url("/assets/img/user/pc/common/bg-blue-stripe.png");
}

.c-plan .f-shopIntro .shopIntro-head {
	background: url("/assets/img/user/pc/common/bg-green-stripe.png");
}

.f-shopIntro .shopIntro-body {
    padding-top: 7px;
    position: relative;
}

.f-shopIntro .shopIntro-item {
	width: 228px;
	height: 244px;
	padding: 12px;
	background: #fff;
	border: 1px solid #cccccc;
	line-height: 1.5;
}

.f-shopIntro .swiper-slide .p-imgWrap {
    width: 202px;
    height: 152px;
    margin-bottom: 12px;
}

.f-shopIntro .swiper-slide .p-imgWrap img {
    border: 1px solid #ccc;
}

.f-shopIntro .swiper-button-prev {
    width: 28px;
    height: 28px;
    background: url("/assets/img/user/pc/shop/pay1/swiper-prev.png");
    top: 122px;
    left: 0;
}

.b-plan .f-shopIntro .swiper-button-prev {
	background: url("/assets/img/user/pc/shop/pay1/swiper-prev-b.png");
}

.c-plan .f-shopIntro .swiper-button-prev {
	background: url("/assets/img/user/pc/shop/pay1/swiper-prev-c.png");
}

.f-shopIntro .swiper-button-next {
    width: 28px;
    height: 28px;
    background: url("/assets/img/user/pc/shop/pay1/swiper-next.png");
    top: 122px;
    right: 0;
}

.b-plan .f-shopIntro .swiper-button-next {
	background: url("/assets/img/user/pc/shop/pay1/swiper-next-b.png");
}

.c-plan .f-shopIntro .swiper-button-next {
	background: url("/assets/img/user/pc/shop/pay1/swiper-next-c.png");
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
	box-sizing: border-box;
}

.f-shopIntro .shopIntro-txt {
	color: #888;
	height: 56px;
	word-wrap: break-word;
	overflow-y: scroll;
}

/*.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}*/

/*.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url();
    left: 10px;
    right: auto;
}*/

/*.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}*/

/* ==================================================
   急募インフォメーション リニューアル
================================================== */
.f-wanted {
    margin-bottom: 20px;
}

.f-wanted .wanted-head {
	background: url("/assets/img/user/pc/common/bg-orange-stripe.png");
	color: #fff;
	font-size: 12px;
    padding: 2px 0 4px 3px;
    position: relative;
}

.f-wanted .wanted-head span {
	background: url("/assets/img/user/pc/common/bg-darker-orange-stripe.png");
	color: #fff;
    display: block;
	line-height: 30px;
    padding-left: 6px;
    position: absolute;
    top: 0;
    right: 0;
}

.f-wanted .wanted-head em {
	background: url("/assets/img/user/pc/common/bg-dark-orange-stripe.png");
	color: #fff;
	display: inline-block;
    height: 30px;
    margin-left: 6px;
    padding: 0 10px;
}

.f-wanted .wanted-body {
    padding: 8px 6px 25px;
    border: 1px solid #ccc;
    border-top: none;
    line-height: initial;
    background-color: #fff;
    color: #888;
}

.f-wanted .info_img_on {
	min-height: 260px;
}

.f-wanted .wanted-body * {
	max-width: 100%;
}

.f-wanted .wanted-body img {
	max-width: 100%;
}

.f-wanted .info_text{
	padding-top: 1px;
}

.f-wanted .btnWrap {
    padding-top: 24px;
    text-align: center;
}

.f-wanted .btnWrap-close {
    padding-top: 24px;
    text-align: center;
}

.f-wanted p[class^="btnWrap"] img {
	cursor: pointer;
}

.f-wanted .info_img {
	float: left;
    width: 267px;
    height: 200px;
}

.f-wanted .info_imgWrap {
	display: block;
	position: relative;
	margin-top: 30px;
}

.f-wanted .info_imgWrap img {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.payplan_shop .f-wanted{
	margin-top: 20px;
}
/* ==================================================
   お店情報 リニューアル
================================================== */
.f-shopInfo {
    margin-bottom: 14px;
}

.f-shopInfo .qr-wrap {
    padding: 2px;
    background: #fff;
    position: absolute;
    top: 6px;
    right: 6px;
}

.f-shopInfo .qr-wrap .qr-img {
	border: 1px solid #ccc;
}

.f-shopInfo .shopInfo-head {
    padding: 3px 0 4px 3px;
    background: url("/assets/img/user/pc/common/bg-pink-stripe.png");
	font-size: 12px;
}

.f-shopInfo .shopInfo-body {
    padding: 5px;
    border: 1px solid #ccc;
    border-top: none;
    position: relative;
    background-color: #f6f6f6;
}

.f-shopInfo .shopInfo-tbl {
    width: 688px;
    table-layout: fixed;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #888;
}

.f-shopInfo .shopInfo-tbl a{
    color: #888;
}

.f-shopInfo .shopInfo-tbl th, .f-shopInfo .shopInfo-tbl td {
    height: 40px;
    line-height: 1.3;
    border-bottom: 1px dashed #ccc;
    vertical-align: middle;
}

.f-shopInfo .shopInfo-tbl th {
    width: 87px;
    background: #ffecf4;
    text-align: center;
}

.f-shopInfo .shopInfo-tbl .ellipsis-right {
    padding: 10px 110px 10px 10px;
    background-color: #fff;
    word-wrap: break-word;
    word-break: break-all;
}

.f-shopInfo .shopInfo-tbl td {
    padding: 10px;
    background-color: #fff;
    word-wrap: break-word;
    word-break: break-all;
}

.f-shopInfo .shopInfo-tbl td p {
    margin-bottom: 20px;
}

.f-shopInfo .shopInfo-tbl td p:last-child {
    margin-bottom: 0;
}

.f-shopInfo .shopInfo-tbl td .time {
	margin-bottom: 3px;
	font-size: 13px;
	line-height: 23px;
}

.f-shopInfo .shopInfo-tbl td .time span {
	display: inline-block;
	width: 106px;
	height: 23px;
	margin-right: 8px;
	border-radius: 3px;
	text-align: center;
	background: #5fc2ff;
	color: #fff;
}

.f-shopInfo .shopInfo-tbl td .telNum {
	font-size: 30px;
	font-weight: bold;
	color: #212121;
	position: relative;
	top: 2px;
}

.f-shopInfo .shopInfo-tbl tr:last-child th, .f-shopInfo .shopInfo-tbl tr:last-child td {
    border-bottom: none;
}

.f-shopInfo .shopInfo-tbl tr:last-child th, .f-shopInfo .shopInfo-tbl tr:last-child td a {
    color: #888;
    text-decoration: none;
}

#shop_hp_main_lower {
	display: inline;
    cursor: pointer;
}

.f-shopInfo .p-imgWrap {
	width: 202px;
	padding-top: 152px;
}

.f-shopInfo .p-imgWrap img {
	border: 1px solid #cccccc;
}

.f-shopInfo .btnWrap {
	border-left: 15px solid transparent;
	vertical-align: middle;
}

.f-shopInfo .btnWrap a img {
	margin: 0 14px 14px 0;
}

.hp_bt_effect img {
	margin: 0 14px 14px 0;
}

.b-plan .f-shopInfo .shopInfo-head {
	background: url("../../../img/user/pc/common/bg-blue-stripe.png");
}

.b-plan .f-shopInfo .shopInfo-tbl th {
	background: #edf4fb;
}

.c-plan .f-shopInfo .shopInfo-head {
	background: url("../../../img/user/pc/common/bg-green-stripe.png");
}

.c-plan .f-shopInfo .shopInfo-tbl th {
	background: #edffe2;
}

.free .f-shopInfo .shopInfo-head {
	background: url("../../../img/user/pc/common/bg-green-stripe.png");
}

.free .f-shopInfo .shopInfo-tbl th {
	background: #edffe2;
}

/* ==================================================
   もっとお店のこと教えて リニューアル
================================================== */
.f-moreShopInfo {
    margin-bottom: 14px;
}

.f-moreShopInfo .moreShopInfo-head {
    padding: 4px 0 4px 3px;
    background: url("/assets/img/user/pc/common/bg-pink-stripe.png");
	font-size: 12px;
}

.f-moreShopInfo .moreShopInfo-body {
    padding: 13px 6px 7px;
    border: 1px solid #ccc;
    border-top: none;
    background: #ffecf4;
}

.f-moreShopInfo .pink a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-treatment-off.png");
}

.f-moreShopInfo .pink:hover a, .f-moreShopInfo .pink.active a {
    background-image: url("../../../img/user/pc/shop/pay1/tab-treatment-on.png");
}

.f-moreShopInfo .green a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-selfish-off.png");
}

.f-moreShopInfo .green:hover a, .f-moreShopInfo .green.active a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-selfish-on.png");
}

.f-moreShopInfo .blue a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-site-off.png");
}

.f-moreShopInfo .blue:hover a, .f-moreShopInfo .blue.active a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-site-on.png");
}

.f-moreShopInfo .tabBody-list {
	background: #fff;
    border: 1px solid #ccc;
	padding-left: 0px;
}

.f-moreShopInfo .tabBody-item {
    display: none;
    padding: 11px 9px;
}

.f-moreShopInfo .moreShopInfo-ttl {
	margin-bottom: 10px;
	padding: 2px 0 2px 30px;
	background: url("../../../img/user/pc/common/icon-tri-orange.png") no-repeat 8px top;
	color: #ff8742;
	font-size: 16px;
	font-weight: bold;
	line-height: 17px;
}

.f-moreShopInfo .treatment-list,
.f-moreShopInfo .privilege-list {
    overflow: hidden;
	/*padding-left: 0px;*/
}

.f-moreShopInfo .treatment-item,
.f-moreShopInfo .privilege-item {
    width: 106px;
    float: left;
    margin: 0 6px 6px 0;
	cursor: pointer;
}

.f-moreShopInfo .treatment-item a,
.f-moreShopInfo .treatment-item span,
.f-moreShopInfo .privilege-item a,
.f-moreShopInfo .privilege-item span {
	display: block;
	padding: 2px;
	color: #fff;
}

.f-moreShopInfo .on span {
    background: #1bded2;
}

.f-moreShopInfo .off span {
    background: #b9b9b9;
}

.f-moreShopInfo .treatment-item em,
.f-moreShopInfo .privilege-item em {
	display: block;
	height: 24px;
	border: 1px solid #fff;
	color: #fff;
	line-height: 23px;
    text-align: center;
}

.f-moreShopInfo .treatment-item {
	width: 106px;
}

.f-moreShopInfo .treatment-item:nth-child(6n) {
	margin-right: 0;
}

/*.f-moreShopInfo .treatment-item a {
	background: #1bded2;
}*/

/*.f-moreShopInfo .treatment-item span {
    background: #b9b9b9;
}*/

.f-moreShopInfo .privilege-item {
	width: 128px;
}

.f-moreShopInfo .privilege-item:nth-child(5n) {
	margin-right: 0;
}

.privilege-list .on span {
	background: #ff2f9a;
}

.privilege-list .off span {
	background: #b9b9b9;
}

.f-moreShopInfo .btnWrap {
	margin-top: 0px;
	margin-bottom: 0px;
    padding-top: 5px;
    text-align: center;
}

.b-plan .f-moreShopInfo .moreShopInfo-head {
	background: url("../../../img/user/pc/common/bg-blue-stripe.png");
}

.b-plan .f-moreShopInfo .moreShopInfo-body {
	background: #f6f6f6;
}

.c-plan .f-moreShopInfo .moreShopInfo-head {
	background: url("../../../img/user/pc/common/bg-green-stripe.png");
}

.c-plan .f-moreShopInfo .moreShopInfo-body {
	background: #edffe2;
}

.free .f-moreShopInfo .moreShopInfo-head {
	background: url("../../../img/user/pc/common/bg-green-stripe.png");
}

.free .f-moreShopInfo .moreShopInfo-body {
	padding-top: 7px;
	background: #edffe2;
}

.f-moreShopInfo .shopSite {
	background: url("../../../img/user/pc/shop/pay1/bg-shopSite.png") no-repeat right top;
}

.f-moreShopInfo .shopSite-body {
	padding: 9px 11px;
}

.f-moreShopInfo .shopSite-body .p-imgWrap {
	width: 202px;
	height: 0;
	padding-top: 152px;
}

.f-moreShopInfo .shopSite-body .p-imgWrap img {
	border: 1px solid #cccccc;
}

.f-moreShopInfo .shopSite-contents {
	padding: 18px 0 0 7px;
	vertical-align: top;
}

.f-moreShopInfo .shopSite-contents img {
	margin-bottom: 12px;
}

/* ==================================================
   出稼ぎ/人妻・熟女/未経験/体験入店 リニューアル
================================================== */
.f-specialContents {
    background: transparent;
    margin-bottom: 14px;
}

.f-specialContents .tabHead-list {
    margin-left: 7px;
}

.f-specialContents .tabHead-item {
    border-bottom: 1px solid #ccc;
	width: 136px;
}

.f-specialContents .yellow a {
	background-image: url("../../../img/user/pc/shop/pay1/kyuujin_off.png");
}

.f-specialContents .yellow:hover a, .f-specialContents .yellow.active a {
    background-image: url(../../../img/user/pc/shop/pay1/kyuujin_on.png);
}

.f-specialContents .orange a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-exp-off.png");
}

.f-specialContents .orange:hover a, .f-specialContents .orange.active a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-exp-on.png");
}

.f-specialContents .blue a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-workAway-off.png");
}

.f-specialContents .blue:hover a, .f-specialContents .blue.active a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-workAway-on.png");
}

.f-specialContents .purple a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-married-off.png");
}

.f-specialContents .purple:hover a, .f-specialContents .purple.active a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-married-on.png");
}

.f-specialContents .aqua a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-beginner-off.png");
}

.f-specialContents .aqua:hover a, .f-specialContents .aqua.active a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-beginner-on.png");
}

.f-specialContents .spContents-mainImage {
    margin-bottom: 14px;
}

.f-specialContents .special_img {
	width: 672px;
	height: 288px;
	background-color: #FFF;
	position: relative;
}

.f-specialContents .specialContents-body .special_img img {
	max-width: 672px;
	max-height: 288px;
	width: auto;
	height: auto;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.f-specialContents .anno-head {
	width: 72px;
	padding: 3px 0 2px;
	background: #ffa9ce;
	border: 1px solid #ffd7e8;
	border-bottom: none;
	border-radius: 3px 0 0 0;
	color: #fff;
	text-align: center;
	font-size: 13px;
	float: left;
}

.f-specialContents .anno-body {
	padding: 7px 0 8px;
	border-top: 1px solid #ffd7e8;
	background: #fff6fa;
	clear: left;
}

.f-specialContents .anno-txt {
	padding-left: 10px;
	line-height: 1.5;
	text-shadow: 1px 1px 1px #fff;
	word-wrap: break-word;
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    display: -webkit-box;
    /*-webkit-line-clamp: 3;*/
    -webkit-box-orient: vertical;
}

.f-specialContents .inner-block {
	margin-bottom: 16px;
	background: #fff;
	box-shadow: 0px 1px 2px 0px rgba(231, 193, 201, 0.5);
}

.f-specialContents .experience .experience-body {
    padding: 14px 12px 15px;
    border: 1px solid #ccc;
    background: #fff1f1;
    color: #888;
}

.f-specialContents .experience .inner-block-ttl {
	height: 30px;
	padding-left: 37px;
	background: #ffadbb no-repeat 7px center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.f-specialContents .experience .inner-block-contents {
	padding: 12px 11px;
}

.f-specialContents .experience .recruitStatus .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-heart.png");
}

.f-specialContents .experience .recruitStatus .red-tbl {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 15px;
	border: 1px solid #ff3155;
}

.f-specialContents .experience .recruitStatus .red-tbl th {
	background: #ff3155;
	color: #faf72e;
	border: 1px solid #fff;
	text-align: center;
	font-size: 13px;
}

.f-specialContents .experience .recruitStatus .red-tbl th.number {
	width: 118px;
}

.f-specialContents .experience .recruitStatus .red-tbl th.salary {
	width: 105px;
}

.f-specialContents .experience .recruitStatus .red-tbl th.warranty {
	width: 106px;
}

.f-specialContents .experience .recruitStatus .red-tbl td {
	padding: 10px 0 9px;
	border-left: 1px solid #ff3155;
	border-right: 1px solid #ff3155;
	text-align: center;
}

.f-specialContents .experience .red-tbl td:last-child {
	border-right: none;
}

.f-specialContents .experience .recruitStatus .red-tbl td.number {
	width: 78px;
}

.f-specialContents .experience .recruitStatus .red-tbl td.salary {
	width: 160px;
}

.f-specialContents .experience .recruitStatus .red-tbl td.warranty span {
	font-size: 16px;
	margin: 0;
}

.f-specialContents .experience .recruitStatus .red-tbl td span {
	margin-left: 7px;
	margin-right: 3px;
	color: #ff3155;
	font-size: 21px;
}

.f-specialContents .experience .green-tbl {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #38dab0;
}

.f-specialContents .experience .green-tbl th {
	width: 98px;
	padding: 12px 0 10px;
	background: #38dab0;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	font-size: 13px;
	text-shadow: 1px 1px 1px #00c491;
}

.f-specialContents .experience .green-tbl td {
	padding: 12px 0 10px;
	background: #fff;
	border-left: 1px solid #38dab0;
	border-right: 1px solid #38dab0;
	text-align: center;
}

.f-specialContents .experience .green-tbl td:last-child {
	border-right: none;
}

.f-specialContents .experience .necessary .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-bag.png");
}

.f-specialContents .experience .necessary-list {
	margin-bottom: 10px;
	overflow: hidden;
}

.f-specialContents .experience .necessary-list .necessary-item {
	width: 212px;
	margin: 0 1px 1px 0;
	padding: 1px;
	float: left;
	border: 1px solid #dce9e7;
	background: #fffff5;
	font-size: 15px;
}

.f-specialContents .experience .necessary-list .necessary-dl {
	width: 100%;
}

.f-specialContents .experience .necessary-list .necessary-head {
	width: 44px;
	position: relative;
}

.f-specialContents .experience .necessary-list .necessary-head:after {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	border-left: 1px dotted #dce9e7;
	position: absolute;
	top: 0;
	right: 2px;
}

.f-specialContents .experience .necessary-list .necessary-head img {
	position: relative;
	z-index: 5;
}

.f-specialContents .experience .necessary-list .necessary-body {
	border-right: 1px solid #f5f9f1;
	text-align: center;
	vertical-align: middle;
	text-shadow: 0px 1px 1px #fff,0px 0px 1px #fff,1px 0px 1px #fff,0px -1px 1px #fff,-1px -1px 1px #fff,-1px 0px 1px #fff;
}

.f-specialContents .experience .desc-dl {
	margin-bottom: 10px;
}

.f-specialContents .experience .desc-dl > * {
	display: inline-block;
}

.f-specialContents .experience .desc-dl .desc-head:after {
	content: "…";
	display: inline-block;
	margin-left: 3px;
}

.f-specialContents .experience .desc-dl .desc-body {
	margin-right: 8px;
}

.f-specialContents .experience .qanda {
	margin-bottom: 0;
}

.f-specialContents .experience .qanda .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-balloon.png");
}

.f-specialContents .experience .qanda .qanda-dl {
	margin-bottom: 12px;
	border: 1px solid #eaeaea;
	padding: 0 5px;
	border-radius: 2px;
}

.f-specialContents .experience .qanda .qanda-dl:last-child {
	margin-bottom: 0;
}

.f-specialContents .experience .qanda .qanda-head {
	min-height: 30px;
	padding-top: 17px;
	padding-bottom: 5px;
	padding-left: 47px;
	font-weight: bold;
	background: url("../../../img/user/pc/shop/pay1/icon-Q.png") no-repeat 5px 7px;
	border-bottom: 1px dashed #eaeaea;
	font-size: 16px;
	color: #67ade9;
}

.f-specialContents .experience .qanda .qanda-body {
	padding: 8px 5px 12px 47px;
	background: url("../../../img/user/pc/shop/pay1/icon-A.png") no-repeat 5px 7px;
	line-height: 1.5;
}

/* 出稼ぎ */
.f-specialContents .workAway .workAway-ttl img {
	position: relative;
	top: -2px;
}

.f-specialContents .workAway .workAway-body {
	padding: 14px 13px 0;
	margin-top: -11px;
	background: url("../../../img/user/pc/shop/pay1/bg-workAway.png");
	border: 1px solid #cccccc;
}

.f-specialContents .workAway .spContents-mainImage {
	margin-bottom: 14px;
}

.f-specialContents .workAway .inner-block-ttl {
	height: 30px;
	padding-left: 38px;
	background: #71def3 no-repeat 7px center;
	color: #ffffff;
	line-height: 31px;
	font-size: 16px;
}

.f-specialContents .workAway .inner-block-contents {
	padding: 12px;
}

.f-specialContents .workAway .workAway-info .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-present.png");
}

.f-specialContents .workAway .vanilla-limited-dl {
	height: 35px;
	margin-bottom: 8px;
	background-image: url("../../../img/user/pc/shop/pay1/bg-vanillaLimited.png");
	overflow: hidden;
	line-height: 35px;
}

.f-specialContents .workAway .vanilla-limited-ttl {
	width: 250px;
	padding-left: 27px;
	float: left;
	clear: left;
}

.f-specialContents .workAway .vanilla-limited-contents {
	padding-left: 260px;
	color: #502d00;
	font-size: 17px;
	line-height: 37px;
	text-shadow: 0px 1px 0px #fff8e7;
	word-wrap: break-word;
    word-break: break-all;
}

.f-specialContents .workAway .vanilla-limited-contents span {
	color: #ff7891;
	font-size: 20px;
	font-weight: bold;
}

.f-specialContents .workAway .anno-dl {
	margin-top: 15px;
}

.f-specialContents .workAway .anno-head {
	background: #5dcfff;
	border: 1px solid #beebff;
}

.f-specialContents .workAway .anno-body {
	border-top: 1px solid #beebff;
	background: #f7feff;
}

.f-specialContents .workAway .tbl-wrap {
	padding: 10px;
}

.f-specialContents .workAway .dormitory .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-dormitory.png");
}

.f-specialContents .workAway .dormitory .workAway-tbl {
	margin-bottom: 14px;
}

.f-specialContents .workAway .dormitory .workAway-tbl th {
	width: 93px;
}

.f-specialContents .workAway .merit .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-castle.png");
}

.f-specialContents .workAway .merit .workAway-tbl th {
	width: 100px;
}

.f-specialContents .workAway .merit .workAway-tbl td {
	padding: 12px;
	overflow: hidden;
}

.f-specialContents .workAway-tbl {
	width: 100%;
	border-top: 1px solid #dce5e9;
	border-left: 1px solid #dce5e9;
	word-break: break-all;
    word-wrap: break-word;
}

.f-specialContents .workAway-tbl th, .f-specialContents .workAway-tbl td {
	height: 33px;
	padding: 1px;
	border-right: 1px solid #dce5e9;
	border-bottom: 1px solid #dce5e9;
}

.f-specialContents .workAway-tbl th {
	width: 86px;
	background: #eafaff;
	box-shadow: 0 0 0 1px #fff inset;
	text-align: center;
}

.f-specialContents .workAway-tbl td {
	min-width: 74px;
	padding-left: 14px;
	background: #fff;
	line-height: 1.3;
}

.f-specialContents .workAway-tbl .p-imgWrap {
	width: 212px;
	height: 159px;
	float: right;
	border: 1px solid #dce5e9;
}

.f-specialContents .dormitory-list-content {
	overflow: hidden;
	width: 100%;
}

.f-specialContents .dormitory-list {
	width: auto;
    margin: auto;
    display: table;
}

.f-specialContents .dormitory-list li {
	padding-left: 20px;
}

.f-specialContents .dormitory-item {
	width: 196px;
	display: table-cell;
}

.f-specialContents .dormitory-img {
	height: 133px;
	border: 1px solid #dce5e9;
}

.f-specialContents .dormitory-txt {
	padding-top: 8px;
	color: #606060;
	font-size: 12px;
	line-height: 1.5;
	word-break: break-all;
	word-wrap: break-word;
}

/* 人妻・熟女 */
.f-specialContents .married .married-ttl img {
	position: relative;
	top: -3px;
}

.f-specialContents .married .inner-block:last-child {
	margin-bottom: 0;
}

.f-specialContents .married .inner-block-ttl {
	height: 30px;
	padding-left: 38px;
	background: #4c4994 no-repeat 7px center;
	color: #ffffff;
	line-height: 31px;
	font-size: 16px;
}

.f-specialContents .married .inner-block-contents {
	padding: 12px 11px 3px;
}

.f-specialContents .married .wanted .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-rose.png");
}

.f-specialContents .married .oneDay .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-time.png");
}

.f-specialContents .married .voice .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-comment.png");
}

.f-specialContents .married-body {
	padding: 15px 14px;
	margin-top: -5px;
	background-image: url("../../../img/user/pc/shop/pay1/bg-married.png");
}

.f-specialContents .inner-married-dl,
.f-specialContents .inner-begginersVoice-dl {
	overflow: hidden;
}

.f-specialContents .inner-married-head,
.f-specialContents .inner-begginersVoice-head {
	min-width: 140px;
	height: 20px;
	padding: 0 8px;
	border-radius: 5px 0 0 0 / 3px 0 0 0;
	box-shadow: 1px 1px 0px 0px #eae8fa;
	text-align: center;
	line-height: 20px;
	float: left;
	color: #ffffff;
	font-size: 13px;
	position: relative;
	z-index: 5;
}

.f-specialContents .inner-married-head {
	background-color: #2a2c77;
	border: 1px solid #997cdd;
}

.f-specialContents .inner-begginersVoice-head {
	background-color: #74daba;
	border: 1px solid #6dd5b4;
}

.f-specialContents .inner-married-contents,
.f-specialContents .inner-begginersVoice-contents {
	padding-top: 22px;
	clear: left;
	position: relative;
}

.f-specialContents .inner-married-contents {
	border-top: 1px solid #faeeff;
	background: #fbf9ff;
	top: -10px;
}

.f-specialContents .inner-begginersVoice-contents {
	border-top: 1px solid #fff5f5;
	background: #fffbfb;
	top: -16px;
}

.f-specialContents .enrollment-table {
	width: 100%;
	border-top: 1px solid #e5deea;
	border-left: 1px solid #e5deea;
}

.f-specialContents .enrollment-table td, .f-specialContents .enrollment-table th {
	border-right: 1px solid #e5deea;
	border-bottom: 1px solid #e5deea;
	text-align: center;
	vertical-align: middle;
	width: 39px;
}

.f-specialContents .enrollment-table th {
	height: 39px;
	box-shadow: 0 0 0 1px #fff inset;
	background: #a3a0d4;
	color: #fff;
	font-size: 13px;
	text-shadow: 0px 1px 0px #fdf3ff;
	width: 58px;
}

.f-specialContents .enrollment-table td {
	background: #fff;
}

.f-specialContents .enrollment-table .off {
	background: #ebebeb;
	color: #cbcbcb;
}

.f-specialContents .conditions-list {
	overflow: hidden;
	padding-bottom: 3px;
}

.f-specialContents .conditions-item {
	width: 105px;
	margin: 0 0 2px 3px;
	float: left;
}

.f-specialContents .married-tbl {
	width: 100%;
	border-top: 1px solid #e5deea;
	border-left: 1px solid #e5deea;
	color: #606060;
	font-size: 13px;
}

.f-specialContents .married-tbl tr:last-child .income {
	background: url("../../../img/user/pc/shop/pay1/icon-sparkle.png") no-repeat right 4px center;
}

.f-specialContents .married-tbl tr:last-child .income span {
	background: #b56fff;
}

.f-specialContents .married-tbl tr:nth-child(2n) td {
	background: #fffdf8;
}

.f-specialContents .married-tbl th, .f-specialContents .married-tbl td {
	height: 32px;
	padding: 1px;
	border-right: 1px solid #e5deea;
	border-bottom: 1px solid #e5deea;
	box-shadow: 0 0 0 1px #fff inset;
	text-align: center;
}

.f-specialContents .married-tbl th {
	width: 120px;
	background: #edecfe;
}

.f-specialContents .married-tbl td {
	padding-left: 8px;
	background: #fff;
	line-height: 1.3;
}

.f-specialContents .married-tbl .income {
	width: 245px;
	padding-right: 23px;
	text-align: right;
	position: relative;
}

.f-specialContents .married-tbl .income span {
	display: inline-block;
	min-width: 100px;
	height: 24px;
	margin-top: -12px;
	border-radius: 4px;
	background-color: #c7b3f4;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 4px;
	top: 50%;
}

.f-specialContents .married-tbl .income em {
	margin-right: 4px;
	color: #ff9797;
	font-size: 18px;
	font-weight: bold;
}

.f-specialContents .voice-contents .p-imgWrap {
	float: left;
	border: 1px solid #e9dcdc;
	width: 120px;
	height: 157px;
}

.comment_bg{
	background-image:url("/assets/img/user/pc/shop/pay1/hitoduma/bg_wifeframe.png");
	background-size:523px 162px;
	background-repeat:no-repeat;
	width:523px;
	height:162px;
	float:right;
	display:inline-block;
}

.hitoduma_c_text{
	display:inline-block;
	width:510px;
	height:130px;
	margin-top: 15px;
	margin-left: 10px;
	vertical-align: text-top;
	text-align:left;
	overflow-y: scroll;
	line-height:20px;
	word-wrap:break-word;
	word-break: break-all;
}

.mikeiken_earn_bg{
	background-image:url("/assets/img/user/pc/shop/pay1/mikeiken/bg_03text.png");
	background-size:523px 162px;
	background-repeat:no-repeat;
	width:523px;
	height:162px;
	float:right;
	display:inline-block;
}

.mikeiken_earn_text{
	display: inline-block;
    width: 504px;
    height: 130px;
    margin-top: 15px;
	margin-left: 10px;
    vertical-align: text-top;
    text-align: left;
    overflow-y: scroll;
	line-height:20px;
	word-wrap: break-word;
	word-break: break-all;
}

/* ミニスクロールバー */
.hitoduma_c_text .jspTrack{
	background: #E8DFFF;
}
.hitoduma_c_text .jspDrag
{
	background: #BBA0EF;
}
.mikeiken_earn_text .jspTrack{
	background: #E6F8FF;
}
.mikeiken_earn_text .jspDrag
{
	background: #A7DAF6;
}

/* 未経験 */
.f-specialContents .begginer-body {
	margin-top: -1px;
	padding: 15px 14px;
	background: url("../../../img/user/pc/shop/pay1/bg-begginer.png");
}

.f-specialContents .begginer-body .inner-block-ttl {
	height: 30px;
	padding-left: 38px;
	background: #7fe5df no-repeat 7px center;
	color: #ffffff;
	line-height: 31px;
	font-size: 16px;
}

.f-specialContents .begginer-body .inner-block-contents {
	padding: 12px 11px;
}

.f-specialContents .begginer-body .vanilla-limited-dl {
	height: 35px;
	margin-bottom: 8px;
	background: url("../../../img/user/pc/shop/pay1/bg-vanillaLimited-pink.png") no-repeat;
	overflow: hidden;
	line-height: 35px;
}

.f-specialContents .begginer-body .vanilla-limited-ttl {
	width: 253px;
	height: 35px;
	padding-left: 27px;
	float: left;
	clear: left;
}

.f-specialContents .begginer-body .vanilla-limited-contents {
	padding-left: 278px;
	color: #502d00;
	font-size: 17px;
	line-height: 37px;
	text-shadow: 0px 1px 0px #fff8e7;
	word-break: break-all;
	word-wrap: break-word;
}

.f-specialContents .begginer-body .anno-head {
	background: #74daba;
	border: 1px solid #6dd5b4;
}

.f-specialContents .begginer-body .anno-body {
	border-top: 1px solid #6dd5b4;
	background: #f8fffe;
}

.f-specialContents .begginersPrivilege .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-present-blue.png");
}

.f-specialContents .reason .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-flower.png");
}

.f-specialContents .reason .reason-item-ttl {
	height: 25px;
	padding-left: 14px;
	margin-bottom: 10px;
	background: url("../../../img/user/pc/shop/pay1/icon-heart-white.png") no-repeat #74daba 5px center;
	box-shadow: 0px 1px 0px 0px #e1f9f2;
	line-height: 26px;
	color: #ffffff;
	font-size: 15px;
}

.f-specialContents .reason .reason-item-ttl span {
	margin-right: 17px;
	color: #57a399;
	font-size: 12px;
	position: relative;
	top: -1px;
}

.f-specialContents .reason .reason-item-contents {
	width: 100%;
	padding-bottom: 15px;
}

.f-specialContents .reason .p-imgWrap {
	width: 204px;
	padding-top:174px;
	border: 1px solid #e9dcdc;
}

.f-specialContents .reason .reason-txt-wrap {
	border-left: 15px solid transparent;
	vertical-align: top;
}

.f-specialContents .reason .reason-txt {
	padding: 5px 5px 3px 8px;
	background-color: #fffff7;
	border-bottom: 1px solid #ede2e2;
	color: #787272;
	line-height: 22px;
	text-shadow: 0px 1px 0px #ffffff;
	word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
	min-height: 165px;
}

.f-specialContents .begginersVoice .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-calculator.png");
}

.f-specialContents .begginersVoice .voice-contents {
	background-image: url("../../../img/user/pc/shop/pay1/bg-beginnersVoice.png");
}

.f-specialContents .inner-block-ttl {
    height: 30px;
    padding-left: 37px;
    background: #ffadbb no-repeat 7px center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
}

.f-specialContents .inner-block-contents {
    padding: 12px 11px;
    background: #fff;
}

.f-specialContents .qanda .qanda-body div {
    padding-right: 20px;
    padding-bottom: 10px;
    width: 590px;
    line-height: 17px;
    min-height: 35px;
    word-wrap: break-word;
    word-break: break-all;
}

/* ==================================================
   お店からのメッセージ リニューアル
================================================== */
.f-shopMessage {
    margin-bottom: 11px;
}

.f-shopMessage .shopMessage-head {
    padding: 4px 0 1px 3px;
    background: url("/assets/img/user/pc/common/bg-pink-stripe.png");
}

.f-shopMessage .shopMessage-body {
    padding: 10px 6px 10px;
    border: 1px solid #ccc;
    border-top: none;
    line-height: 1.5;
    background-color: #fff;
    word-wrap: break-word;
    word-break: break-all;
}

.f-shopMessage .shopMessage-body p {
	color: #888;
    margin-bottom: 20px;
}

.b-plan .f-shopMessage .shopMessage-head {
	background: url("../../../img/user/pc/common/bg-blue-stripe.png");
}

.c-plan .f-shopMessage .shopMessage-head {
	background: url("../../../img/user/pc/common/bg-green-stripe.png");
}

.free .f-shopMessage .shopMessage-head {
	background: url("../../../img/user/pc/common/bg-green-stripe.png");
}

/* ==================================================
   応募方法 リニューアル
================================================== */
.f-application {
    margin-bottom: 11px;
}

.f-application .application-head {
    padding: 4px 0 1px 3px;
    background: url("/assets/img/user/pc/common/bg-pink-stripe.png");
	font-size: 12px;
}

.f-application .application-body {
    padding: 10px 6px 8px;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-top: none;
    position: relative;
}

.f-application .interview-wrap {
    padding: 0 6px 0 4px;
    background: #fff;
    position: absolute;
    bottom: 14px;
    right: 8px;
	box-sizing: content-box;
}

.d-plan.f-application .interview-wrap {
	z-index: 1;
	bottom: 2px;
	right: 0px;
}

.f-application .interview-body {
    margin-top: -3px;
    padding: 4px 7px;
    border: 1px solid #f4d8f4;
    background: #fef4fe;
}

.f-application .interview-body .p-imgWrap {
    width: 83px;
    padding-top: 110px;
}

.f-application .interview-body .p-imgWrap img {
    border: 1px solid #f4d8f4;
}

.f-application .interview-body .comment-area {
    width: 127px;
    padding-left: 7px;
    vertical-align: top;
}

.f-application .interview-body .comment {
	color: #888;
    max-height: 108px;
    padding: 14px 5px 14px 12px;
    margin-top: 2px;
    border-radius: 5px;
    background: #fff;
    line-height: 1.38;
    overflow: hidden;
    box-shadow: 0px 1px 0px 0px #f2d4f2;
}

.f-application .interview-body .comment span {
	display: block;
}

.f-application .application-tbl {
    width: 685px;
    table-layout: fixed;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #888;
}

.f-application .application-tbl .saiyonotel {
	margin-top: 8px;
    margin-bottom: 3px;
}

.f-application .application-tbl th, .f-application .application-tbl td {
	height: 40px;
	line-height: 1.3;
	border-bottom: 1px dashed #ccc;
	vertical-align: middle;
}

.f-application .application-tbl th {
	width: 140px;
	background: #ffecf4;
	text-align: center;
}

.f-application .application-tbl td {
	padding: 10px 0 10px 20px;
}

.f-application .application-tbl td .time {
	font-size: 13px;
	line-height: 23px;
}

.f-application .application-tbl td .time span {
	display: inline-block;
	width: 106px;
	height: 23px;
	margin-right: 8px;
	border-radius: 3px;
	text-align: center;
	background: #5fc2ff;
	color: #fff;
	font-size: 12px;
}

.f-application .application-tbl td .telNum {
	font-size: 30px;
	font-weight: bold;
	position: relative;
	top: 2px;
}

.f-application .application-tbl tr.appli-webtel th {
    padding: 18px 0 14px;
}

.f-application .application-tbl tr.appli-webtel th img {
    margin-bottom: 10px;
}

.f-application .application-tbl tr.appli-webtel td {
	padding-top: 0;
	padding-bottom: 12px;
	overflow: hidden;
	position: relative;
}

.f-application .application-tbl tr.appli-webtel > img {
	margin-bottom: 10px;
}

.f-application .application-tbl .about-secretTel {
    display: block;
    width: 120px;
    height: 22px;
    margin: 0 auto;
    padding-left: 22px;
    background: #ffa9ce url("/assets/img/user/pc/shop/pay1/icon-question-circle.png") 4px center no-repeat;
    border-radius: 4px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
}

.f-application .application-tbl .about-secretTel:hover {
	opacity: 0.7;
	cursor: pointer;
}

.f-application .application-tbl tr:last-child th, .f-application .application-tbl tr:last-child td {
	border-bottom: none;
}

.f-application .application-tbl tr.is_interview {
	height:80px;
}

.f-application .telWrap {
    margin-bottom: 8px;
}

.f-application .telWrap .input-tel {
    width: 64px;
    height: 23px;
    padding-left: 5px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 0px 0px #f3f3f3;
    color: #888;
}

.f-application .telWrap span {
    margin: 0 5px 0 4px;
}

.f-application .telWrap .text {
	position: relative;
	top: 2px;
}

.f-application .telWrap input[type=checkbox] {
    /*display: none;*/
    vertical-align: middle;
}

.f-application .telWrap .check {
    position: relative;
    display: inline-block;
    width: 3px;
    height: 11px;
}

.f-application .telWrap .check:before {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    content: "";
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 3px 0px 0px #f3f3f3;
}

.f-application .telWrap input:checked + .check::after {
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #090;
    border-bottom: 2px solid #090;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    box-sizing: border-box;
}

.f-application .radioWrap {
    margin-bottom: 6px;
}


.f-application .radioWrap input[type="radio"] {
    /*display: none;*/
    vertical-align: middle;
}

.f-application .radioWrap input[type="radio"]:checked + label:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #5b5a5b;
	border-radius: 100%;
}

.f-application .radioWrap .design-radio {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding: 3px 3px 3px 19px;
    cursor: pointer;
}

.f-application .radioWrap .design-radio:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
}

.f-application .selectWrap {
	margin-right: 14px;
	float: left;
}

.f-application .selectWrap > label {
    position: relative;
    top: 1px;
}

.f-application .selectWrap select {
	border: 1px solid #ccc;
	box-shadow: 0px 3px 0px 0px #f3f3f3;
	color: black;
    width: 110px;
    height: 23px;
    color: #888;
	font-size: 12px;
}

.f-application .selectWrap span {
    margin: 0 5px 0 4px;
}

.f-application .naisyo_submit {
	display: block;
	float:left;
	width: 93px;
	height: 22px;
	color: #fff;
	background: #ff2f9a;
	border-radius: 2px;
	border-bottom: 1px solid #ff1c7b;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}

.b-plan .f-application .application-head {
	padding: 5px 0 4px 3px;
	background: url("../../../img/user/pc/common/bg-blue-stripe.png");
}

.c-plan .f-application .application-head {
	padding: 5px 0 4px 3px;
	background: url("../../../img/user/pc/common/bg-green-stripe.png");
}


/* ==================================================
   メールフォームから応募・お問い合わせ リニューアル
================================================== */
.f-applicationForm {
	margin-bottom: 12px;
}

.f-applicationForm .applicationForm-head {
	padding: 3px 0 3px 3px;
	background: url("../../../img/user/pc/common/bg-pink-stripe.png");
	font-size: 12px;
}

.f-applicationForm .applicationForm-body {
	padding: 10px 5px 28px;
	border: 1px solid #ccc;
	border-top: none;
	background-color: #f6f6f6;
}

.f-applicationForm .form-tbl {
	width: 685px;
	table-layout: fixed;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 12px;
	color: #888;
}

.f-applicationForm .form-tbl th, .f-applicationForm .form-tbl td {
	height: 40px;
	line-height: 1.3;
	border-bottom: 1px dashed #ccc;
	vertical-align: middle;
}

.f-applicationForm .form-tbl th {
	width: 140px;
	background: #ffecf4;
	text-align: center;
}

.f-applicationForm .form-tbl th .require {
	display: inline-block;
	width: 30px;
	margin-right: 1px;
	background: #ff2f9a;
	font-size: 10px;
	color: #fff;
	position: relative;
	top: -1px;
}

.f-applicationForm .form-tbl td {
	padding: 10px;
}
.f-applicationForm .form-tbl :placeholder-shown
 {
    color: #a6a6a6;
 }
.f-applicationForm .form-tbl ::-moz-placeholder {
	color: #a6a6a6; opacity: 1;
}
.f-applicationForm .form-tbl :-ms-input-placeholder {
	color: #a6a6a6;
}
.f-applicationForm .form-tbl td input[type=text] {
	width: 100%;
	height: 30px;
	margin-bottom: 4px;
	padding-left: 5px;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 0px 0px #f3f3f3;
	color: #888;
}

.f-applicationForm .form-tbl td #oubo_email_address {
	width: 50%;
}

.f-applicationForm .form-tbl td #oubo_email_domain {
	width: 40%;
}

.f-applicationForm .form-tbl td input[type=text].error,
.f-applicationForm .form-tbl td input[type=email].error {
	background: #feeff6;
	border-color: #ff3155;
}

.f-applicationForm .form-tbl td select {
	width: 66px;
	height: 30px;
	margin-bottom: 4px;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 0px 0px #f3f3f3;
	margin-right: 8px;
	color: #888;
}

.f-applicationForm .form-tbl td textarea {
	width: 100%;
	height: 200px;
	padding-top: 3px;
	padding-left: 5px;
	margin-bottom: 4px;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 0px 0px #f3f3f3;
	resize: none;
	color: #888;
}

.f-applicationForm .form-tbl td .anno-txt {
	font-size: 13px;
	color: #ccc;
}

.f-applicationForm .form-tbl td .error-txt {
	color: #ff3155;
}

.f-applicationForm .form-tbl td input[type="radio"] {
	display: none;
}

.f-applicationForm .form-tbl td input[type="radio"]:checked + label:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background: #5b5a5b;
	border-radius: 100%;
	z-index: 10;
}

.f-applicationForm .form-tbl td .labelWrap {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-left: 5px;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 0px 0px #f3f3f3;
	font-size: 15px;
	position: relative;
}

.f-applicationForm .form-tbl td .labelWrap:after {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	background: #f3f3f3;
	position: absolute;
	top: 0;
	left: 0;
}

.f-applicationForm .form-tbl td .design-radio {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	padding: 3px 3px 3px 35px;
	cursor: pointer;
	font-size: 15px;
}

.f-applicationForm .form-tbl td .design-radio:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -9px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
	z-index: 5;
}

.f-applicationForm .form-tbl td .red span {
	color: #ff3155;
	font-size: 12px;
}

.f-applicationForm .form-tbl td .blue span {
	color: #2f92fa;
	font-size: 12px;
}

.f-applicationForm .form-tbl .about-secretMail {
	display: block;
	width: 125px;
	height: 22px;
	margin: 3px auto 0;
	padding-left: 22px;
	background: #ffa9ce url("../../../img/user/pc/shop/pay1/icon-question-circle.png") 4px center no-repeat;
	border-radius: 4px;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}

.f-applicationForm .form-tbl .about-secretMail:hover {
opacity: 0.7;
cursor: pointer;
}

.f-applicationForm .form-tbl tr:last-child th, .f-applicationForm .form-tbl tr:last-child td {
	border-bottom: none;
}

.f-applicationForm .form-tbl .balloon {
	display: inline-block;
	height: 22px;
	margin-bottom: 14px;
	padding: 0 7px 0 28px;
	background: #f3f3f3 no-repeat 7px center;
	border: 1px solid #e9e9e9;
	line-height: 22px;
	text-shadow: 1px 1px 1px #fff;
	box-shadow: 0px 1px 0px 0px #f3f3f3;
	position: relative;
}

.f-applicationForm .form-tbl .balloon:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #e9e9e9 transparent transparent transparent;
	position: absolute;
	left: 11px;
	bottom: -11px;
}

.f-applicationForm .form-tbl .balloon:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #f3f3f3 transparent transparent transparent;
	position: absolute;
	left: 12px;
	bottom: -10px;
}

.f-applicationForm .form-tbl .lock {
	background-image: url("../../../img//user/pc/shop/pay1/icon-lock.png");
}

.f-applicationForm .form-tbl .mail {
	background-image: url("../../../img//user/pc/shop/pay1/icon-mail.png");
	background-position: 4px center;
}

.f-applicationForm .form-tbl .inputAlert-head {
	height: 28px;
	padding-left: 34px;
	background: #ff7373 url("../../../img/user/pc/shop/pay1/icon-alert.png") no-repeat 6px center;
	color: #fff;
	font-size: 13px;
	line-height: 29px;
}

.f-applicationForm .form-tbl .inputAlert-body {
	padding: 5px 7px 6px 7px;
	border: 1px solid #ff7373;
	font-size: 11px;
	line-height: 1.56;
}

.f-applicationForm .inputAlert-body a {
	font-size: 12px;
}

.f-applicationForm .btnWrap {
	padding-top: 30px;
	text-align: center;
}

.b-plan .f-applicationForm .applicationForm-head {
	background: url("../../../img/user/pc/common/bg-blue-stripe.png");
}

.c-plan .f-applicationForm .applicationForm-head {
	background: url("../../../img/user/pc/common/bg-green-stripe.png");
}

/* ==================================================
    バニキシャ リニューアル
================================================== */
.vanikisya-inner h3 {
	font-size: 12px;
}

.fixedColumn {
	position: absolute;
	right: -295px;
	float: right;
	top: 0;
	z-index: 20;
}

.f-vanikisya {
    width: 290px;
    background: #fff;
	margin-bottom: 15px;
}

.f-vanikisya .vanikisya-head {
    padding: 4px 6px;
    background: url("/assets/img/user/pc/common/bg-yellow-stripe.png");
	font-size: 12px;
}

.f-vanikisya .vanikisya-body {
    padding: 9px 4px 0;
    border: 1px solid #ccc;
    top: 50%;
    right: 50%;
}

.f-vanikisya .vanikisya-inner-body {
    padding-top: 6px;
}

.f-vanikisya .vanikisya-inner-item {
    margin-bottom: 14px;
}

.f-vanikisya .p-imgWrap {
    display: block;
    height: 180px;
    background: #000;
	position: relative;
}

.f-vanikisya .recruit-movie-sec {
	position: relative;
}

.f-vanikisya .p-imgWrap .time {
	background: rgba(0, 0, 0, 0.8);
  	color: #fff;
  	width: 43px;
  	height: 15px;
	line-height: 15px;
	text-align: center;
	position: absolute;
  	right: 0;
  	bottom: 0;
}

.f-vanikisya video:hover + .time {
	display: none;
}

.f-vanikisya .vanikisya-inner-contents {
    padding: 8px 0 0;
}

.f-vanikisya .contents-ttl {
    padding-left: 20px;
    background: url("/assets/img/user/pc/common/icon-tri-yellow.png") no-repeat 1px 2px;
    font-size: 15px;
    line-height: 1.2;
}

.f-vanikisya .trunk8_2 {
	color: #79c6ed;
    display: block;
	word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
}

.f-vanikisya .contents-txt {
    margin: 0 2px;
    padding: 4px 0 12px;
    border-bottom: 1px dashed #cccccc;
    color: #888;
    line-height: 1.3;
}

.f-vanikisya .vanikisya-inner:last-child .vanikisya-inner-body:last-child .contents-txt {
	border-bottom: none;
    padding: 4px 0 0px;
}

.f-vanikisya .girls .contents-ttl span {
    color: #ff57a6;
}

.saiyo_provision_box{
	width:590px;
	/width:588px;
}
.saiyo_provision_box_title{
	width:309px;
	height:16px;
	margin-top:0px;
	margin-bottom:10px;
}
.saiyo_provision{
	width:95px;
	height:26px;
	margin:0px 3px 3px 0px;
	float:left;
}

.saiyo_provision img:hover{
    opacity:0.5;
    filter:alpha(opacity=50);
    -ms-filter:"alpha( opacity=50 )";
    cursor:pointer;
}


.official_url{
	margin-top:2px;
	width:430px;
}
.official_url_row{
	margin-top:2px;
	width:256px;
}

.pay1_oubo_text,.pay1_line_text{
	/width:250px;
	background-color:#FFFFFF;
	border-top:2px solid #d0e8b6;
	text-align:left;
	color:#434343;
	padding: 0 0 0 10px;
	word-break:break-all;
	word-wrap: break-word;
}

.pay1_oubo_text a:link,
.pay1_line_text a:link{
	color:#018BD4;
	text-decoration:none;
}
.pay1_oubo_text a:visited,
.pay1_line_text a:visited{
	color:#67B8FC;
	text-decoration:none;
}
.pay1_oubo_text a:hover,
.pay1_line_text a:hover{
	text-decoration:underline;
}
.pay1_oubo_text a:active,
.pay1_line_text a:active{
	color:#67B8FC;
}

/* 応募フォーム  */
.multioubo_element{
	width:750px;
	font-size:12px;
	line-height:12px;
	margin-top:7px;
}
.multioubo_element_safari{
	width:750px;
	font-size:12px;
	line-height:12px;
	margin-top:10px;
}
.multioubo_element_big_img{
	margin-top:15px;
	margin-bottom:30px;
}

.oubo_element_img{
	margin-bottom: 3px;
    width: 734px;
}

.oubo_bar_img{
	margin-left: -3px;
}

.oubo_element .radio_under{
	color:#434343;
	margin:3px 0 3px 15px;
}
label.error{
	margin-top:5px;
	font-weight:bold;
	color:#ff0000;
}
input.error{
	background-color:#FF9BCD;
}
select.error{
	background-color:#FF9BCD;
}
textarea.error{
	background-color:#FF9BCD;
}

.multioubo_box{
	width:700px;
	font-size:12px;
	line-height:14px;
	border-collapse:collapse;
}

.oubo_kome{
	text-align:center;
	color:#434343;
	font-size:14px;
	margin-top:15px;
	margin-bottom:15px;
}

.oubo_red{
	color:#FF0000;
}
.oubo_kome2 .confirm_msg{
	color:#666666;
	font-size:12px;
}
.oubo_orange{
	color:#FC9728;
	margin-top:5px;
}
.oubo_title{
	width:130px;
	color:#3E3E40;
	background-color: #E9FFD0;
	border-bottom: 2px solid #D0E8B6;
	text-align:center;
	font-size:12px;
	line-height:16px;
}
.nickname_ok{
	color: #FF5677;
}
.oubo_title_end{
	width:130px;
	color:#3E3E40;
	background-color: #E9FFD0;
	text-align:center;
	font-size:12px;
	line-height:16px;
}


.oubo_text{
	background-color:#FFFFFF;
	border-bottom:2px solid #D0E8B6;
	text-align:left;
	color:#434343;
	word-break: break-all;
	word-wrap: break-word;
	padding-left:10px;
}

.oubo_text_end{
	background-color:#FFFFFF;
	text-align:left;
	color:#434343;
	word-break: break-all;
	word-wrap: break-word;
	padding-left:10px;
}

.oubo_text input{
	color:#434343;
}

.oubo_text p{
	margin:5px 0 0 20px;
	color:#434343;
	font-size:12px;
}
.oubo_text textarea{
	color:#434343;
}
.oubo_text .margin_top5
{
	margin-top:5px;
	}

.oubo_text .border
{
	border-top:1px dotted #000000;
	margin:9px 1px 9px 1px;
}
.oubo_text .hope_tel_squre
{
	color:#FF5677;
}
.oubo_text a:link
{
	color:#FF5677;
	text-decoration:none;
}
.oubo_text a:visited
{
	color:#FF98C4;
	text-decoration:none;
}
.oubo_text a:hover
{
	text-decoration:underline;
}
.oubo_text a:active
{
	color:#FF98C4;
}
.oubo_text .content_domain
{
	background-color:#fffef2;
	width:468px;
	font-size:12px;
	margin-top:10px;
}
/*.radio_input_class{
	margin:0 3px 0 0;
	float:left;
	width:13px;
	height:20px;
}*/
.input_style{
	line-height:12px;
}
.content_domain{
	background-color:#ffffee;
	border:1px solid #fead77;
	width:524px;
	/width:514px;
	font-size:12px;
	margin-top:10px;
}


.content_domain .domain_title{
	background: url("/assets/img/user/pc/shop/pay1/back_shimapink.png") left top no-repeat;
	background-size:524px 28px;
	/background-size:468px 28px;
	width:524px;
	/width:515px;
	height:28px;
	/margin-right:-3px;

}

.content_domain .domain_title img{
	margin-left:10px;
	margin-top:6px;
	float:left;
}


.content_domain .domain_title span{
	color:#996600;
	font-size:14px;
	margin-left:33px;
	display: block;
	padding-top:8px;
	font-weight:bold;
}
.content_domain .under{
	width:508px;
	/width:468px;
	background-color:#ffffee;
	padding:7px 0px 7px 14px;
}
.oubo_text_end .content_domain .how_domain_arrow
{
	color:#ff5677;
}
.oubo_text_end .content_domain a:link{
	color:#FF5677;
	text-decoration: none;
}
.oubo_send_back a:link{
	color:#FF5677;
	text-decoration: none;
}

.oubo_text_end .content_domain a:visited,
.oubo_send_back a:visited{
	color: #FF5677;
	text-decoration: none;
}
.oubo_text_end .content_domain a:hover,
.oubo_send_back a:hover{
	text-decoration: underline;
	padding-bottom:1px;

}
.oubo_text_end .content_domain a:active,
.oubo_send_back a:active{
	color:#FF5677;
}
.oubo_send_text1{
	margin-top:0px;
	margin-bottom:5px;
}
.oubo_send_text2{
	color:#ff0000;
	margin-bottom:30px;
}
.oubo_send_domain{
	width:580px;
	border:1px solid #4fb3e7;
	margin-top:10px;
}

.oubo_send_domain_bkcolor{
	width:580px;
	height:27px;
	background-color:#4fb3e7;

}

.oubo_send_domain_bkcolor img{
	margin-top:5px;

}

.oubo_send_domain_inner{
	background-color:#fffef9;
	width:578px;
	/width:580px;
	padding-top:10px;
	padding-bottom:10px;
}

.oubo_button_box{
	/*height:30px;
	margin-top:15px;
	margin-bottom:20px;*/
	padding-top: 30px;
    text-align: center;
}

.oubo_button_box2{
	height:30px;
	margin-top:20px;
	margin-bottom:4px;
}

.oubo_button_box3{
	height:30px;
	margin-top:15px;
	margin-bottom:17px;
}

.entry_edit{
	margin-right:10px;
}

input.entry_edit:hover{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.sendbtn{
	margin-left:10px;

}

input.sendbtn:hover{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.oubo_button_box a:link
{
	color:#2D64FF;
	text-decoration:none;
}
.oubo_button_box a:visited
{
	color:#67B8FC;
	text-decoration:none;
}
.oubo_button_box a:hover
{
	text-decoration:underline;
}
.oubo_button_box a:active
{
	color:#67B8FC;
}

.oubo_button_box2 a:link{
	color:#2D64FF;
	text-decoration:none;
}
.oubo_button_box2 a:visited{
	color:#67B8FC;
	text-decoration:none;
}
.oubo_button_box2 a:hover{
	text-decoration:underline;
}
.oubo_button_box2 a:active{
	color:#67B8FC;
}

.shop_link{
	font-size:12px;
	margin-top:10px;
}
.shop_link a:link{
	color:#FF5677;
	text-decoration:none;
}
.shop_link a:visited{
	color:#FF5677;
	text-decoration:none;
}
.shop_link a:hover{
	color:#FF5677;
	text-decoration:underline;
}
.shop_link a:active{
	color:#FF5677;
}
.oubo_thanks_msg{
	width:640px;
	margin-top:15px;
	margin-bottom:50px;
	font-size:12px;
	line-height:16px;
	color:#434343;
}

.oubo_thanks{
	width:640px;
	margin-top:150px;
	font-size:14px;
	line-height:16px;
	color:#434343;
}
.oubo_thanks a:link
{
	color:#FF5677;
	text-decoration:none;
}
.oubo_thanks a:visited
{
	color:#FF5677;
	text-decoration:none;
}
.oubo_thanks a:hover
{
	text-decoration:underline;
}
.oubo_thanks a:active
{
	color:#FF5677;
}
.oubo_thanks2{
	width:640px;
	margin-top:15px;
	margin-bottom:150px;
	font-size:14px;
	line-height:16px;
	color:#434343;
}
.oubo_thanks2 a:link
{
	color:#FF5677;
	text-decoration:none;
	}

.oubo_thanks2 a:visited
{
	color:#FF5677;
	text-decoration:none;
	}
.oubo_thanks2 a:hover
{
	text-decoration:underline;
	}

.oubo_thanks2 a:active
{
	color:#FF5677;
	}
.oubo_contact_release{
	color:#0000ff;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
}
.oubo_contact_private{
	color:#ff0000;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
}
/* メール非公開って？ */
#contact_mail_btn img:hover{
    opacity:0.5;
    cursor:pointer;
	-ms-filter: "alpha( opacity=50 )";
}

.oubo_thanksimg{
	margin-top:30px;
}
.info_keep_box{
	border:1px solid #f8aa79;
	background-color:#fffef2;
	width:515px;
	margin-top:15px;
}

.info_keep_box .info_keep_title{
	background: url("/assets/img/user/pc/oubo/save.png") left top no-repeat;
	background-size:505px 28px;
	width:505px;
	height:28px;
	margin:5px;
}

.info_keep_box p{
	color:#434343;
	line-height:16px;
}
.info_keep_box span{
	color:#FF0000;
	font-size:16px;
}

.info_checkbox{
	margin-bottom:12px;
}
.text_orange {
	color: #FC9728;
	display: block;
	font-size: 12px;
	margin-top: 7px;
	margin-bottom: 2px;
}

.clearFix {zoom:1;}
.clearfix:after,
.clearFix:after{
	content: "";
	display: block;
	clear: both;
}

/*.entry-link
---------------------------------------------*/
.oubo_error_disp{
	margin: 150px 0;
}

/* 応募方法(内緒電話） */
.naisyo_fukidashiAlert{
	background:url("../../../img/user/pc/shop/pay1/image_fukidashi.png") no-repeat;
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif, Helvetica;
	color: #434343;
	height: 68px;
	margin-top: 5px;
	padding: 20px 0 5px 20px;
	width: 400px;
	/width: 400px;
	z-index: 1;
	/position:absolute;
}

.naisyoError{
	background-color: #FF6F6F;
}

input.number {
	width:54px;
	/width:50px;

}

/* 内緒電話って？ */
#naisyo_btn img:hover{
    opacity:0.5;
    cursor:pointer;
	-ms-filter: "alpha( opacity=50 )";
}

/* 着信日時プルダウン FireFoxのみ */
@-moz-document url-prefix() {
	#date01{
	margin-top:2px;
	}
}

/* 着信日時プルダウン Chromeのみ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#date01{
	margin-top:1px;
	}
}

/* 電話番号 IE10のみ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#denwa1 {
		margin-top:5px;
	}
}

/* 電話番号 FireFoxのみ */
@-moz-document url-prefix() {
	#denwa1 {
		margin-top:4px;
	}
}

/* 電話番号 Chromeのみ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#denwa1 {
		margin-top:3px;
	}
}

.naisyo_url{
/*	width:400px; */
	/height:24px;
	/margin-bottom:1px;
	word-wrap:break-word;
	overflow-x: auto;
	overflow-y: hidden;
}

.naisyo_url img{
	padding-bottom:2px;
	/padding-bottom:0px;
}

/* Chrome用 */
@media screen and (-webkit-min-device-pixel-ratio : 0 ) {
	.naisyo_url img{
		padding-bottom:1px;
	}
}

/* q-190追加 start */
.multioubolist_tablet_btn {
	background: #ffffff;
	margin:0px;
	padding:0px;
}

/*画像透過*/
.multioubo_bottom_shop_detail_del_btn {
	width: 46px;
	height: 18px;
	margin-left: 5px;
}

input.multioubo_bottom_shop_detail_del_btn:hover {
	width: 46px;
	height: 18px;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*透過処理*/
.multioubo_bottom_shop_detail_btn_table {
	border-collapse:collapse;
	border-top: 2px dotted #999999;
	margin-bottom: 5px;
	margin-left: 1px;
	padding-top:7px;

}

.multioubo_bottom_shop_detail_btn_img {
	font-size: 12px;
	color: #434343;
}

.multioubo_bottom_shop_detail_btn_img a:hover{
	width: 98px;
	height: 18px;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.multioubo_bottom_shop_detail_btn_img a img{
	 background: #FFF; /*IE対応*/
}


.multioubo_bottom_shop_detail_btn_table tr td{
	padding:0px;
}

.multioubo_bottom_shop_detail_ga_table{
	width:150px;
	height:10px;
	margin-bottom:5px;
	margin-left:2px;
}
.bottomtable{
	height:14px;
}
.multioubo_bottom_shop_detail_ga_table td {
	vertical-align: middle;
}
.multioubo_bottom_shop_detail_ga {
	font-size: 12px;
	color: #434343;
}
.multioubo_bottom_shop_detail_ga_title_blue {
	text-align: center;
	width: 40px;
	background-color: #1f9df4;
	color: #ffffff;
	font-size: 15px;
	padding: 2px 0px 2px 0px;
}
.multioubo_bottom_shop_detail_ga_title_green {
	text-align: center;
	width: 40px;
	background-color: #8ad901;
	color: #ffffff;
	font-size: 15px;
	padding: 2px 0px 2px 0px;
}
.multioubo_bottom_shop_detail_ga_title_blue_mac {
	text-align: center;
	width: 40px;
	background-color: #1f9df4;
	color: #ffffff;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
}
.multioubo_bottom_shop_detail_ga_title_green_mac {
	text-align: center;
	width: 40px;
	background-color: #8ad901;
	color: #ffffff;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
}

.multioubo_bottom_shop_detail_ga_title {
	text-align: center;
	width: 8px;
	font-size: 15px;
	padding: 0px;
}


.multioubo_bottom_shop_detail_name_div {
	background:url("/assets/img/user/pc/oubo/banita_top_icon.png") no-repeat;
	width:140px;
	/width:153px;
	color: #F34396;
	margin-top: 6px;
	margin-bottom: 3px;
	padding-left: 19px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.multioubo_bottom_shop_detail_name_div a {
	font-size: 12px;
	color: #F34396;
	text-decoration: none;
}

.multioubo_bottom_shop_detail_name_div_ios a {
	font-size: 12px;
	color: #F34396;
	text-decoration: none;
}

.multioubo_bottom_shop_detail_img_div {
	margin: 0px 4px 0px 5px;
}
.multioubo_bottom_shop_detail_img_div img {
	font-size:12px;
}
.multioubo_review_shop_img a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=70)";
	zoom:1;
}

.pay1_box_multioubo{
	margin:0px 0px 15px;
	font-size:12px;
	line-height:14px;
	background-color:#FFFFFF;
	width:740px;
}

.multioubo_bottom_shop_detail_body {
	margin: 10px 0 0 0;
	background-color: #ffffff;
	width: 168px;
	float: left;
	text-align: left;
}

.multioubo_bottom_shop_detail_border_gray{
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #d0d0d0;
	width: 170px;
	/width: 171px;
	/*/height:170px;*/
	float: left;
}

.multioubo_bottom_shop_detail_border_blue {
	margin-left: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #1f9df4;
	background-color: #1f9df4;
	width: 170px;
	float: left;
}

.multioubo_bottom_shop_detail_border_green {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #8AD901;
	width: 170px;
	float: left;
}

.multioubo_bottom_shop_list_title {
	background:url("/assets/img/user/pc/oubo/exam_shop.png") no-repeat;
	width: 740px;
	height: 60px;
	margin-bottom: 16px;
}
.multioubo_bottom_shop_list_confirm {
	background:url("/assets/img/user/pc/multioubo_bottom_shop_list_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px 0px 6px 5px;
	width:730px;
}
.multioubo_bottom_shop_list {
	background:url("/assets/img/user/pc/multioubo_bottom_shop_list_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px 0px 5px 6px;
	/margin: 0px 4px 5px 0px;
	width:730px;
	/width:749px;
}

.multioubolist_shop_detail_msg_div {
	margin-left: 45px;
	margin-top: 5px;
	position: absolute;
	z-index: 86;
}

.multioubolist_shop_detail_arrow_div {
	position: absolute;
	z-index: 87;
	left: -14;
	margin-top: 5px;
}
.multioubolist_shop_detail_base_div {
	background-color: #ffffff;
	margin: 0px 1px 0px 1px;
	text-align: left;
	height: 55px;
}
.multioubolist_data_table {
	font-size: 11px;
	border-collapse: collapse;
	border-spacing: 0;
}
.multioubolist_shop_countzero_base_div {
	background-color: #ffffff;
	border-bottom: 2px solid #FF6EBD;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	margin-bottom: 1px;
	font-size: 12px;
	text-align: center;
}
.multioubolist_shop_countzero_base_div span {
	color: #ff4784;
	font-weight: bold;
}
.multioubolist_shop_maxcount_in_div {
	padding: 6px 0px 0px 0px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.multioubolist_shop_maxcount_in_div span {
	font-size: 14px;
	color: #fcff0c;
}
.multioubolist_shop_maxcount_div {
	text-align: center;
	margin-left:3px;
	background: url("../../../img/user/pc/multioubo/bg_max.png") no-repeat;
	width: 135px;
	height: 26px;
}
.multioubolist_shop_count_in_div {
	padding: 7px 0px 0px 0px;
	font-size: 12px;
	color: #259dfa;
	font-weight: bold;
}
.multioubolist_shop_count_in_div span {
	font-size: 14px;
	color: #0072e9;
}
.multioubolist_shop_count_div {
	text-align: center;
	margin-left: 3px;
	background: url("../../../img/user/pc/multioubo/bg_over.png") no-repeat;
	width: 135px;
	height: 26px;
}
.multioubolist_shop_count_base_div {
	width:136px;
	background-color: #ffffff;
	margin: 0px;
	padding: 6px 0 5px 5px;
	margin-bottom: 1px;
}
.multioubolist_shop_border_padding {
	padding: 2px 0 3px 2px;
	/padding: 0 0 2px 2px;
}
.multioubolist_shop_delete_div {
	line-height:10px;
	background-color: #ffffff;
	margin: 1px 1px 0px 1px;
	padding: 8px 0px 9px 8px;
}
.multioubolist_shop_delete_div table {
	font-size:13px;
}
.multioubolist_shop_delete_div a {
	color:#6C6868;
	text-decoration:none;
}
.multioubolist_shop_delete_div a:hover {
	text-decoration: underline;
}
.multioubolist_shop_delete_div img{
	padding-right:3px;
	margin-right:5px\9;
}

.multioubohelp_div {
	height: 20px;
	color: #2d64ff;
	padding:11px 5px 5px 5px;
	background-color: #FFFBCC;
	margin-bottom: 5px;
	font-size: 13px;
	border-top: 1px solid #ffdab9;
	border-bottom: 1px solid #ffdab9;
}
.multioubohelp_div a {
	color: #FF5677;
	text-decoration: none;
}
.multioubohelp_div a:hover {
	text-decoration: underline;
}

.multioubohelp_div span {
    color: #FF5182;
    line-height: 12px;
}

.multioubohelp_div_img{
	width:21px;
	height:17px;
	margin-top:-2px;
	float:left;
}

.multioubohelp_div_memo{
	/width:117px;
	/margin-left:-1px;

}


/* Windows */
.multioubohelp_div_win {
	height:20px;
	color: #2d64ff;
	background-color: #fffbcc;
	margin-bottom: 5px;
	padding: 7px 0px 0px 3px;
	/padding: 7px 0px 5px 3px;
	font-size: 13px;
	border-top: 1px solid #ffdab9;
	border-bottom: 1px solid #ffdab9;
}

.multioubohelp_div_win span {
	color: #ff5182;
	line-height:13px;
	/line-height:13px;
}

.multioubohelp_div_win span a {
	color: #ff5182;
	text-decoration: none;
}
.multioubohelp_div_win span a:hover {
	text-decoration: underline;
}

.multioubolist_name_table {
	font-size: 13px;
	border-collapse: collapse;
	border-spacing: 0;
}
.multioubolist_name_table td {
	padding:3px 3px 0 4px;
	word-break: break-all;
	word-wrap: break-word;
	/padding:4px 3px 0 1px;
	vertical-align: top;
	line-height:15px;
	/line-height:12px;
	/*width:100%;*/
}
.multioubolist_name_table td.check {
	width:14px;
}
.multioubolist_name_table td input{
	/margin-top:-3px;
}

.multioubolist_name_table td.multioubolist_shopname_td{
	word-break: break-all;
	word-wrap: break-word;
	/line-height:15px;
	padding-top: 2px;
	/padding-top: 4px;
	width:100%;
}
@media screen and (max-device-width: 1024px) {
	/* タブレット */
	.multioubolist_name_table td.multioubolist_shopname_td{
		padding-top: 5px;
		word-break: break-all;
		word-wrap: break-word;
	}
	/* iPad */
	@media screen and (-webkit-min-device-pixel-ratio:0){
		.multioubolist_name_table td.multioubolist_shopname_td{
			padding-top: 2px;
			word-break: break-all;
			word-wrap: break-word;
		}
	}
}

.anime_msg img {
	border: 0px;
}
.anime_msg {
	position: absolute;
	z-index: 100;
	display: none;
}
.anime_msg_box2 {
	background: url("../../../img/user/pc/multioubo/multioubo_msg_bg.gif");
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	padding: 0px;
	width: 140px;
}

/* 通常一括応募用ポップアップ */
.anime_msg_box4 {
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	padding: 0px;
	width: 334px;
	height:106px;
}

.anime_msg_box4 img{
	/border:none;
}

.anime_msg_box4_img{
	background: url("/assets/img/user/pc/shop/pay1/multioubopopup_add.png") no-repeat;
    filter :progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/user/pc/shop/pay1/multioubopopup_add.png',sizingMethod='scale');
    background-image: none;
    width:334px;
	height:106px;
}

/* 一括応募上限ポップアップ */
.anime_msg_box5 {
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	padding: 0px;
	width: 334px;
	height:106px;
}

.anime_msg_box5 img{
	/border:none;
}

.anime_msg_box5_img{
	background: url("/assets/img/user/pc/shop/pay1/multioubopopup_full.png") no-repeat;
    filter :progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/user/pc/shop/pay1/multioubopopup_full.png',sizingMethod='scale');
    background-image: none;
    width:334px;
	height:106px;
}

.anime_msg_box_btn {
	margin: 3px;
	cursor:pointer;
	cursor:hand;
}
.anime_msg_title {
	font-size: 12px;
	margin: 0px;
	padding: 7px 0px 0px 0px;
}
.anime_msg_disc {
	font-size: 10px;
	margin: 0px;
	padding: 1px 0px 7px 0px;
}

.noimg{
	width: 160px;

}
/*.radio_input_class{
	padding:0;
}*/
.border_div{
	line-height:3px;
	height:3px;
	width:527px;
	/width:514px;
	margin-bottom: 3px;
	border-bottom: 1px dashed #B1B1B1;
}

/******************************
もっとお店のことを教えて！
*****************************/
/* ポップアップ */
#treatment_popup_text p{
    margin-top: -5px;
    color: #434343;
    font-size: 12px;
    line-height: 22px;
}

.tab_panel_wagamama_icon{
	width:132px;
	height:30px;
	margin:0px 3px 3px 0px;
	float:left;
    cursor:pointer;

}

.tab_panel_wagamama_icon img:hover{
    opacity:0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;

}

.tab_panel_wagamama_icon a img:hover{
    opacity:0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;

}

/* ポップアップ */
#wagamama_popup_text p{
    margin-top: -5px;
    color: #434343;
    font-size: 12px;
    line-height: 22px;
}

/******************************
情報提供フォーム（店舗詳細内）
*****************************/
/* 無料店舗feedback */
.feedback_box{
	width:621px;
	margin:25px 0 15px;
	color:#434343;
	font-size:12px;
	line-height:14px;
}
.feedback_text{
	border:2px solid #ece0ca;
	padding:15px 10px;
	color:#434343;
	line-height:16px;
}

.feedback_text .padtop5{padding-top:5px;}

.feedback_text a:link
{
	color:#FF5677;
	text-decoration:none;
	font-weight:bold;
}
.feedback_text a:visited
{
	color:#FF5677;
	text-decoration:none;
	font-weight:bold;
}
.feedback_text a:hover
{
	color:#FF5677;
	font-weight:bold;
	text-decoration:underline;
}

/* feedbackフォーム */
.feedback_table{
	margin:0px 0px 20px;
	font-size:12px;
	line-height:14px;
	*margin-bottom:13px; /* IE8・9用 */
}

.feedback_element{
	width:700px;
	margin:32px 12px 0px;
	font-size:12px;
	line-height:14px;
}
.feedback_text_bold{
	font-weight:bold;
	margin-bottom:18px;
	white-space: nowrap;
}
.feedback_msg{
	margin-bottom:20px;
	font-size:14px;
	line-height:18px;
	text-align:center;
}
.feedback_inbox{
	width:620px;
	line-height:15px;
	border:1px solid #000000;
	border-bottom:none;
	border-collapse:collapse;
	float:left;
	display:inline;
	color:#434343;
}

.feedback_input{
	width:470px;
	background-color:#FFFFFF;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	font-size:12px;
	text-align:left;
}

.feedback_input input{
	color: #434343;
}
.feedback_input textarea{
	width:400px;
	height:150px;
	font-size:12px;
	color: #434343;
}
.feedback_button_box{
	width:600px;
	margin-top:20px;
	float:left;
}
.feedback_button_box input{
	cursor:pointer;
}
.feedback_button_box a:hover{
	width:155px;
	height:30px;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.feedback_thanks_msg{
	font-size:25px;
	margin-bottom:33px;
	color: #434343;
	line-height:27px;
	font-weight:bold;
}
.feedback_thanks_text{
	font-size:14px;
	line-height:18px;
	color: #434343;
}
.feedback_thanks_box{
	width:614px;
	font-size:14px;
	line-height:18px;
	text-align:center;
	background-color:#018BD4;
	margin:23px 45px 0;
	color: #434343;
}
.feedback_thanks_eigyo_title{
	width:157px;
	float:left;
	display:inline;
	margin:2px 1px 1px 2px;
	background-color:#FFFFFF;
}
.feedback_thanks_eigyo_text{
	width:452px;
	float:left;
	display:inline;
	margin:2px 2px 1px 0px;
	background-color:#FFFFFF;
}
.feedback_thanks_time_title{
	width:157px;
	float:left;
	display:inline;
	margin:0px 1px 1px 2px;
	background-color:#FFFFFF;
}
.feedback_thanks_time_text{
	width:452px;
	float:left;
	display:inline;
	margin:0px 2px 1px 0px;
	background-color:#FFFFFF;
}
.feedback_thanks_box_text{
	width:610px;
	float:left;
	display:inline;
	margin:0px 2px 2px 2px;
	background-color:#FFFFFF;
	text-align:left;
}
.feedback_thanks_padding{
	padding:7px;
}
.feedback_thanks_brclear{
	clear:both;
}
.feedback_thanks_link2{
	font-size:15px;
	margin-top:26px;
	/margin-bottom:12px;

}
.feedback_thanks_link2 a:link {
	color:#ff6666;
	text-decoration: none;
}
.feedback_thanks_link2 a:visited {
	color: #FF98C4;
	text-decoration: none;
}
.feedback_thanks_link2 a:hover {
	text-decoration: underline;
	padding-bottom:1px;
}
.feedback_thanks_link2 a:active {
	color:#ff6666;
}

.feedback_confirm{
	font-size:14px;
	line-height:25px;
	margin-left:5px;
}
.feedback_confirm_bottom{
	font-size:12px;
	line-height:20px;
	margin-left: 5px;
}
.feedback_confirm2{
	color:#FF0000;
}

.feedback_input_contents{
	margin: 6px 0 0 2px;
	line-height: 20px;
}
.feedback_textarea{
	width:400px;
	height:150px;
	font-size:12px;
	color: #434343;
	margin:5px;
}
.feedback_inner_text{
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	margin: 5px 5px 5px 7px;
}
.feedback_confirm_bottom2{
	display:block;
	font-size:12px;
	line-height:20px;
	margin: 0 5px 0 7px;
}
.feedback_contact_box{
	font-size:12px;
	color: #434343;
	margin:5px;
}
.feedback_contact_box input{
	width:400px;
    margin-bottom:1px;
}

.feedback_contact_box_cap{
	color: #0000FF;
    font-size:12px;
}
.feedback_confirm_contact_box{
    margin-left:5px;
}
.feedback_header_message{
    color:#0000FF;
    font-size:10px;
}

/* 情報提供リンクエリア */
.feedback_link_box{
    width:500px;
    height:50px;
    background-color:#FFFEE5;
    position:relative;
    margin-top:20px;
    margin-bottom:8px;
}
.feedback_link_box_line{
    position:absolute;
	background:url("../../../img/user/pc/shop/shopfeedback/shopfeedback_line.png");
    height:1px;
    width:500px;
    overflow:hidden;
    top:0px;
}
.feedback_link_box_line_bottom{
	position:absolute;
	background:url("../../../img/user/pc/shop/shopfeedback/shopfeedback_line.png");
    height:1px;
    width:500px;
    overflow:hidden;
	top:49px;
}
/* line用 */
.application-body .line_id,
.application-body .line_url,
.application-body .line_qr_url,
.mod-contactBtn .line_id,
.mod-contactBtn .line_url,
.mod-contactBtn .line_qr_url{
	display: none;
}

.menu_shopname{
	height: 44px;
	line-height: 44px;
	text-align: left;
	padding-left: 25px;
}

.popup_menu_shopname{
	color: #fff;
	font-size: 18px;
	width: 400px;
	display: block;
	float: left;
	font-weight: bold;
	margin-left: 40px;
	margin-top: 3px;
}

.menu_tell_shopname {
	font-size: 17px;
	font-weight: bold;
}

.menu_shopname .popup_close{
	background: url('../../../img/user/pc/shop/pay1/popup_line/btn_close_v.png');
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-top: 14px;
	margin-left: 5px;
	cursor: pointer;
}

.menu_contents{
	display: block;
	margin-top: 23px;
}

.menu_contents table{
	margin-left: 154px;
}
.menu_contents {
	line-height: 61px;
	font-size: 20px;
	font-weight: bold;
        color:#F995C7;
}

/* 応募確認ボタンのポップアップ */
/* 共通 */
.content_confirm_pop{
    background-color: #FFFEE5;
    border:1px solid #fead77;
}
.top_confirm_stripe{
    background: url(/assets/img/user/pc/shop/pay1/back_shimapink.png) left top no-repeat;
    background-size: 483px 36px;
    background-color: #FFFEE5;
    width: 483px;
    height: 36px;
    color:#434343;
}
.top_confirm_stripe img{
    margin-left: 10px;
    margin-top: 6px;
    float: left;
}
div.content_confirm_pop p{
    font-size:12px;
    color:red;
    margin:15px 25px;
}
.bottom_confirm_stripe{
    background: url(/assets/img/user/pc/shop/pay1/back_shimapink.png) left top no-repeat;
    background-color: #FFFEE5;
}
.bottom_confirm_stripe div{
    margin:8px 0 0 3px;
    line-height:16px;
    color:#EA7820;
    font-size:12px;
    font-weight:bold;
    display:inline-block;
}
.bottom_confirm_stripe input{
    margin:9px 0 0 10px;
    float:left;
}
div.popup_btn{
    margin: auto;
    width:443px;
    height:47px;
}
div.popup_btn a{
    text-decoration: none;
}
#domain_config {
    margin-left:9px;
}
.confirm_msg_top{
    font-size:12px;
    color:#434343;
    margin:15px 25px;
    line-height: 16px;
}
/* 【下の縞々のレイアウト】Mac用 */
.bottom_confirm_stripe_mac{
    background: url(/assets/img/user/pc/shop/pay1/back_shimapink.png) left top no-repeat;
    background-color: #FFFEE5;
}
.bottom_confirm_stripe_mac input{
    margin:10px 0 0 10px;
    float:left;
}
.bottom_confirm_stripe_mac div{
    margin:8px 0 0 3px;
    line-height:16px;
    color:#EA7820;
    font-size:12px;
    font-weight:bold;
    display:inline-block;
}
/* 【下の縞々のレイアウト】Android用 */
.bottom_confirm_stripe_and{
    background: url(/assets/img/user/pc/shop/pay1/back_shimapink.png) left top no-repeat;
    background-color: #FFFEE5;
}
.bottom_confirm_stripe_and div{
    margin:9px 0 0 3px;
    line-height:16px;
    color:#EA7820;
    font-size:12px;
    font-weight:bold;
    display:inline-block;
}
.bottom_confirm_stripe_and input{
    margin:8px 0 0 10px;
    float:left;
}
/* 【ふたつのボタンの幅】Android用 */
div.popup_btn_android{
    margin: auto;
    width:445px;
    height:47px;
}
div.popup_btn_android a{
    text-decoration: none;
}

/* iPad用 */
@media screen and (max-device-width: 1024px) {
    @media screen and (-webkit-min-device-pixel-ratio:0){
        div.bottom_confirm_stripe input{
            margin:8px 0 0 10px;
            float:left;
        }
        div.bottom_confirm_stripe div{
            margin:9px 0 0 3px;
            line-height:15px;
            color:#EA7820;
            font-size:12px;
            font-weight:bold;
            display:inline-block;
        }
        div.popup_btn{
            margin: auto;
            width:443px;
            height:47px;
        }
    }
}
/* IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.multioubolist_data_table td{
		padding-top:2px;
	}
}
/* Chrome用 */
@media screen and (-webkit-min-device-pixel-ratio : 0 ) {
	.multioubolist_data_table td{
		padding-top:2px;
	}
	.multioubolist_name_table td{
		line-height: 15px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	select#oubo_age{
		font-family:Arial;
	}
}
@media screen and (-webkit-min-device-pixel-ratio : 0 ) {
	select#oubo_age{
		font-family:Arial;
	}
}

.display_none{
	display:none;
}

.display_hide{
	display: none;
}
.f-specialContents .tabBody-item.display_list-item{
	display:list-item;
}

/* ============================================================================

	.g-footer(リニューアル後の新フッター)

============================================================================ */
.g-footer {
	padding: 30px 0 13px;
	background: #ff57a6;
	color: #fff;
}

.g-footer a {
	color: #fff;
}

.g-footer .condition-links-wrap {
	padding-bottom: 15px;
	border-bottom: 1px solid #dc5489;
	box-shadow: 0px 1px 0px 0px #ff86bf;
	text-align: center;
}

.g-footer .condition-link {
	text-align: left;
	vertical-align: top;
}

.g-footer .condition-link~.condition-link {
	margin-top: 4px;
}

.g-footer .condition-link-head {
	padding-bottom: 6px;
	border-bottom: 1px solid #dc5489;
	box-shadow: 0px 1px 0px 0px #ff86bf;
	font-size: 14px;
	font-weight: bold;
}

.g-footer .condition-link-head.non-border {
	border-bottom: none;
	box-shadow: none;
}

.g-footer .condition-link-head a {
	display: inline-block;
}

.g-footer .condition-link-head a:hover {
	opacity: 0.7;
}

.g-footer .condition-link-head a:after {
	content: "";
	display: inline-block;
	height: 7px;
	width: 4px;
	margin: 0 0 2px 8px;
	background: url(/assets/img/user/pc/common/arr-footer.png) no-repeat right;
}

.g-footer .condition-link-body {
	padding-top: 8px;
}

.g-footer .conditon-link-item {
	display: inline-block;
	padding-right: 16px;
	margin-bottom: 7px;
	line-height: 12px;
	background: url(/assets/img/user/pc/common/arr-footer.png) no-repeat right;
}

.g-footer .conditon-link-item a:hover {
	opacity: 0.7;
}

.g-footer .conditon-link-item~.conditon-link-item:before {
	content: "|";
	padding-right: 6px;
	color: #fff;
}

.g-footer .conditon-link-item span {
	opacity: 0.5;
}

.g-footer .prefecture-link-wrap {
	text-align: left;
	padding-top: 25px;
}

.g-footer .prefecture-link-wrap a {
	text-decoration: underline;
}

.g-footer .prefecture-link-wrap .prefecture-list {
	padding: 0 0 15px 5px;
	border-bottom: 1px solid #dc5489;
	box-shadow: 0px 1px 0px 0px #ff86bf;
	font-size: 0;
}

.g-footer .prefecture-link-wrap .prefecture-item {
	display: inline-block;
	margin: 0 23px 8px 0;
	font-size: 12px;
}

.g-footer .bottom-link-list {
	padding: 20px 0 10px;
	font-size: 0;
	text-align: center;
}

.g-footer .bottom-link-item {
	display: inline-block;
	padding: 0 23px 0 0;
	font-size: 12px;
	position: relative;
}

.g-footer .bottom-link-item:after {
	content: "";
	display: block;
	width: 4px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 8px;
	right: 11px;
}

.g-footer .bottom-link-item:last-child:after{
	display: none;
}

.g-footer .bottom-link-item:last-child {
	padding-left: 0;
}

.g-footer .copy {
	font-size: 10px;
	text-align: center;
}

.g-footer .copy a {
	font-size: 10px;
}

/* 季節ヘッダー */
.season_header_bg{
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sd_center_200_150{
	width: 200px;
	height: 150px;
	position:relative;
}

.sd_center_200_150 img{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin: auto;
	max-width: 200px;
	max-height: 150px;
}

/* ============================================================================

	店長ブログcss

============================================================================ */
.l-rightColumn .f-managerBlog {
	width: 290px;
	background: #FFF;
}

.f-managerBlog .managerBlog-head {
	padding: 3px 0 4px 3px;
	position: relative;
	background: url("/assets/img/user/pc/common/bg-pink-stripe.png");
}

.b-plan .f-managerBlog .managerBlog-head {
	background: url("/assets/img/user/pc/common/bg-blue-stripe.png");
}

.c-plan .f-managerBlog .managerBlog-head {
	background: url("/assets/img/user/pc/common/bg-green-stripe.png");
}

.f-managerBlog .managerBlog-head span {
	position: absolute;
	right: 10px;
	top: 11px;
	font-size: 15px;
    letter-spacing: 0.6px;
}

.f-managerBlog .managerBlog-head span a {
	color: #fff;
}

.f-managerBlog .managerBlog-body {
	overflow: hidden;
	position: relative;
	padding-bottom: 33px;
	border: 1px solid #ccc;
	border-top: none;
	background-color: #fff;
}

.f-managerBlog .managerBlog-body.no-article {
	padding: 10px;
	border-top: 1px solid #ccc;
}

.f-managerBlog.detail .managerBlog-body {
	padding-bottom: 0;
	background-color: #ffecf4;
}

.b-plan .f-managerBlog.detail .managerBlog-body {
	padding-bottom: 0;
	background-color: #edf4fb;
}

.c-plan .f-managerBlog.detail .managerBlog-body {
	padding-bottom: 0;
	background-color: #edffe2;
}

.f-managerBlog .item {
	border-bottom: 1px dashed #ccc;
}

.f-managerBlog .item .anchor {
	display: block;
	padding: 10px;
	box-sizing: border-box;
	font-size: 0;
}

.f-managerBlog .item .anchor > * {
	display: inline-block;
	vertical-align: middle;
}

.f-managerBlog .p-imgWrap img {
	max-height: initial;
	max-width: initial;
	right: auto;
	bottom: auto;
}

.f-managerBlog .item .p-imgWrap {
	width: 62px;
	height: 62px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.f-managerBlog .item .p-imgWrap img {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.f-managerBlog .item .col-right {
	width: calc(100% - 72px);
	margin-left: 10px;
}

.f-managerBlog .item .update {
	height: 12px;
	line-height: 13px;
	font-size: 11px;
	display: block;
	padding-right: 12px;
	text-align: right;
	color: #888;
}

.f-managerBlog .item .update.is-new {
	position: relative;
	vertical-align: middle;
}

.f-managerBlog .item .update.is-new::before {
	content: "NEW";
	display: inline-block;
	width: 40px;
	height: 12px;
	margin-top: -1px;
	margin-right: 2px;
	background-color: #ff3155;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

.f-managerBlog .item .title {
	max-width: 100%;
	padding-top: 4px;
	font-size: 13px;
	color: #ff54ad;
}

.b-plan .f-managerBlog .item .title {
	color: #2f92fa;
}

.c-plan .f-managerBlog .item .title {
	color: #58C119;
}

.f-managerBlog .item .text {
	line-height: 16px;
	font-size: 12px;
	color: #888;
}

.f-managerBlog .read-more {
	display: block;
	height: 13px;
	padding-left: 17px;
	background: url("/assets/img/user/pc/common/icon-tri-pink.png") no-repeat;
	color: #888;
	position: absolute;
	bottom: 8px;
	right: 8px;
}

.f-managerBlog .read-more:hover {
	cursor: pointer;
}

.g-wrapper {
	background: #fff;
}

.g-mainContents {
	margin-top: 10px;
}

.l-mainColumn .btnWrap.toForm {
	padding: 20px 0 50px;
	text-align: center;
	background: transparent;
}

.free .l-mainColumn .btnWrap.toForm {
	padding-top: 40px;
}

.has-vanikisya > .container {
	width: 1285px;
}

.plan-head {
	background: url("/assets/img/user/pc/common/bg-pink-stripe.png");
}

.b-plan .plan-head {
	background: url("/assets/img/user/pc/common/bg-blue-stripe.png");
}

.c-plan .plan-head {
	background: url("/assets/img/user/sp/common/bg-green-stripe.png");
}

/* ============================================================================

	.l-sideColumn

============================================================================ */
.f-shopData {
	margin-bottom: 14px;
}

.f-shopData .shopData-head {
	border-top: 2px solid #f7359a;
	background: #ff9acf;
	color: #fff;
}

.f-shopData .lead-txt {
	padding: 10px 9px 8px;
	background: #ff54ad;
	font-size: 13px;
	border-bottom: 1px solid #f22e94;
	line-height: 1.23;
}

.f-shopData .shop-name {
	padding: 10px 9px 8px;
	border-top: 1px solid #ffbcdf;
	border-bottom: 1px solid #ff73bc;
	line-height: 1.1;
	font-size: 21px;
	text-shadow: 1px 1px 1px #918b8b;
}

.f-shopData .shopData-body {
	padding-top: 5px;
}

.b-plan .f-shopData .shopData-head {
	border-top: 2px solid #196dc5;
	background: #90c6ff;
}

.b-plan .f-shopData .lead-txt {
	background: #2f92fa;
	border-bottom: 1px solid #086dd7;
}

.b-plan .f-shopData .shop-name {
	border-top: 1px solid #b8dbff;
	border-bottom: 1px solid #82b8f0;
}

.c-plan .f-shopData .shopData-head {
	border-top: 2px solid #64b335;
	background: #93de66;
}

.c-plan .f-shopData .lead-txt {
	background: #58c119;
	border-bottom: 1px solid #3e9d05;
}

.c-plan .f-shopData .shop-name {
	border-top: 1px solid #a1ea75;
	border-bottom: 1px solid #7fca52;
}

.mod-contactBtn {
	padding: 5px 5px 0;
	margin-bottom: 4px;
	border: 1px solid #ccc;
	background: #f6f6f6;
}

.mod-contactBtn .contactBtn-list {
	font-size: 0;
	text-align: justify;
	text-justify: distribute-all-lines;/*IE用*/
}

.mod-contactBtn .contactBtn-item {
	display: inline-block;
	margin: 0 0 5px 4px;
}

.mod-contactBtn .contactBtn-item:first-child, .mod-contactBtn .contactBtn-item:last-child {
	margin-left: 0;
	position: relative;
}

.mod-contactBtn .bln-addList {
	display: none;
	width: 322px;
	height: 118px;
	position: absolute;
	top: -113px;
	left: -20px;
	z-index: 10;
}

.mod-contactBtn .bln-addList .bg-balloon {
	position: absolute;
	top: 0;
	left: 0;
}

.mod-contactBtn .bln-addList .addList-txt {
	text-align: center;
	font-size: 13px;
	color: #555;
	line-height: 1.6;
	position: relative;
	left: 31px;
	top: 56px;
	z-index: 15;
}

.mod-contactBtn .bln-addList .addList-txt img {
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.mod-innerLink {
	padding: 1px;
	border: 1px solid #cccccc;
	background: #fff;
	font-size: 13px;
}

.mod-innerLink .innerLink-item {
	margin-bottom: 3px;
}

.mod-innerLink .innerLink-item:last-child {
	margin-bottom: 0;
}

.mod-innerLink .innerLink-item a,
.mod-innerLink .innerLink-item span {
	display: block;
	height: 32px;
	padding-left: 6px;
	line-height: 32px;
}

.mod-innerLink .innerLink-item a {
	border: 1px solid #ff7fc2;
	background: #ff9acf;
	color: #fff;
}

.mod-innerLink .innerLink-item span {
	border: 1px solid #dedede;
	background: #f7f7f7;
	color: #b7b6b6;
}

.b-plan .mod-innerLink .innerLink-item a {
	border: 1px solid #7ab6f6;
	background: #90c6ff;
}

.c-plan .mod-innerLink .innerLink-item a {
	border: 1px solid #77cf42;
	background: #93de66;
}

/* ============================================================================

	.l-mainColumn

============================================================================ */
.f-managerBlog .blog-pagination {
	padding: 15px 10px;
	text-align: center;
	color: #888;
}

.f-managerBlog .blog-pagination .pagination-top {
	position: relative;
    height: 20px;
}

.f-managerBlog .blog-pagination .pagination-top,
.f-managerBlog .blog-pagination .count {
	margin: 8px 0;
}

.f-managerBlog .blog-pagination .pagination-top > * {
	display: inline-block;
	vertical-align: middle;
}

.f-managerBlog .blog-pagination .pagination-top .prev {
	position: absolute;
    left: 80px;
}

.f-managerBlog .blog-pagination .pagination-top .next {
	position: absolute;
    right: 80px;
}

.f-managerBlog .blog-pagination .pagination-top.list .prev {
	position: absolute;
    left: 160px;
}

.f-managerBlog .blog-pagination .pagination-top.list .next {
	position: absolute;
    right: 160px;
}

.f-managerBlog .blog-pagination .pagination-top .prev,
.f-managerBlog .blog-pagination .pagination-top .next {
	width: 200px;
	font-size: 12px;
}

.f-managerBlog .blog-pagination .pagination-top.list .prev,
.f-managerBlog .blog-pagination .pagination-top.list .next {
	width: 90px;
}

.f-managerBlog .blog-pagination .pagination-top .prev a,
.f-managerBlog .blog-pagination .pagination-top .next a {
	display: block;
	position: relative;
	max-width: 100%;
	padding: 2px 0;
	box-sizing: border-box;
	color: inherit;
}

.f-managerBlog .blog-pagination .pagination-top .prev {
	text-align: right;
}

.f-managerBlog .blog-pagination .pagination-top .prev a {
	padding-left: 10px;
}

.f-managerBlog .blog-pagination .pagination-top .prev a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 8px 4.5px 0;
	border-color: transparent #888 transparent transparent;
}

.f-managerBlog .blog-pagination .pagination-top .next {
	text-align: left;
}

.f-managerBlog .blog-pagination .pagination-top .next a {
	padding-right: 10px;
}

.f-managerBlog .blog-pagination .pagination-top .next a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 8px;
	border-color: transparent transparent transparent #888;
}

.f-managerBlog .blog-pagination .pagination-top .text {
	position: absolute;
    left: 300px;
    top: 1px;
	margin: 2px 1.5em;
	font-size: 12px;
}

.f-managerBlog .blog-pagination .pagination-top .text a {
	color: #888;
}

.f-managerBlog .blog-pagination .count {
	font-size: 12px;
}

/*
	記事単体
------------------------------------------------------*/
.f-blogUnit {
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 10px auto 0;
	width: 98%;
}

.f-blogUnit .head {
	margin-top: 5px;
	height: 36px;
	padding: 0 12px;
	line-height: 37px;
}

.detail .f-blogUnit .head {
	height: auto;
}

.f-blogUnit .blog-ttl {
	font-size: 16px;
	color: #fff;
}

.detail .f-blogUnit .blog-ttl {
	line-height: 22px;
    padding: 5px 0;
}

.list .f-blogUnit .blog-ttl {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.f-blogUnit .blog-ttl a {
	color: #fff;
}

.f-blogUnit .blog-ttl a:hover {
	opacity: 0.7;
}

.f-blogUnit .body {
	padding: 0 13px 13px;
}

.f-blogUnit .body-top {
	height: 40px;
	border-bottom: 1px dashed #ccc;
}

.f-blogUnit .body-top .update {
	float: right;
	margin-top: 11px;
	font-size: 13px;
}

.f-blogUnit .body-top .update.is-new {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.f-blogUnit .body-top .update.is-new::before {
	content: "NEW";
	display: inline-block;
	width: 52px;
	height: 17px;
	margin-right: 5px;
	background-color: #ff3155;
	vertical-align: middle;
	text-align: center;
	line-height: 18px;
	font-size: 13px;
	color: #fff;
}

.f-blogUnit .body-middle {
	padding: 40px 30px;
	line-height: 1.5;
	overflow: hidden;
}

.f-blogUnit .body-middle .body_thumbnail {
	max-width: 300px;
	max-height: 300px;
	float: left;
}

.f-blogUnit .body-bottom {
	display: table;
	margin-left: auto;
	text-align: right;
}

.f-blogUnit .body-bottom a {
	color: #888;
}

.f-blogUnit .body-bottom .mailAction .anchor {
	display: table;
	margin-left: auto;
	padding-left: 20px;
	background: url(/assets/img/user/pc/shop/pay1/managerblog/ico-mail.png) 0 1px no-repeat;
	font-size: 16px;
	font-weight: bold;
}

.f-blogUnit .body-bottom .mailAction .smooth {
	margin: 5px 0;
	font-size: 12px;
}

.f-blogUnit .body-bottom .mailAction .smooth span {
	font-weight: bold;
}

.f-blogUnit .body-bottom .anchorList {
	overflow: hidden;
	margin-top: 15px;
	float: right;
}

.f-blogUnit .body-bottom .anchorList-item {
	float: left;
	font-size: 11px;
}

.f-blogUnit .body-bottom .anchorList-item + .anchorList-item {
	position: relative;
	margin-left: 1.5em;
}

.f-blogUnit .body-bottom .anchorList-item + .anchorList-item::before {
	content: "";
	position: absolute;
	top: 3px;
	left: -1em;
	width: 1px;
	height: 1em;
	background-color: #ccc;
}

.f-blogUnit .body-bottom .anchorList-item .anchor {
	display: block;
	padding: 3px 0;
}

.f-blogUnit .body-bottom .anchorList-item .anchor.shopInfo {
	padding-left: 13px;
	background: url(/assets/img/user/pc/shop/pay1/managerblog/ico-shopinfo.png) 0 1px no-repeat;
	background-size: 10px auto;
}

.f-blogUnit .body-bottom .anchorList-item .anchor.shopHP {
	padding-left: 18px;
	background: url(/assets/img/user/pc/shop/pay1/managerblog/ico-shop-hp.png) 0 2px no-repeat;
	background-size: 16px auto;
}

/*
	関連風俗求人
------------------------------------------------------*/
.f-relation {
	margin: 15px 0;
	padding: 10px 13px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.f-relation .title {
	padding: 4px 0;
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
	color: #ffa9ce;
}

.f-relation .body {
	overflow: hidden;
}

.f-relation .list {
	overflow: hidden;
	margin-left: -1em;
}

.f-relation .item {
	float: left;
	position: relative;
	margin-top: 5px;
	margin-left: 0.5em;
	padding-left: 0.5em;
	line-height: 14px;
	font-size: 12px;
}

.f-relation .item::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 2px;
	height: 10px;
	border-left: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.f-relation .item a {
	display: block;
	color: inherit;
}

/* ============================================================================

	.l-rightCol

============================================================================ */
.l-rightColumn {
	float: right;
	width: 290px;
}

.l-rightColumn .sectionBody {
	border: 1px solid #ccc;
	border-top: none;
	background-color: #fff;
}

/*
	プロフィール
------------------------------------------------------*/
.f-profile .body {
	padding: 10px 5px;
	margin-bottom: 10px;
}

.f-profile .profile {
	position: relative;
	padding: 12px;
	border: 1px solid #ccc;
	box-shadow: 1px 0 0 #f3f3f3 inset, -1px 0 0 #f3f3f3 inset;
}

.f-profile .p-imgWrap {
	width: 250px;
	height: 320px;
	margin-bottom: 12px;
}

.f-profile .p-imgWrap img {
	border: 1px solid #ccc;
}

.f-profile .p-imgWrap .name {
	width: 230px;
	height: 30px;
	padding-top: 7px;
	background: rgba(0, 0, 0, 0.53);
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5px;
	margin: auto;
}

.f-profile .p-imgWrap .p-ellipsis {
	display: inline-block;
	max-width: 195px;
	color: #faf72e;
}

.f-profile .prof-tbl {
	width: 100%;
	border: 1px solid #cccccc;
}

.f-profile .prof-tbl tr:last-child th,
.f-profile .prof-tbl tr:last-child td {
	border-bottom: none;
}

.f-profile .prof-tbl th,
.f-profile .prof-tbl td {
	height: 37px;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px dashed #cccccc;
}

.f-profile .prof-tbl th {
	width: 87px;
	background: #FBECF5;
}

.b-plan .f-profile .prof-tbl th {
	background: #edf4fd;
}

.c-plan .f-profile .prof-tbl th {
	background: #ECFBEF;
}

.f-profile .prof-dl {
	margin-top: 12px;
	padding: 0 5px;
}

.f-profile .prof-ttl {
	padding-bottom: 4px;
	border-bottom: 1px dashed #ffc78a;
}

.f-profile .prof-body {
	padding-top: 6px;
	line-height: 1.3;
	font-size: 13px;
	color: #888;
}

/*
	最新のブログを見る
------------------------------------------------------*/
.f-newBlog {
	margin: 10px 0 15px;
}

.f-newBlog .item + .item {
	border-top: 1px dashed #ccc;
}

.f-newBlog .item .anchor {
	display: block;
	padding: 10px;
	box-sizing: border-box;
	font-size: 0;
}

.f-newBlog .item .anchor > * {
	display: inline-block;
	vertical-align: middle;
}

.f-newBlog .item .p-imgWrap {
	width: 62px;
	height: 62px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.f-newBlog .item .p-imgWrap img {
	max-height: initial;
	max-width: initial;
	right: auto;
	bottom: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.f-newBlog .item .col-right {
	width: calc(100% - 72px);
	margin-left: 10px;
}

.f-newBlog .item .update {
	height: 12px;
	line-height: 13px;
	font-size: 11px;
	color: #888;
	text-align: right;
    padding-right: 12px;
}

.f-newBlog .item .update.is-new {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.f-newBlog .item .update.is-new::before {
	content: "NEW";
	display: inline-block;
	width: 40px;
	height: 12px;
	margin-top: -1px;
	margin-right: 2px;
	background-color: #ff3155;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

.f-newBlog .item .title {
	max-width: 100%;
	padding-top: 4px;
	font-size: 13px;
	color: #ff54ad;
}

.b-plan .f-newBlog .item .title {
	color: #2f92fa;
}

.c-plan .f-newBlog .item .title {
	color: #58c119;
}

.f-newBlog .item .text {
	line-height: 16px;
	font-size: 12px;
	color: #888;
}

/*
	カレンダー
------------------------------------------------------*/
.f-calendar {
	margin-bottom: 15px;
}

.f-calendar .body {
	padding: 10px;
}

.f-calendar .calendar {
	padding: 0 2px;
	border: 1px solid #dedede;
	background-color: #FBECF5;
	box-shadow: 0 0 0 1px #fff inset;
}

.b-plan .f-calendar .calendar {
	background-color: #edf4fb;
}

.c-plan .f-calendar .calendar {
	background-color: #ECFBEF;
}

.f-calendar .calendar-pagination {
	position: relative;
	height: 26px;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;
	color: #888;
}

.f-calendar .calendar-pagination .prev,
.f-calendar .calendar-pagination .next {
	margin: 0 2px;
	color: inherit;
}

.f-calendar .calendar-pagination .prev {
	float: left;
}

.f-calendar .calendar-pagination .next {
	float: right;
}

.f-calendar .calendar-pagination .year-month {
	position: absolute;
	right: 0;
	left: 0;
	width: 120px;
	margin: auto;
	text-align: center;
}

.f-calendar .calendar-table {
	width: 100%;
	table-layout: fixed;
	padding-bottom: 10px;
	border-spacing: 2px;
	font-size: 12px;
}

.f-calendar .calendar-table tr:first-child {
	background-color: #edf4fb;
}

.f-calendar .calendar-table th,
.f-calendar .calendar-table td {
	vertical-align: middle;
	text-align: center;
}

.f-calendar .calendar-table th {
	height: 20px;
	background-color: #ff9acf;
	font-weight: bold;
	color: #fff;
}

.b-plan .f-calendar .calendar-table th {
	background-color: #90c6ff;
}

.c-plan .f-calendar .calendar-table th {
	background-color: #93de66;
}

.f-calendar .calendar-table th.red {
	color: #f00;
}

.f-calendar .calendar-table th.blue {
	color: #005db5;
}

.f-calendar .calendar-table td {
	height: 40px;
	background-color: #fff;
}

.f-calendar .calendar-table a {
	display: block;
	height: 100%;
	background-color: #F9CDF7;
	line-height: 41px;
	color: inherit;
}

.b-plan .f-calendar .calendar-table a {
	background-color: #bee9f9;
}

.c-plan .f-calendar .calendar-table a {
	background-color: #BFFBC7;
}

/*
	カレンダー
------------------------------------------------------*/
.f-archive {
	margin: 10px 0 15px;
}

.f-archive .body {
	overflow: hidden;
	padding: 0 10px 5px;
}

.f-archive .item {
	margin: 10px 0;
}

.f-archive a {
	color: inherit;
}

/* 
   出稼ぎ その他のエリアを見る
------------------------------------------------------*/
.workAway .dekasegi_other_area {
    margin-bottom: 10px;
}

.workAway .dekasegi_other_area h3 {
	height: 30px;
    background: #71def3 no-repeat 7px center;
    color: #ffffff;
    line-height: 31px;
    font-size: 15px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	width: 50%;
	margin: auto;
	border-radius: 7px;
}

.workAway .dekasegi_other_list {
	display: none;
}

.workAway .dekasegi_other_list:after {
	content: '';
	clear: both;
	display: block;
}

.workAway .dekasegi_other_list li {
    width: 220px;
	float:left;
	margin-left: 4px;
    margin-top: 10px;
	margin-bottom: 10px;
    text-align: center;
}
.workAway .dekasegi_other_list a {
	display: block;
	color: #888;
	width: 210px;
	height: 90px;
	position: relative;
}

.workAway .dekasegi_other_list img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.workAway .dekasegi_other_list span {
	display: block;
	padding: 4px 0 2px;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-break: break-all;
	word-wrap: break-word;
}
