﻿
@charset 'utf-8';

/* ------------------------------------------------------------- 
    デフォルトスタイル 
 ------------------------------------------------------------- */

html, body, noscript, div, span, blockquote, q, form, fieldset, legend,
h1, h2, h3, h4, h5, h6, address, p, pre, menu, ul, ol, li, dl, dt, dd,
table, caption, colgroup, col, thead, tfoot, tbody, tr, th, td, hr,
em, strong, abbr, acronym, dfn, cite, code, var, kbd, samp, bdo, sup, sub,
big, small, b, i, s, u, tt, a, label, br, img, object, iframe, ins, del,
section, nav, article, aside, header, footer, details, summary, figure, figcaption,
time, mark, ruby, rt, rp, wbr, embed, video, audio, source, canvas {
	margin: 0;
	padding: 0;
	font-size: 100%;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: baseline;
	background: transparent;
	border: none;
	outline: none;
}
section, nav, article, aside, header, footer,
details, summary, figure, figcaption, menu {
	display: block;
}

html, body {
	width: 100%;
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	height: auto !important;
	min-height: 100%;
	line-height: 1.25;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
body, input, textarea, select {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', 'Tahoma', 'Verdana', sans-serif;
}
label, input[type='radio'], input[type='checkbox'], input[type='image'],
input[type='button'], input[type='submit'], input[type='reset'] {
	cursor: pointer;
}

ul, ol { list-style:none; }
li { list-style-position:outside; }
table { border-collapse:collapse; border-spacing:0; }

img, input { vertical-align:top; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
abbr[title], dfn[title] { cursor:help; }

blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
:focus { outline:none; }

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}
video::-webkit-media-controls-panel {
	width: calc(100% + 33px);	/* Adjust as needed */
}

a:link, a:visited { color:#F30; text-decoration:none; }
a:hover { color:#F30; text-decoration:underline; }

a.anchor, br.clear {
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	white-space: nowrap !important;
	text-indent: 150% !important;
	display: block !important;
	overflow: hidden !important;
	visibility: hidden !important;
	position: relative !important;
	z-index: -1 !important;
	content: '.';
	clear: both;
}
a.anchor {
	width: 1px !important;
	height: 1px !important;
	margin: -1px 0 0 !important;
}

#pageTop {
	display: none;
	position: absolute;
	z-index: 750;
}
#fixNavi {
	min-width: 980px !important;
}
.text {
	overflow: hidden !important;
}

#naviBody ul.list li.scshop,
#naviBody ul.list li.scgirl {
	font-size: 62.5% !important;
}


/* ------------------------------------------------------------- 
    ポップアップ 
 ------------------------------------------------------------- */

body.stop {
	width: 100%;
	overflow: hidden;
	position: fixed;
}
#popToukou, #popToukou ul.main, #popToukou p.mainClose,
#popInquiry, #popInquiry ul.main, #popInquiry p.mainClose,
#popContents, #popContents ul.main, #popContents p.mainClose,
#popShop, #popShop form.main, #popShop p.mainClose, #popShop p.labelClose,
#popGirl, #popGirl form.main, #popGirl p.mainClose, #popGirl p.labelClose {
	margin: 0;
	padding: 0;
	display: none;
	position: fixed !important;
	z-index: 500;
	top: 0;
	left: 0;
}
#popToukou, #popInquiry, #popContents,
#popShop, #popGirl {
	width: 100%;
	height: 100%;
}
#popToukou ul.main, #popInquiry ul.main, #popContents ul.main,
#popShop form.main, #popShop form.main div.box,
#popGirl form.main, #popGirl form.main div.box {
	position: absolute;
	top: 50%;
	left: 50%;
}
#popToukou ul.main {
	width: 1000px;
	height: 500px;
	margin-top: -265px;
	margin-left: -500px;
	overflow: visible;
}
#popInquiry ul.main {
	width: 700px;
	height: 600px;
	margin-top: -320px;
	margin-left: -355px;
	background: #FFF;
	border: 5px #E3E3E3 solid;
	border-radius: 15px;
}
#popContents ul.main {
	width: 960px;
	margin-left: -480px;
	overflow: visible;
}
#popContents[class='gv'] ul.main {
	height: 720px;
	margin-top: -375px;
}
#popContents[class='mv'] ul.main {
	height: 540px;
	margin-top: -285px;
}
#popShop form.main,
#popGirl form.main {
	width: 560px;
	height: 300px;
	margin-top: -165px;
	margin-left: -280px;
	background: url('../img/popup/pop1_bg.png') transparent no-repeat 0 0;
}
#popShop[class='login'] form.main,
#popGirl[class='login'] form.main {
	height: 530px;
	margin-top: -280px;
	background: url('../img/popup/pop2_bg.png') transparent no-repeat 0 0;
}
#popInquiry ul.main li,
#popContents ul.main li,
#popShop form.main div.box,
#popGirl form.main div.box {
	display: none;
}
#popInquiry ul.main li[class~='show'],
#popContents ul.main li[class~='show'],
#popShop form.main div.box[class~='show'],
#popGirl form.main div.box[class~='show'] {
	display: block;
}
#popShop form.main div.box p,
#popGirl form.main div.box p {
	width: 450px;
	height: auto;
	color: #333;
	font-size: 80%;
	text-align: center;
}
#popShop form.main div.box p.step2,
#popGirl form.main div.box p.step2 {
	display: none;
}
#popShop form.main span, #popShop form.main img,
#popGirl form.main span, #popGirl form.main img {
	margin: 20px auto 0;
	line-height: 1.5;
	display: block;
	position: relative;
}
#popShop form.main span strong, #popShop form.main span em,
#popGirl form.main span strong, #popGirl form.main span em {
	font-style: normal;
	line-height: 20px;
	vertical-align: top;
	display: inline-block;
}
#popShop form.main span strong,
#popGirl form.main span strong {
	margin-right: 9px;
	font-size: 110%;
}
#popShop form.main span em {
	max-width: 405px;
}
#popGirl form.main span em {
	max-width: 375px;
}
#popToukou p.mainClose, #popInquiry p.mainClose, #popContents p.mainClose,
#popShop p.mainClose, #popShop p.labelClose,
#popGirl p.mainClose, #popGirl p.labelClose {
	width: 100% !important;
	height: 100% !important;
	background: transparent repeat 0 0;
	overflow: hidden;
	z-index: 550;
}
#popToukou p.mainClose, #popInquiry p.mainClose, #popContents p.mainClose,
#popShop p.mainClose, #popGirl p.mainClose {
	background-image: url('../img/popup/bg.png');
	z-index: 450 !important;
}

/* - ブログ/動画ウィンドウ (共通) - */
#popToukou ul.main > * {
	color: #333;
	font-size: 62.5%;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}
#popToukou ul.main li[class*='sub'] {
	width: 1100px !important;
	margin: -25px 0 0 !important;
	overflow: visible !important;
	z-index: 5 !important;
	right: -50px !important;
}
#popToukou ul.main li[class*='sub'] a {
	padding: 5px;
	white-space: nowrap;
	text-indent: 150%;
	vertical-align: top;
	background: transparent no-repeat 5px 5px;
	display: block;
	opacity: 0.75;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#popToukou ul.main li[class*='sub'] a:hover {
	cursor: pointer;
	opacity: 0.5;
}
#popToukou ul.main li.subPaging {
	height: 50px !important;
	top: 50% !important;
}
#popToukou ul.main li.subPaging a {
	width: 30px;
	height: 40px;
}
#popToukou ul.main li.subPaging a.prev {
	background-image: url('../../top/img/common/popToukou_prev.png');
	left: -5px;
}
#popToukou ul.main li.subPaging a.next {
	background-image: url('../../top/img/common/popToukou_next.png');
	right: -5px;
}
#popToukou ul.main li.subClose {
	height: 30px !important;
	top: -30px !important;
}
#popToukou ul.main li.subClose a {
	width: 20px;
	height: 20px;
	background-image: url('../../top/img/common/popToukou_close.png');
	right: -15px;
}

/* - ブログ/動画ウィンドウ (ブログ用) - */
#popToukou ul.main[class*='blog'] > * {
	height: 500px;
	top: 0;
}
#popToukou ul.main[class*='blog'] .loading {
	width: 100%;
	text-indent: 150%;
	background: url('../../img_common/load_black.gif') #000 no-repeat 50% 50%;
	z-index: 15;
}
#popToukou ul.main[class*='blog'] .photo {
	width: 640px;
	color: #FFF;
	background: #000;
	left: 0;
}
#popToukou ul.main[class*='blog'] .photo > * {
	letter-spacing: -0.4em;
	text-align: center;
	position: absolute;
}
#popToukou ul.main[class*='blog'] .photo > * > * {
	letter-spacing: 0;
	white-space: nowrap;
	text-indent: 150%;
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
}
#popToukou ul.main[class*='blog'] .photo img {
	max-width: 480px;
	max-height: 100%;
	letter-spacing: 0;
	display: none;
	top: 50%;
	left: 50%;
}
#popToukou ul.main[class*='blog'] .photo img.show {
	display: block !important;
}
#popToukou ul.main[class*='blog'] .photo .paging1 {
	font-size: 135%;
	line-height: 1.5;
	top: 15px;
	left: 15px;
}
#popToukou ul.main[class*='blog'] .photo .paging1 > * {
	font-style: normal;
	text-decoration: none;
	text-indent: 0;
}
#popToukou ul.main[class*='blog'] .photo .paging1 i {
	margin: 0 5px;
	font-size: 110%;
}
#popToukou ul.main[class*='blog'] .photo .paging2 {
	width: 100%;
	margin-top: -15px;
	visibility: hidden;
	top: 50%;
}
#popToukou ul.main[class*='blog'] .photo:hover .paging2 {
	visibility: visible !important;
}
#popToukou ul.main[class*='blog'] .photo .paging2 a {
	width: 30px;
	height: 30px;
	opacity: 0.75;
	position: absolute;
}
#popToukou ul.main[class*='blog'] .photo .paging2 a:hover {
	opacity: 0.5;
}
#popToukou ul.main[class*='blog'] .photo .paging2 a.off {
	display: none !important;
}
#popToukou ul.main[class*='blog'] .photo .paging2 a.prev {
	background: url('../../top/img/common/ptbPhoto_prev.png') transparent no-repeat 0 0;
	left: 15px;
}
#popToukou ul.main[class*='blog'] .photo .paging2 a.next {
	background: url('../../top/img/common/ptbPhoto_next.png') transparent no-repeat 0 0;
	right: 15px;
}
#popToukou ul.main[class*='blog'] .photo .paging3 {
	width: 85%;
	margin: 0 7.5%;
	right: 0;
	bottom: 25px;
}
#popToukou ul.main[class*='blog'] .photo .paging3 a {
	width: 21px;
	height: 21px;
	margin: 0 3px;
	opacity: 0.75;
}
#popToukou ul.main[class*='blog'] .photo .paging3 a:hover {
	opacity: 0.5;
}
#popToukou ul.main[class*='blog'] .photo .paging3 a[class*='num'] {
	background: url('../../top/img/common/ptbPhoto_num-OFF.png') transparent no-repeat 0 0;
}
#popToukou ul.main[class*='blog'] .photo .paging3 a[class*='now'] {
	background: url('../../top/img/common/ptbPhoto_num-ON.png') transparent no-repeat 0 0;
}
#popToukou ul.main[class*='blog'] .text {
	width: 330px;
	padding: 0 15px;
	font-size: 77.5%;
	line-height: 1.25;
	background: #FFF;
	right: 0;
}
#popToukou ul.main[class*='blog'] .text > * {
	padding: 15px 3px;
	letter-spacing: -0.4em;
	border-top: 1px #ECECEC solid;
	position: relative;
}
#popToukou ul.main[class*='blog'] .text > * > * {
	letter-spacing: 0;
	text-align: left;
	vertical-align: top;
	display: inline-block;
}
#popToukou ul.main[class*='blog'] .text .profile {
	margin-top: 1px;
	border-top: none;
}
#popToukou ul.main[class*='blog'] .text .profile > * {
	max-height: 75px;
	overflow: hidden;
}
#popToukou ul.main[class*='blog'] .text .profile .left,
#popToukou ul.main[class*='blog'] .text .profile .left img {
	width: 60px;
}
#popToukou ul.main[class*='blog'] .text .profile .left a:hover {
	opacity: 0.75;
}
#popToukou ul.main[class*='blog'] .text .profile .right {
	width: 255px;
	margin: 1px 0 0 9px;
	font-size: 85%;
}
#popToukou ul.main[class*='blog'] .text .profile .right a {
	color: #333;
	font-size: 120%;
	font-weight: bold;
}
#popToukou ul.main[class*='blog'] .text .profile .right b {
	margin-top: 6px;
	color: #666;
	font-weight: normal;
	display: block;
}
#popToukou ul.main[class*='blog'] .text .content {
	height: 280px;
	text-align: left;
}
#popToukou ul.main[class*='blog'] .text .content > * {
	display: block;
	overflow: hidden;
}
#popToukou ul.main[class*='blog'] .text .content .date {
	margin: 0 0 6px;
	color: #999;
	font-size: 80%;
	font-style: normal;
}
#popToukou ul.main[class*='blog'] .text .content .title {
	padding: 0 0 3px;
	font-size: 120%;
	border-bottom: 1px #666 dashed;
	display: inline-block;
}
#popToukou ul.main[class*='blog'] .text .content .title a {
	color: #444;
	text-decoration: none;
}
#popToukou ul.main[class*='blog'] .text .content .title a:hover {
	color: #222;
	opacity: 0.75;
}
#popToukou ul.main[class*='blog'] .text .content .sentence {
	height: 225px;
	margin-top: 15px;
	font-size: 105%;
	line-height: 18px;
}
#popToukou ul.main[class*='blog'] .text .content .sentence img {
	max-width: 100%;
	min-height: 18px;
	margin: 0 1px;
	vertical-align: -5px;
}
#popToukou ul.main[class*='blog'] .text .content .readmore {
	width: 100%;
	padding: 20px 0 15px;
	line-height: 15px;
	background: url('../../top/img/common/ptbText_readmore.png') transparent repeat-x 0 0;
	position: absolute;
	bottom: 0;
}
#popToukou ul.main[class*='blog'] .text .content .readmore a {
	margin-right: 3px;
	font-size: 105%;
}
#popToukou ul.main[class*='blog'] .text .content .readmore b {
	font-size: 102.5%;
	font-weight: normal;
}
#popToukou ul.main[class*='blog'] .text .reaction small {
	width: 100%;
	margin-top: 12px;
	color: #666;
	font-size: 85%;
	text-align: left;
	clear: both;
}
#popToukou ul.main[class*='blog'] .text .reaction a {
	margin: 0 2px;
	font-weight: bold;
}
#popToukou ul.main[class*='blog'] .text .reaction .good,
#popToukou ul.main[class*='blog'] .text .reaction .comment {
	margin: 0 12px -1px 0;
	padding: 0 0 0 18px;
	color: #333;
	font-size: 97.5%;
	line-height: 18px;
	float: left;
}
#popToukou ul.main[class*='blog'] .text .reaction .good {
	background: url('../../top/img/common/ptbText_good.png') transparent no-repeat 0% 0%;
}
#popToukou ul.main[class*='blog'] .text .reaction .comment {
	background: url('../../top/img/common/ptbText_comment.png') transparent no-repeat 0% 50%;
}

/* - ブログ/動画ウィンドウ (動画用) - */
#popToukou ul.main[class*='video'] > * {
	width: 880px;
	margin: 0 60px;
	text-align: left;
}
#popToukou ul.main[class*='video'] .frame {
	height: 630px;
	line-height: 1.25;
	top: -65px;
}
#popToukou ul.main[class*='video'] .frame > *,
#popToukou ul.main[class*='video'] .frame > * > * {
	display: block;
	overflow: hidden;
	position: absolute;
}
#popToukou ul.main[class*='video'] .frame a {
	text-decoration: underline;
}
#popToukou ul.main[class*='video'] .frame .above {
	width: 100%;
	height: 75px;
	color: #CCC;
	font-size: 110%;
	top: 0;
}
#popToukou ul.main[class*='video'] .frame .above .left,
#popToukou ul.main[class*='video'] .frame .above .left img {
	width: 60px;
	background: #FFF;
	left: 0;
}
#popToukou ul.main[class*='video'] .frame .above .left a:hover {
	opacity: 0.75;
}
#popToukou ul.main[class*='video'] .frame .above .right {
	width: 800px;
	margin: 6px;
	right: 0;
}
#popToukou ul.main[class*='video'] .frame .above .right a {
	color: #EEE;
	font-size: 120%;
	line-height: 15px;
}
#popToukou ul.main[class*='video'] .frame .above .right b {
	margin-top: 3px;
	font-weight: normal;
	display: block;
}
#popToukou ul.main[class*='video'] .frame .above .date {
	font-style: normal;
	right: 1px;
	bottom: 5px;
}
#popToukou ul.main[class*='video'] .frame .above .title {
	max-width: 660px;
	color: #FFF;
	font-size: 145%;
	white-space: nowrap;
	text-overflow: ellipsis;
	left: 75px;
	bottom: 3px;
}
#popToukou ul.main[class*='video'] .frame .below {
	width: 100%;
	height: 40px;
	color: #EEE;
	font-size: 125%;
	bottom: 0;
}
#popToukou ul.main[class*='video'] .frame .below > * {
	padding-top: 1px;
	font-weight: bold;
	line-height: 18px;
}
#popToukou ul.main[class*='video'] .frame .below > * > * {
	color: #FFF;
	font-size: 102.5%;
	font-weight: normal;
}
#popToukou ul.main[class*='video'] .frame .below .left {
	left: 0;
}
#popToukou ul.main[class*='video'] .frame .below .left b {
	color: #CCC;
}
#popToukou ul.main[class*='video'] .frame .below .left b:nth-child(n+2):before {
	content: '｜';
}
#popToukou ul.main[class*='video'] .frame .below .left b > a {
	margin: 0 2px;
	color: #F9F;
	font-weight: bold;
}
#popToukou ul.main[class*='video'] .frame .below .left b:nth-child(1) > a {
	margin-left: 4px;
}
#popToukou ul.main[class*='video'] .frame .below .right {
	right: 0;
}
#popToukou ul.main[class*='video'] .frame .below .right a {
	margin-left: 2px;
}
#popToukou ul.main[class*='video'] .frame .below .report {
	right: 0;
	bottom: 0;
}
#popToukou ul.main[class*='video'] .frame .below .report a {
	padding-left: 18px;
	background: url('../img/icon_exclMarkEX.png') transparent no-repeat 2px 2px;
	background-size: 13px 13px;
	display: inline-block;
}
#popToukou ul.main[class*='video'] .face {
	height: 495px;
	background: #000;
	top: 20px;
}
#popToukou ul.main[class*='video'] .face video,
#popToukou ul.main[class*='video'] .face span {
	width: 880px;
	height: 495px;
	text-align: center;
	display: block;
}
#popToukou ul.main[class*='video'] .face span {
	color: #FFF;
	font-size: 175%;
	font-weight: bold;
	line-height: 495px;
}

/* - 問い合わせウィンドウ - */
#popInquiry ul.main li.close,
#popInquiry ul.main li.info {
	display: block;
	position: absolute;
	top: 18px;
}
#popInquiry ul.main li.close {
	cursor: pointer;
	z-index: 10;
	right: 18px;
}
#popInquiry ul.main li.close:hover {
	opacity: 0.75;
}
#popInquiry ul.main li.info {
	width: 590px;
	height: 90px;
	overflow: hidden;
	z-index: 5;
	left: 18px;
}
#popInquiry ul.main li.info .left {
	width: 70px;
	margin-left: 1px;
	float: left;
}
#popInquiry ul.main li.info .left img {
	width: 100%;
}
#popInquiry ul.main li.info .right {
	width: 505px;
	margin-right: 1px;
	float: right;
}
#popInquiry ul.main li.info .right p {
	letter-spacing: -0.4em;
}
#popInquiry ul.main li.info .right p * {
	font-style: normal;
	letter-spacing: 0;
	text-decoration: none;
	vertical-align: top;
	display: inline-block;
}
#popInquiry ul.main li.info .above > * {
	line-height: 1.5;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block !important;
	overflow: hidden;
}
#popInquiry ul.main li.info .above strong {
	font-size: 92.5%;
}
#popInquiry ul.main li.info .above em {
	font-size: 72.5%;
}
#popInquiry ul.main li.info .below span {
	color: #333;
	font-weight: bold;
}
#popInquiry ul.main li.info .below .tel {
	margin: 12px 0 0;
	font-size: 105%;
}
#popInquiry ul.main li.info .below .tel img {
	margin: 1px 5px 0 0;
	color: #F00;
	font-size: 92.5%;
}
#popInquiry ul.main li.info .below .call {
	margin: 8px 8px 0;
	font-size: 70%;
	line-height: 25px;
}
#popInquiry ul.main li.info .below .call > u {
	padding: 0 6px 0 4px;
	background: url('../img/icon_fukidashi2-2.png') transparent repeat-x 0 0;
	background-size: contain;
}
#popInquiry ul.main li.info .below .call > u > b {
	padding-left: 1px;
	color: #F00;
	font-size: 102.5%;
}
#popInquiry ul.main li.info .below .call > i {
	white-space: nowrap;
	text-indent: 150%;
	overflow: hidden;
}
#popInquiry ul.main li.info .below .call > i.start {
	width: 10px;
	background: url('../img/icon_fukidashi2-1.png') transparent no-repeat right 0;
	background-size: contain;
}
#popInquiry ul.main li.info .below .call > i.end {
	width: 5px;
	background: url('../img/icon_fukidashi2-3.png') transparent no-repeat left 0;
	background-size: contain;
}
#popInquiry ul.main li.price,
#popInquiry ul.main li.coupon {
	width: 670px;
	height: 450px;
	margin: 125px 10px 25px 20px;
	font-size: 80%;
	overflow-y: scroll;
}

/* - コンテンツウィンドウ - */
#popContents ul.main li {
	width: 100%;
	height: 100%;
	color: #FFF;
	font-size: 97.5%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	position: relative;
}
#popContents ul.main li a[class*='share'] {
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -600px;
}
#popContents[class='gv'] ul.main li a[class*='share'] {
	bottom: -780px;
	z-index: 99;
}
#popContents ul.main li a[class*='share'] img {
	height: 20px;
	background: transparent !important;
}
#popContents ul.main li a.share1 {
	width: 60px;
	right: 90px;
}
#popContents ul.main li a.share2 {
	width: 80px;
	right: 4px;
}
#popContents ul.main li.gravure strong {
	width: 800px;
	text-align: center;
	display: block;
	position: absolute;
	top: -30px;
	right: 15px;
}
#popContents ul.main li.gravure em {
	padding: 1px 15px 0 30px;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 1px;
	background: url('../img/icon_glass1.png') transparent no-repeat 0 0;
}
#popContents ul.main li.gravure div {
	height: 720px;
	margin: 0 15px;
	background: rgba(255,255,255,0.25);
}
#popContents ul.main li.gravure div.photo_nozoom {
	width: 800px;
	display: table;
	position: relative;
	float: right;
}
#popContents ul.main li.gravure div.photo_nozoom p {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
}
#popContents ul.main li.gravure div.photo_nozoom img {
	max-width: 95%;
	max-height: 95%;
	display: inline-block;
	// cursor: pointer;
}
#popContents ul.main li.gravure div.photo_nozoom a {
	width: 40px;
	height: 40px;
	white-space: nowrap;
	text-indent: 150%;
	display: block;
	overflow: hidden;
	opacity: 0.75;
	position: absolute;
	top: 50%;
}
#popContents ul.main li.gravure div.photo_nozoom a:hover {
	opacity: 1.0;
}
#popContents ul.main li.gravure div.photo_nozoom a.prev {
	background: url('../img/icon_c-prev.png') transparent no-repeat 0 0;
	left: 2.0%;
}
#popContents ul.main li.gravure div.photo_nozoom a.next {
	background: url('../img/icon_c-next.png') transparent no-repeat 0 0;
	right: 2.0%;
}
#popContents ul.main li.gravure div.thumb {
	width: 80px;
	background: none;
	float: left;
}
#popContents ul.main li.gravure div.thumb p {
	width: 80px;
	height: 80px;
	margin: 10px 0 0;
	overflow: hidden;
	position: relative;
}
#popContents ul.main li.gravure div.thumb p:first-child {
	margin-top: 5px;
}
#popContents ul.main li.gravure div.thumb a {
	width: 160px;
	height: 160px;
	margin: -40px;
	padding: 0;
	background: #000;
	display: block;
	position: relative;
}
#popContents ul.main li.gravure div.thumb a.sel:after {
	content: '';
	width: 70px;
	height: 70px;
	border: 5px #FFC53C solid;
	position: absolute;
	top: 40px;
	left: 40px;
}
#popContents ul.main li.gravure div.thumb img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#popContents ul.main li.gravure div.zoom {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #000;
	display: none;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
}
#popContents ul.main li.gravure div.zoom strong {
	margin: 15px auto -15px;
	position: relative;
	top: 5px;
	right: 0;
}
#popContents ul.main li.gravure div.zoom em {
	font-size: 107.5%;
	background-image: url('../img/icon_glass2.png');
}
#popContents ul.main li.gravure div.zoom p {
	margin: 0;
	text-align: center;
}
#popContents ul.main li.gravure div.zoom img {
	margin: 30px;
	cursor: pointer;
}
#popContents ul.main li.movie strong,
#popContents ul.main li.movie em {
	line-height: 24px;
	display: block;
	position: absolute;
	top: -30px;
}
#popContents ul.main li.movie strong {
	max-width: 880px;
	font-size: 102.5%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	left: 0;
}
#popContents ul.main li.movie em {
	font-style: normal;
	right: 0;
}
#popContents ul.main li.movie video,
#popContents ul.main li.movie span {
	line-height: 540px;
	text-align: center;
	background: #000;
	display: block;
}
#popContents ul.main li.movie video {
	width: 960px;
	height: 540px;
}

/* - コンテンツウィンドウ (中) - */
@media screen and (max-height:800px) {
	#popContents[class='gv'] ul.main {
		width: 800px;
		height: 600px;
		margin-top: -315px;
		margin-left: -400px;
	}
	#popContents[class='gv'] ul.main li a[class*='share'] {
		bottom: -660px;
	}
	#popContents ul.main li.gravure div,
	#popContents ul.main li.gravure div.photo_nozoom p {
		height: 600px;
	}
	#popContents ul.main li.gravure strong,
	#popContents ul.main li.gravure div.photo_nozoom {
		width: 675px;
	}
	#popContents ul.main li.gravure div.photo_nozoom img {
		max-width: 655px;
		max-height: 580px;
	}
	#popContents ul.main li.gravure div.thumb {
		width: 65px;
	}
	#popContents ul.main li.gravure div.thumb p {
		width: 65px;
		height: 65px;
	}
	#popContents ul.main li.gravure div.thumb a {
		width: 130px;
		height: 130px;
		margin: -33px;
	}
	#popContents ul.main li.gravure div.thumb a.sel:after {
		width: 55px;
		height: 55px;
		top: 33px;
		left: 33px;
	}
}

