@charset "shift_jis";
/* CSS Document */

/* reset */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
ul,ol {
	list-style-type: none;
}
fieldset {
	border: 0;
}
img {
	border: 0;
	height: auto;
	vertical-align: bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/* common */
body {
	-webkit-text-size-adjust: none;
	color: #140805;
	font-size: 14px;
	line-height: 1.2em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fcfcfc;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
a {
	text-decoration: none;
}
small {
	font-size: 1em;
}
article{
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
section {
	display: block;
	width: 98%;
	padding: 1%;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
	z-index: -10;
}
/* header */
header {
	width: 100%;
	height: 82px;
	background: #fff;
	z-index: 9999;
	float: left;
}
/*pc*/
@media screen and (min-width:1024px){
	body{
		width: 320px;
	}
	header.stuck{
		width: 320px;
		margin-top: 0px;
		position: fixed;
		top: 0;
		z-index: 9999;
	}
}
/*sp*/
@media screen and (max-width:1024px){
	header.stuck{
		width: 100%;
		margin-top: 0px;
		position: fixed;
		top: 0;
		z-index: 9999;
	}
}
header h1 {
	width: 100%;
	height: 20px;
	background: #003799;
	display: block;
	float: left;	
	line-height: 20px;
	color: #fff;
	font-size: 10px;
	text-align: center;
}
header .logo {
	width: 48%;
	float: left;
	padding-top: 3px;
	padding-right: 2%;
}
header ul {
	width: 48%;
	display: block;
	float: left;
	padding-left: 2%;
}
header li {
	width: 33%;
	display: block;
	float: left;
	padding-top: 3px;
}

/* footer */
footer {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
}
.footer_bnr {
	padding: 10px;
	overflow: hidden;
}
.rec_bnr {
	padding: 1%;
	width: 48%;
	float: left;
	display: block;
	text-align: center;
}
.group_bnr {
	padding: 1%;
	width: 98%;
	float: left;
	display: block;
	text-align: center;
}
.rec_bnr_c {
	margin: 0 auto;
	padding: 1%;
	width: 48%;
	float: none;
	display: block;
	text-align: center;
}
.footer_bnr img {
	width: 100%;
	height: auto;
}
footer .copy {
	width: 100%;
	font-size: 70%;
	color: #fff;
	text-align: center;	
	background: #003799;
	overflow: hidden;
}
/* page_top */
#pagetop_btn {
	position: fixed;
	bottom: 30px;
	right: 20px;
}
#pagetop_btn a {
	text-align: center;
	display: block;
	padding: 2px;
	color: #fff;
	background: #003799;
	-webkit-border-radius: 22px;
	border-radius: 22px;
}
/* nav */
#top_nav,
#bottom_nav {
	float: left;
	width: 100%;
}
#top_nav ul,
#bottom_nav ul {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
}
#top_nav li,
#bottom_nav li {
	display: block;
	width: 25%;
	float: left;
	box-sizing: border-box;
}
#top_nav {
	position: relative;
}
#top_nav ul li a {
	z-index: 100;
}
/* title */
.more {
	position: relative;
}
.title {
	padding: 0 !important;
}
h2 {
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	margin: 15px 0 5px;
	color: #000;
}
h2 span {
	font-family: 'Amiri', serif;
	font-size: 20px;
	margin-right: 7px;
	font-weight: 700;
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(255,255,68,0.8) 40%, rgba(255,255,68,0.8) 72%, rgba(0,0,0,0) 72%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(255,255,68,0.8) 40%, rgba(255,255,68,0.8) 72%, rgba(0,0,0,0) 72%, rgba(0,0,0,0) 100%);
}
p.more_btn {
	position: absolute;
	top: 0;
	right: 0;
}