/* - コンテンツウィンドウ (小) - */
@media screen and (max-height:660px) {
	#popContents[class='gv'] ul.main {
		width: 600px;
		height: 450px;
		margin-top: -240px;
		margin-left: -300px;
	}
	#popContents[class='gv'] ul.main li a[class*='share'] {
		bottom: -510px;
	}
	#popContents[class='mv'] ul.main {
		width: 800px;
		height: 450px;
		margin-top: -240px;
		margin-left: -400px;
	}
	#popContents[class='mv'] ul.main li a[class*='share'] {
		bottom: -510px;
	}
	#popContents ul.main li.gravure div,
	#popContents ul.main li.gravure div.photo_nozoom p {
		height: 450px;
	}
	#popContents ul.main li.gravure strong,
	#popContents ul.main li.gravure div.banner,
	#popContents ul.main li.gravure div.photo_nozoom {
		width: 490px;
	}
	#popContents ul.main li.gravure div.banner .inner {
		height: 88px;
		bottom: 12px;
	}
	#popContents ul.main li.gravure div.photo_nozoom img {
		max-width: 470px;
		max-height: 430px;
	}
	#popContents ul.main li.gravure div.thumb {
		width: 48px;
	}
	#popContents ul.main li.gravure div.thumb p {
		width: 48px;
		height: 48px;
		margin: 9px 0 0;
	}
	#popContents ul.main li.gravure div.thumb p:first-child {
		margin-top: 1px;
	}
	#popContents ul.main li.gravure div.thumb a {
		width: 96px;
		height: 96px;
		margin: -24px;
	}
	#popContents ul.main li.gravure div.thumb a.sel:after {
		width: 40px;
		height: 40px;
		border: 4px #FFC53C solid;
		top: 24px;
		left: 24px;
	}
	#popContents ul.main li.movie strong {
		max-width: 800px;
	}
	#popContents ul.main li.movie video,
	#popContents ul.main li.movie span {
		line-height: 450px;
	}
	#popContents ul.main li.movie video {
		width: 800px;
		height: 450px;
	}
}

/* - キープ＆マイリスト - */
#popShop form.main span.text b,
#popGirl form.main span.text b {
	color: #F00;
}
#popShop form.main span.exit,
#popGirl form.main span.exit {
	color: #777;
	font-size: 120%;
}
#popShop form.main span.name, #popShop form.main span.admire, #popShop form.main span.label, #popShop form.main span.comment,
#popGirl form.main span.name, #popGirl form.main span.admire, #popGirl form.main span.label, #popGirl form.main span.comment {
	text-align: left;
}
#popShop form.main span.label,
#popGirl form.main span.label {
	width: 310px;
	height: 50px;
	margin-left: 0;
	z-index: 600;
}
#popShop form.main span.label em,
#popGirl form.main span.label em {
	font-size: 90%;
	font-weight: normal;
}
#popShop form.main span.label big, #popShop form.main span.label small,
#popGirl form.main span.label big, #popGirl form.main span.label small {
	width: 300px;
	padding: 4px;
	font-size: 100%;
	line-height: 22px;
	background: #FFF;
	display: block;
	position: absolute;
}
#popShop form.main span.label big,
#popGirl form.main span.label big {
	height: 22px;
	border: 1px #CCC solid;
	cursor: pointer;
}
#popShop form.main span.label big b,
#popGirl form.main span.label big b {
	font-weight: normal;
	display: block;
	position: absolute;
	left: 6px;
}
#popShop form.main span.label big b.none,
#popGirl form.main span.label big b.none {
	padding-left: 20px;
	color: #CCC;
	background: url('../img/popup/label_icon.png') transparent no-repeat 0 50%;
}
#popShop form.main span.label big i,
#popGirl form.main span.label big i {
	margin: 1px 0 0;
	color: #777;
	font-size: 85%;
	font-style: normal;
	display: block;
	position: absolute;
	right: 33px;
}
#popShop form.main span.label big img,
#popGirl form.main span.label big img {
	margin: 0;
	line-height: 1.0;
	position: absolute;
	right: 4px;
}
#popShop form.main span.label small {
	min-height: 22px;
	border: 1px #5D7 solid;
}
#popGirl form.main span.label small {
	min-height: 22px;
	border: 1px #F9D solid;
}
#popShop form.main span.label small b,
#popGirl form.main span.label small b {
	width: 296px;
	max-height: 120px;
	margin-top: 4px;
	padding: 2px;
	font-weight: normal;
	display: block;
	overflow: scroll;
	overflow-x: hidden;
	position: relative;
}
#popShop form.main span.label small b {
	background: #DFD;
}
#popGirl form.main span.label small b {
	background: #FEF;
}
#popShop form.main span.label small i,
#popGirl form.main span.label small i {
	padding: 2px 4px;
	padding-left: 26px;
	font-size: 90%;
	font-style: normal;
	line-height: 20px;
	background: url('../img/popup/label_check_off1.png') transparent no-repeat 4px 4px;
	display: block;
	cursor: pointer;
}
#popShop form.main span.label small i:hover,
#popGirl form.main span.label small i:hover {
	color: #FFF;
	background-image: url('../img/popup/label_check_off2.png');
}
#popShop form.main span.label small i:hover {
	background-color: #3C5;
}
#popGirl form.main span.label small i:hover {
	background-color: #F7C;
}
#popShop form.main span.label small i.check,
#popGirl form.main span.label small i.check {
	background-image: url('../img/popup/label_check_on1.png');
}
#popShop form.main span.label small i.check:hover,
#popGirl form.main span.label small i.check:hover {
	background-image: url('../img/popup/label_check_on2.png');
}
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, #popShop form.main span.name em, #popGirl form.main span.name em {
		position: relative;
		top: 1px;
	}
}
#popShop form.main span.comment em,
#popGirl form.main span.comment em {
	position: absolute;
	right: 0;
}
#popShop form.main span.name i, #popShop form.main span.comment i,
#popGirl form.main span.name i, #popGirl form.main span.comment i {
	color: #777;
	font-size: 85%;
	font-style: normal;
	display: inline-block;
}
#popShop form.main span.name i,
#popGirl form.main span.name i {
	position: relative;
	top: -1px;
}
#popShop form.main span.check label,
#popGirl form.main span.check label {
	position: relative;
	top: 1px;
}
#popShop form.main span.button img,
#popGirl form.main span.button img {
	margin-top: 0;
	display: inline-block;
}
#popShop form.main img.title,
#popGirl form.main img.title {
	margin-top: 0;
}
#popShop form.main img.star, #popShop form.main img.staradd, #popShop form.main img.staredit,
#popShop form.main img.zero, #popShop form.main img.zeroadd, #popShop form.main img.zeroedit,
#popGirl form.main img.star, #popGirl form.main img.staradd, #popGirl form.main img.staredit,
#popGirl form.main img.zero, #popGirl form.main img.zeroadd, #popGirl form.main img.zeroedit {
	margin-top: 0;
	padding: 0 2px;
	display: inline-block;
	cursor: pointer;
}
#popShop form.main img.zero, #popShop form.main img.zeroadd, #popShop form.main img.zeroedit,
#popGirl form.main img.zero, #popGirl form.main img.zeroadd, #popGirl form.main img.zeroedit {
	margin-right: 2px;
}
#popShop form.main img.disable,
#popGirl form.main img.disable {
	margin-top: 0;
	margin-left: 0;
	cursor: pointer;
}
#popShop form.main img.close, #popShop form.main img.regist,
#popGirl form.main img.close, #popGirl form.main img.regist {
	cursor: pointer;
}
#popShop form.main img.close:hover, #popShop form.main img.regist:hover,
#popGirl form.main img.close:hover, #popGirl form.main img.regist:hover {
	opacity: 0.75;
}
#popShop[class='login'] form.main img.close,
#popGirl[class='login'] form.main img.close {
	margin-top: 0;
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
}
#shopLabelTxt1, #shopLabelTxt2,
#girlLabelTxt1, #girlLabelTxt2 {
	width: 230px;
	height: 18px;
	padding: 1px 3px;
	color: #CCC;
	font-size: 90%;
	border: 1px #DDD solid;
}
#shopLabelBtn1, #shopLabelBtn2,
#girlLabelBtn1, #girlLabelBtn2 {
	width: 44px;
	height: 22px;
	margin-left: 3px;
	vertical-align: top;
	border: none;
}
#shopComment1, #shopComment2, #popShopTextAdd, #popShopTextEdit,
#girlComment1, #girlComment2, #popGirlTextAdd, #popGirlTextEdit {
	width: 440px;
	height: 60px;
	padding: 4px;
	border: 1px #CCC solid;
	display: block;
	resize: none;
	clear: both;
}
#popNone1, #popNone2, #popMail {
	vertical-align: middle;
}


/* ------------------------------------------------------------- 
    お店ページ - 最上部 
 ------------------------------------------------------------- */

#shopTop {
	width: 100%;
	height: 84px;
	padding: 0 0 6px;
	background: url('../img/top_bg.png') transparent repeat-x 0 0;
}
#shopTop label,
#shopTop b,
#shopTop i {
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	display: inline-block;
}
#shopTop .above,
#shopTop .below {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#shopTop .above {
	height: 24px;
	color: #FFF;
	font-size: 75%;
}
#shopTop .below {
	height: 60px;
	color: #333;
	font-size: 70%;
}

#shopTop .above h1,
#shopTop .above span {
	margin: 5px 3px;
	font-weight: normal;
	line-height: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
#shopTop .above h1.left {
	width: 600px;
	overflow: hidden;
	float: left;
}
#shopTop .above span.right {
	max-width: 360px;
	letter-spacing: -0.4em;
	float: right;
}
#shopTop .above h1 > *,
#shopTop .above span > * {
	letter-spacing: 0;
	vertical-align: baseline;
}
#shopTop .above a {
	color: #FFF;
	font-weight: bold;
}
#shopTop .above a:hover {
	color: #FFC;
	text-decoration: none;
}
#shopTop .above b {
	padding: 0 7px;
	border-right: 1px #FD9 solid;
}
#shopTop .above b.in-out {
	padding-right: 0;
	border-right: none;
}

#shopTop .above .member_menu,
#shopTop .above .member_menu-btn {
	height: 14px;
	margin: 0;
	text-align: right;
}
#shopTop .above .member_menu-btn {
	cursor: pointer;
}
#shopTop .above .member_menu-btn.is_close:after {
	content: ' ▼';
}
#shopTop .above .member_menu-btn.is_open:after {
	content: ' ▲';
}
#shopTop .above .member_menu-list {
	width: 150px;
	margin: 12px 0 0 auto;
	background: #FFF;
	border: 1px #CCC solid;
	box-shadow: 0 1px 9px #CCC;
	position: relative;
	z-index: 100;
}
#shopTop .above .member_menu-list.is_close {
	display: none;
}
#shopTop .above .member_menu-list.is_open {
	display: block;
}
#shopTop .above .member_menu-list-inner,
#shopTop .above .member_menu-list-item {
	margin: 0;
	line-height: 1.0;
	text-align: left;
}
#shopTop .above .member_menu-list-inner:after,
#shopTop .above .member_menu-list-inner:before {
	content: ' ';
	border: solid transparent;
	pointer-events: none;
	position: absolute;
	bottom: 100%;
}
#shopTop .above .member_menu-list-inner:after {
	margin-left: -10px;
	border-width: 10px;
	border-color: rgba(255,255,255,0);
	border-bottom-color: #FFF;
	left: 80%;
}
#shopTop .above .member_menu-list-inner:before {
	margin-left: -11px;
	border-width: 11px;
	border-color: rgba(204,204,204,0);
	border-bottom-color: #CCC;
	left: 80%;
}
#shopTop .above .member_menu-list-item a {
	padding: 7px 15px 5px 30px;
	color: #36F;
	font-size: 92.5%;
	font-weight: normal;
	line-height: 15px;
	background: transparent no-repeat 9px 40%;
	display: block;
}
#shopTop .above .member_menu-list-item a:hover {
	font-weight: bold;
	text-decoration: none;
	background-color: #FFD;
}
#shopTop .above .member_menu-list-item.is_point a {
	padding: 12px 15px 9px 30px;
	background: url('../../top/img/common/icon/icon-coin.png') transparent no-repeat 3px 30%;
	border-bottom: 1px #E9E9E9 solid;
}
#shopTop .above .member_menu-list-item.is_mypage a {
	background-image: url('../../top/img/common/icon/icon-tomypage.png');
}
#shopTop .above .member_menu-list-item.is_shop a {
	background-image: url('../../top/img/common/icon/icon-tomyshop.png');
}
#shopTop .above .member_menu-list-item.is_girl a {
	background-image: url('../../top/img/common/icon/icon-tomygirl.png');
}
#shopTop .above .member_menu-list-item.is_review a {
	background-image: url('../../top/img/common/icon/icon-review.png');
}
#shopTop .above .member_menu-list-item.is_iine a {
	background-image: url('../../top/img/common/icon/icon-smile.png');
}
#shopTop .above .member_menu-list-item.is_account a {
	background-image: url('../../top/img/common/icon/icon-account.png');
}
#shopTop .above .member_menu-list-item.is_login a {
	padding: 9px 15px 7px 30px;
	background-image: url('../../top/img/common/icon/icon-login.png');
}
#shopTop .above .member_menu-list-item.is_logout a {
	padding: 9px 15px 7px 30px;
	background-image: url('../../top/img/common/icon/icon-logout.png');
	border-top: 1px #E9E9E9 solid;
}
#shopTop .above .member_menu-list-item.is_girlLogin a {
	padding: 9px 15px 7px 30px;
	background-image: url('../../top/img/common/icon/icon-girl.png');
}
#shopTop .above .member_menu-list-item.is_newadd a {
	padding: 9px 15px 7px 30px;
	background-image: url('../../top/img/common/icon/icon-newadd.png') transparent no-repeat 10px 60%;
	border-top: 1px #E9E9E9 solid;
}
#shopTop .above .member_menu-list-item-sub {
	margin: 3px 0 0;
	color: #F00;
}

#shopTop .below span {
	margin: 10px 0;
	display: block;
}
#shopTop .below span.logo {
	height: 39px;
	line-height: 39px;
	float: left;
}
#shopTop .below span.search {
	height: 31px;
	padding: 4px 6px;
	line-height: 31px;
	background: #E9E9E9;
	float: right;
}
#shopTop .below b {
	min-width: 320px;
	margin-left: -1px;
	background: url('../img/top_s-bg.png') transparent no-repeat 0 0;
}
#shopTop .below b.area,
#shopTop .below b.shop,
#shopTop .below b.girl {
	min-width: 150px;
	height: 31px;
	margin-left: 7px;
	padding-left: 49px;
}
#shopTop .below b.area {
	margin-left: 0;
	background-image: url('../img/top_s-bg1.png');
}
#shopTop .below b.shop {
	background-image: url('../img/top_s-bg2.png');
}
#shopTop .below b.girl {
	background-image: url('../img/top_s-bg3.png');
}
#shopTop .below b.area input.blur,
#shopTop .below b.shop input.blur,
#shopTop .below b.girl input.blur {
	width: 120px !important;
}
#shopTop .below b.area input.focus,
#shopTop .below b.shop input.focus,
#shopTop .below b.girl input.focus {
	width: 139px !important;
}
#shopTop .below i {
	min-width: 55px;
	margin-left: 5px;
}
#shopTop .below i.and {
	min-width: 11px;
	height: 31px;
	margin-left: 3px;
}
#shopTop .below i img {
	width: 11px;
	height: 11px;
	margin: 10px 0;
}
#shopTop .below label {
	margin-top: 1px;
	line-height: 30px;
	font-size: 95%;
}
@-moz-document url-prefix() {
	#shopTop .below label { margin-top:0; }
}
#shopTop .below input {
	padding: 0;
	font-size: 100%;
	vertical-align: middle;
}
#shopTop .below input[type='radio'] {
	width: 12px;
	height: 12px;
	margin: -2px 2px 0 0;
}
#shopTop .below input[type='image'] {
	width: 55px;
	height: 23px;
	margin: 4px 0;
}
#shopTop .below input[type='text'] {
	height: 19px;
	margin: 4px 0;
	padding: 1px 3px;
	line-height: 19px;
	border: 1px #CCC solid;
}
#shopTop .below input.blur {
	width: 180px;
	padding-left: 21px;
	color: #CCC;
	background: url('../img/icon_loupe1.png') #FFF no-repeat 5px 4px;
}
#shopTop .below input.focus {
	width: 198px;
	padding-left: 3px;
	color: #333;
	background: #FEB;
}
#shopTop .below .refine label,
#shopTop .below .refine input[type='text'] {
	margin-left: 8px;
}

#breadList {
	width: 980px;
	margin: -3px auto 15px;
	text-align: left;
	position: relative;
}
#breadList ul {
	width: 100%;
	margin: 0 -60px;
	padding: 8px 60px;
	background: url('../img/breadList_line.png') #FFF no-repeat 0 bottom;
}
#breadList li {
	margin-left: 8px;
	padding-left: 12px;
	font-size: 13px;
	line-height: 15px;
	word-break: normal;
	background: url('../img/icon_arrow1.png') transparent no-repeat 0 4px;
	display: inline-block;
}
#breadList li:first-child {
	margin-left: 3px;
	padding-left: 0;
	background: none;
}
#breadList li.last {
	color: #333;
}
#breadList li a {
	color: #966;
}


/* - 関連エリアのリンク ここから - */

#relArea {
	width: 980px;
	margin: -120px auto 0;
	padding: 15px 60px 120px;
	background: url('../img/breadList_line.png') #FFF no-repeat 0 top;
	overflow: hidden;
	position: relative;
}
#relArea dl {
	margin-top: 5px;
	font-size: 75%;
	line-height: 1.5;
	letter-spacing: -0.4em;
}
#relArea dl * {
	vertical-align: top;
	display: inline-block;
}
#relArea dl > * > * {
	padding: 0 1px;
	letter-spacing: 0;
}
#relArea dt {
	max-width: 135px;
}
#relArea dd {
	max-width: 845px;
}
#relArea a {
	color: #966;
}
#relArea b {
	color: #555;
}
#relArea span {
	padding: 0 3px;
	color: #AAA;
	font-size: 95%;
}

/* - 関連エリアのリンク ここまで - */


/* ------------------------------------------------------------- 
    お店ページ - ヘッダー＆メニュー 
 ------------------------------------------------------------- */

#fixMenu {
	width: 100%;
	height: 50px;
	// height: 100px;
	padding: 10px 0;
	// padding-top: 5px;
	background: url('../img/fixMenu_bg.png') transparent repeat-x 0 -36px;
	display: none;
	position: fixed;
	z-index: 750;
	top: 0;
}
#fixMenu .headMenu {
	width: 980px;
	margin-top: -1px !important;
	border: 1px #D9D9D9 solid !important;
}
#shopHead1 {
	width: 980px;
	min-height: 36px;
	margin: 10px auto;
	font-size: 82.5%;
	overflow: hidden;
	position: relative;
	z-index: 75;
}
#shopHead2 {
	width: 980px;
	height: 203px;
	margin: -3px auto 15px;
	padding: 5px;
	background: url('../img/head_bg.png') transparent no-repeat 0 0;
	position: relative;
	z-index: 50;
}
#shopHead1 > *,
#shopHead2 span {
	font-weight: normal;
	vertical-align: top;
	display: inline-block;
}
#shopHead1 .name {
	width: auto;
	height: 15px;
	margin-right: -3px;
	padding: 0 1px 1px;
	position: relative;
}
#shopHead1 .name .big {
	margin: 0 0 2px;
	font-size: 115%;
	display: block;
}
#shopHead1 .desc {
	width: 10px;
	height: 15px;
	background: url('../img/icon_desc.png') transparent no-repeat 0 50%;
	position: relative;
	z-index: 5;
}
#shopHead1 .desc > * {
	color: #797153;
	font-size: 85%;
	font-style: normal;
	line-height: 1.5;
}
#shopHead1 .desc i {
	width: 395px;
	padding: 10px;
	background: #FEFAE6;
	border: 2px #D6CEB4 solid;
	display: none;
}
#shopHead1 .desc:hover i {
	display: block;
	position: absolute;
	top: 25px;
	left: -50px;
}
#shopHead1 .desc i img {
	padding: 7px 5px 0;
	position: absolute;
	top: -20px;
	left: 40px;
}
#shopHead1 .left {
	width: 750px;
	margin-left: 1px;
	text-align: left;
	display: block;
	position: relative;
}
#shopHead1 .right {
	width: 220px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 1px;
}
#shopHead1 span {
	margin-top: 5px;
	line-height: 15px;
	display: block;
}
#shopHead1 span.tel {
	margin-top: 0;
	padding-top: 1px;
}
#shopHead1 span.tel img {
	margin-right: 3px;
}
#shopHead1 span.tel b {
	margin-right: 1px;
	color: #333;
	font-size: 115%;
}
#shopHead1 span.call b {
	margin-right: -3px;
	color: #F00;
	font-weight: bolder;
}

/* - ヘッダー (メイン) - */
.headMain,
.headMenu {
	width: 980px;
	margin: 0 auto;
	position: relative;
	clear: both;
}
.headMain span.left {
	width: 800px;
	height: 160px;
	overflow: hidden;
	float: left;
}
.headMain span.left img {
	max-width: 800px;
	max-height: 160px;
	position: absolute;
	top: 0;
	left: 0;
}
.headMain span.right {
	width: 166px;
	height: 144px;
	padding: 8px 7px;
	float: right;
}
.headMain span.right a,
.headMain span.right b {
	max-width: 166px;
	max-height: 44px;
	margin-top: 6px;
	display: block;
	position: relative;
}
.headMain span.right a:first-child,
.headMain span.right b:first-child {
	margin-top: 0;
}
.headMain span.right .none {
	cursor: default;
}
.headMain span.right a em {
	width: 121px;
	padding: 22px 1px 1px 44px;
	color: #555;
	font-size: 70%;
	font-style: normal;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.headMain span.right a i {
	margin: 0 1px;
	color: #F33;
	font-size: 115%;
	font-style: normal;
	vertical-align: -1px;
}
.headMenu {
	width: 100%;
	height: 42px;
	background: url('../img/head_m-bg.png') transparent repeat-x 0 0;
	border-top: 1px #D9D9D9 solid;
	display: table;
	z-index: 5;
}
.headMenu li {
	font-size: 80%;
	vertical-align: top;
	border-left: 1px #D9D9D9 solid;
	display: table-cell;
	// display: inline-block;
	position: relative;
}
.headMenu li:first-child {
	border-left: none;
}
.headMenu li:hover {
	z-index: 10;
}
.headMenu li img {
	position: absolute;
	top: -7px;
	left: 1px;
}
.headMenu li .navi {
	width: auto !important;
	padding: 3px 12px 0;
	color: #333;
	font-weight: bold;
	line-height: 39px;
	white-space: nowrap;
	text-align: center;
	background: url('../img/head_m-bg.png') transparent repeat-x 0 top;
	display: block;
}
.headMenu li.now .navi,
.headMenu li:hover .navi {
	color: #FFF !important;
	text-decoration: none;
	text-shadow: #F60 1px 1px 1px;
	background-position: 0 bottom;
	cursor: pointer;
}
.headMenu li.none .navi {
	color: #CCC !important;
	font-weight: normal;
	text-shadow: none;
	background-position: 0 top;
	cursor: default;
}
.headMenu li p.list {
	width: 178px;
	height: auto;
	padding: 9px;
	background: #FFF;
	border: 1px #CCC solid;
	display: none;
	position: absolute;
	top: 42px;
	left: -1px;
}
.headMenu li:hover p.list {
	display: block;
}
.headMenu li p.list a {
	padding: 1px 9px 0;
	color: #000;
	font-size: 95%;
	line-height: 30px;
	text-decoration: none;
	display: block;
}
.headMenu li p.list a:hover {
	color: #FFF;
	font-weight: bold;
	background: #F80;
}

/* - ピックアップリスト - */
#pickupList {
	width: 845px;
	min-height: 28px;
	margin: -6px auto 9px;
	padding: 1px 1px 3px 140px;
	background: transparent no-repeat 0 center;
	position: relative;
}
#pickupList[class='few'] {
	background-image: url('../img/ttl_pickup1.png');
}
#pickupList[class='many'] {
	background-image: url('../img/ttl_pickup2.png');
}
#pickupList li {
	width: 400px;
	margin: 5px 10px 0 0;
	padding: 3px 1px 1px 15px;
	font-size: 75%;
	font-weight: bold;
	line-height: 15px;
	vertical-align: top;
	background: url('../img/icon_arrow5.png') transparent no-repeat 1px 3px;
	display: inline-block;
}
#pickupList li.even {
	margin-right: 0;
}
#pickupList li a {
	margin: 0 3px;
	color: #966;
	text-decoration: underline;
}


/* ------------------------------------------------------------- 
    お店ページ - フッター 
 ------------------------------------------------------------- */

#shopFoot {
	width: 100%;
	margin: 15px 0 0;
	padding: 15px 0 30px;
	background: url('../img/foot_bg.png') #FFF repeat-x 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
}
#shopFoot p {
	width: 980px;
	height: 70px;
	margin: 0 auto;
	position: relative;
	clear: both;
}
#shopFoot span {
	margin: 18px 0;
	color: #938373;
	font-size: 75%;
	line-height: 30px;
	display: block;
}
#shopFoot span.left {
	padding: 2px 0;
	float: left;
}
#shopFoot span.right {
	padding: 3px 0 1px;
	float: right;
}

#shopFoot .above,
#shopFoot .below {
	height: auto;
	font-size: 75%;
	text-align: right;
}
#shopFoot .above {
	height: 70px;
	font-size: 70%;
}
#shopFoot .below {
	line-height: 45px;
	letter-spacing: 1px;
}
#shopFoot .above span, #shopFoot .above a, #shopFoot .above b,
#shopFoot .below span, #shopFoot .below a, #shopFoot .below b {
	padding: 0;
	color: #666;
	font-size: 100%;
	font-weight: normal;
	vertical-align: top;
	display: inline-block;
}
#shopFoot .above a:hover,
#shopFoot .below a:hover {
	color: #999;
	text-decoration: none;
}
#shopFoot .above span.left {
	margin: 20px 0;
	line-height: 30px;
}
#shopFoot .above span.right {
	margin: 15px 0;
	line-height: 13px;
}
#shopFoot .above b {
	margin: 4px 0;
	padding: 0 6px;
	border-right: 1px #CCC solid;
}
#shopFoot .above b.last {
	margin-right: -1px;
	padding-right: 0;
	border-right: none;
}
#shopFoot .below b {
	margin-right: -5px;
	padding-top: 1px;
	clear: both;
}


/* ------------------------------------------------------------- 
    お店ページ - メイン構造 
 ------------------------------------------------------------- */

#shopMain {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 150px;
	font-size: 80%;
	position: relative;
}
#shopMain dl {
	width: 666px;
	margin: 0 0 15px;
	float: right;
}
#shopMain dl.data {
	width: 300px;
	float: left;
}
#shopMain dl.attend, #shopMain dl.toukou, #shopMain dl.toukou_old,
#shopMain dl.check, #shopMain dl.girlList, #shopMain dl.girlProf {
	width: 980px;
	float: none;
}
#shopMain dl dt {
	width: 100%;
	height: 28px;
	padding: 3px 0 5px;
	color: #FFF;
	font-size: 130%;
	font-weight: bold;
	line-height: 28px;
	white-space: nowrap;
	text-indent: 150%;
	text-shadow: #F60 1px 1px 1px;
	text-align: center;
	background: transparent no-repeat 0 0;
	overflow: hidden;
}
#shopMain dl.data dt {
	background-image: url('../img/main_ttlData.png');
}
#shopMain dl.osusume dt {
	background-image: url('../img/main_ttlOsusume.png');
}
#shopMain dl.shopdata dt {
	background-image: url('../img/main_ttlShopData.png');
}
#shopMain dl.message dt {
	background-image: url('../img/main_ttlMessage.png');
}
#shopMain dl.nukinavi dt {
	background-image: url('../img/main_ttlNukinavi.png');
}
#shopMain dl.t-imasugu dt {
	background-image: url('../img/main_ttlTopImasugu.png');
}
#shopMain dl.t-attend dt {
	background-image: url('../img/main_ttlTopAttend.png');
}
#shopMain dl.blog dt {
	background-image: url('../img/main_ttlBlog.png');
}
#shopMain dl.video dt {
	background-image: url('../img/main_ttlVideo.png');
}
#shopMain dl.contents dt {
	background-image: url('../img/main_ttlContents.png');
}
#shopMain dl.review dt {
	background-image: url('../img/main_ttlReview.png');
}
#shopMain dl.price dt {
	background-image: url('../img/main_ttlPrice.png');
}
#shopMain dl.coupon dt {
	background-image: url('../img/main_ttlCoupon.png');
}
#shopMain dl.coupon dt.mobile {
	background-image: url('../img/main_ttlMobile.png');
}
#shopMain dl.map dt {
	background-image: url('../img/main_ttlMap.png');
}
#shopMain dt.pickup {
	background-image: url('../img/main_ttlPickup.png');
}
#shopMain dl.recruit dt {
	background-image: url('../img/main_ttlRecruit.png');
}
#shopMain dl.attend dt {
	background-image: url('../img/main_ttlAttend.png');
}
#shopMain dl.toukou dt {
	background-image: url('../img/main_ttlToukou.png');
}
#shopMain dl.toukou_old dt {
	background-image: url('../img/main_ttlToukouOld.png');
}
#shopMain dl.check dt {
	background-image: url('../img/main_ttlCheck.png');
}
#shopMain dl.girlList dt {
	background-image: url('../img/main_ttlGirlList.png');
}
#shopMain dl.girlProf dt {
	white-space: normal;
	text-indent: 0;
	background-image: url('../img/main_title.png');
}
#shopMain dl dd {
	width: 640px;
	padding: 12px;
	background: #FFF;
	border: 1px #D9D9D9 solid;
	border-top: none;
	position: relative;
}
#shopMain dl.data dd {
	width: 274px;
	margin: 0 0 15px;
}
#shopMain dl.attend dd, #shopMain dl.toukou dd, #shopMain dl.toukou_old dd,
#shopMain dl.check dd, #shopMain dl.girlList dd, #shopMain dl.girlProf dd {
	width: 978px;
	padding: 0;
}
#shopMain dl.shopdata h3,
#shopMain dl.message h3,
#shopMain dl.nukinavi h3 {
	margin: 0 0 5px;
	font-size: 110%;
	word-break: break-word;
}
#shopMain dl.shopdata .text,
#shopMain dl.message .text,
#shopMain dl.nukinavi .text {
	line-height: 1.5;
	word-break: break-word;
	display: block;
}
#shopMain dl p {
	position: relative;
}
#shopMain dl ul.result li.none {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #AAA !important;
	font-size: 150% !important;
	line-height: 300px !important;
	text-align: center !important;
	background: none !important;
	border: none !important;
}
.leftContainer {
	width: 300px;
	overflow: hidden;
	float: left;
}
.rightContainer {
	width: 666px;
	margin: 0 0 15px;
	float: right;
}
#shopMain .shopBanner {
	width: 666px;
	margin: 0 0 15px;
	text-align: center;
	position: relative;
	float: right;
}
#shopMain .shopBanner a,
#shopMain .shopBanner span {
	margin: 15px 0 0;
	background: rgba(255,255,255,0.5);
	border: 1px #CCC solid;
	box-sizing: border-box;
	display: block;
}
#shopMain .shopBanner a:first-child,
#shopMain .shopBanner span:first-child {
	margin-top: 0;
}
#shopMain .shopBanner img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
/* - ピックアップニュースで影響のあるタグを無効化 - */
#shopMain dl dd dl,
#shopMain dl dd dt,
#shopMain dl dd dd {
	width: inherit;
	height: inherit;
	padding: inherit;
	text-indent: inherit;
	background-image: inherit !important;
	border: inherit;
	overflow: inherit;
	position: inherit;
	float: inherit;
}

/* - お店ページ (左カラム:ショップデータ) - */
#shopMain dl.data h3.intro {
	margin: 0 0 5px;
	font-size: 110%;
	font-weight: bold;
}
#shopMain dl.data p.intro span {
	margin: 0 0 10px;
	line-height: 1.35;
	display: block;
}
#shopMain dl.data p.intro span.image {
	width: 273px;
	height: 180px;
	background: #E9E9E9;
	overflow: hidden;
	position: relative;
}
#shopMain dl.data p.intro span.image img {
	max-width: 273px;
	max-height: 180px;
	position: absolute;
}
#shopMain dl.data ul.outline li {
	padding: 9px 0;
	border-top: 1px #C9C9C9 dotted;
}
#shopMain dl.data ul.outline li:not(:target) {
	border-top: 1px #999 dotted\9;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	#shopMain dl.data ul.outline li {
		border-top: 1px #999 dotted;
	}
}
#shopMain dl.data ul.outline li:first-child {
	border-top: none;
    margin-top: -9px;
}
#shopMain dl.data ul.outline span {
	line-height: 18px;
	vertical-align: top;
	display: inline-block;
}
#shopMain dl.data ul.outline span.left {
	width: 54px;
	margin-right: 6px;
}
#shopMain dl.data ul.outline span.right {
	width: 210px;
	padding: 2px 2px 0;
}
#shopMain dl.data ul.outline big,
#shopMain dl.data ul.outline small,
#shopMain dl.data ul.outline a {
	font-size: 90%;
	display: inline-block;
}
#shopMain dl.data ul.outline a {
	margin-top: 5px;
	padding-left: 10px;
	font-size: 100%;
	line-height: 15px;
	background: url('../img/icon_arrow2.png') transparent no-repeat 2px 4px;
}
#shopMain dl.data ul.outline a:first-child {
	margin-top: 1px;
}
#shopMain dl.data ul.outline b {
	font-size: 110%;
}
#shopMain dl.data ul.outline i {
	font-style: normal;
}
#shopMain dl.data ul.outline li.genre i {
	color: #AAA;
}
#shopMain dl.data ul.outline li.tel i {
	color: #F00;
}
#shopMain dl.data ul.outline li.address p {
	margin-top: 9px;
	font-size: 90%;
	font-weight: bold;
}
#shopMain dl.data ul.outline li.address a {
	margin: 0 3px;
	padding: 0;
	background: none;
}
#shopMain dl.data ul.outline li.address iframe {
	width: 270px;
	height: 200px;
	margin: 0 1px 9px;
	border: 1px #D9D9D9 solid;
	display: block;
}
#shopMain dl.data ul.outline li.qr {
	padding-bottom: 0;
}
#shopMain dl.data ul.outline li.qr big {
	margin: 1px 2px 3px;
	line-height: 15px;
	text-align: center;
}
#shopMain dl.data ul.outline li.qr small {
	margin: 3px 9px;
	font-size: 100%;
	font-weight: bold;
}
#shopMain dl.data ul.outline li.qr a {
	margin-top: 0;
	padding-left: 18px;
	background: url('../img/icon_arrow5.png') transparent no-repeat 1px 0;
}

/* - お店ページ (左カラム:求人情報) - */
#shopMain dl.data dd.jobs {
	width: 280px;
	padding: 10px !important;
	background: #EEE;
	border: none !important;
	border-radius: 0 !important;
	clear: both;
}
#shopMain dl.data dd.jobs strong,
#shopMain dl.data dd.jobs em {
	padding: 9px 9px 7px;
	font-style: normal;
	background: #FFF;
	display: block;
}
#shopMain dl.data dd.jobs strong {
	margin: 0 0 3px;
	color: #333;
	font-size: 110%;
	border-top: 3px #F70 solid;
}
#shopMain dl.data dd.jobs em {
	border-top: 1px #D9D9D9 dotted;
}
#shopMain dl.data dd.jobs em:not(:target) {
	border-top: 1px #BBB dotted\9;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	#shopMain dl.data dd.jobs em {
		border-top: 1px #BBB dotted;
	}
}
#shopMain dl.data dd.jobs em.odd {
	border-top: none !important;
}
#shopMain dl.data dd.jobs em b {
	margin: 6px 3px 0;
	padding-left: 15px;
	font-weight: normal;
	background: transparent no-repeat 0 1px;
	display: inline-block;
}
#shopMain dl.data dd.jobs em .pink b {
	color: #F37;
	background-image: url('../img/icon_arrow6.png');
}
#shopMain dl.data dd.jobs em .green b {
	color: #090;
	background-image: url('../img/icon_arrow7.png');
}

/* - お店ページ (左カラム:追従ブロック) - */
#followSide {
	color: #333;
	display: none;
	position: fixed;
	top: 80px;
}
#followSide dt {
	height: 5px !important;
	padding: 0 !important;
	background: #DDD !important;
	border-radius: 5px 5px 0 0;
}
#followSide dd {
	padding: 4px 12px 6px !important;
	border-radius: 0 0 5px 5px;
}
#followSide li:first-child {
	margin-top: 0 !important;
}
#followSide span.left {
	opacity: 0.75;
}

/* - お店ページ (右カラム:共通) - */
#shopMain dl p.none {
	padding: 0 0 5px;
	color: #999;
	font-size: 120%;
	line-height: 90px;
	letter-spacing: 0;
	text-align: center;
}
#shopMain dl p.link {
	margin: 3px 0;
	font-size: 85%;
	text-align: center;
}
#shopMain dl.realtime p.link {
	margin-top: 12px;
}
#shopMain dl p.photo {
	margin: 1px 2px;
}
#shopMain dl p.new {
	margin: 1px 0;
	padding: 13px 0;
	border-top: 1px #C9C9C9 dotted;
}
#shopMain dl p.new:not(:target) {
	border-top: 1px #999 dotted\9;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	#shopMain dl p.new {
		border-top: 1px #999 dotted;
	}
}
#shopMain dl p.new:first-child {
	margin-top: -13px;
	border-top: none;
}
#shopMain dl dd.pickup p.new {
	margin-bottom: -12px;
	border-top: none;
}
#shopMain dl p.photo a, #shopMain dl p.link a, #shopMain dl p.switch a,
#shopMain dl p.new a, #shopMain dl p.new span, #shopMain dl p.new big, #shopMain dl p.new small {
	vertical-align: top;
	display: inline-block;
}
#shopMain dl p.photo a {
	width: 116px;
	margin: 0 14px 12px 0;
	color: #333;
	overflow: hidden;
}
#shopMain dl p.photo a.last {
	margin-right: 0;
}
#shopMain dl p.photo b,
#shopMain dl p.photo i {
	font-style: normal;
	font-weight: normal;
	display: block;
	overflow: hidden;
}
#shopMain dl p.photo b {
	margin-top: 5px;
	word-break: normal;
}
#shopMain dl p.photo i {
	max-width: 116px;
	max-height: 174px;
}
#shopMain dl p.link a {
	margin-left: 15px;
	color: #333;
}
#shopMain dl p.link a:hover {
	color: #666;
	text-decoration: none;
}
#shopMain dl p.link a:first-child {
	margin-left: 0;
}
#shopMain dl p.link b,
#shopMain dl p.link i {
	line-height: 24px;
	display: block;
	cursor: pointer;
	float: left;
}
#shopMain dl p.link b {
	min-width: 70px;
	padding: 1px 5px 0;
	background: url('../img/btnLink2.png') transparent repeat-x 0 0;
}
#shopMain dl p.link i {
	width: 23px;
	padding: 1px 0 0;
	white-space: nowrap;
	text-indent: 150%;
	background: transparent no-repeat 0 0;
	overflow: hidden;
}
#shopMain dl p.link a.attend i.start {
	background-image: url('../img/btnLink1-1.png');
}
#shopMain dl p.link a.imasugu i.start {
	background-image: url('../img/btnLink1-2.png');
}
#shopMain dl p.link a.list i.start {
	background-image: url('../img/btnLink1-3.png');
}
#shopMain dl p.link a i.end {
	width: 9px;
	background-image: url('../img/btnLink3.png');
}
#shopMain > * > dl p.hide {
	display: none !important;
}
#shopMain > * > dl.osusume .swLink {
	margin: -3px -6px 9px;
	letter-spacing: -0.4em;
}
#shopMain > * > dl.osusume .swLink * {
	vertical-align: top;
	display: inline-block;
}
#shopMain > * > dl.osusume .swLink span {
	padding: 6px 0;
	letter-spacing: 0;
}
#shopMain > * > dl.osusume .swLink b {
	padding: 0 9px;
	color: #AAA;
	line-height: 12px;
	border-right: 2px #CCC solid;
}
#shopMain > * > dl.osusume .swLink b.last {
	margin-right: 1px;
	border-right: none;
}
#shopMain > * > dl.osusume .swLink a,
#shopMain > * > dl.osusume .swLink i {
	margin: -6px 0;
	padding-top: 1px;
	color: #333;
	line-height: 24px;
}
#shopMain > * > dl.osusume .swLink i {
	padding: 1px 9px 0;
	color: #FFF;
	font-style: normal;
	background: #F81;
}
#shopMain > * > dl.osusume .detail {
	margin: -1px 1px 10px;
	padding: 10px;
	font-size: 95%;
	line-height: 1.5;
	background: #EEE;
	border-radius: 5px;
}
#shopMain dl p.switch {
	margin-top: 3px;
	text-align: right;
}
#shopMain dl p.switch a {
	padding-left: 21px;
	font-size: 90%;
	font-weight: bold;
	line-height: 21px;
	text-decoration: underline;
	background: transparent no-repeat 0 0;
}
#shopMain dl p.switch a.open {
	background-image: url('../img/icon_swOpen.png');
}
#shopMain dl p.switch a.close {
	background-image: url('../img/icon_swClose.png');
}
#shopMain dl p.new span {
	width: 313px;
	padding: 0 7px;
	white-space: normal;
}
#shopMain dl p.new span.left {
	padding-left: 0;
}
#shopMain dl p.new span.right {
	padding-right: 0;
}
#shopMain dl p.new big {
	width: 100px;
	margin-right: 5px;
}
#shopMain dl.contents p.new big {
	width: 180px;
}
#shopMain dl dd.pickup p.new big {
	width: 60px;
}
#shopMain dl p.new big a {
	max-width: 100px;
	max-height: 150px;
	overflow: hidden;
	position: relative;
}
#shopMain dl.contents p.new big a {
	max-width: 180px;
	max-height: 120px;
}
#shopMain dl dd.pickup p.new big a {
	max-width: 60px;
	max-height: 60px;
}
#shopMain dl p.new small {
	width: 202px;
	line-height: 1.25;
}
#shopMain dl.contents p.new small {
	width: 450px;
}
#shopMain dl dd.pickup p.new small {
	width: 242px;
}
#shopMain dl p.new small a,
#shopMain dl p.new small b,
#shopMain dl p.new small i {
	font-style: normal;
	font-weight: normal;
	word-break: normal;
	vertical-align: baseline;
}
#shopMain dl p.new small b,
#shopMain dl p.new small i {
	color: #333;
	display: block;
}
#shopMain dl p.new small a.title,
#shopMain dl p.new small b.title {
	margin-bottom: 5px;
	font-size: 110%;
	font-weight: bold;
}
#shopMain dl p.new small a.name,
#shopMain dl p.new small i.name {
	margin-right: 10px;
	font-size: 90%;
	line-height: 18px;
}
#shopMain dl p.new small i.date {
	color: #999;
	font-size: 85%;
	line-height: 18px;
}
#shopMain dl p.new small b.date {
	margin: 0 0 1px;
	color: #F00;
	font-size: 95%;
	font-weight: bold;
}
#shopMain dl p.new small b.text {
	margin-bottom: 7px;
}
#shopMain dl p.new small b.sub {
	margin-top: 7px;
	font-size: 90%;
}
#shopMain dl p.new small b.sub img {
	margin-top: -1px;
}
#shopMain dl.contents p.new big img.new {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
#shopMain dl.contents p.new small b {
	font-weight: bold;
	display: inline;
}
#shopMain dl.contents p.new small i {
	margin-top: 5px;
	display: block;
}
#shopMain dl.contents p.new small i.type {
	margin: 1px 0 0;
	font-size: 102.5%;
	line-height: 1.5;
}
#shopMain dl.contents p.new small i.type img {
	margin: 2px 6px 0 0;
}
#shopMain dl.contents p.new small i.type b {
	color: #611B0F;
}
#shopMain dl.contents p.new small i.title {
	margin: 3px 0 0;
	color: #333;
	font-size: 105%;
}
#shopMain dl.contents p.new small i.text {
	font-size: 95%;
}
#shopMain dl.contents p.new small i.name {
	line-height: 1.5;
}
#shopMain dl.contents p.new small i.date {
	margin: 5px 0 -5px;
	color: #999;
	font-size: 85%;
	text-align: right;
}
#shopMain dl dd.pickup p.new small a.title {
	color: #333;
	font-size: 100%;
	text-decoration: underline;
}
#shopMain dl dd.pickup p.new small a.title:hover {
	color: #666;
}
#shopMain dl dd.pickup p.new small i {
	color: #333;
	font-size: 85%;
	display: block;
}

/* - お店ページ (右カラム:ブログ＆動画) - */
#shopMain dl.blog ul.new,
#shopMain dl.video ul.new {
	letter-spacing: -0.4em;
}
#shopMain dl.blog ul.new {
	padding: 0;
}
#shopMain dl.video ul.new {
	padding: 0 5px;
}
#shopMain dl.blog ul.new li,
#shopMain dl.video ul.new li {
	padding: 0;
	vertical-align: top;
	border: none;
	display: inline-block;
}
#shopMain dl.blog ul.new li:not(:target),
#shopMain dl.video ul.new li:not(:target) {
	border: none\9;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	#shopMain dl.blog ul.new li { border:none; }
	#shopMain dl.video ul.new li { border:none; }
}
#shopMain dl.blog ul.new li.none,
#shopMain dl.video ul.new li.none {
	width: 100%;
	margin: 0;
	font-size: 120%;
	line-height: 6.0;
	letter-spacing: 0;
	text-align: center;
}
#shopMain dl.blog ul.new li {
	width: 120px;
	margin: 0 10px 10px 0;
}
#shopMain dl.video ul.new li {
	width: 200px;
	margin: 0 15px 15px 0;
}
#shopMain dl.blog ul.new li > *,
#shopMain dl.video ul.new li > * {
	color: #333;
	font-style: normal;
	letter-spacing: 0;
	display: block;
}
#shopMain dl.blog ul.new li .thumb,
#shopMain dl.video ul.new li .thumb {
	margin: 0 0 5px;
	background: #000;
	overflow: hidden;
	position: relative;
}
#shopMain dl.blog ul.new li .thumb {
	width: 120px;
	height: 120px;
}
#shopMain dl.video ul.new li .thumb {
	width: 200px;
	height: 150px;
}
#shopMain dl.blog ul.new li .thumb > *,
#shopMain dl.video ul.new li .thumb > * {
	position: absolute;
	top: 0;
	right: 0;
}
#shopMain dl.blog ul.new li .thumb > .image,
#shopMain dl.video ul.new li .thumb > .image {
	margin: auto;
	left: 0;
	bottom: 0;
}
#shopMain dl.blog ul.new li .date {
	margin: 0 0 5px;
	color: #666;
	font-size: 75%;
}
#shopMain dl.video ul.new li .date {
	margin: 0 0 3px;
	color: #666;
	font-size: 80%;
}
#shopMain dl.blog ul.new li .title {
	margin: -3px 0 3px;
	font-size: 95%;
}
#shopMain dl.video ul.new li .title {
	margin: 0 0 3px;
	font-size: 95%;
}
#shopMain dl.blog ul.new li .name,
#shopMain dl.video ul.new li .name {
	font-size: 85%;
	// text-align: right;
}

/* - お店ページ (右カラム:アクセスマップ) - */
#shopMain dl.map iframe {
	width: 636px;
	height: 436px;
	margin: 1px 1px 9px;
	border: 1px #D9D9D9 solid;
	display: block;
}
#shopMain dl.map a {
	margin: 0 3px;
	font-size: 110%;
	font-weight: bold;
}
#shopMain dl.map table {
	width: 638px;
	margin: 12px 1px 1px;
	border-collapse: collapse;
	table-layout: fixed;
}
#shopMain dl.map table th,
#shopMain dl.map table td {
	padding: 13px 12px 11px;
	color: #333;
	text-align: left;
	vertical-align: middle;
	background: #F9F9F9;
	border: 1px #C9C9C9 solid;
}
#shopMain dl.map table th {
	width: 100px;
	background: #E9E9E9;
}
#shopMain dl.map p.print {
	margin: 12px auto 6px;
	text-align: center;
}
#shopMain dl.map #shopmap {
	margin: -12px auto 9px;
}

/* - お店ページ (右カラム:ハッピーアワー) - */
#shopMain dl.happy {
	width: 656px;
	padding: 3px;
	border: 2px #FC0 solid;
}
#shopMain dl.happy dt {
	width: 636px;
	height: 135px;
	padding: 9px 9px 0;
	text-indent: 150%;
	background: url('../img/main_ttlHappy.png') transparent no-repeat 9px 9px;
	border: 1px #FC0 solid;
	border-bottom: none;
}
#shopMain dl.happy dd {
	width: 636px;
	padding: 0 9px 9px;
	border: 1px #FC0 solid;
	border-top: none;
}
#shopMain dl.happy ul {
	padding: 9px;
	background: #FFF5DA;
	border: 1px #FBB solid;
	border-top: none;
}
#shopMain dl.happy ul li.box {
	padding: 12px 15px;
	background: #FFF;
	border: 1px #FBB solid;
	border-radius: 3px;
}
#shopMain dl.happy ul li.box p {
	padding: 15px;
	text-align: center;
	border-top: 1px #FCC dotted;
}
#shopMain dl.happy ul li.box p:not(:target) {
	border-top: 1px #F99 dotted\9;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	#shopMain dl.happy ul li.box p {
		border-top: 1px #F99 dotted;
	}
}
#shopMain dl.happy ul li.box p:first-child {
	padding-top: 10px;
	border-top: none;
}
#shopMain dl.happy ul li p span,
#shopMain dl.happy ul li p big,
#shopMain dl.happy ul li p small {
	display: block;
}
#shopMain dl.happy ul li p span:first-child,
#shopMain dl.happy ul li p big:first-child,
#shopMain dl.happy ul li p small:first-child {
	margin-bottom: 5px;
}
#shopMain dl.happy ul li.box p span,
#shopMain dl.happy ul li.box p big,
#shopMain dl.happy ul li.box p b,
#shopMain dl.happy ul li.box p i,
#shopMain dl.happy ul li.box p s {
	font-style: normal;
	font-weight: bold;
}
#shopMain dl.happy ul li.box p b {
	color: #F00;
}
#shopMain dl.happy ul li.box p i {
	color: #900;
}
#shopMain dl.happy ul li.box p.price big {
	font-size: 240%;
}
#shopMain dl.happy ul li.box p.price small {
	font-size: 140%;
}
#shopMain dl.happy ul li.box p.time big {
	font-size: 160%;
}
#shopMain dl.happy ul li.box p.call big {
	font-size: 180%;
}
#shopMain dl.happy ul li.box p.call img {
	margin-right: 5px;
}
#shopMain dl.happy ul li.box p.detail {
	padding: 18px 15px 12px;
	line-height: 1.5;
}
#shopMain dl.happy ul li.box p.info {
	padding: 15px 15px 10px;
	line-height: 1.5;
	text-align: left;
}
#shopMain dl.happy ul li.box p.info big {
	margin: 0 -9px 5px;
	font-size: 120%;
}
#shopMain dl.happy ul li.box p.info small {
	margin: 0 -6px 3px;
	padding: 3px 9px;
}
#shopMain dl.happy ul li.box p.info strong,
#shopMain dl.happy ul li.box p.info em {
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	display: inline-block;
}
#shopMain dl.happy ul li.box p.info strong {
	width: 45px;
	height: 15px;
	padding: 3px 1px 2px;
	color: #FFF;
	font-size: 90%;
	line-height: 15px;
	text-align: center;
	background-color: #FC9088;
	border-radius: 3px;
}
#shopMain dl.happy ul li.box p.info em {
	width: 494px;
	margin: 0 0 7px 7px;
	line-height: 20px;
}
#shopMain dl.happy ul li.sub {
	margin: 12px 12px 0;
}
#shopMain dl.happy ul li.sub p {
	margin: 0 0 9px;
	color: #333;
	line-height: 1.5;
}
#shopMain dl.happy ul li.sub p big {
	margin: 0 -3px 2px;
	color: #111;
	font-size: 110%;
	font-weight: bold;
}
#shopMain dl.happy ul li.sub p i {
	color: #F00;
	font-style: normal;
}

/* - お店ページ (右カラム:今すぐ＆出勤) - */
#imasugu_list,
#workday_list {
	width: 650px;
	padding: 0;
}
#imasugu_list {
	margin: -3px -5px 15px;
	display: none;
}
#workday_list {
	margin: 10px -5px 0;
	letter-spacing: -0.4em;
}
#imasugu_list .imasugu_girl,
#workday_list .workday_girl {
	margin: 0 1.25%;
	line-height: 1.0;
	letter-spacing: 0;
	vertical-align: top;
}
#imasugu_list .imasugu_girl {
	width: 22.5%;
	float: left;
}
#workday_list .workday_girl {
	width: 17.5%;
	display: inline-block;
}
#imasugu_list .imasugu_girl a,
#workday_list .workday_girl a {
	background: #FFF;
	display: block;
	overflow: hidden;
	position: relative;
}
#imasugu_list .imasugu_girl a {
	margin: 0;
	padding: 190px 0 0;
}
#workday_list .workday_girl a {
	margin: 0 0 12px;
	padding: 150px 0 0;
}
#imasugu_list .imasugu_girl img,
#workday_list .workday_girl img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#imasugu_list .imasugu_girl span,
#workday_list .workday_girl span {
	width: 100%;
	background: rgba(0,0,0,0.5);
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
#imasugu_list .imasugu_girl span {
	padding: 9px 0;
}
#workday_list .workday_girl span {
	padding: 6px 0;
}
#imasugu_list .imasugu_girl b,
#workday_list .workday_girl b {
	color: #FFF;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	overflow: hidden;
}
#imasugu_list .imasugu_girl b {
	margin: 0 9px -1px;
	font-size: 115%;
}
#workday_list .workday_girl b {
	margin: 0 6px -1px;
	font-size: 90%;
}
#imasugu_list .imasugu_girl b.time,
#workday_list .workday_girl b.time {
	margin-bottom: 3px;
	font-weight: bold;
	display: block;
}
#imasugu_list .imasugu_girl b.name,
#workday_list .workday_girl b.name {
	max-width: 62.5%;
	margin-right: -1px;
}
#imasugu_list .imasugu_girl b.age,
#workday_list .workday_girl b.age {
	max-width: 22.5%;
	margin-left: -1px;
}
#imasugu_list.slick-initialized {
	display: block;
	opacity: 0.5;
}
#imasugu_list .slick-slide {
	width: auto;
	margin: 0;
}
#imasugu_list .slick-prev,
#imasugu_list .slick-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	box-shadow: 0 0 3px #FFF;
	overflow: hidden;
	top: 50%;
}
#imasugu_list .slick-prev,
#imasugu_list [dir='rtl'] .slick-next {
	text-indent: 0;
	left: 0;
}
#imasugu_list .slick-next,
#imasugu_list [dir='rtl'] .slick-prev {
	text-indent: 0;
	right: 0;
}
#imasugu_list .slick-prev:before,
#imasugu_list .slick-next:before {
	font-size: 0;
	opacity: 0.5;
	position: absolute;
	top: -5px;
	left: -7px;
	right: -7px;
}
#imasugu_list .slick-prev:hover:before,
#imasugu_list .slick-next:hover:before,
#imasugu_list .slick-prev:focus:before,
#imasugu_list .slick-next:focus:before {
	opacity: 0.75;
}
#imasugu_list .slick-prev:before,
#imasugu_list [dir='rtl'] .slick-prev:before {
	content: url('../img/icon_c-prev.png');
}
#imasugu_list .slick-next:before,
#imasugu_list [dir='rtl'] .slick-next:before {
	content: url('../img/icon_c-next.png');
}
/* - お店ページ (右カラム:ページング) - */
#shopMain dl div.check,
#shopMain dl.check center {
	padding: 15px;
	position: relative;
	clear: both;
}
#shopMain dl div.paging {
	margin: 20px auto;
	text-align: center;
	clear: both;
}
#shopMain dl div.paging[class*='full'] {
	margin: 0 0 5px;
}
#shopMain dl.blog div.paging,
#shopMain dl.contents div.paging,
#shopMain dl.review div.paging {
	margin-bottom: 10px;
	padding: 0;
}
#shopMain dl.realtime div.paging {
	margin-bottom: 0;
	padding: 20px 0 10px;
}
#shopMain dl div.paging span,
#shopMain dl div.paging[class*='full'] b {
	vertical-align: top;
	display: inline-block;
}
#shopMain dl div.paging span {
	min-width: 15px;
	margin: 1px 3px;
	padding: 3px 9px 1px;
	color: #F30;
	font-size: 90%;
	line-height: 27px;
	background: #FFF;
	border: 1px #CCC solid;
}
#shopMain dl div.paging span:hover {
	background: #FED;
	cursor: pointer;
}
#shopMain dl div.paging span.now {
	color: #000;
	font-weight: bold;
	background: #EEE;
	cursor: default;
}
#shopMain dl div.paging span.prev,
#shopMain dl div.paging span.next {
	font-size: 120%;
	font-weight: normal;
}
#shopMain dl div.paging[class*='full'] b {
	padding: 1px 12px 0;
	line-height: 18px;
}
#shopMain dl div.paging[class*='full'] b.none {
	color: #999;
	font-weight: normal;
}
#shopMain dl div.paging[class*='full'] b.prev {
	border-right: 1px #C9C9C9 dotted;
}
#shopMain dl div.paging[class*='full'] b.prev:not(:target) {
	border-right: 1px #999 dotted\9;
}
#shopMain dl div.paging[class*='full'] b.next {
	border-left: 1px #C9C9C9 dotted;
}
#shopMain dl div.paging[class*='full'] b.next:not(:target) {
	border-left: 1px #999 dotted\9;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	#shopMain dl div.paging[class*='full'] b.prev { border-right:1px #999 dotted; }
	#shopMain dl div.paging[class*='full'] b.next { border-left:1px #999 dotted; }
}
#shopMain dl div.paging[class*='full'] b.prev img,
#shopMain dl div.paging[class*='full'] b.next img {
	margin: 0 3px;
	vertical-align: -3px;
}
/* - お店ページ (右カラム:文章表示枠) - */
#shopMain div.desc {
	width: 630px;
	margin: 0 0 15px;
	padding: 15px 17px 13px;
	color: #333;
	font-size: 105%;
	line-height: 1.5;
	background: #FFF;
	border: 1px #D9D9D9 solid;
	position: relative;
	float: right;
}