p.more_btn a {
	width: 64px;
	height: 20px;
	line-height: 20px;
	letter-spacing: -1px;
	font-size: 10px;
	color: #fff;
	display: block;
	background: #003799;
	background: -moz-linear-gradient(top, #446cb4 0%, #003799 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#446cb4), color-stop(100%,#003799));
	background: -webkit-linear-gradient(top, #446cb4 0%,#003799 100%);
	background: -o-linear-gradient(top, #446cb4 0%,#003799 100%);
	background: -ms-linear-gradient(top, #446cb4 0%,#003799 100%);
	background: linear-gradient(to bottom, #446cb4 0%,#003799 100%);
	text-align: left;
}
p.more_btn a:before {
	content: url("/com/temp2/img/arrow_icon_s.png");
	vertical-align: middle;
	padding: 0 4px;
}
h3 {
    display: block;
    color: #003799;
    font-size: 16px;
    text-indent: 7px;
    margin: 15px 0 5px;
    padding: 5px 0;
    border-left: 3px solid #003799;
}
h4 {
	display: block;
	color: #0099ff;
	font-size: 16px;
}
/* btn */
#telephone a.tel_btn,
.gmap_button a,
#mailmag .send_button a {
	width: 90%;
	box-sizing: border-box;
	display: block;
	margin: 5px auto;
	padding: 10px 0;
	background: #325ead;
	color: #fff;
	font-size: 16px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 5px 0 #003799;
}
#telephone a.tel_btn:hover,
.gmap_button a:hover,
#mailmag .send_button a:hover {
	top: 5px;
	box-shadow: none;
	color: #fff;
}
#telephone a.tel_btn {
	background: #00ce1e;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 5px 0 #00ae19;
	color: #fefefe;
}
#telephone a.tel_btn:hover {
	color: #fefefe;
}

/* girls list */
li.cast {
	display: block;
	width: 100%;
	float: left;
	overflow: hidden;
	border-bottom: solid 1px #e0e0e0;
	padding: 5px;
	box-sizing: border-box;
}
li.cast .thumb {
	display: block;
	float: left;
	width: 35%;
}
li.cast ul.cast_data {
	display: block;
	float: left;
	width: 65%;
}
li.cast ul.cast_data li {
	display: block;
	float: left;
	width: 97%;
}
li.name {
	color: #003799;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 3px;
}
li.size {
	color: #003799;
	font-size: 14px;
	padding-bottom: 3px;
}
li.comment {
	color: #0099ff;
	font-size: 14px;
	padding-bottom: 3px;
	font-weight: normal;
}
li.time {
	color: #000;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}
li.type_icon {
	padding-top: 3px;
	width: 100%;
	text-align: center;
}
/* top_news */
#top_news .top_news_img {
	float: left;
	width: 20%;
	overflow: hidden;
}
#top_news div.news {
	overflow: hidden;
	float: left;
	width: 100%;
	padding-top: 5px;
}
#top_news div.news > a {
	display: block;
	overflow: hidden;
	color: #140805;
}
#top_news .top_news_date {
	float: left;
	width: 75%;
	overflow: hidden;
	display: block;
	color: #000;
	background: #dde4f1 url("/com/temp2/img/grid.gif") repeat;
	margin: 0 0 5px;
	padding: 3px;
}
#top_news .top_news_comment {
	float: left;
	width: 75%;
	overflow: hidden;
	display: block;
	text-decoration: underline;
	font-size: 16px;
}
/* topics */
.topics_body {
	clear: both;
	height: auto;
	overflow: hidden;
}
.topics_list li {
	height: 33px;
	padding: 3px 0;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.topics_list li span {
	color:#003799;
}
.topics_list li a {
	color: #140805;
	text-decoration: underline;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
	/* showmore */
.showmore_content {
	position: relative;
	overflow: hidden;
}			
.showmore_trigger {
	margin: 10px auto 0;
	width: 80%;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	background: #003799;
}
.showmore_trigger span {
	display: block;
	text-indent: -9999px;
}
.showmore_trigger span.more {
	background:url("/com/temp2/img/sp/w_arrow_down.png") no-repeat;
	background-size: 18px 18px;
	background-position: 50% 50%;
}
.showmore_trigger span.less {
	background:url("/com/temp2/img/sp/w_arrow_up.png") no-repeat;
	background-size: 18px 18px;
	background-position: 50% 50%;
}
/* top_schedule */
.top_sch_date {
	line-height: 30px;
	text-align: center;
}
.top_sch_date p {
	background-image: url("/com/temp2/img/sp/schedule_icon.png");
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 20% 40%;
}
ul.top_schedule_tab {
	display: block;
	width: 100%;
	float: left;
	overflow: hidden;
}
ul.top_schedule_tab li {
	box-sizing: border-box;
	width: 50%;
	height: 46px;
	float: left;
	overflow: hidden;
}
ul.top_schedule_tab li a {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	display: block;
	padding: 6px 0;
	color: #ffff44;
	font-size: 14px;
	background: #003799;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
ul.top_schedule_tab li:not(.active) a {
	opacity: 0.7;
	filter: alpha(opacity=70);
	ms-filter: "alpha(opacity=70)";
}
ul.top_schedule_early,
ul.top_schedule_late {
	display: block;
	float: left;
	width: 100%;
}
/* event */
#flickscroll {
	float: left;
	width: 300px;
	height: 125px;
	overflow: hidden;
	position: relative;
	
	padding: 3px 5px;
	text-align: center;
}
#flickscroll ul {
	display: inline-block;
	overflow: hidden;
	position: relative;
	top: 0;
}
#flickscroll ul li {
	display: inline;
	overflow: hidden;
	float: left;
	width: 300px;
	height: 125px;
}
#flickthumb {
	float: left;
	padding: 3px 5px;
	width: 300px;
}
#flickthumb ul {
	float: left;
}
#flickthumb ul li {
	display: block;
	float: left;
	width: 25%;
	text-align: center;
}
/* newface */
.newface_list li.cast {
	border: none;
	background: #ececec url("/com/temp2/img/grid.jpg") repeat;
	margin-bottom: 5px;
}
.newface_list li.cast ul.cast_data {
	padding-top: 0;
}
.newface_list li.entry_date {
	font-size: 12px;
	padding-bottom: 8px;
	color: #000;
}
/* cast_profile */
#cast_profile {
	margin-top: -82px;
	padding-top: 87px;
	z-index: 1;
}
.cast_profile_inner {
	width: 100%;
	float: left;
	text-align: center;
	height: auto;
}
.cast_profile_inner .name {
	font-size: 20px;
	font-weight: bold;
	color: #003799;
	padding-bottom: 3px;
	padding-top: 3px;
}
.cast_profile_inner .name span.age {
	font-size: 18px;
}
.cast_profile_inner .size {
	color: #003799;
	padding-bottom: 3px;	
}
.cast_profile_inner .sc_today {
	font-weight: bold;
	padding-bottom: 3px;
}
.cast_profile_inner .icons {
	height: 28px;
	width: 162px !important;
	line-height: 25px;
	margin: 0 auto;
	overflow: hidden;
}
.cast_profile_inner .icons img,
.cast_profile_inner .attr_icons img {
	padding: 0 1px 3px;
}
.cast_pics {
	float: left;
	overflow: hidden;
	width:100%;
}
.cast_pics .slider {
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align: left;
	overflow: hidden;	
	position: relative;
}
.cast_pics .bxslider {
	z-index: 0;
}
.cast_pics .bxslider li {
	width: 100%;
	height: auto;
	float: left;
	display: inline;
	overflow: hidden;
}
.cast_pics .bxslider li img {
	width: 100%;
	height: auto;
}
.cast_pics .bx-pager {
	margin: 5px auto;
	width: 100%;
	height: auto;
	text-align: center;
}
.cast_pics .bx-pager a img {
	width: 20%;
	height: auto;
	float: left;
	cursor: pointer;
	display: inline;
}
.diary_button {
	width: 100%;
	text-align: center;
    margin: 5px auto;
}
#cast_profile .movie {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#cast_profile .movie img {
	display: block;
	float: left;
	width: 40%;
}
#cast_profile .cast_schedule {
	float: left;
	width: 100%;
}
#cast_profile .cast_schedule table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 75%;
	line-height: 1.3;
}
#cast_profile .cast_schedule table td {
	word-break: break-all;
	width: 14%;
	border: 1px solid #716a61;
	text-align: center;
}
#cast_profile .cast_detail {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	overflow: hidden;
	border-bottom: 1px solid #999;
}
#cast_profile .cast_detail dt {
	display: block;
	width: 35%;
	float: left;
	height: 35px;
	background: #dedbd8;
	border-top: 1px solid #716a61;
	border-left: 1px solid #716a61;
}
#cast_profile .cast_detail dd {
	display: block;
	width: 64%;
	float: left;
	height: 35px;
	border-top: 1px solid #716a61;
	border-left: 1px solid #716a61;
	border-right: 1px solid #716a61;
}
/* discount *160525* */
.discount {
	clear: both;
	padding-top: 10px;
}
.discount h4 {
	background: url("/com/temp2/img/grid.jpg");
	font-weight: bold;
	padding: 5px 0;
}
.discount p {
	background: url("/com/temp2/img/grid.jpg");
    padding: 5px 0;
}
/* kuchikomi *160525* */
table.voice{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #c7c5c4;
	border-right-color: #c7c5c4;
	border-left-color: #c7c5c4;
}
table.voice tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7c5c4;
	display: block;
}
table.voice td.voice_name {
  width: 90px;
  margin: 0px;
  padding: 5px;
  background: #ccd7ea;
}
table.voice td.voice_body {
  width: 210px;
  margin: 0px;
  padding: 5px;
}
/* recommendation */
.recommend_casts {
	display: block;
	float: left;
	width: 100%;
}
.recommend_casts_data {
	display: block;
	float: left;
	width: 60%;
	padding-left: 3px;
	padding-top: 10px;
}
.recommend_casts_data .name {
	display: block;
	float: left;
	width: 100%;
	color: #F60092;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 3px;
}
.recommend_casts_data .size {
	display: block;
	float: left;
	width: 100%;
	color: #58534F;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
}
.recommend_casts_data .time {
	display: block;
	float: left;
	width: 100%;
	color: #000;
	font-size: 16px;
	padding-bottom: 3px;
	font-weight: bold;
}
.recommend_casts_data .comment {
	display: block;
	float: left;
	width: 100%;
	color: #228c40;
	font-size: 16px;
	padding-bottom: 3px;
	font-weight: normal;
}
/* castlist */
#castlist .castlist{
	display: block;
	float: left;
	width: 100%;
}
#castlist .castlist .cast_data {
	display: block;
	float: left;
	width: 60%;
	padding-left: 3px;
	padding-top: 10px;
}
/* cast_search */
.search_form {
	background: transparent;
	padding: 5px 10px;
	overflow: hidden;
}
input.castname {
	width: 96%;
}
.search_form dl {
	overflow: hidden;
	clear: both;
	padding: 2px 0;
}
.search_form dt {
	display: block;
	width: 33%;
	float: left;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: -0.04em;
}
.search_form dt span {
	font-size: 10px;
}
.search_form dd {
	display: block;
	width: 65%;
	float: left;
	font-size: 16px;
}
.search_form p {
	font-size: 12px;
	padding: 5px 0;
}
.search_form p.search_title {
	color: #f85bb0;
	display: block;
	font-size: 14px;
	width: 97%;
	padding: 3px;
	margin-bottom: 5px;
	float: left;
	overflow: hidden;
}
.search_form p input[type=checkbox] {
	vertical-align: middle;
	width: 16px;
	height: 16px;
}
.search_form p label {
	vertical-align: middle;
	font-size: 12px;
	line-height: 18px;
	padding-left: 5px;
}
.submit_btn {
	text-align:center;
	margin-bottom: 10px;
}
.submit_btn input {
	width: 110px;
	height: 28px;
	margin: 5px 1px;
	border: solid 1px #888;
	border-radius: 3px;
	color: #342f2c;
	text-shadow: 1px 1px 1px rgba( 255, 255, 255, 1);
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d5d5d5');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d5d5d5')";
	background-image: -moz-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: -ms-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: -o-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d5d5d5));
	background-image: -webkit-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: linear-gradient(top, #ffffff, #d5d5d5);
}
.result {
	font-size: 14px;
	padding: 6px 0 3px;
	text-align: center;
}
.trigger {
	display: block;
	width: 300px;
	height: 30px;
	margin: 10px auto 0;
	text-indent: -9999px;
	background: url("/com/temp2/img/sp/search_form_off.png") no-repeat;
	background-size: 100% 100%;
}
.trigger.active {
	background: url("/com/temp2/img/sp/search_form_on.png") no-repeat;
	background-size: 100% 100%;
}
/* schedule */
#schedule .schedule_select {
	text-align: center;
	padding: 4px;
}
/* access */
#access .map {
	width: 100%;
	padding: 5px 0;
	display: block;
	float: left;
	overflow: hidden;
	clear: both;
	
	color: #000;
	font-size: 16px;
	text-align: center;
}
#access .map p img{
	padding-bottom: 5px;
}
.gmap_button {
	overflow: hidden;
	clear: both;
	text-align: center;
	margin: 0 auto;
}
#access .guide_box ul {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
#access .guide_box li {
	width: 49%;
	margin-bottom: 10px;
}
#access .guide_box img {
	padding-bottom: 2px;
}
#access .guide_box span {
	color: #003799;
	font-weight: bold;
	font-size: 16px;
}
#access .guide_box p {
	word-break: break-all;
}
/* system */
#system > div {
	padding-bottom: 10px;
}
.play {
	font-size: 14px;
}
#notice h4 {
	margin-bottom: 3px;
}
#notice .box {
	border: 1px solid #c0c0c0;
	padding: 8px;
	text-align: center;
	margin: 10px 0 0;
	color: #003799;
	font-weight: bold;
}
#notice .caption {
	font-size: 12px;
	margin-bottom: 10px;
}
#notice p {
	margin-bottom: 5px;
}
.information {
	font-size: 14px;
}
.information a {
	color: #003799;
	text-decoration: underline;
}
.caution h3 {
	color: #f00;
	margin: 3px 0;
	text-indent: 0;
	border: none;
}
.caution ul {
	list-style-type: circle;
	overflow: hidden;
	border-bottom: 1px dashed #7d6f66;
}
.caution ul li {
	padding-left: 15px;
	padding-bottom: 2px;
	font-size: 12px;
}
/* event */
#event div {
	padding-bottom: 5px;
}
#event div.event_entry {
	padding: 5px;
	border-bottom: dotted 1px #999;
}
#event div.event_entry h3 {
	background: #414141;
	color: #fff;
	border: none;
	font-size: 14px;
	height: auto;
	padding: 5px;
	margin: 0;
	font-weight: normal;
}
#event div.event_entry > img {
	margin-bottom: 5px;
	box-sizing: border-box;
	border: solid 1px #433a31;
}
#event div.event_entry .event_text {
	padding-top: 5px;
	line-height: 1.4em !important;
	font-size: 16px;
}
#event div.event_entry .event_text font {
	font-size: 16px !important;
}
/* mailmag */
#mailmag h3 {
	color: #003799;
	font-size: 14px;
}
#mailmag h4 {
	color: #0099ff;
	font-size: 14px;
	margin: 10px 0 3px;
}
#mailmag > div {
	padding-bottom: 5px;
}
#mailmag .info {
	padding-top: 3px;
	font-size: 12px;
}
#mailmag .info a {
	text-decoration: underline;
	color: #414141;
}
#mailmag .send_button {
	margin: 5px 0;
}
/* news */
#news div {
	padding-bottom: 5px;
}
#news div.news_header {
	padding: 5px;
	margin-bottom: 5px;
	background: #ececec url("/com/temp2/img/grid.jpg") repeat;
}
#news div.news_header h3 {
	border: none;
	display: block;
	color: #003799;
	font-size: 14px;
	height: auto;
	margin: 0;
}
#news div.news_header p.date {
	font-size: 12px;
	color: #0099ff;
	text-align: right;
}
/* link */
.group_link ul li {
	padding: 10px 0;
	border-bottom: solid 1px #ececec;
}
.group_link ul li:first-child {
	padding-top: 0;
}
.link_txt_01 {
	font-size: 12px;
	color: #414141;
}
.link_txt_01 span {
	font-size: 14px;
	color: #003799;
}
.link_txt_02 {
	color: #0099ff;
}
/* tel */
#tel {
	margin-top: -82px;
	padding-top: 87px;
}
#telephone {
	text-align: center;
	line-height: 1.5;
	padding: 20px 0;
}
#telephone a.tel_num_btn {
	color: #F60092;
	font-size: 18px;
	font-weight: bold;
}
#telephone p.tel_txt_01 {
	font-size: 12px;
	line-height: 1.2;
}
/* ranking */
#ranking {
	margin-top: -82px;
	padding-top: 87px;
}
#ranking h3 {
	padding: 3px 5px;
	display: block;
	color: #003799;
	font-size: 14px;
	height: auto;
	margin: 10px 0;
}
.rank {
	padding: 0;
	height: 58px;
	text-indent:-9999px;
	margin-bottom:10px;
}
.rank span {
	font-size: 24px;
	font-weight: 700;
}
.no1 .rank {
	color: #f5ba3c;
	background: url(/com/temp2/img/ranking/no1.png) no-repeat 0 0;
	background-size: contain;
}
.no2 .rank {
	color: #969696;
	background:url(/com/temp2/img/ranking/no2.png) no-repeat 0 0;
	background-size:contain;
}
.no3 .rank {
	color: #ca8a56;
	background:url(/com/temp2/img/ranking/no3.png) no-repeat 0 0;
	background-size:contain;
}
.no4 .rank {
	color: #7fb2e1;
	background:url(/com/temp2/img/ranking/no4.png) no-repeat 0 0;
	background-size:contain;
}
.no5 .rank {
	color: #7fe1ab;
	background:url(/com/temp2/img/ranking/no5.png) no-repeat 0 0;
	background-size:contain;
}
.ranking_select {
	text-align: center;
	padding: 3px;	
}
/* add option */
.cast_option {
	display: block;
    overflow: hidden;
}
.cast_option li {
	width: 25%;
	float: left;
	display: block;
	box-sizing: border-box;
}
.cast_option li img {
	width: 100%;
	height: auto;
}
.cast_data p.discount_icon{
	text-align:center;
}
.cast_data li.time{
	padding-bottom:5px;
}