/* ------------------------------------------------------------- 
    お店ページ - 料金システム 
 ------------------------------------------------------------- */

#shopMain dl.price p,
#popInquiry li.price p {
	padding: 5px 0;
	color: #F00;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
}
#shopMain dl.price table,
#popInquiry li.price table {
	width: 640px;
	margin: 0 0 5px;
	font-size: 110%;
	line-height: 1.25;
	border-collapse: collapse;
	table-layout: fixed;
}
#shopMain dl.price table:first-child {
	margin: 0 0 15px;
}
#shopMain dl.price table th, #shopMain dl.price table td,
#popInquiry li.price table th, #popInquiry li.price table td {
	padding: 10px 10px 9px;
	text-align: center;
	vertical-align: middle;
	background: #FFF;
	border: 1px #FB641C solid;
}
#shopMain dl.price table .t1,
#popInquiry li.price table .t1 {
	color: #FFF;
	background: #F98630;
}
#shopMain dl.price table .t2,
#popInquiry li.price table .t2 {
	background: #FC6;
}
#shopMain dl.price table .t3,
#popInquiry li.price table .t3 {
	background: #FFC;
}
#shopMain dl.price b.red,
#popInquiry li.price b.red {
	color: red;
}
#shopMain dl.price b.blue,
#popInquiry li.price b.blue {
	color: blue;
}


/* ------------------------------------------------------------- 
    お店ページ - クーポン＆その他 
 ------------------------------------------------------------- */

#shopMain dl.realtime div, #shopMain dl.recruit div,
#shopMain dl.coupon div, #popInquiry li.coupon div {
	border-top: 1px #C9C9C9 dotted;
}
#shopMain dl.realtime div:not(:target), #shopMain dl.recruit div:not(:target),
#shopMain dl.coupon div:not(:target), #popInquiry li.coupon div:not(:target) {
	border-top: 1px #999 dotted\9;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	#shopMain dl.realtime div, #shopMain dl.recruit div,
	#shopMain dl.coupon div, #popInquiry li.coupon div {
		border-top: 1px #999 dotted;
	}
}
#shopMain dl.realtime div.title strong, #shopMain dl.realtime div.title em,
#shopMain dl.recruit div strong, #shopMain dl.recruit div em,
#shopMain dl.coupon div strong, #shopMain dl.coupon div em,
#popInquiry li.coupon div strong, #popInquiry li.coupon div em {
	color: #333;
	font-size: 90%;
	font-style: normal;
	display: block;
}
#shopMain dl.realtime div.title strong, #shopMain dl.recruit div strong,
#shopMain dl.coupon div strong, #popInquiry li.coupon div strong {
	margin: 0 0 5px;
	font-size: 125%;
}
#shopMain dl.realtime div.title {
	padding: 1px 3px 12px;
	border-top: none;
}
#shopMain dl.realtime div.title em {
	color: #999;
	line-height: 1.25;
}
#shopMain dl.realtime div.article {
	padding: 15px 5px;
	font-size: 110%;
	line-height: 1.5;
	overflow: hidden;
	position: relative;
}
#shopMain dl.realtime div.article * {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: normal;
	letter-spacing: normal;
	white-space: normal;
	text-indent: 0;
	background: transparent;
	border: none;
	position: static;
	float: none;
}
#shopMain dl.realtime div.article div,
#shopMain dl.recruit div.article div {
	border-top: none;
}
#shopMain dl.realtime div.article div:not(:target),
#shopMain dl.recruit div.article div:not(:target) {
	border-top: none;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	#shopMain dl.realtime div.article div,
	#shopMain dl.recruit div.article div {
		border-top: none;
	}
}
#shopMain dl.realtime div.article marquee {
	width: 100%;
}
#shopMain dl.realtime div.article img {
	max-width: 100%;
}
#shopMain dl.realtime div.article img.big {
	max-width: 630px;
	// margin-bottom: 10px;
	// display: block;
}
#shopMain dl.recruit div,
#shopMain dl.coupon div {
	width: auto;
	margin: 12px 0 -12px;
	padding: 16px 2px;
}
#popInquiry li.coupon div {
	width: 640px;
	margin: 18px 0 0;
	padding: 18px 1px 1px;
}
#shopMain dl.recruit div:first-child,
#shopMain dl.coupon div:first-child {
	margin: -12px 0;
	border-top: none;
}
#popInquiry li.coupon div:first-child {
	margin: -15px 0 0;
	border-top: none;
}
#shopMain dl.recruit div strong,
#shopMain dl.coupon div strong,
#popInquiry li.coupon div strong {
	margin-bottom: 7px;
}
#shopMain dl.recruit div strong img,
#shopMain dl.coupon div strong img,
#popInquiry li.coupon div strong img {
	margin-right: 7px;
}
#shopMain dl.recruit div em {
	margin-top: 9px;
	color: #666;
	line-height: 1.5;
}
#shopMain dl.recruit div em a {
	margin-left: 3px;
	font-size: 110%;
	font-weight: bold;
}
#shopMain dl.recruit div.pink em a {
	color: #F37;
}
#shopMain dl.recruit div.green em a {
	color: #090;
}
#shopMain dl.recruit table {
	width: 636px;
	border-top: 1px #AFAFAF solid;
}
#shopMain dl.recruit td {
	padding: 10px;
	background-color: #E9E9E9;
	border-bottom: 1px #AFAFAF solid;
}
#shopMain dl.recruit td.white {
	background-color: #FFF;
}
#shopMain dl.coupon div em,
#popInquiry li.coupon div em {
	margin-bottom: 12px;
	line-height: 1.5;
}
#shopMain dl.coupon div i,
#popInquiry li.coupon div i {
	color: #F00;
	font-style: normal;
}
#shopMain dl.coupon div .cont,
#popInquiry li.coupon div .cont {
    width: auto;
    margin: -1px auto;
    padding: 15px;
    color: #333;
    font-size: 110%;
    text-align: center;
    background: #FFD;
    border: 1px #FF7A00 dashed;
    border-radius: 6px;
}
#shopMain dl.coupon div .cont *,
#popInquiry li.coupon div .cont * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: normal;
    letter-spacing: normal;
    white-space: normal;
    text-indent: 0;
    background: transparent;
    border: none;
    position: static;
    float: none;
}
#shopMain dl.coupon div .cont strong, #popInquiry li.coupon div .cont strong,
#shopMain dl.coupon div .cont em, #popInquiry li.coupon div .cont em,
#shopMain dl.coupon div .cont b, #popInquiry li.coupon div .cont b,
#shopMain dl.coupon div .cont i, #popInquiry li.coupon div .cont i,
#shopMain dl.coupon div .cont img, #popInquiry li.coupon div .cont img {
    color: inherit;
    font-size: inherit;
    display: inline;
}
#shopMain dl.coupon div .cont span.big,
#popInquiry li.coupon div .cont span.big {
    font-size: 135%;
}
#shopMain dl.coupon div .cont span.bold,
#popInquiry li.coupon div .cont span.bold {
    font-weight: bold;
}
#shopMain dl.coupon div .cont span.red,
#popInquiry li.coupon div .cont span.red {
    color: red;
}
#shopMain dl.coupon div .cont span.blue,
#popInquiry li.coupon div .cont span.blue {
    color: blue;
}
#shopMain dl.coupon div .cont span.coupon-siteLogo,
#popInquiry li.coupon div .cont span.coupon-siteLogo {
    margin-bottom: 15px;
    padding: 0;
    display: block;
}
#shopMain dl.coupon div .cont span.term,
#popInquiry li.coupon div .cont span.term {
    width: 150px;
    margin: 15px auto 0;
    padding: 3px 3px 2px;
    font-size: 85%;
    background: #FFF;
    border: 1px #CCC solid;
    display: block;
}
#shopMain dl.coupon div p.print,
#popInquiry li.coupon div p.print {
	margin: 10px auto -1px;
	text-align: center;
}
#shopMain dl.coupon div p.mail, #shopMain dl.coupon div p.qr,
#popInquiry li.coupon div p.mail, #popInquiry li.coupon div p.qr {
	width: 280px;
	height: 230px;
	margin: 0 1px;
	padding: 15px;
	background: #FEF;
	border: 1px #FAF solid;
	overflow: hidden;
}
#shopMain dl.coupon div p.mail,
#popInquiry li.coupon div p.mail {
	float: left;
}
#shopMain dl.coupon div p.qr,
#popInquiry li.coupon div p.qr {
	float: right;
}
#shopMain dl.coupon div p.mail strong, #shopMain dl.coupon div p.qr strong,
#popInquiry li.coupon div p.mail strong, #popInquiry li.coupon div p.qr strong {
	margin: 0 -1px;
	color: #310;
	font-size: 120%;
}
#shopMain dl.coupon div p.mail span, #shopMain dl.coupon div p.qr span,
#popInquiry li.coupon div p.mail span, #popInquiry li.coupon div p.qr span {
	margin-top: 15px;
	font-size: 85%;
	display: block;
}
#shopMain dl.coupon div p span.send,
#popInquiry li.coupon div p span.send {
	margin-top: 20px;
}
#shopMain dl.coupon div p.qr span.send,
#popInquiry li.coupon div p.qr span.send {
	text-align: center;
}
#shopMain dl.coupon div p.mail input[type='text'],
#popInquiry li.coupon div p.mail input[type='text'] {
	width: 180px;
	height: 20px;
	margin: 5px 0 0;
	padding: 1px 3px;
	font-size: 100%;
	line-height: 20px;
	border: 1px #CCC solid;
}
#shopMain dl.coupon div p.mail input[type='image'],
#popInquiry li.coupon div p.mail input[type='image'] {
	width: 80px;
	height: 24px;
	margin: 5px 3px 0;
}


/* ------------------------------------------------------------- 
    お店ページ - ブログ・動画 
 ------------------------------------------------------------- */

#shopMain dl.toukou strong.swLink {
	width: 100%;
	padding: 9px 0 3px;
	display: block;
}
#shopMain dl.toukou strong.swLink em,
#shopMain dl.toukou strong.swLink em * {
	color: #333;
	font-style: normal;
	display: inline-block;
}
#shopMain dl.toukou strong.swLink em {
	padding: 6px 0;
	font-size: 107.5%;
	letter-spacing: 1px;
}
#shopMain dl.toukou strong.swLink em b {
	padding: 0 9px;
	line-height: 12px;
	border-left: 1px #CCC solid;
}
#shopMain dl.toukou strong.swLink em:first-child b {
	border-left: none;
}
#shopMain dl.toukou strong.swLink em a,
#shopMain dl.toukou strong.swLink em i {
	margin: -4px 0;
	padding-top: 1px;
	line-height: 20px;
}
#shopMain dl.toukou strong.swLink em i {
	padding: 2px 4px 0;
	color: #FFF;
	background: #F81;
}
#shopMain dl.toukou ul.result {
	width: 970px;
	min-height: 300px;
	padding: 4px;
	letter-spacing: -0.4em;
}
#shopMain dl.toukou ul.result li {
	width: 160px;
	margin: 3px;
	padding: 13px;
	letter-spacing: 0;
	vertical-align: top;
	background: url('../img/list_bg.png') transparent repeat-x 0 0;
	border: 1px #D9D9D9 solid;
	display: inline-block;
}
#shopMain dl.toukou ul.result li.none {
	display: none;
}
#shopMain dl.toukou ul.result li > * {
	color: #333;
	font-size: 82.5%;
	font-style: normal;
	display: block;
	overflow: hidden;
	position: relative;
}
#shopMain dl.toukou ul.result li .thumb {
	width: 160px;
	height: 160px;
	background: #000;
}
#shopMain dl.toukou ul.result li .thumb > * {
	position: absolute;
	top: 0;
	right: 0;
}
#shopMain dl.toukou ul.result li .thumb > .image {
	margin: auto;
	left: 0;
	bottom: 0;
}
#shopMain dl.toukou ul.result li .date {
	margin: 9px 0 0;
	color: #666;
}
#shopMain dl.toukou ul.result li .title {
	margin: 3px 0 6px;
	font-size: 100%;
}
#shopMain dl.toukou ul.result li .name,
#shopMain dl.toukou ul.result li .size {
	margin: 3px 0 0;
	// text-align: right;
}

#shopMain dl.toukou_old ul.result {
	width: 970px;
	min-height: 300px;
	padding: 4px;
}
#shopMain dl.toukou_old ul.result li {
	width: 160px;
	margin: 3px;
	padding: 13px;
	vertical-align: top;
	background: url('../img/list_bg.png') transparent repeat-x 0 0;
	border: 1px #D9D9D9 solid;
	display: inline-block;
}
#shopMain dl.toukou_old ul.result li.none {
	display: none;
}
#shopMain dl.toukou_old ul.result li a.photo,
#shopMain dl.toukou_old ul.result li b.name,
#shopMain dl.toukou_old ul.result li i {
	color: #777;
	font-size: 85%;
	font-style: normal;
	display: block;
}
#shopMain dl.toukou_old ul.result li a.photo {
	width: 157px;
	height: 118px;
	margin: 3px 1px 7px;
	text-align: center;
	background: #000;
	overflow: hidden;
}
#shopMain dl.toukou_old ul.result li b.name {
	margin: 5px 0;
	color: #333;
}
#shopMain dl.toukou_old ul.result li span.tag {
	padding: 0 0 3px;
	color: #FFF;
	font-size: 82.5%;
	line-height: 18px;
	letter-spacing: -0.4em;
	display: block;
}
#shopMain dl.toukou_old ul.result li span.tag b {
	width: 75px;
	margin: 5px 0 0 5px;
	padding: 1px 1px 0;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
}
#shopMain dl.toukou_old ul.result li span.tag b.odd {
	margin-left: 0;
}
#shopMain dl.toukou_old ul.result li span.tag b.on {
	background: #F70;
}
#shopMain dl.toukou_old ul.result li span.tag b.off {
	background: #C4C4C4;
}


/* ------------------------------------------------------------- 
    お店ページ - 口コミ・体験談 
 ------------------------------------------------------------- */

#shopMain dl.review .section p.button {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px #C9C9C9 dotted;
}
#shopMain dl.review .section p.button:not(:target) {
	border-bottom: 1px #999 dotted\9;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	#shopMain dl.review .section p.button {
		border-bottom: 1px #999 dotted;
	}
}
#shopMain dl.review .section p.button span {
	padding: 15px;
	text-align: center;
	background: #F1EBDF;
	display: block;
}
#shopMain dl.review .section p.button a:hover {
	opacity: 0.9;
}
#shopMain dl.review .section p.score {
	width: 606px;
	height: 76px;
	padding: 16px;
	background: url('../img/review/review_score1.png') transparent repeat-x 0 0;
	border: 1px #E9E9E9 solid;
}
#shopMain dl.review .section p.score > *,
#shopMain dl.review .section p.score > * > * {
	vertical-align: top;
	display: inline-block;
}
#shopMain dl.review .section p.score strong {
	margin-right: 21px;
	color: #333;
	font-size: 140%;
	line-height: 35px;
}
#shopMain dl.review .section p.score strong img {
	margin-right: 1px;
	padding: 2px 1px;
}
#shopMain dl.review .section p.score strong b {
	color: #F00;
	font-size: 140%;
}
#shopMain dl.review .section p.score strong.st1 b {
	margin: 0 1px 0 3px;
}
#shopMain dl.review .section p.score strong.st2 b {
	margin: 0 3px 0 1px;
}
#shopMain dl.review .section p.score em {
	width: 100%;
	height: 32px;
	margin-top: 6px;
	letter-spacing: -0.4em;
	position: relative;
}
#shopMain dl.review .section p.score em span {
	height: 30px;
	padding-top: 2px;
	background: transparent repeat-x 0 0;
}
#shopMain dl.review .section p.score em span[class*='side'],
#shopMain dl.review .section p.score em span.arrow {
	width: 8px;
	white-space: nowrap;
	text-indent: 150%;
	overflow: hidden;
}
#shopMain dl.review .section p.score em span.side1 {
	background-image: url('../img/review/review_score2-side1.png');
}
#shopMain dl.review .section p.score em span.side2 {
	background-image: url('../img/review/review_score2-side2.png');
}
#shopMain dl.review .section p.score em span.arrow {
	width: 24px;
	height: 10px;
	background-image: url('../img/review/review_score2-arrow.png');
	position: absolute;
	top: -6px;
	left: 260px;
}
#shopMain dl.review .section p.score em span.body {
	padding: 2px 2px 0;
	color: #CCC;
	font-size: 90%;
	line-height: 30px;
	background-image: url('../img/review/review_score2-body.png');
}
#shopMain dl.review .section p.score em span.body i {
	padding: 0 4px 0 8px;
	color: #333;
	font-size: 102.5%;
	font-style: normal;
	letter-spacing: 0;
}
#shopMain dl.review .section p.score em span.body i:first-child {
	padding-left: 0;
}
#shopMain dl.review .section p.score em span.body i > * {
	margin-left: 3px;
	color: #F00;
}
#shopMain dl.review .section p.switch {
	margin: 15px 0;
	color: #CCC;
	font-size: 90%;
	line-height: 21px;
	letter-spacing: 1px;
	float: left;
}
#shopMain dl.review .section p.switch span > * {
	margin: 0 2px;
	font-size: 110%;
	font-weight: bold;
	display: inline-block;
	position: relative;
}
#shopMain dl.review .section p.switch span a {
	padding: 2px 0 0;
	color: #333;
	background: transparent;
}
#shopMain dl.review .section p.switch span b {
	padding: 2px 6px 0;
	color: #FFF;
	background: #F81;
}
#shopMain dl.review .section p.switch span i {
	width: 15px;
	height: 9px;
	margin-left: -7.5px;
	white-space: nowrap;
	text-indent: 150%;
	background: url('../img/icon_arrow8.png') transparent no-repeat 0 0;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: -9px;
}
#shopMain dl.review .section p.sort {
	margin-top: 15px;
	padding-top: 1px;
	color: #333;
	line-height: 21px;
	float: right;
}
#shopMain dl.review .section p.sort select {
	font-size: 95%;
	vertical-align: middle;
}
#shopMain dl.review .list {
	margin: 0 0 15px;
	padding: 12px;
	background: #EEE;
	border-radius: 6px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.25);
}
#shopMain dl.review a.list {
	margin: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}
#shopMain dl.review .list p.heading {
	min-height: 40px;
	margin: 0 0 10px;
	position: relative;
}
#shopMain dl.review .list p.heading a {
	font-weight: bold;
}
#shopMain dl.review .list p.heading span {
	font-size: 95%;
	line-height: 15px;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}
#shopMain dl.review .list p.heading span.photo {
	width: 40px;
	max-height: 40px;
	border: 1px #FFF solid;
	top: 0;
	left: 0;
}
#shopMain dl.review .list p.heading span.date {
	color: #999;
	font-size: 85%;
	top: 3px;
	right: 1px;
}
#shopMain dl.review .list p.heading span.state {
	top: 21px;
	right: 1px;
}
#shopMain dl.review .list p.heading span.name {
	width: 435px;
	padding-top: 1px;
	top: 3px;
	left: 51px;
}
#shopMain dl.review .list p.heading span.title {
	padding: 24px 0 0 51px;
	position: relative;
	z-index: 5;
	clear: both;
}
#shopMain dl.review .list p.heading span.title a {
	margin-right: 1px;
	// text-decoration: underline;
}
#shopMain dl.review .list p.content {
	padding: 12px;
	background: #FFF;
	border: 1px #DDD solid;
}
#shopMain dl.review .list p.content span,
#shopMain dl.review .list p.content span > * {
	font-style: normal;
	line-height: 1.5;
	display: block;
	position: relative;
	z-index: 5;
}
#shopMain dl.review .list p.content span > * > *,
#shopMain dl.review .list p.content span.react > * {
	vertical-align: top;
	display: inline-block;
}
#shopMain dl.review .list p.content span {
	padding: 9px 0;
	border-top: 1px #EEE solid;
}
#shopMain dl.review .list p.content span:first-child {
	padding-top: 1px;
	border-top: none;
}
#shopMain dl.review .list p.content span.times {
	margin: 0 -6px -12px;
	padding: 1px 0;
	color: #666;
	font-size: 85%;
	line-height: 1.0;
	text-align: right;
	background: #FFF;
	z-index: 10;
}
#shopMain dl.review .list p.content span.shop,
#shopMain dl.review .list p.content span.girl {
	letter-spacing: -0.4em;
}
#shopMain dl.review .list p.content span.shop strong,
#shopMain dl.review .list p.content span.girl strong {
	color: #333;
	font-size: 110%;
	line-height: 22px;
}
#shopMain dl.review .list p.content span.shop strong > *,
#shopMain dl.review .list p.content span.girl strong > * {
	padding: 0 1px;
	letter-spacing: 0;
}
#shopMain dl.review .list p.content span.shop strong img,
#shopMain dl.review .list p.content span.girl strong img {
	margin-right: 3px;
	vertical-align: -3px;
}
#shopMain dl.review .list p.content span.shop strong span,
#shopMain dl.review .list p.content span.girl strong span {
	padding: 0;
	font-style: normal;
}
#shopMain dl.review .list p.content span.shop strong b,
#shopMain dl.review .list p.content span.girl strong b {
	font-size: 125%;
	vertical-align: -1px;
}
#shopMain dl.review .list p.content span.shop em,
#shopMain dl.review .list p.content span.girl em {
	margin-top: 5px;
	color: #CCC;
	font-size: 90%;
	line-height: 15px;
}
#shopMain dl.review .list p.content span.shop em i,
#shopMain dl.review .list p.content span.girl em i {
	margin: 0 1px;
	padding: 0 3px 0 6px;
	color: #333;
	font-size: 102.5%;
	font-style: normal;
	letter-spacing: 0;
}
#shopMain dl.review .list p.content span.shop em i:first-child,
#shopMain dl.review .list p.content span.girl em i:first-child {
	padding-left: 0;
}
#shopMain dl.review .list p.content span.shop strong b,
#shopMain dl.review .list p.content span.shop em b {
	margin-left: 3px;
	color: #F00;
}
#shopMain dl.review .list p.content span.girl strong b,
#shopMain dl.review .list p.content span.girl em b {
	margin-left: 3px;
	color: #FF2099;
}
#shopMain dl.review .list p.content span.text strong {
	margin: 3px 1px;
	color: #F30;
	font-size: 120%;
}
#shopMain dl.review .list.full p.content span.text strong {
	margin: 6px 3px 9px;
}
#shopMain dl.review .list.full p.content span.text strong a {
	text-decoration: none;
	cursor: default;
	pointer-events: none;
}
#shopMain dl.review .list p.content span.text em {
	margin: 0 3px 3px;
	font-size: 110%;
	overflow: hidden;
}
#shopMain dl.review .list.full p.content span.text em {
	margin: 3px 30px 9px 6px;
}
#shopMain dl.review .new .list p.content span.text em {
	margin: 3px 30px 3px 3px;
}
#shopMain dl.review .list p.content span.text em b {
	width: 100%;
	padding-top: 75px;
	line-height: 25px;
	text-align: center;
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
	position: absolute;
	right: 0;
	bottom: 0;
}
#shopMain dl.review .list p.content span.text em i {
	margin-top: 6px;
	/* font-size: 95%; */
	/* text-align: right; */
	display: block;
}
#shopMain dl.review .list p.content span.text em b *,
#shopMain dl.review .list p.content span.text em i * {
	font-style: normal;
	font-weight: normal;
}
#shopMain dl.review .list p.content span.text em b a {
	margin-right: 6px;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-decoration: none;
}
#shopMain dl.review .list p.content span.text em b a:before {
	content: '';
	width: 10px;
	height: 10px;
	margin-right: 6px;
	border-top: 3px #999 solid;
	border-left: 3px #999 solid;
	box-sizing: border-box;
	display: inline-block;
}
#shopMain dl.review .list p.content span.text em b a.open:before {
	margin-bottom: 1px;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#shopMain dl.review .list p.content span.text em b a.close:before {
	margin-bottom: -3px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#shopMain dl.review .list p.content span.react {
	padding: 9px 0 0;
	text-align: right;
}
#shopMain dl.review .list[class*='full'] p.content span.react {
	padding: 15px 0 10px;
	text-align: center;
}
#shopMain dl.review .list p.content span.react > * {
	margin: 3px 6px 0;
	font-size: 90%;
	line-height: 21px;
	overflow: hidden;
}
#shopMain dl.review .list p.content span.react img {
	margin-right: 1px;
	vertical-align: -3px;
}
#shopMain dl.review .list p.content span.react big b {
	min-width: 15px;
	margin: 2px 0 0;
	padding: 3px 3px 1px;
	background: url('../img/icon_fukidashi1-2.png') transparent repeat-x 0 0;
}
#shopMain dl.review .list p.content span.react big i {
	margin: 2px 0 0;
	padding: 3px 1px 1px;
	white-space: nowrap;
	text-indent: 150%;
	overflow: hidden;
}
#shopMain dl.review .list p.content span.react big i.start {
	width: 3px;
	background: url('../img/icon_fukidashi1-1.png') transparent no-repeat right 0;
}
#shopMain dl.review .list p.content span.react big i.end {
	width: 9px;
	background: url('../img/icon_fukidashi1-3.png') transparent no-repeat left 0;
}
#shopMain dl.review .list p.content span.react small {
	margin: 12px 1px 1px;
	font-size: 85%;
	line-height: 1.25;
	display: block;
}
#shopMain dl.review .list p.content span.react small a {
	margin-left: 3px;
	padding-right: 15px;
	font-weight: bold;
	background: url('../img/review/icon_arrow9-up.png') transparent no-repeat 97.5% 50%;
}
#shopMain dl.review .list p.content span.react strong,
#shopMain dl.review .list p.content span.react strong > * {
	margin-top: 3px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	display: block;
}
#shopMain dl.review .list p.content span.react strong {
	margin-top: 18px;
}
#shopMain dl.review .list p.content span.react strong b {
	color: #CCC;
}
#shopMain dl.review .list p.content span.react strong i {
	font-style: normal;
}
#shopMain dl.review .list p.content span.react strong .shop {
	color: #3C6CFF;
}
#shopMain dl.review .list p.content span.react strong .girl {
	color: #FF3CA9;
}
#shopMain dl.review .list p.content span.react strong .user {
	color: #FF6C00;
}
#shopMain dl.review .list p.content span.react em {
	text-align: right;
}
#shopMain dl.review .list p.content span.react em a {
	margin: 3px 3px 0;
	padding-left: 15px;
	color: #333;
	background: url('../img/review/icon_arrow9-up.png') transparent no-repeat 7.5% 50%;
}
#shopMain dl.review .list p.content span.reply {
	padding: 0 25px 10px;
	border-top: none;
}
#shopMain dl.review .list[class*='full'] p.content span.reply {
	margin-top: 6px;
	padding: 15px 9px;
	border-top: 1px #EEE solid;
}
#shopMain dl.review .list p.content span.reply strong {
	margin: 0 -1px;
	font-size: 110%;
}
#shopMain dl.review .list[class*='full'] p.content span.reply strong {
	margin: 1px -1px -5px;
}
#shopMain dl.review .list p.content span.reply strong img {
	margin: 0 1px 1px -25px;
	vertical-align: -5px;
}
#shopMain dl.review .list[class*='full'] p.content span.reply strong img {
	margin-left: -5px;
}
#shopMain dl.review .list p.content span.reply em {
	margin-top: 9px;
	display: block;
}
#shopMain dl.review .list[class*='full'] p.content span.reply em {
	margin-top: 21px;
}
#shopMain dl.review .list[class*='full'] p.content span.reply em.res {
	margin-top: 18px;
	padding: 0 0 3px;
}
#shopMain dl.review .list p.content span.reply em a {
	font-style: normal;
	font-weight: bold;
}
#shopMain dl.review .list p.content span.reply em i {
	margin-bottom: 5px;
	font-style: normal;
}
#shopMain dl.review .list[class*='full'] p.content span.reply em i {
	text-align: left;
	float: left;
}
#shopMain dl.review .list[class*='full'] p.content span.reply em.res i {
	text-align: right;
	float: right;
}
#shopMain dl.review .list p.content span.reply em i.name {
	max-width: 395px;
	margin-right: 15px;
	line-height: 21px;
}
#shopMain dl.review .list[class*='full'] p.content span.reply em i.name {
	min-width: 450px;
	margin: 0 0 -3px;
}
#shopMain dl.review .list p.content span.reply em i.date {
	padding-top: 3px;
	color: #999;
	font-size: 87.5%;
	line-height: 18px;
}
#shopMain dl.review .list[class*='full'] p.content span.reply em i.date {
	min-width: 450px;
	padding-top: 0;
}
#shopMain dl.review .list p.content span.reply em i.photo {
	width: 60px;
	max-height: 70px;
	margin-right: 18px;
	border-radius: 6px;
	overflow: hidden;
}
#shopMain dl.review .list[class*='full'] p.content span.reply em i.photo {
	width: 90px;
	max-height: 105px;
	margin-left: 3px;
}
#shopMain dl.review .list[class*='full'] p.content span.reply em.res i.photo {
	margin: 0 3px 0 18px;
}
#shopMain dl.review .list p.content span.reply em i.text {
	max-width: 425px;
	min-width: 425px;
	padding: 15px;
	line-height: 1.35;
	text-align: left !important;
	border-radius: 6px;
	overflow: visible !important;
	position: relative;
}
#shopMain dl.review .list[class*='full'] p.content span.reply em i.text {
	min-width: 125px;
}
#shopMain dl.review .list p.content span.reply em.shop i.text {
	background: #D3F3FF;
}
#shopMain dl.review .list p.content span.reply em.girl i.text {
	background: #FFE6F9;
}
#shopMain dl.review .list p.content span.reply em.user i.text {
	background: #FFECB9;
}
#shopMain dl.review .list p.content span.reply em i.text img.arrow {
	width: 10px;
	height: 12px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	left: -10px;
}
#shopMain dl.review .list p.content span.reply em.res i.text img.arrow {
	left: auto;
	right: -10px;
}


/* ------------------------------------------------------------- 
    お店ページ - 写メブログ＆編集コンテンツ 
 ------------------------------------------------------------- */

#shopMain dl.blog ul li,
#shopMain dl.contents ul li {
	padding: 15px 0;
	border-bottom: 1px #C9C9C9 dotted;
}
#shopMain dl.blog ul li:not(:target),
#shopMain dl.contents ul li:not(:target) {
	border-bottom: 1px #999 dotted\9;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	#shopMain dl.blog ul li,
	#shopMain dl.contents ul li {
		border-bottom: 1px #999 dotted;
	}
}

#shopMain dl.blog .archive {
	margin-top: -10px;
}
#shopMain dl.blog .archive > * {
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
}
#shopMain dl.blog .archive strong {
	margin: 0 -3px 0 3px;
}
#shopMain dl.blog .archive em {
	margin: 0 6px;
}
#shopMain dl.blog .archive em.active {
	margin: 0 6px;
	padding: 3px 4px 2px;
	color: #FFF;
	background: #F81;
}
#shopMain dl.blog .archive a {
	color: #333;
	font-weight: bold;
}
#shopMain dl.blog .archive i {
	color: #CCC;
	font-size: 90%;
}

#shopMain dl.contents .swLink,
#shopMain .contents strong.switch {
	width: 490px;
	margin: 0 -8px 1px;
	display: block;
}
#shopMain dl.contents .swLink em, #shopMain .contents strong.switch em,
#shopMain dl.contents .swLink em a, #shopMain .contents strong.switch em a,
#shopMain dl.contents .swLink em b, #shopMain .contents strong.switch em b,
#shopMain dl.contents .swLink em i, #shopMain .contents strong.switch em i {
	color: #333;
	font-style: normal;
	display: inline-block;
}
#shopMain dl.contents .swLink em,
#shopMain .contents strong.switch em {
	padding: 6px 0;
	letter-spacing: 1px;
}
#shopMain dl.contents .swLink em b,
#shopMain .contents strong.switch em b {
	padding: 0 8px;
	line-height: 12px;
	border-right: 1px #CCC solid;
}
#shopMain dl.contents .swLink em b.last,
#shopMain .contents strong.switch em b.last {
	border-right: none;
}
#shopMain dl.contents .swLink em a, #shopMain dl.contents .swLink em i,
#shopMain .contents strong.switch em a, #shopMain .contents strong.switch em i {
	margin: -4px 0;
	padding-top: 1px;
	line-height: 20px;
}
#shopMain dl.contents .swLink em i,
#shopMain .contents strong.switch em i {
	padding: 1px 4px 0;
	color: #FFF;
	background: #F81;
}

#shopMain dl.blog big, #shopMain dl.blog small,
#shopMain dl.blog small b, #shopMain dl.blog small i,
#shopMain dl.contents big, #shopMain dl.contents small,
#shopMain dl.contents small b, #shopMain dl.contents small i {
	width: 100%;
	font-style: normal;
	vertical-align: top;
	display: inline-block;
}
#shopMain dl.blog big {
	width: 120px;
	margin-right: 12px;
}
#shopMain dl.contents big {
	width: 180px;
	margin-right: 12px;
}
#shopMain dl.blog big a,
#shopMain dl.contents big a {
	display: block;
	overflow: hidden;
}
#shopMain dl.blog big a {
	max-width: 120px;
	max-height: 160px;
}
#shopMain dl.contents big a {
	max-width: 180px;
	max-height: 120px;
}
#shopMain dl.blog small {
	width: 508px;
	line-height: 1.5;
}
#shopMain dl.contents small {
	width: 448px;
	line-height: 1.5;
}
#shopMain dl.blog small b.title,
#shopMain dl.contents small b.title {
	margin: 1px 0 3px;
	font-size: 105%;
}
#shopMain dl.blog small b.name {
	color: #333;
	font-size: 92.5%;
}
#shopMain dl.contents small a.name {
	font-size: 92.5%;
	line-height: 2.0;
}
#shopMain dl.blog small i.date,
#shopMain dl.contents small i.date {
	color: #999;
	font-size: 85%;
}
#shopMain dl.blog small i.sub,
#shopMain dl.contents small i.date {
	margin: 3px 1px 0;
	text-align: right;
}
#shopMain dl.blog small i.sub {
	font-size: 80%;
}
#shopMain dl.blog small i.sub img {
	margin-left: 12px;
}
#shopMain dl.blog small i.text {
	margin: 0 0 6px;
}
#shopMain dl.contents small i.text {
	margin: 0 0 3px;
}


/* ------------------------------------------------------------- 
    お店ページ - 女の子情報＆出勤情報 
 ------------------------------------------------------------- */

#shopMain dl.girlList .refine,
#shopMain dl.attend .refine {
	border-bottom: 1px #D9D9D9 solid;
	position: relative;
}
#shopMain dl.girlList .refine table,
#shopMain dl.attend .refine table {
	width: 100%;
	border-top: 1px #D9D9D9 dashed;
	border-spacing: 0;
}
#shopMain dl.girlList .refine table:first-child,
#shopMain dl.attend .refine table:first-child {
	border-top: none;
}
#shopMain dl.girlList .refine th, #shopMain dl.girlList .refine td,
#shopMain dl.attend .refine th, #shopMain dl.attend .refine td {
	padding: 10px 15px;
	letter-spacing: -0.4em;
	vertical-align: middle;
}
#shopMain dl.girlList .refine .option td.left, #shopMain dl.girlList .refine .sort td.left,
#shopMain dl.attend .refine .option td.left, #shopMain dl.attend .refine .sort td.left {
	width: 775px;
	padding-left: 5px;
}
#shopMain dl.girlList .refine .option td.right, #shopMain dl.girlList .refine .sort td.right,
#shopMain dl.attend .refine .option td.right, #shopMain dl.attend .refine .sort td.right {
	width: 163px;
	padding: 10px;
}
#shopMain dl.girlList .refine .osusume th,
#shopMain dl.attend .refine .osusume th {
	width: 100px;
	padding-right: 5px;
}
#shopMain dl.girlList .refine .osusume td,
#shopMain dl.attend .refine .osusume td {
	width: 838px;
	padding-left: 5px;
}
#shopMain dl.girlList .refine th > *, #shopMain dl.girlList .refine td > *,
#shopMain dl.attend .refine th > *, #shopMain dl.attend .refine td > * {
	letter-spacing: 0;
}
#shopMain dl.girlList .refine span, #shopMain dl.girlList .refine a, #shopMain dl.girlList .refine b, #shopMain dl.girlList .refine i,
#shopMain dl.attend .refine span, #shopMain dl.attend .refine a, #shopMain dl.attend .refine b, #shopMain dl.attend .refine i {
	display: inline-block;
}
#shopMain dl.girlList .refine span,
#shopMain dl.attend .refine span {
	padding: 6px 0;
	font-size: 95%;
	letter-spacing: 0.5px;
	// letter-spacing: 1px;
}
#shopMain dl.girlList .refine b,
#shopMain dl.attend .refine b {
	padding: 0 9px;
	color: #AAA;
	line-height: 12px;
	border-right: 2px #CCC solid;
}
#shopMain dl.girlList .refine b.last,
#shopMain dl.attend .refine b.last {
	border-right: none;
}
#shopMain dl.girlList .refine a, #shopMain dl.girlList .refine i,
#shopMain dl.attend .refine a, #shopMain dl.attend .refine i {
	margin: -6px 0;
	padding-top: 1px;
	color: #333;
	line-height: 24px;
}
#shopMain dl.girlList .refine i,
#shopMain dl.attend .refine i {
	padding: 1px 9px 0;
	color: #FFF;
	font-style: normal;
	background: #F81;
}
#shopMain dl.girlList .refine div,
#shopMain dl.attend .refine div {
	letter-spacing: -0.4em;
	display: none;
}
#shopMain dl.girlList .refine div.show,
#shopMain dl.attend .refine div.show {
	display: block;
}
#shopMain dl.girlList .refine div > *,
#shopMain dl.attend .refine div > * {
	letter-spacing: 0;
}
#shopMain dl.girlList .refine .sort select, #shopMain dl.girlList .refine .sort input,
#shopMain dl.attend .refine .sort select, #shopMain dl.attend .refine .sort input {
	padding: 1px 3px;
	font-size: 85%;
	line-height: 1.0;
	border: 1px #AAA solid;
}
#shopMain dl.girlList .refine .sort select,
#shopMain dl.attend .refine .sort select {
	width: 118px;
	height: 23px;
	margin: 0 0 5px;
	padding: 1px;
}
#shopMain dl.girlList .refine .sort input[type='text'],
#shopMain dl.attend .refine .sort input[type='text'] {
	width: 110px;
	height: 19px;
	color: #CCC;
	line-height: 19px;
}
#shopMain dl.girlList .refine .sort input[type='image'], #shopMain dl.girlList .refine .sort input[type='button'],
#shopMain dl.attend .refine .sort input[type='image'], #shopMain dl.attend .refine .sort input[type='button'] {
	width: 40px;
	height: 23px;
	margin: 0 0 0 3px;
	padding: 0;
	border: none;
}
#shopMain dl.girlList .refine .switch,
#shopMain dl.attend .refine .switch {
	text-align: right;
}
#shopMain dl.girlList .refine .switch a,
#shopMain dl.attend .refine .switch a {
	margin: 3px 3px 0 0;
	padding: 0 0 0 21px;
	font-size: 90%;
	line-height: 21px;
	background: transparent no-repeat 0 0;
}
#shopMain dl.girlList .refine .switch a.open,
#shopMain dl.attend .refine .switch a.open {
	background-image: url('../img/icon_swOpen.png');
}
#shopMain dl.girlList .refine .switch a.close,
#shopMain dl.attend .refine .switch a.close {
	background-image: url('../img/icon_swClose.png');
}

#shopMain dl.girlList .result {
	width: 972px;
	min-height: 300px;
	padding: 3px;
	letter-spacing: -0.4em;
	position: relative;
}
#shopMain dl.girlList .result li {
	width: 130px;
	margin: 3px;
	padding: 12px;
	letter-spacing: 0;
	vertical-align: top;
	background: url('../img/list_bg.png') transparent repeat-x 0 0;
	border: 1px #D9D9D9 solid;
	display: inline-block;
	position: relative;
}
#shopMain dl.girlList .result li.none {
	display: none;
}
#shopMain dl.girlList .result a.photo {
	width: 126px;
	max-height: 168px;
	margin: 1px 2px 7px;
	display: block;
	overflow: hidden;
}
#shopMain dl.girlList .result a.name {
	margin-right: 1px;
	font-weight: bold;
	line-height: 1.35;
}
#shopMain dl.girlList .result a.name img {
	margin-left: 5px;
	vertical-align: middle;
}


/* - [2018/08/01更新] ここから - */

#shopMain dl.girlList .result b,
#shopMain dl.girlList .result i {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	display: block;
}
#shopMain dl.girlList .result b {
	width: 80px;
	margin: 6px -2px 0;
	padding: 2px 1px 1px 53px;
	line-height: 12px;
	text-align: center;
	background: transparent no-repeat 0 0;
}
#shopMain dl.girlList .result b.imasugu {
	background-image: url('../img/icon_g-imasugu.png');
}
#shopMain dl.girlList .result b.attend {
	background-image: url('../img/icon_g-attend.png');
}
#shopMain dl.girlList .result b.jikai {
	background-image: url('../img/icon_g-jikai.png');
}
#shopMain dl.girlList .result b.blog {
	background-image: url('../img/icon_g-blog.png');
}
#shopMain dl.girlList .result b.toukou {
	background-image: url('../img/icon_g-toukou.png');
}
#shopMain dl.girlList .result b.message {
	width: 132px;
	margin: 0 -2px -4px;
	padding: 2px 1px 7px;
	line-height: 14px;
	background-image: url('../img/icon_g-message.png');
	overflow: hidden;
}
#shopMain dl.girlList .result b.review {
	width: 105px;
	padding: 3px 3px 2px 24px;
	font-size: 82.5%;
	line-height: 1.35;
	background: url('../img/icon_g-review.png') #FFF no-repeat 2px 3px;
	background-size: 20px 14px;
	border: 1px #FBE solid;
	border-radius: 2px;
}
#shopMain dl.girlList .result b strong {
	padding: 0 3px;
	color: #F00;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
}
#shopMain dl.girlList .result b.review strong {
	padding: 0;
	color: #E19;
}
#shopMain dl.girlList .result i.catText {
	margin: -1px 0 3px;
	color: #F4E;
	font-size: 85%;
	text-align: center;
}
#shopMain dl.girlList .result i.num {
	display: inline;
}
#shopMain dl.girlList .result i.num img {
	margin: 1px 0;
}
#shopMain dl.girlList .result i.gal_list_comment {
	margin: 3px -3px 3px 0;
	color: #666;
}
#shopMain dl.girlList .result i.size {
	margin: 3px -3px 6px 0;
	color: #333;
}
#shopMain dl.girlList .result i.nintei {
	position: absolute;
	top: -1px;
	left: -1px;
}
#shopMain dl.girlList .result i.contents {
	width: 100%;
	margin-top: 9px;
	text-align: center;
}
#shopMain dl.girlList .result i.contents img {
	margin: 0 3px;
}

/* - [2018/08/01更新] ここまで - */


#shopMain dl.girlList .blogBox li {
	width: 205px !important;
	margin: 9px 1px 1px 9px !important;
	letter-spacing: -0.4em !important;
	overflow: hidden !important;
}
#shopMain dl.girlList .blogBox p {
	margin: -3px -3px -6px;
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
}
#shopMain dl.girlList .blogBox p.left {
	width: 130px;
	margin-right: 3px;
}
#shopMain dl.girlList .blogBox p.right {
	width: 75px;
	margin-left: 3px;
}
#shopMain dl.girlList .blogBox .new {
	width: 75px;
	height: 75px;
	margin: 0 0 8px;
	line-height: 1.5;
	background: #000;
	display: block;
	overflow: hidden;
	position: relative;
}
#shopMain dl.girlList .blogBox .new:first-child {
	margin-top: 1px;
}
#shopMain dl.girlList .blogBox a:hover .new {
	opacity: 0.9;
}
#shopMain dl.girlList .blogBox .new > * {
	color: #FFF;
	font-size: 75%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
#shopMain dl.girlList .blogBox .new img {
	width: 100%;
	margin: auto;
	top: 0;
}
#shopMain dl.girlList .blogBox .new i {
	width: 90%;
	padding: 1px 5%;
	background: rgba(0,0,0,0.5);
}

#shopMain .atForm {
	width: 960px;
	margin: 3px 0;
	padding: 12px 9px;
	display: table;
	position: relative;
}
#shopMain .atForm p,
#workday_select {
	letter-spacing: -0.4em;
	vertical-align: middle;
	overflow: hidden;
}
#shopMain .atForm p {
	display: none;
}
#workday_select {
	text-align: center;
}
#shopMain .atForm p > *,
#workday_select > * {
	line-height: 1.75;
	letter-spacing: 0;
	display: inline-block;
}
#shopMain .atForm .show {
	display: table-cell;
}
#shopMain .atForm .daily {
	width: 75%;
	padding-left: 2.5%;
	text-align: center;
}
#shopMain .atForm .daily a,
#workday_select a {
	width: 65px;
	margin: 1px 5px;
	padding: 20px 5px 15px;
	color: #000;
	text-decoration: none;
	background: #FFF;
	border: 1px #CCC solid;
	border-radius: 50%;
	overflow: hidden;
}
#shopMain .atForm .daily a:hover,
#workday_select a:hover {
	color: #333;
	background: #FEC;
}
#shopMain .atForm .daily a.now,
#workday_select a.now {
	color: #FFF;
	background: #F93;
}
#shopMain .atForm .daily a > *,
#workday_select a > * {
	font-style: normal;
	display: block;
}
#shopMain .atForm .daily a > b,
#workday_select a > b {
	font-size: 97.5%;
	line-height: 25px;
}
#shopMain .atForm .daily a > i,
#workday_select a > i {
	font-size: 92.5%;
	line-height: 15px;
}
#shopMain .atForm .daily a.sat > i,
#workday_select a.sat > i {
	color: #33F;
}
#shopMain .atForm .daily a.sun > i,
#workday_select a.sun > i {
	color: #F00;
}
#shopMain .atForm .daily a.sat.now > i,
#workday_select a.sat.now > i {
	color: #66F;
}
#shopMain .atForm .daily a.sun.now > i,
#workday_select a.sun.now > i {
	color: #F33;
}
#shopMain .atForm .weekly {
	width: 77%;
	padding-left: 0.5%;
	text-align: left;
}
#shopMain .atForm .weekly span > * {
	margin-left: 3px;
	font-size: 90%;
	font-style: normal;
}
#shopMain .atForm .weekly span > b {
	margin-left: 1px;
}
#shopMain .atForm .weekly span > i {
	color: #F60;
}
#shopMain .atForm .switch {
	width: 22%;
	padding-right: 0.5%;
	text-align: right;
}
#shopMain .atForm .switch select {
	width: 140px;
	height: 24px;
	padding: 1px;
	font-size: 85%;
	line-height: 1.0;
	border: 1px #999 solid;
}
#shopMain .atForm .switch span {
	margin: 0 0 8px;
	letter-spacing: -0.4em;
	display: block;
}
#shopMain .atForm .switch a {
	padding: 2px 12px 1px;
	color: #333;
	font-size: 92.5%;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 1px;
	text-decoration: none;
	background: #FEC;
	display: inline-block;
}
#shopMain .atForm .switch a.day {
	padding-left: 14px;
	border-radius: 4px 0 0 4px;
}
#shopMain .atForm .switch a.week {
	padding-right: 14px;
	border-radius: 0 4px 4px 0;
}
#shopMain .atForm .switch a.now {
	color: #FFF;
	font-weight: bold;
	background: #F81;
}

#shopMain .dailyBox,
#shopMain .weeklyBox {
	display: none;
}
#shopMain .dailyBox.show,
#shopMain .weeklyBox.show {
	display: block;
}
#shopMain .dailyBox .none,
#shopMain .weeklyBox .none {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #AAA;
	font-size: 150%;
	line-height: 300px;
	text-align: center;
	border: none;
	display: none;
}
#shopMain .dailyBox .photo img,
#shopMain .weeklyBox .photo img {
	width: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#shopMain .dailyBox ul {
	margin: 0 12px;
	letter-spacing: -0.4em;
	overflow: hidden;
	position: relative;
}
#shopMain .dailyBox li {
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
	position: relative;
}
#shopMain .dailyBox a,
#shopMain .dailyBox span,
#shopMain .dailyBox strong {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
#shopMain .dailyBox .skd {
	width: 180px;
	height: 240px;
	margin: 11px 11px 11px 0;
	padding: 1px;
	background: #FFF;
}

/* - [2018/08/24更新] ここから - */

#shopMain .dailyBox .skd .imasugu,
#shopMain .dailyBox .skd .kanbai {
	width: 150px;
	padding: 1px 0 0;
	line-height: 22px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 3px;
	right: 15px;
	bottom: 255px;
}
#shopMain .dailyBox .skd .imasugu {
	color: #FFF;
	letter-spacing: 1px;
	background: #FF50B8;
	border: 1px #FF50B8 solid;
}
#shopMain .dailyBox .skd .kanbai {
	color: #F00;
	font-size: 97.5%;
	background: #FFF;
	border: 1px #F00 solid;
}
#shopMain .dailyBox .skd .imasugu:after,
#shopMain .dailyBox .skd .kanbai:after {
	margin: auto;
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	bottom: -10px;
}
#shopMain .dailyBox .skd .imasugu:after {
	content: url('../img/icon_imasugu.png');
}
#shopMain .dailyBox .skd .kanbai:after {
	content: url('../img/icon_kanbai.png');
}

/* - [2018/08/24更新] ここまで - */

#shopMain .dailyBox .skd .girl {
	width: 180px;
	height: 240px;
	margin: 1px;
	overflow: hidden;
}
#shopMain .dailyBox .skd .girl:hover {
	opacity: 0.9;
}
#shopMain .dailyBox .skd .photo {
	width: 100%;
	height: 100%;
	background: #999;
	position: relative;
}
#shopMain .dailyBox .skd .text {
	width: 90%;
	padding: 9px 5%;
	color: #FFF;
	background: rgba(0,0,0,0.5);
}
#shopMain .dailyBox .skd .text > * {
	font-style: normal;
	display: block;
}
#shopMain .dailyBox .skd .text .time {
	font-size: 160%;
	line-height: 1.1;
}
#shopMain .dailyBox .skd .text .size {
	font-size: 95%;
}
#shopMain .dailyBox .skd .text .name {
	margin: 2px 0 4px;
}
#shopMain .dailyBox .skd .text .name > * {
	margin-left: 5px;
}
#shopMain .weeklyBox .skd {
	margin: 0 auto 15px;
	table-layout: fixed;
	position: relative;
}
#shopMain .weeklyBox .skd th,
#shopMain .weeklyBox .skd td {
	width: 85px;
	padding: 1px 5px 0;
	color: #333;
	font-size: 95%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border: 1px #CCC solid;
}
#shopMain .weeklyBox .skd th {
	height: 35px;
	background: url('../img/attend_ttlList1.png') #FEFEFE repeat-x 0 top;
	background: linear-gradient(to bottom, #FEFEFE 0%, #EBEBEB 100%);
	background: -moz-linear-gradient(top, #FEFEFE 0%, #EBEBEB 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#EBEBEB));
}
#shopMain .weeklyBox .skd th.now {
	font-weight: bold;
	background: url('../img/attend_ttlList2.png') #EBEBEB repeat-x 0 top;
	background: linear-gradient(to bottom, #EBEBEB 0%, #FEFEFE 100%);
	background: -moz-linear-gradient(top, #EBEBEB 0%, #FEFEFE 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#FEFEFE));
}
#shopMain .weeklyBox .skd th a {
	color: #333;
	letter-spacing: 0.5px;
	text-decoration: underline;
}
#shopMain .weeklyBox .skd th a:hover,
#shopMain .weeklyBox .skd th.now a {
	text-decoration: none;
}
#shopMain .weeklyBox .skd th.sat a {
	color: #15F;
}
#shopMain .weeklyBox .skd th.sun a {
	color: #F33;
}
#shopMain .weeklyBox .skd td {
	height: 135px;
	font-size: 105%;
	line-height: 1.5;
}
#shopMain .weeklyBox .skd td.now {
	font-weight: bold;
	background-color: #FFD;
}
#shopMain .weeklyBox .skd td.off {
	color: #666;
	background-color: #EEE;
}
#shopMain .weeklyBox .skd td.girl {
	width: 260px;
	padding: 10px;
}
#shopMain .weeklyBox .skd td.girl p {
	height: 140px;
	margin: 3px;
	line-height: 1.25;
	overflow: hidden;
}
#shopMain .weeklyBox .skd td.girl p.left {
	width: 105px;
	float: left;
}
#shopMain .weeklyBox .skd td.girl p.right {
	width: 140px;
	float: right;
}
#shopMain .weeklyBox .skd td.girl p.right a {
	font-size: 97.5%;
	font-weight: bold;
}
#shopMain .weeklyBox .skd td.girl p.right i {
	margin-top: 6px;
	font-size: 77.5%;
	font-style: normal;
	display: block;
}
#shopMain .weeklyBox .skd td.girl p.right img {
	margin: 4px 2px 2px;
	display: inline-block;
}


/* ------------------------------------------------------------- 
    女の子ページ - メイン構造 
 ------------------------------------------------------------- */