/* iphone form_bugfix */
.schedule_select select{
	font-size:16px;
}
section#ranking select{
	font-size:16px;
	width:100%;
	height:28px;
	transform: scale(0.8,0.8);
	-webkit-transform: scale(0.8,0.8);
}
form.post_voice select{
	font-size:16px;
	width:85%;
	
}
form.post_voice textarea{
	font-size:16px;
	width:85%;
	
}
form.post_voice .form001 input{
	font-size:16px;
	width:85%;
	
}

/* 180509_system_plicelist */
#system #price .list p {
	line-height: 2em;
	color: #003799;
	font-weight: 700;
}
#system #price span {
	font-size: 80%;
}
#system #price .list ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.5em;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #5b534f;
}
#system #price .list li {
	box-sizing: border-box;
	padding: 0.3em;
	text-align: right;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#system #price .list li:nth-child(odd) {
	width: 50%;
	color: #000;
}
#system #price .list li:nth-child(odd):after {
	content: ' コース';
	font-size: 80%;
}
#system #price .list li:nth-child(even) {
	width: 50%;
	font-size: 120%;
	font-weight: 700;
}
#system #price .list li:nth-child(even):after {
	content: ' 円';
	font-size: 80%;
}
#system #price .detail {
	text-align: center;
	line-height: 1.4;
}
#system #price .detail p {
	margin-bottom: 0.3em;
}