#shopMain dl.girlProf div.tab {
	padding: 9px 9px 0;
	position: relative;
}
#shopMain dl.girlProf div.tab > * {
	margin-left: 6px;
	vertical-align: top;
	display: inline-block;
	position: relative;
}
#shopMain dl.girlProf div.tab > *.sub,
#shopMain dl.girlProf div.tab > *:first-child {
	margin-left: 0;
}
#shopMain dl.girlProf div.tab > *.on {
	z-index: 10;
}
#shopMain dl.girlProf div.tab .update {
	width: 127px;
	padding: 1px 6px 9px;
	color: #F00;
	font-size: 85%;
	font-style: normal;
	line-height: 20px;
	text-align: center;
	background: url('../img/tab_update.png') transparent no-repeat 0 0;
	display: block;
	position: absolute;
	top: -24px;
	left: -24px;
}
#shopMain dl.girlProf div.tab span {
	text-align: right;
	display: block;
	position: absolute;
	right: 8px;
	bottom: 8px;
}
#shopMain dl.girlProf div.tab span > * {
	line-height: 24px;
	vertical-align: top;
	display: inline-block;
}
#shopMain dl.girlProf div.tab span a {
	margin-left: 3px;
	clear: both;
}
#shopMain dl.girlProf div.tab span b {
	color: #F00;
	font-size: 102.5%;
}
#shopMain dl.girlProf div.tab span u {
	padding: 1px 3px 0;
	font-size: 87.5%;
	text-decoration: none;
	background: url('../img/icon_fukidashi1-2.png') transparent repeat-x 0 0;
}
#shopMain dl.girlProf div.tab span i {
	padding: 1px 0 0;
	white-space: nowrap;
	text-indent: 150%;
	overflow: hidden;
}
#shopMain dl.girlProf div.tab span i.start {
	width: 3px;
	background: url('../img/icon_fukidashi1-1.png') transparent no-repeat right 0;
}
#shopMain dl.girlProf div.tab span i.end {
	width: 9px;
	background: url('../img/icon_fukidashi1-3.png') transparent no-repeat left 0;
}
#shopMain dl.girlProf div.tab span strong {
	margin: 0 2px;
	font-size: 102.5%;
}
#shopMain dl.girlProf div.tab span em {
	margin: 0 0 4px;
	padding: 1px 9px 0 27px;
	color: #FFF;
	font-size: 105%;
	font-style: normal;
	line-height: 21px;
	background: url('../img/gal/icon_g-rank.png') #886928 no-repeat 5px 3px;
	border-radius: 3px;
}
#shopMain dl.girlProf div.page {
	padding: 12px 12px 9px;
	background: #FFF;
	border-top: 1px #B9B9B9 dotted;
	overflow: hidden;
	position: relative;
	z-index: 5;
	top: -1px;
}
#shopMain dl.girlProf div.page:not(:target) {
	border-top: 1px #A3A3A3 dotted\9;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	#shopMain dl.girlProf div.page {
		border-top: 1px #A3A3A3 dotted;
	}
}
#shopMain dl.girlProf div.page ul.left {
	width: 440px;
	float: left;
}
#shopMain dl.girlProf div.page ul.right {
	width: 500px;
	float: right;
}

/* - 女の子ページ (左カラム:今すぐ遊べる女の子) - */
#shopMain dl.girlProf div.page li.imasugu {
	margin: 0 0 12px;
	border: 1px #FF79E4 solid;
	border-radius: 5px;
	overflow: hidden;
}
#shopMain dl.girlProf div.page li.imasugu strong,
#shopMain dl.girlProf div.page li.imasugu em {
	padding: 7px 10px 6px;
	color: #F0C;
	font-style: normal;
	line-height: 20px;
	text-align: center;
	display: block;
}
#shopMain dl.girlProf div.page li.imasugu strong {
	color: #333;
	font-size: 110%;
	background: #FDF;
}
#shopMain dl.girlProf div.page li.imasugu strong img {
	margin: 0 9px;
}
#shopMain dl.girlProf div.page li.imasugu em img {
	vertical-align: -1px;
}

/* - 女の子ページ (左カラム:写真表示フレーム) - */
#shopMain dl.girlProf div.page li.imgFrame {
	width: 360px;
	height: 540px;
	margin: 0 -1px 9px;
	padding: 60px 40px 40px;
	border: 1px #D9D9D9 solid;
	overflow: hidden;
	position: relative;
}
#shopMain dl.girlProf div.page li.imgFrame img {
	max-width: 360px;
	max-height: 540px;
	display: block;
	position: absolute;
}
#shopMain dl.girlProf div.page li.imgFrame img.nintei {
	max-width: 300px;
	max-height: 450px;
}
#shopMain dl.girlProf div.page li.imgFrame a {
	width: 30px;
	height: 540px;
	white-space: nowrap;
	text-indent: 150%;
	background: transparent no-repeat 50% 50%;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 40px;
}
#shopMain dl.girlProf div.page li.imgFrame a:hover {
	opacity: 0.75;
}
#shopMain dl.girlProf div.page li.imgFrame a.prev {
	background-image: url('../img/icon_i-prev.png');
	left: 5px;
}
#shopMain dl.girlProf div.page li.imgFrame a.next {
	background-image: url('../img/icon_i-next.png');
	right: 5px;
}
#shopMain dl.girlProf div.page li.imgFrame strong {
	width: 360px;
	font-size: 90%;
	line-height: 24px;
	letter-spacing: -0.4em;
	text-align: center;
	display: block;
	position: absolute;
	top: 15px;
}
#shopMain dl.girlProf div.page li.imgFrame em {
	width: 110px;
	margin: 0 4px;
	padding: 2px 0 0;
	color: #FF8F14;
	font-style: normal;
	letter-spacing: 0;
	vertical-align: top;
	border: 1px #FF8F14 solid;
	display: inline-block;
	cursor: pointer;
}
#shopMain dl.girlProf div.page li.imgFrame em.now {
	color: #FFF;
	background: #FF8F14;
}
#shopMain dl.girlProf div.page li.imgFrame em.none {
	color: #CACACA;
	border: 1px #CACACA solid;
	cursor: default;
}
#shopMain dl.girlProf div.page li.imgFrame b,
#shopMain dl.girlProf div.page li.imgFrame i {
	font-style: normal;
	letter-spacing: 1px;
	display: block;
	position: absolute;
}
#shopMain dl.girlProf div.page li.imgFrame b.nintei {
	width: 360px;
	color: #A56E02;
	text-align: center;
}
#shopMain dl.girlProf div.page li.imgFrame i.date {
	width: 240px;
	color: #666;
	font-size: 85%;
	text-align: right;
	right: 30px;
	bottom: 15px;
}

/* - 女の子ページ (左カラム:写真切替リスト) - */
#shopMain dl.girlProf div.page li.imgNavi1,
#shopMain dl.girlProf div.page li.imgNavi2,
#shopMain dl.girlProf div.page li.imgNavi3 {
	width: 440px;
	margin: 0 -1px 10px;
	overflow: hidden;
	position: relative;
}
#shopMain dl.girlProf div.page li.imgNavi1 {
	margin-bottom: 5px;
	border: 1px transparent solid;
}
#shopMain dl.girlProf div.page li.imgNavi2 {
	padding: 20px 0 0;
	border: 1px #FF77EC solid;
}
#shopMain dl.girlProf div.page li.imgNavi3 {
	padding: 20px 0 0;
	border: 1px #A47F25 solid;
}
#shopMain dl.girlProf div.page li.imgNavi1 span,
#shopMain dl.girlProf div.page li.imgNavi2 span,
#shopMain dl.girlProf div.page li.imgNavi3 span {
	display: block;
	overflow: hidden;
	cursor: pointer;
	float: left;
}
#shopMain dl.girlProf div.page li.imgNavi1 span {
	width: 82px;
	height: 100px;
	margin: 0 3px 6px;
}
#shopMain dl.girlProf div.page li.imgNavi2 span,
#shopMain dl.girlProf div.page li.imgNavi3 span {
	width: 88px;
	height: 132px;
}
#shopMain dl.girlProf div.page li.imgNavi1 span.now,
#shopMain dl.girlProf div.page li.imgNavi2 span.now,
#shopMain dl.girlProf div.page li.imgNavi3 span.now {
	border: 2px #F93 solid;
}
#shopMain dl.girlProf div.page li.imgNavi1 span.now {
	width: 78px;
	height: 96px;
}
#shopMain dl.girlProf div.page li.imgNavi2 span.now,
#shopMain dl.girlProf div.page li.imgNavi3 span.now {
	width: 84px;
	height: 128px;
}
#shopMain dl.girlProf div.page li.imgNavi1 img {
	width: 82px;
}
#shopMain dl.girlProf div.page li.imgNavi2 img,
#shopMain dl.girlProf div.page li.imgNavi3 img {
	width: 88px;
}
#shopMain dl.girlProf div.page li.imgNavi1 span.now img,
#shopMain dl.girlProf div.page li.imgNavi2 span.now img,
#shopMain dl.girlProf div.page li.imgNavi3 span.now img {
	margin: -2px;
}
#shopMain dl.girlProf div.page li.imgNavi2 strong,
#shopMain dl.girlProf div.page li.imgNavi3 strong {
	width: 100%;
	padding-top: 1px;
	color: #FFF;
	font-size: 90%;
	line-height: 19px;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
}
#shopMain dl.girlProf div.page li.imgNavi2 strong {
	text-shadow: #DF64CE 0 1px 1px;
	background: #FF77EC;
}
#shopMain dl.girlProf div.page li.imgNavi3 strong {
	text-shadow: #83651D 0 1px 1px;
	background: #A47F25;
}

/* - 女の子ページ (左カラム:通報ボタン) - */
#shopMain dl.girlProf div.page li.report,
#shopMain ul.blogMain li.article dd span.report {
	line-height: 15px;
	letter-spacing: 1px;
	text-align: right;
	display: block;
	overflow: hidden;
}
#shopMain dl.girlProf div.page li.report {
	margin: 0 0 15px;
}
#shopMain ul.blogMain li.article dd span.report {
	margin: 25px 0 0;
	padding: 15px 0;
	font-size: 92.5%;
	border-bottom: 1px #C9C9C9 dotted;
}
#shopMain dl.girlProf div.page li.report a,
#shopMain ul.blogMain li.article dd span.report a {
	padding-left: 18px;
	color: #333;
	font-size: 90%;
	vertical-align: top;
	background: url('../img/icon_exclMark.png') transparent no-repeat 1px 0px;
	background-size: 13px 13px;
	display: inline-block;
}

/* - 女の子ページ (左カラム:その他/共通) - */
#shopMain dl.girlProf div.page li.tkBlog,
#shopMain dl.girlProf div.page li.hotReview,
#shopMain dl.girlProf div.page li.hotBlog {
	width: 440px;
	margin: 0 -1px 10px;
	padding: 5px 0 0;
	border: 1px transparent solid;
	overflow: hidden;
	position: relative;
}
#shopMain dl.girlProf div.page li.tkBlog div,
#shopMain dl.girlProf div.page li.hotReview div,
#shopMain dl.girlProf div.page li.hotBlog p {
	margin-top: -1px;
	padding-top: 10px;
	letter-spacing: -0.4em;
	border-top: 1px #D9D9D9 solid;
	position: relative;
	z-index: 5;
}
#shopMain dl.girlProf div.page li.tkBlog span,
#shopMain dl.girlProf div.page li.tkBlog span *,
#shopMain dl.girlProf div.page li.hotReview span,
#shopMain dl.girlProf div.page li.hotReview span * {
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
	position: relative;
}
#shopMain dl.girlProf div.page li.tkBlog .more,
#shopMain dl.girlProf div.page li.hotReview .more {
	padding: 5px 0;
	letter-spacing: 0;
	text-align: right;
}
#shopMain dl.girlProf div.page li.tkBlog .more a,
#shopMain dl.girlProf div.page li.hotReview .more a {
	padding-left: 14px;
	line-height: 16px;
	background: url('../img/icon_arrow4.png') transparent no-repeat 0 2px;
}
#shopMain dl.girlProf div.page li.tkBlog .more a:hover b,
#shopMain dl.girlProf div.page li.hotReview .more a:hover b {
	text-decoration: underline;
}

/* - 女の子ページ (左カラム:その他/写メブログ) - */
#shopMain dl.girlProf div.page li.tkBlog div {
	padding: 12px 1px 0;
}
#shopMain dl.girlProf div.page li.tkBlog img {
	width: 100%;
}
#shopMain dl.girlProf div.page li.tkBlog .list {
	margin: 0 10px 10px 0;
	border: 1px #EEE solid;
}
#shopMain dl.girlProf div.page li.tkBlog .list a {
	width: 100px;
	max-height: 130px;
	background: #000;
	overflow: hidden;
}
#shopMain dl.girlProf div.page li.tkBlog .list b {
	width: 90px;
	padding: 6px 5px 4px;
	color: #FFF;
	font-size: 75%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	right: 0;
	bottom: 0;
}

/* - 女の子ページ (左カラム:その他/口コミ･体験談) - */
#shopMain dl.girlProf div.page li.hotReview p {
	padding: 3px 0 9px;
}
#shopMain dl.girlProf div.page li.hotReview .left {
	width: 75px;
	margin-right: 10px;
	color: #333;
	font-size: 82.5%;
	word-break: keep-all;
	word-wrap: break-word;
}
#shopMain dl.girlProf div.page li.hotReview .left a {
	width: 70px;
	max-height: 70px;
	margin: 0 0 7px;
	border: 1px #EEE solid;
	display: block;
	overflow: hidden;
}
#shopMain dl.girlProf div.page li.hotReview .left b {
	margin-right: 1px;
	display: inline;
}
#shopMain dl.girlProf div.page li.hotReview .right {
	width: 330px;
	height: auto;
	padding: 11px;
	background: #FFF;
	border: 1px #D9D9D9 solid;
	border-radius: 3px;
}
#shopMain dl.girlProf div.page li.hotReview .right i {
	margin-top: 5px;
	font-size: 95%;
	font-style: normal;
	display: block;
}
#shopMain dl.girlProf div.page li.hotReview .right i.data {
	margin: 0;
	padding: 0 1px 1px;
	color: #999;
	font-size: 85%;
}
#shopMain dl.girlProf div.page li.hotReview .right i.data b {
	margin-left: 9px;
	padding-left: 9px;
	color: #FF2099;
	border-left: 1px #CCC dotted;
}
#shopMain dl.girlProf div.page li.hotReview .right i.data img {
	width: 12px;
	height: 12px;
	margin: -1px 2px 0 0;
	vertical-align: -1px;
}
#shopMain dl.girlProf div.page li.hotReview .right img.arrow {
	position: absolute;
	top: 25px;
	left: -10px;
}

/* - 女の子ページ (左カラム:その他/最新の写メブログ) - */
#shopMain dl.girlProf div.page li.hotBlog p {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #D9D9D9 solid;
}
#shopMain dl.girlProf div.page li.hotBlog big, #shopMain dl.girlProf div.page li.hotBlog big > *,
#shopMain dl.girlProf div.page li.hotBlog small, #shopMain dl.girlProf div.page li.hotBlog small > * {
	width: 100%;
	font-style: normal;
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
	position: relative;
}
#shopMain dl.girlProf div.page li.hotBlog big {
	width: 90px;
	max-height: 135px;
	margin-right: 10px;
	overflow: hidden;
}
#shopMain dl.girlProf div.page li.hotBlog big img {
	width: 100%;
	display: block;
}
#shopMain dl.girlProf div.page li.hotBlog small {
	width: 335px;
	line-height: 1.5;
}
#shopMain dl.girlProf div.page li.hotBlog small b.title {
	margin: 0 0 1px;
	font-size: 105%;
}
#shopMain dl.girlProf div.page li.hotBlog small i.date {
	color: #999;
	font-size: 85%;
}
#shopMain dl.girlProf div.page li.hotBlog small i.text {
	margin: 0 0 7px;
	font-size: 95%;
}
#shopMain dl.girlProf div.page li.hotBlog small i.sub {
	font-size: 80%;
	text-align: right;
}
#shopMain dl.girlProf div.page li.hotBlog small i.sub img {
	margin-left: 8px;
	vertical-align: -4px;
}


/* ------------------------------------------------------------- 
    女の子ページ - プロフィール 
 ------------------------------------------------------------- */

#shopMain dl.girlProf div.page li.attend, #shopMain dl.girlProf div.page li.inquiry, #shopMain dl.girlProf div.page li.other,
#shopMain dl.girlProf div.page li.tkVideo, #shopMain dl.girlProf div.page li.contList, #shopMain dl.girlProf div.page li.blogList,
#shopMain dl.girlProf div.page li[class*='profile'] {
	width: 100%;
	margin: 0 0 12px;
	overflow: hidden;
	position: relative;
}
#shopMain dl.girlProf div.page li.attend strong,
#shopMain dl.girlProf div.page li.tkVideo strong, #shopMain dl.girlProf div.page li.tkBlog strong,
#shopMain dl.girlProf div.page li.contList strong, #shopMain dl.girlProf div.page li.hotReview strong,
#shopMain dl.girlProf div.page li.blogList strong, #shopMain dl.girlProf div.page li.hotBlog strong {
	padding: 3px 18px 1px;
	color: #FFF;
	font-size: 90%;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: left;
	background: url('../img/ttl_prof.png') transparent no-repeat 0 0;
	display: block;
	position: relative;
	z-index: 10;
}

/* - 女の子ページ (右カラム:出勤情報) - */
#shopMain dl.girlProf div.page li.attend table {
	width: 100%;
	margin-top: -1px;
	border-collapse: collapse;
	table-layout: fixed;
}
#shopMain dl.girlProf div.page li.attend th,
#shopMain dl.girlProf div.page li.attend td {
	padding: 9px 6px 6px;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border: 1px #F93 solid;
}
#shopMain dl.girlProf div.page li.attend th {
	color: #333;
	background: #FC9;
}
#shopMain dl.girlProf div.page li.attend th.sat {
	color: #08F;
}
#shopMain dl.girlProf div.page li.attend th.sun {
	color: #F30;
}
#shopMain dl.girlProf div.page li.attend td {
	height: 45px;
}

/* - 女の子ページ (右カラム:問い合わせ＆本日出勤の女の子) - */
#shopMain dl.girlProf div.page li.inquiry div,
#shopMain dl.girlProf div.page li.other div {
	padding: 15px 10px;
	letter-spacing: -0.4em;
	border: 1px #D6D3BC solid;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(75,75,50,0.25);
	position: relative;
}
#shopMain dl.girlProf div.page li.inquiry div {
	text-align: center;
}
#shopMain dl.girlProf div.page li.other div {
	text-align: left;
}
#shopMain dl.girlProf div.page li.inquiry p,
#shopMain dl.girlProf div.page li.other p {
	letter-spacing: 0;
	vertical-align: top;
}
#shopMain dl.girlProf div.page li.inquiry p {
	display: inline-block;
}
#shopMain dl.girlProf div.page li.other p {
	display: block;
}
#shopMain dl.girlProf div.page li.inquiry .tel {
	font-size: 175%;
	line-height: 30px;
}
#shopMain dl.girlProf div.page li.inquiry .tel > img {
	margin-right: 5px;
	vertical-align: baseline;
}
#shopMain dl.girlProf div.page li.inquiry .call {
	margin-left: 9px;
	line-height: 27px;
}
#shopMain dl.girlProf div.page li.inquiry .call > * {
	display: block;
	float: left;
}
#shopMain dl.girlProf div.page li.inquiry .call > u {
	padding: 1px 10px 0 9px;
	font-size: 97.5%;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background: url('../img/icon_fukidashi2-2.png') transparent repeat-x 0 0;
}
#shopMain dl.girlProf div.page li.inquiry .call > u > b {
	color: #F00;
	font-size: 102.5%;
}
#shopMain dl.girlProf div.page li.inquiry .call > i {
	padding: 1px 0 0;
	white-space: nowrap;
	text-indent: 150%;
	overflow: hidden;
}
#shopMain dl.girlProf div.page li.inquiry .call > i.start {
	width: 10px;
	background: url('../img/icon_fukidashi2-1.png') transparent no-repeat right 0;
}
#shopMain dl.girlProf div.page li.inquiry .call > i.end {
	width: 5px;
	background: url('../img/icon_fukidashi2-3.png') transparent no-repeat left 0;
}
#shopMain dl.girlProf div.page li.inquiry .button {
	width: 100%;
	letter-spacing: -0.4em;
}
#shopMain dl.girlProf div.page li.inquiry .button > * {
	margin: 8px 4px 0;
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
}
#shopMain dl.girlProf div.page li.other .title {
	margin: -4px 0 8px;
	padding: 2px 6px 0;
	color: #333;
	font-size: 105%;
	line-height: 1.25;
	border-left: 5px #F90 solid;
}
#shopMain dl.girlProf div.page li.other .list {
	width: 100%;
	height: 120px;
	overflow: hidden;
}
#shopMain dl.girlProf div.page li.other .list > a {
	width: 90px;
	height: 120px;
	margin-left: 7px;
	display: block;
	position: relative;
	float: left;
}
#shopMain dl.girlProf div.page li.other .list > a:first-child {
	margin-left: 0;
}
#shopMain dl.girlProf div.page li.other .list > a > * {
	text-decoration: none;
	display: block;
	position: absolute;
}
#shopMain dl.girlProf div.page li.other .list > a > u {
	width: 80px;
	padding: 5px;
	color: #FFF;
	font-size: 80%;
	background: rgba(0,0,0,0.5);
	bottom: 0;
}
#shopMain dl.girlProf div.page li.other .list > a > u:hover {
	opacity: 0.9;
}
#shopMain dl.girlProf div.page li.other .more {
	margin: 10px 0 -5px;
	line-height: 1.25;
	text-align: right;
}
#shopMain dl.girlProf div.page li.other .more a {
	margin-left: 3px;
	color: #333;
	font-size: 97.5%;
}

/* - [2018/08/24更新] ここから - */

/* - 女の子ページ (右カラム:投稿動画) - */
#shopMain dl.girlProf div.page li.tkVideo {
	padding: 0 0 20px;
	background: #EEE;
}
#shopMain dl.girlProf div.page li.tkVideo strong {
	margin: 0 0 1px;
	background-color: #FFF;
}
#shopMain dl.girlProf div.page li.tkVideo div {
	width: 460px;
	margin: 20px 20px 0;
	letter-spacing: -0.4em;
}
#shopMain dl.girlProf div.page li.tkVideo div * {
	font-style: normal;
	letter-spacing: 0;
	display: block;
}
#shopMain dl.girlProf div.page li.tkVideo div a,
#shopMain dl.girlProf div.page li.tkVideo div img {
	display: inline-block;
	position: relative;
}
#shopMain dl.girlProf div.page li.tkVideo div .title {
	color: #333;
	font-size: 87.5%;
}
#shopMain dl.girlProf div.page li.tkVideo div .date {
	color: #999;
	font-size: 85%;
}
#shopMain dl.girlProf div.page li.tkVideo .main {
	text-align: center;
}
#shopMain dl.girlProf div.page li.tkVideo .main .title {
	font-size: 110%;
	text-align: left;
}
#shopMain dl.girlProf div.page li.tkVideo .main .date {
	margin: 4px 0 8px;
	text-align: left;
}
#shopMain dl.girlProf div.page li.tkVideo .main video,
#shopMain dl.girlProf div.page li.tkVideo .main span {
	width: 100%;
	height: 260px;
	margin: 10px 0;
	color: #FFF;
	line-height: 260px;
	background: #000;
}
#shopMain dl.girlProf div.page li.tkVideo .list {
	text-align: left;
	display: none;
}
#shopMain dl.girlProf div.page li.tkVideo .list .title {
	max-height: 28px;
}
#shopMain dl.girlProf div.page li.tkVideo .list .date {
	margin: 4px 0 -2px;
}
#shopMain dl.girlProf div.page li.tkVideo .list p {
	width: 148px;
	margin: 8px 8px 8px 0;
	vertical-align: top;
	display: inline-block;
}
#shopMain dl.girlProf div.page li.tkVideo .list a {
	width: 100%;
	height: 100px;
	margin: 0 0 6px;
	background: #000;
	display: block;
	overflow: hidden;
}
#shopMain dl.girlProf div.page li.tkVideo .list a img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
}
#shopMain dl.girlProf div.page li.tkVideo .list a:hover img {
	opacity: 0.9;
}
#shopMain dl.girlProf div.page li.tkVideo .list div.separate {
	width: 100%;
	margin: 0;
	letter-spacing: -0.4em;
}
#shopMain dl.girlProf div.page li.tkVideo .list span.more {
	width: 210px;
	margin: 15px auto;
	color: #FFF;
	font-size: 135%;
	line-height: 40px;
	text-align: center;
	background: #FF8300;
	border-radius: 20px;
	cursor: pointer;
}
#shopMain dl.girlProf div.page li.tkVideo .switch {
	width: auto;
	margin: 12px 18px -6px;
	text-align: right;
}
#shopMain dl.girlProf div.page li.tkVideo .switch a {
	padding-left: 21px;
	font-size: 90%;
	font-weight: bold;
	line-height: 21px;
	text-decoration: underline;
	background: transparent no-repeat 0 0;
}
#shopMain dl.girlProf div.page li.tkVideo .switch a.open {
	background-image: url('../img/icon_swOpen.png');
}
#shopMain dl.girlProf div.page li.tkVideo .switch a.close {
	background-image: url('../img/icon_swClose.png');
}

/* - [2018/08/24更新] ここまで - */

/* - 女の子ページ (右カラム:特集コンテンツ＆写メブログ) - */
#shopMain dl.girlProf div.page li.contList div,
#shopMain dl.girlProf div.page li.blogList div {
	margin-top: -1px;
	padding: 1px 0 9px;
	border-top: 1px #D9D9D9 solid;
	border-bottom: 1px #D9D9D9 solid;
	position: relative;
	z-index: 5;
}
#shopMain dl.girlProf div.page li.contList div {
	padding-bottom: 1px;
}
#shopMain dl.girlProf div.page li.blogList div {
	border-bottom: none;
}
#shopMain dl.girlProf div.page li.contList p,
#shopMain dl.girlProf div.page li.blogList p {
	padding: 12px 0;
	letter-spacing: -0.4em;
}
#shopMain dl.girlProf div.page li.contList p {
	border-top: 1px #C9C9C9 dotted;
}
#shopMain dl.girlProf div.page li.contList p:first-child {
	border-top: none;
}
#shopMain dl.girlProf div.page li.blogList p {
	border-bottom: 1px #C9C9C9 dotted;
}
#shopMain dl.girlProf div.page li.contList span, #shopMain dl.girlProf div.page li.contList span *,
#shopMain dl.girlProf div.page li.blogList span, #shopMain dl.girlProf div.page li.blogList span * {
	letter-spacing: 0;
	vertical-align: top;
	position: relative;
	display: inline-block;
}
#shopMain dl.girlProf div.page li.contList .left,
#shopMain dl.girlProf div.page li.blogList .left {
	margin-right: 12px;
	padding: 0;
}
#shopMain dl.girlProf div.page li.contList .left {
	width: 180px;
}
#shopMain dl.girlProf div.page li.blogList .left {
	width: 90px;
}
#shopMain dl.girlProf div.page li.contList .left a,
#shopMain dl.girlProf div.page li.blogList .left a {
	width: 100%;
	max-height: 120px;
	overflow: hidden;
	z-index: 5;
}
#shopMain dl.girlProf div.page li.contList .left .new,
#shopMain dl.girlProf div.page li.blogList .left .new {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
#shopMain dl.girlProf div.page li.contList .right,
#shopMain dl.girlProf div.page li.blogList .right {
	font-size: 97.5%;
	line-height: 1.25;
}
#shopMain dl.girlProf div.page li.contList .right {
	width: 305px;
}
#shopMain dl.girlProf div.page li.blogList .right {
	width: 395px;
}
#shopMain dl.girlProf div.page li.contList .right i,
#shopMain dl.girlProf div.page li.blogList .right i {
	margin-top: 5px;
	font-style: normal;
	display: block;
}
#shopMain dl.girlProf div.page li.contList .right i.date,
#shopMain dl.girlProf div.page li.blogList .right i.date {
	color: #999;
	font-size: 85%;
}
#shopMain dl.girlProf div.page li.contList .right i.date {
	margin: 9px 0 -3px;
	text-align: right;
}
#shopMain dl.girlProf div.page li.blogList .right i.date {
	margin: 1px 0 -1px;
	text-align: left;
}
#shopMain dl.girlProf div.page li.contList .right i.title,
#shopMain dl.girlProf div.page li.blogList .right i.title {
	margin: 3px 0 0;
	color: #333;
	font-size: 105%;
}
#shopMain dl.girlProf div.page li.contList .right i.type {
	margin: 1px 0 0;
	font-size: 102.5%;
	line-height: 1.5;
}
#shopMain dl.girlProf div.page li.contList .right i.type img {
	margin: 2px 6px 0 0;
}
#shopMain dl.girlProf div.page li.contList .right i.type b {
	color: #611B0F;
}
#shopMain dl.girlProf div.page li.blogList .right i.sub {
	margin: 6px 0 -3px;
	font-size: 80%;
	line-height: 1.5;
	text-align: right;
}
#shopMain dl.girlProf div.page li.blogList .right i.sub img {
	margin: 0 3px 0 9px;
	vertical-align: top;
}
#shopMain dl.girlProf div.page li.contList .more,
#shopMain dl.girlProf div.page li.blogList .more {
	letter-spacing: 0;
	text-align: right;
	border: none !important;
}
#shopMain dl.girlProf div.page li.contList .more {
	padding: 3px 3px 0;
}
#shopMain dl.girlProf div.page li.blogList .more {
	padding: 12px 0 3px;
}
#shopMain dl.girlProf div.page li.contList .more a,
#shopMain dl.girlProf div.page li.blogList .more a {
	padding-left: 14px;
	line-height: 16px;
	background: url('../img/icon_arrow4.png') transparent no-repeat 0 2px;
}
#shopMain dl.girlProf div.page li.contList .more a:hover b,
#shopMain dl.girlProf div.page li.blogList .more a:hover b {
	text-decoration: underline;
}

/* - 女の子ページ (右カラム:プロフィール項目) - */
#shopMain dl.girlProf div.page li[class*='profile'] span {
	padding: 9px 0;
	border-bottom: 1px #C9C9C9 dotted;
	display: table;
}
#shopMain dl.girlProf div.page li[class*='profile'] span:not(:target) {
	border-bottom: 1px #999 dotted\9;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	#shopMain dl.girlProf div.page li[class*='profile'] span {
		border-bottom: 1px #999 dotted;
	}
}
#shopMain dl.girlProf div.page li[class*='profile'] big,
#shopMain dl.girlProf div.page li[class*='profile'] small {
	padding: 7px 5px 6px;
	font-size: 100%;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#shopMain dl.girlProf div.page li[class*='profile'] big {
	font-weight: bold;
	background: #EEE;
}
#shopMain dl.girlProf div.page li[class*='profile'] small {
	padding-left: 10px;
	text-align: left;
}
#shopMain dl.girlProf div.page li[class*='profile'] small * {
	padding: 0;
	border: none;
	vertical-align: middle;
	display: inline;
}
#shopMain dl.girlProf div.page li.profile1 big {
	width: 100px;
}
#shopMain dl.girlProf div.page li.profile1 small {
	width: 375px;
}
#shopMain dl.girlProf div.page li.profile2 big {
	width: 175px;
}
#shopMain dl.girlProf div.page li.profile2 small {
	width: 300px;
}


/* ------------------------------------------------------------- 
    女の子ページ - 左カラム：最近の○○ 
 ------------------------------------------------------------- */

#shopMain ul[class*='Recent'] {
	width: 245px;
	margin: 0 0 10px;
	float: left;
}
#shopMain ul[class*='Recent'] li.title {
	width: 210px;
	margin: 0 0 3px;
	padding: 2px 12px 0 23px;
	font-size: 110%;
	font-weight: bold;
	line-height: 33px;
	background: url('../img/prof_ttlList.png') transparent no-repeat 0 0;
}
#shopMain ul[class*='Recent'] li.box {
	width: 225px;
	margin: 5px 5px 10px;
	padding: 5px;
	font-size: 110%;
}
#shopMain ul[class*='Recent'] li.box table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	table-layout: fixed;
	position: relative;
}
#shopMain ul[class*='Recent'] li.box table a,
#shopMain ul[class*='Recent'] li.box table b,
#shopMain ul[class*='Recent'] li.box table i {
	font-style: normal;
	font-weight: normal;
	display: inline-block;
}
#shopMain ul[class*='Recent'] li.box caption {
	padding: 3px 3px 5px;
}
#shopMain ul[class*='Recent'] li.box caption a,
#shopMain ul[class*='Recent'] li.box caption b {
	font-size: 90%;
	letter-spacing: -3px;
	position: absolute;
	top: 5px;
}
#shopMain ul[class*='Recent'] li.box caption a:hover {
	color: #F96;
	text-decoration: none;
}
#shopMain ul[class*='Recent'] li.box caption .prev {
	left: 25px;
}
#shopMain ul[class*='Recent'] li.box caption .next {
	right: 25px;
}
#shopMain ul[class*='Recent'] li.box caption .now {
	font-weight: bold;
}
#shopMain ul[class*='Recent'] li.box th,
#shopMain ul[class*='Recent'] li.box td {
	padding: 3px 0;
	color: #555;
}
#shopMain ul[class*='Recent'] li.box td.now {
	background-color: #FBC;
}
#shopMain ul[class*='Recent'] li.box td.now a {
	font-weight: bold;
}
#shopMain ul[class*='Recent'] li.box span {
	line-height: 25px;
	letter-spacing: 1px;
	display: block;
}
#shopMain ul[class*='Recent'] li.list {
	width: 225px;
	margin: -1px 5px 0;
	padding: 15px 5px 13px;
	font-size: 95%;
	background: transparent;
	border-bottom: 1px #C9C9C9 dotted;
}
#shopMain ul[class*='Recent'] li.list:not(:target) {
	border-bottom: 1px #999 dotted\9;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	#shopMain ul[class*='Recent'] li.list {
		border-bottom: 1px #999 dotted;
	}
}
#shopMain ul[class*='Recent'] li.list > * {
	font-style: normal;
	vertical-align: top;
	display: block;
}
#shopMain ul[class*='Recent'] li.list em {
	margin: 0 0 5px;
	font-size: 95%;
}
#shopMain ul[class*='Recent'] li.list em.shop,
#shopMain ul[class*='Recent'] li.list em.girl {
	margin-right: 10px;
	float: left;
}
#shopMain ul[class*='Recent'] li.list em.shop b {
	color: #F00;
	font-size: 105%;
}
#shopMain ul[class*='Recent'] li.list em.girl b {
	color: #FF2099;
	font-size: 105%;
}
#shopMain ul[class*='Recent'] li.list em.date,
#shopMain ul[class*='Recent'] li.list i {
	color: #333;
	font-size: 90%;
	font-style: normal;
}
#shopMain ul[class*='Recent'] li.list i {
	display: inline-block;
}
#shopMain ul[class*='Recent'] li.list img {
	margin-right: 1px;
	vertical-align: -3px;
}
#shopMain ul[class*='Recent'] li.list span.below,
#shopMain ul[class*='Recent'] li.list span.react {
	margin-top: 5px;
	color: #999;
}
#shopMain ul[class*='Recent'] li.list span.below i {
	margin-left: 7px;
}
#shopMain ul[class*='Recent'] li.list span.react i {
	margin-right: 5px;
}


/* ------------------------------------------------------------- 
    女の子ページ - 写メブログ 
 ------------------------------------------------------------- */

#shopMain ul.blogMain {
	width: 515px;
	margin: 0 12px 12px;
	float: left;
}
#shopMain ul.blogMain li dt,
#shopMain ul.blogMain li dd {
	width: 100%;
	height: auto;
	padding: 0 0 5px;
	font-size: 110%;
	line-height: 1.5;
	white-space: normal;
	text-shadow: none;
	text-align: left;
	border: none;
}
#shopMain ul.blogMain li.switch {
	margin: 3px 0;
	text-align: center;
}
#shopMain ul.blogMain li.switch a {
	margin: 0 5px;
	cursor: default;
}
#shopMain ul.blogMain li.switch a.off {
	cursor: pointer;
}
#shopMain ul.blogMain li.paging {
	height: 15px;
	margin: 3px 0 9px;
	font-size: 85%;
	position: relative;
}
#shopMain ul.blogMain li.paging a {
	color: #333;
}
#shopMain ul.blogMain li.paging b {
	color: #AAA;
	font-weight: normal;
}
#shopMain ul.blogMain li.paging .prev {
	margin-left: 3px;
	float: left;
}
#shopMain ul.blogMain li.paging .next {
	margin-right: 3px;
	float: right;
}

#shopMain ul.blogMain li.article dl,
#shopMain ul.blogMain li.photo,
#shopMain ul.blogMain li.comment dl {
	width: 485px !important;
	margin: 0 0 15px !important;
	padding: 14px !important;
	background: #FFF !important;
	border: 1px #CCC solid !important;
	position: relative !important;
	float: none !important;
}
#shopMain ul.blogMain li.article img {
	max-width: 485px;
}
#shopMain ul.blogMain li.article dt {
	margin: 18px -14px;
	padding: 13px 14px 12px;
	background: #FFE9D2;
	overflow: visible;
	position: relative;
}
#shopMain ul.blogMain li.article dt strong {
	font-size: 130%;
	line-height: 1.25;
}
#shopMain ul.blogMain li.article dt em {
	color: #444;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	top: -21px;
	left: 12px;
}
#shopMain ul.blogMain li.article dd span.recruit {
	margin: -1px 0 0;
	padding: 2px 1px 1px;
	line-height: 30px;
	text-align: center;
	background: #FFFFE0;
	border-top: 1px #C9C9C9 dotted;
	border-bottom: 1px #C9C9C9 dotted;
	display: block;
}
#shopMain ul.blogMain li.article dd span.recruit:not(:target) {
	border-top: 1px #999 dotted\9;
	border-bottom: 1px #999 dotted\9;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	#shopMain ul.blogMain li.article dd span.recruit {
		border-top: 1px #999 dotted;
		border-bottom: 1px #999 dotted;
	}
}
#shopMain ul.blogMain li.article dd span.recruit a {
	color: #F07;
	font-weight: bold;
}
#shopMain ul.blogMain li.article dd span.recruit img {
	margin-right: 4px;
	vertical-align: -4px;
}
#shopMain ul.blogMain li.article dd span.good {
	margin: 15px 0 0;
	color: #555;
	font-size: 80%;
	line-height: 27px;
	text-align: center;
	display: block;
}
#shopMain ul.blogMain li.article dd span.good a,
#shopMain ul.blogMain li.article dd span.good b,
#shopMain ul.blogMain li.article dd span.good i {
	margin: 3px 0 0;
	vertical-align: top;
	display: inline-block;
}
#shopMain ul.blogMain li.article dd span.good a {
	margin-right: 5px;
}
#shopMain ul.blogMain li.article dd span.good b {
	min-width: 15px;
	padding: 1px 3px 0;
	color: #333;
	font-size: 110%;
	background: url('../img/icon_fukidashi2-2.png') transparent repeat-x 0 0;
}
#shopMain ul.blogMain li.article dd span.good i {
	padding: 1px 0 0;
	white-space: nowrap;
	text-indent: 150%;
	overflow: hidden;
}
#shopMain ul.blogMain li.article dd span.good i.start {
	width: 9px;
	background: url('../img/icon_fukidashi2-1.png') transparent no-repeat right 0;
}
#shopMain ul.blogMain li.article dd span.good i.end {
	width: 5px;
	background: url('../img/icon_fukidashi2-3.png') transparent no-repeat left 0;
}
#shopMain ul.blogMain li.article dd span.good u {
	margin-top: 3px;
	color: #333;
	text-decoration: none;
	display: block;
}
#shopMain ul.blogMain li.article dd span.good u > a {
	margin: 0 0 0 3px;
	padding-right: 15px;
	font-weight: bold;
	background: url('../img/icon_arrow9-down.png') transparent no-repeat 97.5% 50%;
}
#shopMain ul.blogMain li.article dd big.total,
#shopMain ul.blogMain li.article dd big.total > * {
	margin-top: 3px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	display: block;
}
#shopMain ul.blogMain li.article dd big.total {
	margin: 12px 6px 0;
	font-size: 85%;
	line-height: 21px;
	overflow: hidden;
}
#shopMain ul.blogMain li.article dd big.total b {
	color: #CCC;
}
#shopMain ul.blogMain li.article dd big.total i {
	font-style: normal;
}
#shopMain ul.blogMain li.article dd big.total .shop {
	color: #3C6CFF;
}
#shopMain ul.blogMain li.article dd big.total .girl {
	color: #FF3CA9;
}
#shopMain ul.blogMain li.article dd big.total .user {
	color: #FF6C00;
}
#shopMain ul.blogMain li.article dd big.total small {
	text-align: right;
}
#shopMain ul.blogMain li.article dd big.total small a {
	margin: 3px 3px 0;
	padding-left: 15px;
	color: #333;
	background: url('../img/icon_arrow9-up.png') transparent no-repeat 7.5% 50%;
}
#shopMain ul.blogMain li.article dd span.comment {
	margin: 21px 3px 3px;
	font-size: 85%;
	line-height: 15px;
	text-align: center;
	display: block;
}
#shopMain ul.blogMain li.article dd span.comment b {
	padding: 0 7px;
	font-weight: normal;
	vertical-align: top;
	border-left: 1px #CCC solid;
	display: inline-block;
}
#shopMain ul.blogMain li.article dd span.comment b:first-child {
	padding-left: 0;
	border-left: none;
}
#shopMain ul.blogMain li.article dd span.comment img {
	margin-right: 3px;
	vertical-align: middle;
}
#shopMain ul.blogMain li.photo a {
	width: 113px;
	max-height: 170px;
	margin: 0 11px 11px 0;
	color: #FFF;
	font-size: 80%;
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
#shopMain ul.blogMain li.photo b {
	width: 103px;
	padding: 5px;
	background: url('../img/background1.png') transparent repeat 0 0;
	display: block;
	position: absolute;
	bottom: 0;
}
#shopMain ul.blogMain li.comment dl {
	padding-bottom: 9px;
	display: none;	/* 初期表示 */
}
#shopMain ul.blogMain li.comment dt {
	padding: 0 0 10px;
	color: #631;
	font-size: 125%;
	background: none;
	position: relative;
}
#shopMain ul.blogMain li.comment dt a {
	font-size: 70%;
	font-weight: normal;
	position: absolute;
	right: 3px;
	bottom: 12px;
}
#shopMain ul.blogMain li.comment dd p {
	padding: 14px 0;
	font-size: 90%;
	border-top: 1px #C9C9C9 dotted;
}
#shopMain ul.blogMain li.comment dd p:not(:target) {
	border-top: 1px #999 dotted\9;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	#shopMain ul.blogMain li.comment dd p {
		border-top: 1px #999 dotted;
	}
}
#shopMain ul.blogMain li.comment dd span {
	margin: 5px 0 0;
	font-size: 90%;
	display: block;
}
#shopMain ul.blogMain li.comment dd span b,
#shopMain ul.blogMain li.comment dd span i {
	margin-left: 10px;
	font-style: normal;
	vertical-align: top;
	display: inline-block;
}
#shopMain ul.blogMain li.comment dd span b.name {
	color: #631;
}
#shopMain ul.blogMain li.comment dd span b.sign {
	color: #333;
}
#shopMain ul.blogMain li.comment dd span i.date {
	margin-left: 0;
	color: #999;
}
#shopMain ul.blogMain li.comment div {
	display: none;
}
#shopMain ul.blogMain li.comment div strong,
#shopMain ul.blogMain li.comment div em {
	font-style: normal;
	line-height: 30px;
	vertical-align: top;
	display: inline-block;
}
#shopMain ul.blogMain li.comment div[id*='blogComment'] strong {
	width: 110px;
	font-size: 110%;
}
#shopMain ul.blogMain li.comment div[id*='blogComment'] em {
	width: 375px;
}
#shopMain ul.blogMain li.comment div[id*='blogComment'] em span,
#shopMain ul.blogMain li.comment div[id*='blogComment'] p.notice small {
	color: #333;
	line-height: 1.5;
	display: block;
}
#shopMain ul.blogMain li.comment div[id*='blogComment'] em span:first-child {
	margin: 0 0 5px;
	line-height: 30px;
}
#shopMain ul.blogMain li.comment div[id*='blogComment'] input[type='text'],
#shopMain ul.blogMain li.comment div[id*='blogComment'] textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: top;
	border: 1px #CCC solid;
	display: block;
}
#shopMain ul.blogMain li.comment div[id*='blogComment'] input[type='text'] {
	width: 240px;
	height: 24px;
	padding: 2px 4px;
	line-height: 24px;
}
#shopMain ul.blogMain li.comment div[id*='blogComment'] textarea {
	width: 353px;
	height: 90px;
	padding: 5px;
	line-height: 1.5;
	resize: none;
}
#shopMain ul.blogMain li.comment div[id*='blogComment'] p.notice big {
	color: #F00;
}
#shopMain ul.blogMain li.comment div[id*='blogComment'] p.notice small {
	margin: 5px 0;
	font-size: 95%;
}
#shopMain ul.blogMain li.comment div[id*='blogComment'] p.button {
	text-align: center;
}
#shopMain ul.blogMain li.comment div[id*='blogComment'] p.button input {
	margin: 0 5px;
}
#shopMain p.blogProfile {
	width: 170px;
	margin: 0 0 15px;
	float: right;
}
#shopMain p.blogProfile strong, #shopMain p.blogProfile em,
#shopMain p.blogProfile i, #shopMain p.blogProfile img {
	margin: 0 0 10px;
	font-style: normal;
	text-align: center;
	display: block;
}
#shopMain p.blogProfile strong.title {
	padding: 0 0 5px;
	color: #631;
	font-size: 110%;
	line-height: 25px;
	background: url('../img/border1.png') transparent repeat-x 0 bottom;
}
#shopMain p.blogProfile em.name {
	margin: 0 0 5px;
}
#shopMain p.blogProfile i.sub {
	color: #333;
	font-size: 85%;
}
#shopMain p.blogProfile i.sub img {
	margin: 0 2px;
	vertical-align: top;
	display: inline-block;
}


/* ------------------------------------------------------------- 
    女の子ページ - 口コミ・体験談 
 ------------------------------------------------------------- */

#shopMain ul.reviewMain {
	width: 696px;
	margin: 0 0 12px 12px;
	float: left;
}
#shopMain ul.reviewMain .section p.button {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px #C9C9C9 dotted;
}
#shopMain ul.reviewMain .section p.button:not(:target) {
	border-bottom: 1px #999 dotted\9;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	#shopMain ul.reviewMain .section p.button {
		border-bottom: 1px #999 dotted;
	}
}
#shopMain ul.reviewMain .section p.button span {
	padding: 15px;
	text-align: center;
	background: #F1EBDF;
	display: block;
}
#shopMain ul.reviewMain .section p.button a:hover {
	opacity: 0.9;
}
#shopMain ul.reviewMain .section p.score {
	width: 646px;
	height: 76px;
	padding: 16px 24px;
	background: url('../img/review/review_score1.png') transparent repeat-x 0 0;
	border: 1px #E9E9E9 solid;
}
#shopMain ul.reviewMain .section p.score > *,
#shopMain ul.reviewMain .section p.score > * > * {
	vertical-align: top;
	display: inline-block;
}
#shopMain ul.reviewMain .section p.score strong {
	margin-right: 21px;
	color: #333;
	font-size: 140%;
	line-height: 35px;
}
#shopMain ul.reviewMain .section p.score strong img {
	margin-right: 1px;
	padding: 2px 1px;
}
#shopMain ul.reviewMain .section p.score strong b {
	color: #FF2099;
	font-size: 140%;
}
#shopMain ul.reviewMain .section p.score strong.st1 b {
	margin: 0 1px 0 3px;
}
#shopMain ul.reviewMain .section p.score strong.st2 b {
	margin: 0 3px 0 1px;
}
#shopMain ul.reviewMain .section p.score em {
	width: 100%;
	height: 32px;
	margin-top: 6px;
	letter-spacing: -0.4em;
	position: relative;
}
#shopMain ul.reviewMain .section p.score em span {
	height: 30px;
	padding-top: 2px;
	background: transparent repeat-x 0 0;
}
#shopMain ul.reviewMain .section p.score em span[class*='side'],
#shopMain ul.reviewMain .section p.score em span.arrow {
	width: 8px;
	white-space: nowrap;
	text-indent: 150%;
	overflow: hidden;
}
#shopMain ul.reviewMain .section p.score em span.side1 {
	background-image: url('../img/review/review_score2-side1.png');
}
#shopMain ul.reviewMain .section p.score em span.side2 {
	background-image: url('../img/review/review_score2-side2.png');
}
#shopMain ul.reviewMain .section p.score em span.arrow {
	width: 24px;
	height: 10px;
	background-image: url('../img/review/review_score2-arrow.png');
	position: absolute;
	top: -6px;
	left: 242px;
}
#shopMain ul.reviewMain .section p.score em span.body {
	padding: 2px 6px 0;
	color: #CCC;
	font-size: 90%;
	line-height: 30px;
	letter-spacing: 1px;
	background-image: url('../img/review/review_score2-body.png');
}
#shopMain ul.reviewMain .section p.score em span.body i {
	margin: 0 1px;
	padding: 0 6px 0 9px;
	color: #333;
	font-size: 107.5%;
	font-style: normal;
	letter-spacing: 1px !important;
}
#shopMain ul.reviewMain .section p.score em span.body i:first-child {
	padding-left: 4px;
}
#shopMain ul.reviewMain .section p.score em span.body i > * {
	margin-left: 3px;
	color: #FF2099;
}
#shopMain ul.reviewMain .section div > * {
	margin: 15px 0 -3px;
	line-height: 21px;
}
#shopMain ul.reviewMain .section p.info {
	padding-top: 1px;
	float: left;
}
#shopMain ul.reviewMain .section p.info b {
	margin-right: 1px;
}
#shopMain ul.reviewMain .section p.sort {
	color: #333;
	float: right;
}
#shopMain ul.reviewMain .section p.sort select {
	font-size: 95%;
	vertical-align: middle;
}
#shopMain ul.reviewMain .list {
	margin: 18px 0 0;
	padding: 12px;
	background: #EEE;
	border-radius: 6px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.25);
}
#shopMain ul.reviewMain .list[class*='full'] {
	margin-top: 1px;
}
#shopMain ul.reviewMain .list p.heading {
	min-height: 40px;
	margin: 0 0 10px;
	position: relative;
}
#shopMain ul.reviewMain .list p.heading a {
	font-weight: bold;
}
#shopMain ul.reviewMain .list p.heading span {
	font-size: 95%;
	line-height: 15px;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}
#shopMain ul.reviewMain .list p.heading span.photo {
	width: 40px;
	max-height: 40px;
	border: 1px #FFF solid;
	top: 0;
	left: 0;
}
#shopMain ul.reviewMain .list p.heading span.date {
	color: #999;
	font-size: 85%;
	top: 3px;
	right: 1px;
}
#shopMain ul.reviewMain .list p.heading span.state {
	opacity: 0.9;
	top: 21px;
	right: 1px;
}
#shopMain ul.reviewMain .list p.heading span.name {
	width: 490px;
	padding-top: 1px;
	top: 3px;
	left: 51px;
}
#shopMain ul.reviewMain .list p.heading span.title {
	padding: 24px 0 0 51px;
	position: relative;
	z-index: 5;
}
#shopMain ul.reviewMain .list p.heading span.title a {
	margin-right: 1px;
	// text-decoration: underline;
}
#shopMain ul.reviewMain .list p.content {
	padding: 12px;
	background: #FFF;
	border: 1px #DDD solid;
}
#shopMain ul.reviewMain .list p.content span,
#shopMain ul.reviewMain .list p.content span > * {
	font-style: normal;
	line-height: 1.5;
	display: block;
	position: relative;
	z-index: 5;
}
#shopMain ul.reviewMain .list p.content span > * > *,
#shopMain ul.reviewMain .list p.content span.react > * {
	vertical-align: top;
	display: inline-block;
}
#shopMain ul.reviewMain .list p.content span {
	padding: 9px 0;
	border-top: 1px #EEE solid;
}
#shopMain ul.reviewMain .list p.content span:first-child {
	padding-top: 1px;
	border-top: none;
}
#shopMain ul.reviewMain .list p.content span.times {
	margin: 0 -6px -12px;
	padding: 1px 0;
	color: #666;
	font-size: 85%;
	line-height: 1.0;
	text-align: right;
	background: #FFF;
	z-index: 10;
}
#shopMain ul.reviewMain .list p.content span.girl,
#shopMain ul.reviewMain .list p.content span.shop {
	letter-spacing: -0.4em;
}
#shopMain ul.reviewMain .list p.content span.girl strong,
#shopMain ul.reviewMain .list p.content span.shop strong {
	color: #333;
	font-size: 110%;
	line-height: 22px;
}
#shopMain ul.reviewMain .list p.content span.girl strong > *,
#shopMain ul.reviewMain .list p.content span.shop strong > * {
	padding: 0 1px;
	letter-spacing: 0;
}
#shopMain ul.reviewMain .list p.content span.girl strong img,
#shopMain ul.reviewMain .list p.content span.shop strong img {
	margin-right: 3px;
	vertical-align: -3px;
}
#shopMain ul.reviewMain .list p.content span.shop strong i,
#shopMain ul.reviewMain .list p.content span.girl strong i {
	padding: 0;
	font-style: normal;
}
#shopMain ul.reviewMain .list p.content span.girl strong b,
#shopMain ul.reviewMain .list p.content span.shop strong b {
	font-size: 125%;
	vertical-align: -1px;
}
#shopMain ul.reviewMain .list p.content span.girl em,
#shopMain ul.reviewMain .list p.content span.shop em {
	margin: 5px -1px 0;
	color: #CCC;
	font-size: 90%;
	line-height: 15px;
}
#shopMain ul.reviewMain .list p.content span.girl em i,
#shopMain ul.reviewMain .list p.content span.shop em i {
	margin: 0 1px;
	padding: 0 6px 0 9px;
	color: #333;
	font-size: 102.5%;
	font-style: normal;
	letter-spacing: 0;
}
#shopMain ul.reviewMain .list p.content span.girl em i:first-child,
#shopMain ul.reviewMain .list p.content span.shop em i:first-child {
	padding-left: 0;
}
#shopMain ul.reviewMain .list p.content span.girl strong b,
#shopMain ul.reviewMain .list p.content span.girl em b {
	margin-left: 3px;
	color: #FF2099;
}
#shopMain ul.reviewMain .list p.content span.shop strong b,
#shopMain ul.reviewMain .list p.content span.shop em b {
	margin-left: 3px;
	color: #F00;
}
#shopMain ul.reviewMain .list p.content span.text strong {
	margin: 3px 0 6px;
	font-size: 115%;
}
#shopMain ul.reviewMain .list[class*='full'] p.content span.text strong {
	margin: 6px 3px 9px;
	line-height: 1.75;
}
#shopMain ul.reviewMain .list[class*='full'] p.content span.text strong a {
	text-decoration: none;
	cursor: default;
}
#shopMain ul.reviewMain .list p.content span.text em {
	margin: 0 3px 3px;
	font-size: 110%;
}
#shopMain ul.reviewMain .list[class*='full'] p.content span.text em {
	margin: 3px 130px 9px 6px;
	line-height: 1.75;
}
#shopMain ul.reviewMain .list p.content span.text em i {
	margin-top: 6px;
	// font-size: 95%;
	// text-align: right;
	display: block;
}
#shopMain ul.reviewMain .list p.content span.text em i * {
	font-style: normal;
	font-weight: normal;
}
#shopMain ul.reviewMain .list p.content span.react {
	padding: 9px 0 0;
	text-align: right;
}
#shopMain ul.reviewMain .list[class*='full'] p.content span.react {
	padding: 15px 0 10px;
	text-align: center;
}
#shopMain ul.reviewMain .list p.content span.react > * {
	margin: 3px 6px 0;
	font-size: 90%;
	line-height: 21px;
	overflow: hidden;
}
#shopMain ul.reviewMain .list p.content span.react img {
	margin-right: 1px;
	vertical-align: -3px;
}
#shopMain ul.reviewMain .list p.content span.react big b {
	min-width: 15px;
	margin: 2px 0 0;
	padding: 3px 3px 1px;
	background: url('../img/icon_fukidashi1-2.png') transparent repeat-x 0 0;
}
#shopMain ul.reviewMain .list p.content span.react big i {
	margin: 2px 0 0;
	padding: 3px 1px 1px;
	white-space: nowrap;
	text-indent: 150%;
	overflow: hidden;
}
#shopMain ul.reviewMain .list p.content span.react big i.start {
	width: 3px;
	background: url('../img/icon_fukidashi1-1.png') transparent no-repeat right 0;
}
#shopMain ul.reviewMain .list p.content span.react big i.end {
	width: 9px;
	background: url('../img/icon_fukidashi1-3.png') transparent no-repeat left 0;
}
#shopMain ul.reviewMain .list p.content span.react small {
	margin: 12px 1px 1px;
	font-size: 85%;
	line-height: 1.25;
	display: block;
}
#shopMain ul.reviewMain .list p.content span.react small a {
	margin-left: 3px;
	padding-right: 15px;
	font-weight: bold;
	background: url('../img/review/icon_arrow9-up.png') transparent no-repeat 97.5% 50%;
}
#shopMain ul.reviewMain .list p.content span.react strong,
#shopMain ul.reviewMain .list p.content span.react strong > * {
	margin-top: 3px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	display: block;
}
#shopMain ul.reviewMain .list p.content span.react strong {
	margin-top: 18px;
}
#shopMain ul.reviewMain .list p.content span.react strong b {
	color: #CCC;
}
#shopMain ul.reviewMain .list p.content span.react strong i {
	font-style: normal;
}
#shopMain ul.reviewMain .list p.content span.react strong .shop {
	color: #3C6CFF;
}
#shopMain ul.reviewMain .list p.content span.react strong .girl {
	color: #FF3CA9;
}
#shopMain ul.reviewMain .list p.content span.react strong .user {
	color: #FF6C00;
}
#shopMain ul.reviewMain .list p.content span.react em {
	text-align: right;
}
#shopMain ul.reviewMain .list p.content span.react em a {
	margin: 3px 3px 0;
	padding-left: 15px;
	color: #333;
	background: url('../img/review/icon_arrow9-up.png') transparent no-repeat 7.5% 50%;
}
#shopMain ul.reviewMain .list p.content span.reply {
	padding: 0 25px 15px;
	border-top: none;
}
#shopMain ul.reviewMain .list[class*='full'] p.content span.reply {
	margin-top: 6px;
	padding: 15px 9px;
	border-top: 1px #EEE solid;
}
#shopMain ul.reviewMain .list p.content span.reply strong {
	margin: 0 -1px;
	font-size: 110%;
}
#shopMain ul.reviewMain .list[class*='full'] p.content span.reply strong {
	margin: 1px -1px -5px;
}
#shopMain ul.reviewMain .list p.content span.reply strong img {
	margin: 0 1px 1px -25px;
	vertical-align: -5px;
}
#shopMain ul.reviewMain .list[class*='full'] p.content span.reply strong img {
	margin-left: -5px;
}
#shopMain ul.reviewMain .list p.content span.reply em {
	margin-top: 9px;
	letter-spacing: -0.4em;
	display: block;
}
#shopMain ul.reviewMain .list[class*='full'] p.content span.reply em {
	margin-top: 21px;
	padding: 0;
}
#shopMain ul.reviewMain .list[class*='full'] p.content span.reply em.res {
	margin-top: 18px;
	padding: 0 0 3px;
}
#shopMain ul.reviewMain .list p.content span.reply em > * {
	font-style: normal;
	letter-spacing: 0;
}
#shopMain ul.reviewMain .list p.content span.reply em a {
	font-weight: bold;
}
#shopMain ul.reviewMain .list p.content span.reply em i {
	margin-bottom: 5px
}
#shopMain ul.reviewMain .list[class*='full'] p.content span.reply em i {
	text-align: left;
	float: left;
}
#shopMain ul.reviewMain .list[class*='full'] p.content span.reply em.res i {
	text-align: right;
	float: right;
}
#shopMain ul.reviewMain .list p.content span.reply em i.name {
	max-width: 450px;
	margin-right: 15px;
	line-height: 21px;
}
#shopMain ul.reviewMain .list[class*='full'] p.content span.reply em i.name {
	min-width: 500px;
	margin: 0 0 -3px;
}
#shopMain ul.reviewMain .list p.content span.reply em i.date {
	padding-top: 3px;
	color: #999;
	font-size: 87.5%;
	line-height: 18px;
}
#shopMain ul.reviewMain .list[class*='full'] p.content span.reply em i.date {
	min-width: 500px;
	padding-top: 0;
}
#shopMain ul.reviewMain .list p.content span.reply em i.photo {
	width: 60px;
	max-height: 75px;
	margin-right: 18px;
	border-radius: 6px;
	overflow: hidden;
}
#shopMain ul.reviewMain .list[class*='full'] p.content span.reply em i.photo {
	width: 100px;
	max-height: 125px;
	margin-left: 3px;
}
#shopMain ul.reviewMain .list[class*='full'] p.content span.reply em.res i.photo {
	margin: 0 3px 0 18px;
}
#shopMain ul.reviewMain .list p.content span.reply em i.text {
	max-width: 485px;
	min-width: 485px;
	padding: 15px;
	line-height: 1.35;
	text-align: left !important;
	border-radius: 6px;
	overflow: visible !important;
	position: relative;
}
#shopMain ul.reviewMain .list[class*='full'] p.content span.reply em i.text {
	max-width: 465px;
	min-width: 125px;
}
#shopMain ul.reviewMain .list p.content span.reply em.shop i.text {
	background: #D3F3FF;
}
#shopMain ul.reviewMain .list p.content span.reply em.girl i.text {
	background: #FFE6F9;
}
#shopMain ul.reviewMain .list p.content span.reply em.user i.text {
	background: #FFECB9;
}
#shopMain ul.reviewMain .list p.content span.reply em i.text img.arrow {
	width: 10px;
	height: 12px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	left: -10px;
}
#shopMain ul.reviewMain .list p.content span.reply em.res i.text img.arrow {
	left: auto;
	right: -10px;
}
#shopMain ul.reviewMain .paging {
	margin: 20px 0 0;
	text-align: center;
}
#shopMain ul.reviewMain .paging span,
#shopMain ul.reviewMain .paging[class*='full'] b {
	vertical-align: top;
	display: inline-block;
}
#shopMain ul.reviewMain .paging span {
	min-width: 15px;
	margin: 1px 3px;
	padding: 3px 9px 1px;
	color: #F30;
	font-size: 90%;
	line-height: 27px;
	background: #FFF;
	border: 1px #CCC solid;
	cursor: pointer;
}
#shopMain ul.reviewMain .paging span:hover {
	background: #FED;
}
#shopMain ul.reviewMain .paging span.now {
	color: #000;
	font-weight: bold;
	background: #EEE;
	cursor: default;
}
#shopMain ul.reviewMain .paging span.prev,
#shopMain ul.reviewMain .paging span.next {
	font-weight: normal;
}
#shopMain ul.reviewMain .paging[class*='full'] b {
	padding: 1px 12px 0;
	line-height: 18px;
}
#shopMain ul.reviewMain .paging[class*='full'] b.none {
	color: #999;
}
#shopMain ul.reviewMain .paging[class*='full'] b.prev {
	border-right: 1px #C9C9C9 dotted;
}
#shopMain ul.reviewMain .paging[class*='full'] b.prev:not(:target) {
	border-right: 1px #999 dotted\9;
}
#shopMain ul.reviewMain .paging[class*='full'] b.next {
	border-left: 1px #C9C9C9 dotted;
}
#shopMain ul.reviewMain .paging[class*='full'] b.next:not(:target) {
	border-left: 1px #999 dotted\9;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	#shopMain ul.reviewMain .paging[class*='full'] b.prev { border-right:1px #999 dotted; }
	#shopMain ul.reviewMain .paging[class*='full'] b.next { border-left:1px #999 dotted; }
}
#shopMain ul.reviewMain .paging[class*='full'] b.prev img,
#shopMain ul.reviewMain .paging[class*='full'] b.next img {
	margin: 0 3px;
	vertical-align: -3px;
}


/* ------------------------------------------------------------- 
    女の子ページ - 投稿動画 
 ------------------------------------------------------------- */

#shopMain ul.toukouMain {
	width: 896px;
	padding: 18px 29px;
	background: #EEE;
}
#shopMain ul.toukouMain dl {
	width: 896px;
	margin: 0 0 18px;
	float: none;
}
#shopMain ul.toukouMain dt {
	width: 100%;
	padding: 0 0 5px;
	color: #333;
	font-size: 130%;
	text-shadow: none;
	text-align: left;
	background-image: none;
}
#shopMain ul.toukouMain dt img {
	margin-right: 7px;
	vertical-align: -2px;
}
#shopMain ul.toukouMain dd {
	width: 100%;
	background: transparent;
	border: none;
}
#shopMain ul.toukouMain dd p {
	vertical-align: top;
	display: inline-block;
}
#shopMain ul.toukouMain li.play dt {
	font-size: 140%;
	position: relative;
}
#shopMain ul.toukouMain li.play dt em {
	color: #999;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	top: 3px;
	right: 3px;
}
#shopMain ul.toukouMain li.play dd {
	width: 896px;
	height: 504px;
	background: #000;
	position: relative;
}
#shopMain ul.toukouMain li.play dd.info {
	height: 30px;
	padding: 9px 0 0;
	line-height: 30px;
	background: transparent;
}
#shopMain ul.toukouMain li.play dd.info span {
	font-size: 105%;
	display: block;
	position: absolute;
	right: 1px;
}
#shopMain ul.toukouMain li.play dd.info span.tag {
	font-style: normal;
	font-weight: bold;
	left: 1px;
}
#shopMain ul.toukouMain li.play dd.info span.tag b {
	min-width: 40px;
	margin: 2px 4px;
	padding: 2px 8px 1px;
	color: #FFF;
	line-height: 21px;
	letter-spacing: 1px;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
}
#shopMain ul.toukouMain li.play dd.info span.tag b.on {
	background: #F70;
}
#shopMain ul.toukouMain li.play dd.info span.tag b.off {
	background: #C4C4C4;
}
#shopMain ul.toukouMain li.list dd p {
	width: 155px;
	padding: 11px;
	font-size: 95%;
	background: #FFF;
	border: 1px #EEE solid;
}
#shopMain ul.toukouMain li.list dd p.now {
	background: #FFC;
}
#shopMain ul.toukouMain li.list dd i {
	margin: 9px 0 3px;
	color: #999;
	font-size: 90%;
	font-style: normal;
	display: block;
}
#shopMain ul.toukouMain li.list dd span {
	display: block;
	overflow: hidden;
	position: relative;
}
#shopMain ul.toukouMain li.list dd span.image {
	width: 155px;
	height: 116px;
	background: #000;
}
#shopMain ul.toukouMain li.list dd span.image img {
	max-width: 156px;
	max-height: 118px;
	position: absolute;
}
#shopMain ul.toukouMain li.list dd span.tag {
	margin-top: 1px;
	color: #FFF;
	font-size: 92.5%;
	line-height: 18px;
}
#shopMain ul.toukouMain li.list dd span.tag b {
	width: 72px;
	margin: 5px 0 0 5px;
	padding: 1px 1px 0;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
}
#shopMain ul.toukouMain li.list dd span.tag b.odd {
	margin-left: 0;
}
#shopMain ul.toukouMain li.list dd span.tag b.on {
	background: #F70;
}
#shopMain ul.toukouMain li.list dd span.tag b.off {
	background: #C4C4C4;
}
#shopMain ul.toukouMain li.prof dd p.left {
	max-width: 525px;
	z-index: 10;
}
#shopMain ul.toukouMain li.prof dd p.left span {
	width: 105px;
	height: 140px;
	display: block;
	overflow: hidden;
	float: left;
}
#shopMain ul.toukouMain li.prof dd p.left span img {
	width: 105px;
}
#shopMain ul.toukouMain li.prof dd p.left img.cursor {
	max-width: 240px;
	max-height: 320px;
	margin-left: 20px;
	display: none;
	position: fixed;
}
#shopMain ul.toukouMain li.prof dd p.right {
	width: 355px;
	margin-left: 15px;
	z-index: 5;
}
#shopMain ul.toukouMain li.prof dd p.right a {
	font-size: 110%;
	font-weight: bold;
}
#shopMain ul.toukouMain li.prof dd p.right i {
	margin: 3px 0 0;
	color: #333;
	font-size: 85%;
	font-style: normal;
	display: block;
}
#shopMain ul.toukouMain li.prof dd p.right img {
	margin: 5px 5px 0 0;
}


/* ------------------------------------------------------------- 
    女の子ページ - 特集コンテンツ 
 ------------------------------------------------------------- */

#shopMain dl.girlProf div.page li.contents {
	width: 474px;
	margin: 0 0 9px;
	padding: 12px;
	border: 1px #D9D9D9 solid;
}
#shopMain dl.girlProf div.page li.contents span {
	padding: 12px 0;
	border-bottom: 1px #C9C9C9 dotted;
	display: block;
}
#shopMain dl.girlProf div.page li.contents span:not(:target) {
	border-bottom: 1px #999 dotted\9;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	#shopMain dl.girlProf div.page li.contents span {
		border-bottom: 1px #999 dotted;
	}
}
#shopMain dl.girlProf div.page li.contents span.last {
	padding-bottom: 9px;
	border-bottom: none;
}
#shopMain dl.girlProf div.page li.contents big,
#shopMain dl.girlProf div.page li.contents small,
#shopMain dl.girlProf div.page li.contents small b,
#shopMain dl.girlProf div.page li.contents small i {
	color: #333;
	font-style: normal;
	display: inline-block;
}
#shopMain dl.girlProf div.page li.contents big {
	width: 180px;
	margin-left: 1px;
	vertical-align: top;
}
#shopMain dl.girlProf div.page li.contents small {
	width: 280px;
	margin-left: 12px;
	vertical-align: top;
}
#shopMain dl.girlProf div.page li.contents small b,
#shopMain dl.girlProf div.page li.contents small i {
	display: block;
}
#shopMain dl.girlProf div.page li.contents small b.title {
	margin-top: 5px;
}
#shopMain dl.girlProf div.page li.contents small i.text {
	margin: 7px 0 9px;
}
#shopMain dl.girlProf div.page li.contents small i.date {
	margin-top: 9px;
	color: #999;
	font-size: 85%;
	text-align: right;
}


/************************************************ 
   follow Coupon Nav 
 ************************************************/

.pointRequestContainer {
	overflow: hidden;
}
#followCouponNav {
	// margin-top: -32px;
	margin-bottom: 20px;
	overflow: hidden;
}
#followCouponNav .couponAssistance {
	width: 297px;
	background-color: #FFF;
	border: 1px #FC6 solid;
	border-radius: 6px;
}
#followCouponNav .couponAssistance dt {
	width: 257px;
	padding: 3px 0 8px 40px;
	color: #FFF;
	font-size: 19px;
	font-weight: bold;
	text-indent: 0;
	background: url('/shop_wide/img/point/icon-point-title.png') #F90 no-repeat 11px 4px;
	border-radius: 4px 4px 0 0;
} 
#followCouponNav .couponAssistance .couponAssistance-coupon-lead {
	width: 273px;
	margin-top: -8px;
	font-size: 0;
	text-align: center;
	border: none;
}
#followCouponNav .couponAssistance .couponAssistance-coupon-container {
	width: 277px;
	padding: 6px 10px;
	border: none;
	border-radius: 0 0 5px 5px;
	position: relative;
}
#followCouponNav .couponAssistance .couponAssistance-coupon-container .picUpIcon {
	position: absolute;
	top: -20px;
	right: 6px;
}
#followCouponNav .couponAssistance .couponAssistance-coupon-container-inner {
	margin-bottom: 5px;
	border: 1px #8FAFE3 solid;
}
#followCouponNav .couponAssistance .couponAssistance-itemList {
	width: 275px;
	height: 174px;
}
#followCouponNav .couponAssistance .couponAssistance-itemList-item .couponAssistance-itemList-item-title {
	height: 33px;
	padding: 9px 7px 5px;
}
#followCouponNav .couponAssistance .couponAssistance-itemList-item .couponAssistance-itemList-item-price {
	padding: 0 7px 5px;
	font-size: 16px;
	font-weight: bold;
}
#followCouponNav .couponAssistance .couponAssistance-itemList-item .couponAssistance-itemList-item-terms {
	padding: 0 7px 10px;
}
#followCouponNav .couponAssistance .couponAssistance-itemList-item .couponAssistance-itemList-item-terms-value {
	padding: 0 5px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #77B23B;
	border: 1px #77B23B solid;
	border-radius: 2px;
}
#followCouponNav .couponAssistance .couponAssistance-itemList-item .couponAssistance-itemList-item-return {
	padding: 0 7px 10px;
	font-size: 11px;
}
#followCouponNav .couponAssistance .couponAssistance-itemList-item .couponAssistance-itemList-item-return-rate {
	margin-right: 5px;
	padding: 0 5px;
	color: #F33;
	font-weight: bold;
	border: 1px #F33 solid;
	border-radius: 2px;
}
#followCouponNav .couponAssistance .couponAssistance-itemList-item .couponAssistance-itemList-item-return-amount {
	margin-right: 2px;
	color: #F33;
	font-size: 13px;
	font-weight: bold;
}
#followCouponNav .couponAssistance .couponAssistance-itemList-item .couponAssistance-itemList-item-memo {
	display: none;
}
#followCouponNav .couponAssistance .couponAssistance-itemList-item .couponAssistance-itemList-item-btn {
	padding: 7px;
	background-color: #EFEFEF;
	border-top: 1px #CCC dashed;
	display: block;
}
#followCouponNav .couponAssistance .couponAssistance-itemList-item .couponAssistance-itemList-item-btn a {
	padding: 9px 0;
	color: #FFF;
	text-align: center;
	background-color: #F90;
	border-radius: 3px;
	display: block;
}
#followCouponNav .couponAssistance .jq-slider-nav {
	margin-bottom: 10px;
	position: relative;
}
#followCouponNav .couponAssistance .jq-slider-nav .prev,
#followCouponNav .couponAssistance .jq-slider-nav .next {
	position: absolute;
	top: -13px;
}
#followCouponNav .couponAssistance .jq-slider-nav .prev {
	left: 0;
}
#followCouponNav .couponAssistance .jq-slider-nav .next {
	right: 0;
}
#followCouponNav .couponAssistance .jq-slider-select-nav {
	line-height: 10px;
	text-align: center;
	clear: both;
}
#followCouponNav .couponAssistance .jq-slider-select-nav .selector {
	margin: 0 2px;
	padding: 0 5px;
	font-size: 6px;
	line-height: 10px;
	background-color: #999;
	border-radius: 5px;
	display: inline;
	cursor: pointer;
	zoom: 1;
}
#followCouponNav .couponAssistance .jq-slider-select-nav .selector.is-selected {
	background-color: #F90;
	cursor: default;
}
#followCouponNav .couponAssistance .couponAssistance-coupon-container-index {
	font-size: 11px;
	text-align: right;
}


/************************************************ 
   point request (トップページ) 
 ************************************************/

#shopMain dl.discount-ticket-group-help {
	width: 140px;
	margin: -10px 0 0;
	position: relative;
	float: right;
}
#shopMain .pointcoupon-container-list-itemRequest dl {
	width: auto;
	margin: 0;
	position: relative;
	float: none;
}
#shopMain dl.discount-ticket-group-help dt {
	width: auto;
	height: auto;
	padding: 5px 15px 3px 20px;
	color: #666;
	font-weight: normal;
	text-indent: 0;
	background: url('/shop_wide/img/icon-help.png') no-repeat 0 50%;
	cursor: pointer;
}
#shopMain dl dt.pointcoupon-container-list-itemRequest-title {
	width: auto;
	height: auto;
	margin-left: 34px;
	padding: 18px 0 0 0;
	color: #929292;
	font-size: 160%;
	line-height: 28px;
	white-space: nowrap;
	text-indent: 0;
	vertical-align: top;
	background: transparent no-repeat 0 0;
	display: inline-block;
	overflow: hidden;
}
#shopMain dl dd.pointcoupon-container-list-itemRequest-messageBox {
	width: auto;
	margin-left: 57px;
	padding: 8px 0 0 12px;
	font-size: 88%;
	background: transparent;
	border: none;
	display: inline-block;
}

.discount-ticket-group {
	width: 666px;
	margin: 0 auto 15px;
	background-color: #FFFFE6;
	border: 1px solid #FC0;
	border-radius: 3px;
	float: right;
}
.discount-ticket-group-title {
	margin: 0;
	padding: 7px 5px 5px 32px;
	color: #000;
	background: url('/shop_wide/img/icon-ticket-title.png') #F90 no-repeat 6px 50%;
}
.pointcoupon-container .discount-ticket-group-title {
	padding: 7px 5px 10px 10px;
	color: #FFF;
	font-size: 120%;
	background:transparent url('/shop_wide/img/main_ttlBg.png') no-repeat center center;
}

/* ポイントクーポン */
.discount-ticket-group-help {
	margin-top: -25px;
	position: relative;
	float: right;
}
.discount-ticket-group-help dt {
	padding: 5px 15px 3px 20px;
	color: #666;
	background: url('/shop_wide/img/icon-help.png') no-repeat 0 50%;
	cursor: pointer;
}
#shopMain .discount-ticket-group-help dd {
	width: auto;
	padding: 10px;
	color: #000;
	font-size: 80%;
	font-weight: normal;
	white-space: nowrap;
	background-color: #FFF;
	border: 4px #FC3 solid;
	border-radius: 10px;
	position: absolute;
	z-index: 100;
	right: -46px;
	bottom: 41px;
}
.pointcoupon-container-help-link a {
	color: #36F;
}
.discount-ticket-group-help dd:before,
.discount-ticket-group-help dd:after {
	width: 0;
	height: 0;
	margin-left: -5px;
	border-top: 20px #FC3 solid;
	border-left: 15px transparent solid;
	border-right: 15px transparent solid;
	content: '';
	display: block;
	position: absolute;
	right: 160px;
	bottom: -20px;
}
.discount-ticket-group-help dd:after {
	border-top-color: #FFF;
	bottom: -13px;
}
.discount-ticket-group-help-link {
	margin-top: 15px;
	text-align: right;
}
.discount-ticket-group-help-link a {
	color: #36F;
	text-decoration: underline;
}
.discount-ticket-group-help-link a:hover {
	text-decoration: none;
}

/* ポイント */
.pointcoupon-container-list {
	margin: 10px;
}
.pointcoupon-container-list-item {
	margin-top: 10px;
	background: url('/shop_wide/img/bg-point-coupon.gif') repeat-y 0 0;
	border: 1px #8FAFE3 solid;
	border-radius: 8px;
}
.pointcoupon-container-list-item-inner {
	padding: 10px 19px 10px 30px;
	background: url('/shop_wide/img/icon-point-coupon.gif') no-repeat 5px 50%;
	overflow: hidden;
}
.pointcoupon-container-list-item-btn {
	padding: 8px 0;
	float: right;
}
.pointcoupon-container-list-item-btn a {
	width: 135px;
	padding: 15px 0;
	color: #FFF;
	font-size: 17px;
	text-align: center;
	background-color: #F90;
	border-radius: 5px;
	display: block;
}
.pointcoupon-container-list-item-price {
	margin-top: 8px;
	font-size: 16px;
	font-weight: bold;
}
.pointcoupon-container-list-item-terms {
	margin-top: 8px;
	margin-right: 7px;
	float: left;
}
.pointcoupon-container-list-item-terms-value {
	padding: 0 5px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #77B23B;
	border: 1px #77B23B solid;
	border-radius: 2px;
}
.pointcoupon-container-list-item-return {
	margin-top: 8px;
	font-size: 11px;
	float: left;
}
.pointcoupon-container-list-item-return-rate {
	margin-right: 5px;
	padding: 0 5px;
	color: #F33;
	font-weight: bold;
	border: 1px #F33 solid;
	border-radius: 2px;
	zoom: 1;
}
.pointcoupon-container-list-item-return-amount {
	margin-right: 2px;
	color: #F33;
	font-size: 13px;
	font-weight: bold;
}
.pointcoupon-container-list-item-memo {
	display: none;
}
.pointcoupon-container-list-item-return-amount .memo {
	display: none;
}

/* ポイントリクエスト */
.pointcoupon-container-list-itemRequest {
	margin: 10px;
	font-weight: bold;
	background: url('/shop_wide/img/bg-point-couponrequest.gif') repeat-y 0 0;
	border: 1px #CCC solid;
	border-radius: 8px;
}
.pointcoupon-container-list-itemRequest dl {
	background: url('/shop_wide/img/icon-point-couponrequest.gif') no-repeat 5px 50%;
}
.pointcoupon-container-list-itemRequest dt {
	margin-left: 40px;
	padding-top: 18px;
	color: #929292;
	font-size: 160%;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1; 
}
.pointcoupon-container-list-itemRequest-messageBox {
	margin-left: 79px;
	padding: 8px 0 0 12px;
	font-size: 88%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.pointcoupon-container-list-itemRequest-message {
	width: 150px;
	margin-bottom: 10px;
	text-align: center;
}
.pointcoupon-container-list-itemRequest-messageAfter {
	width: 150px;
	margin: 30px 0 30px 10px;
	color: #929292;
	font-size: 120%;
	text-align: center;
}

/* ポイントリクエスト動作部分 */
dd.pointRequest--unsent > p.pointcoupon-container-list-itemRequest-messageAfter,
dd.pointRequest--sent > div.pointcoupon-container-list-itemRequest-messageBefore {
	display: none;
}
#followCouponNav .pointRequest {
	width: 297px;
	font-weight: bold;
	line-height: 1.8;
	border: 1px #CCC solid;
	border-radius: 6px;
	-webkit-border-radius: 6px;	/* Safari,GoogleChrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
}
#followCouponNav .pointRequest-title {
	width: 257px;
	margin-bottom: 10px;
	padding: 8px 0 8px 40px;
	color: #FFF;
	font-size: 19px;
	line-height: 1.3;
	text-indent: 0;
	text-align: left;
	background: url('/shop_wide/img/point/icon-point-request-title.png') #CCC no-repeat 11px 50%;
	border-radius: 4px 4px 0 0;
}
#followCouponNav .pointRequest-note {
	width: 273px;
	margin-bottom: 10px;
	color: #999;
	text-align: center;
	border: none;
}
#followCouponNav .pointRequest-messageBox {
	width: 297px;
	padding: 10px 0;
	text-align: center;
	background-color: #EFEFEF;
	border-top: 1px #CCC dashed;
	border-left: none;
	border-right: none;
	border-bottom: none;
	-webkit-border-bottom-right-radius: 6px;	/* Safari,GoogleChrome用 */
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;	/* Firefox用 */ 
	-moz-border-radius-bottomleft: 6px;
}
#followCouponNav .pointRequest-afterRequest {
	color: #999;
}
#followCouponNav .pointRequest-beforeRequest a img {
	background-color: transparent !important;
}

/* ポイントリクエスト動作部分 */
#followCouponNav dd.pointRequest--sent > div.pointRequest-beforeRequest,
#followCouponNav dd.pointRequest--unsent > p.pointRequest-afterRequest {
	display: none;
}

/*popup用*/
#popToukou ul.main[class*='blog'] .loading {
    width: 100%;
    text-indent: 150%;
    background: url('../../img_common/load_black.gif') #000 no-repeat 50% 50%;
    z-index: 15;
}
/*TOPページHTML挿入　画像コントロール用*/
.custom_SP{
	display:none;
}