﻿
/* ヘッダー */
#header {
	width: 100%;
	height: auto;
	padding: 5px 0;
	position: relative;
}

.logo {
	width: auto;
	float: left;
	position: absolute;
	top: 7px;
	left: 10px;
}

	.logo img {
		width: auto;
		height: 35px;
	}

#loginbox {
	width: 120px;
	margin-right: 5px;
	font-size: 8px;
	text-align: center;
	float: right;
}

	#loginbox li {
		width: 33%;
		float: left;
	}

		#loginbox li img {
			width: 30px;
			height: 30px;
			margin-bottom: 2px;
		}

#loginbox_2 {
	width: 80px;
	margin-top: 3px;
	margin-right: 10px;
	font-size: 8px;
	text-align: center;
	float: right;
}

	#loginbox_2 li {
		width: 50%;
		float: right;
	}

		#loginbox_2 li img {
			width: 30px;
			height: 30px;
			margin-bottom: 2px;
		}

/* ボタン */
.button_big {
	width: 100%;
	height: 50px;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	text-shadow: 1px 1px 1px #F60;
	border-top: 1px #F60 solid;
	border-right: 1px #FC9 solid;
	border-left: 1px #F60 solid;
	border-bottom: 1px #FC9 solid;
	border-radius: 10px;
	display: block;
	position: relative;
}

	.button_big input {
		width: 100%;
		height: 50px;
		display: block;
	}

/* ログインタイトル */
.login_title {
	margin-bottom: 15px;
	padding-left: 5px;
	border-left: 5px #F30 solid;
	border-bottom: 1px #666 dotted;
}

/* ログインと会員登録ボタン */
.button_member {
	height: 30px;
	margin: 0 60px;
	color: #F03;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.2em;
	text-align: center;
	text-shadow: 1px 1px 1px #FFF;
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
	border-right: 1px #CCC solid;
	border-radius: 5px;
}

.button_login {
	height: 30px;
	margin: 0 60px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.2em;
	text-align: center;
	text-shadow: 1px 1px 1px #F03;
	border-top: 1px #F03 solid;
	border-left: 1px #F03 solid;
	border-right: 1px #CCC solid;
	border-radius: 5px;
}

.button_manager {
	height: 30px;
	margin: 0 60px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.2em;
	text-align: center;
	text-shadow: 1px 1px 1px #06C;
	border-top: 1px #06F solid;
	border-left: 1px #06F solid;
	border-right: 1px #CCC solid;
	border-radius: 5px;
}

/* ログイン情報入力フォーム */
.login input {
	height: 30px;
	background: #FFF;
	border: 1px #CCC solid;
	border-radius: 5px;
}

/* タイトル枠横画像 */
#title_nukinews {
	background: url('../images/common/title_nukinews.gif') no-repeat left center;
}

#title_newface {
	background: url('../images/common/title_newface.gif') no-repeat left center;
}

#title_newface {
	background: url('../images/common/title_newface.gif') no-repeat left center;
}

#title_diary {
	background: url('../images/common/title_diary.gif') no-repeat left center;
}

#title_movie {
	background: url('../images/common/title_movie.gif') no-repeat left center;
}

#title_realtime {
	background: url('../images/common/title_realtime.gif') no-repeat left center;
}

#title_newshop {
	background: url('../images/common/title_newshop.gif') no-repeat left center;
}

#title_access {
	background: url('../images/common/title_access.gif') no-repeat left center;
}

#title_member {
	background: url('../images/common/title_member.gif') no-repeat left center;
}

#title_rarecolle {
	background: url('../images/common/title_rc.gif') no-repeat left center;
}

#title_pickup {
	background: url('../images/common/title_pg.gif') no-repeat left center;
}

#title_taiken {
	background: url('../images/common/title_tm.gif') no-repeat left center;
}

#title_channel {
	background: url('../images/common/title_nc.gif') no-repeat left center;
}

#title_profile {
	background: url('../images/common/title_pm.gif') no-repeat left center;
}

#title_login {
	background: url('../images/common/title_login.gif') no-repeat left center;
}

/* フッター */
#footer {
	width: 100%;
	padding: 10px 0;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	background-color: #EEE;
}

.globalnavi ul li {
	width: 25%;
	padding: 5px 0;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	float: left;
}

	.globalnavi ul li a {
		color: #FFF;
		font-size: 12px;
		display: block;
	}

		.globalnavi ul li a img {
			width: 29px;
			height: 25px;
			margin: 0 auto 4px;
			display: block;
		}

.globalnavi_02 ul li {
	width: 20%;
	padding: 5px 0;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	float: left;
}

.globalnavi_index ul li {
	width: 25%;
	padding: 5px 0;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	float: left;
}

	.globalnavi_02 ul li a,
	.globalnavi_index ul li a {
		color: #FFF;
		font-size: 10px;
		display: block;
	}

		.globalnavi_02 ul li a img,
		.globalnavi_index ul li a img {
			width: 29px;
			height: 25px;
			margin: 0 auto 4px;
			display: block;
		}

/* ダウンスライダーリスト */
#sldr {
	margin: 0 10px 10px;
	font-weight: bold;
	background: #FFF;
	border: 1px #CCC solid;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

	#sldr dt {
		padding: 0 10px;
		color: #333;
		font-size: 16px;
		line-height: 43px;
		text-decoration: none;
		background-image: url('../images/common/down.gif'), -webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#EEE));
		background-image: url('../images/common/down.gif'), -moz-linear-gradient(top,#FFF 0%,#EEE 99%);
		background-repeat: no-repeat;
		background-position: right center;
		border-bottom: 1px #FFF solid;
	}

		#sldr dt.up {
			background-image: url('../images/common/up.gif'), -webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#EEE));
			background-image: url('../images/common/up.gif'), -moz-linear-gradient(top,#FFF 0%,#EEE 99%);
			background-repeat: no-repeat;
			background-position: right center;
		}

	#sldr dd {
		background: #FA0;
	}

	#sldr li {
		border-top: 1px #FFF solid;
		border-bottom: 1px #FC6 solid;
	}

		#sldr li.list_title {
			padding: 5px 20px 5px 10px;
			color: #999;
			font-size: 10px;
			text-decoration: none;
			background: #FFF;
			border-top: 1px #FFF solid;
			border-bottom: 1px #FFF solid;
			display: block;
		}

		#sldr li:first-child {
			border-top: 0 none;
		}

	#sldr dd a {
		padding: 10px 20px 10px 10px;
		color: #FFF;
		font-size: 16px;
		text-decoration: none;
		background: url('../images/common/arrow_white.gif') no-repeat 100% 50%;
		display: block;
	}

#sldr_open {
	margin: 0 10px 10px;
	font-weight: bold;
	background: #FFF;
	border: 1px #CCC solid;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

	#sldr_open dt {
		padding: 0 10px;
		color: #333;
		font-size: 16px;
		line-height: 43px;
		text-decoration: none;
		background-image: url('../images/common/down.gif'), -webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#EEE));
		background-image: url('../images/common/down.gif'), -moz-linear-gradient(top,#FFF 0%,#EEE 99%);
		background-repeat: no-repeat;
		background-position: right center;
		border-bottom: 1px #FFF solid;
	}

		#sldr_open dt.up {
			background-image: url('../images/common/up.gif'), -webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#EEE));
			background-image: url('../images/common/up.gif'), -moz-linear-gradient(top,#FFF 0%,#EEE 99%);
			background-repeat: no-repeat;
			background-position: right center;
		}

	#sldr_open dd {
		background: #FA0;
	}

	#sldr_open li {
		border-top: 1px #FFF solid;
		border-bottom: 1px #FC6 solid;
	}

		#sldr_open li.list_title {
			padding: 5px 20px 5px 10px;
			color: #999;
			font-size: 10px;
			text-decoration: none;
			background: #FFF;
			border-top: 1px #FFF solid;
			border-bottom: 1px #FFF solid;
			display: block;
		}

		#sldr_open li:first-child {
			border-top: 0 none;
		}

	#sldr_open dd a {
		padding: 10px 20px 10px 10px;
		color: #FFF;
		font-size: 16px;
		text-decoration: none;
		background: url('../images/common/arrow_white.gif') no-repeat 100% 50%;
		display: block;
	}

/* ダウンスライダーリスト02 */
#sldr_02 {
	margin: 0 10px 10px;
	font-weight: bold;
	background: #FFF;
	border: 1px #CCC solid;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

	#sldr_02 dt {
		padding: 0 10px;
		color: #333;
		font-size: 16px;
		line-height: 43px;
		text-decoration: none;
		background-image: url('../images/common/down.gif'), -webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#EEE));
		background-image: url('../images/common/down.gif'), -moz-linear-gradient(top,#FFF 0%,#EEE 99%);
		background-repeat: no-repeat;
		background-position: right center;
		border-bottom: 1px #FFF solid;
	}

		#sldr_02 dt.up {
			background-image: url('../images/common/up.gif'), -webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#EEE));
			background-image: url('../images/common/up.gif'), -moz-linear-gradient(top,#FFF 0%,#EEE 99%);
			background-repeat: no-repeat;
			background-position: right center;
		}

	#sldr_02 dd {
		background: #FA0;
	}

	#sldr_02 li {
		border-top: 1px #FFF solid;
		border-bottom: 1px #FC6 solid;
	}

		#sldr_02 li:first-child {
			border-top: 0 none;
		}

	#sldr_02 dd a {
		padding: 10px 20px 0 10px;
		color: #FFF;
		font-size: 16px;
		text-decoration: none;
		background: url('../images/common/arrow_white.gif') no-repeat 100% 50%;
		display: block;
	}

/* ダウンスライダーリスト03 */
#sldr_03,
#goto_exallgenre {
	margin: 0 10px 10px;
	background: #FFF;
	border: 1px #CCC solid;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

	#sldr_03.new,
	#goto_exallgenre.new {
		margin: 3px 9px 9px;
		border-radius: 21px;
		overflow: hidden;
		position: relative;
	}

	#sldr_03 dt,
	#goto_exallgenre p {
		padding: 0 10px;
		color: #333;
		font-size: 16px;
		font-weight: bold;
		line-height: 42px;
		text-decoration: none;
		background-image: url('../images/common/down.gif'), -webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#EEE));
		background-image: url('../images/common/down.gif'), -moz-linear-gradient(top,#FFF 0%,#EEE 99%);
		background-repeat: no-repeat;
		background-position: right center;
		border-bottom: 1px #FFF solid;
	}

		#sldr_03 dt.up {
			background-image: url('../images/common/up.gif'), -webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#EEE));
			background-image: url('../images/common/up.gif'), -moz-linear-gradient(top,#FFF 0%,#EEE 99%);
			border-bottom: 1px #FFF solid;
		}

	#sldr_03.new dt,
	#goto_exallgenre.new p {
		padding: 0 18px;
		font-size: 13.5px;
		line-height: 39px;
		background: -webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#EEE)) !important;
		background: -moz-linear-gradient(top,#FFF 0%,#EEE 99%) !important;
		border-bottom: none;
		position: relative;
	}

		#sldr_03.new dt:after,
		#goto_exallgenre.new p:after {
			content: '';
			width: 18px;
			height: 18px;
			background: url('../images/common/sldr-open.png') no-repeat 0 0;
			background-size: cover;
			display: block;
			position: absolute;
			top: calc(50% - 9px);
			right: 12px;
		}

		#sldr_03.new dt.up:after {
			background-image: url('../images/common/sldr-close.png') !important;
		}

	#sldr_03 dd {
		background: #FFF;
	}

	#sldr_03 li {
		font-weight: normal;
		border-top: 1px #CCC solid;
		border-bottom: 1px #FFF solid;
	}

		#sldr_03 li:first-child {
			border-top: 0 none;
		}

	#sldr_03 dd a {
		padding: 5px 10px;
		font-size: 12px;
		line-height: 1.5em;
		text-decoration: none;
		display: block;
	}

	#sldr_03.new dd a {
		padding: 5px 0;
		font-size: 13px;
		line-height: 1.35em;
	}

		#sldr_03.new dd a:first-child {
			margin-top: -3px;
		}

	#sldr_03 ul.selectcont {
		width: 100%;
		height: auto;
		display: block;
	}

		#sldr_03 ul.selectcont li {
			width: 100%;
			height: auto;
			padding: 3px 0;
			border-top: 1px #CCC solid;
			border-left: 1px #CCC solid;
			border-right: 1px #CCC solid;
			border-bottom: 0 none;
			box-sizing: border-box;
			display: block;
		}

			#sldr_03 ul.selectcont li:last-child {
				border: 1px #CCC solid;
			}

	#sldr_03 ul.selectbox,
	#sldr_03 ul.selectbox_first {
		width: 100%;
		height: auto;
		display: block;
	}

		#sldr_03 ul.selectbox li,
		#sldr_03 ul.selectbox_first li {
			width: 33%;
			height: auto;
			padding: 3px 0;
			border-top: 0 none;
			border-left: 1px #CCC solid;
			border-right: 0 none;
			border-bottom: 1px #CCC solid;
			box-sizing: border-box;
			display: block;
			float: left;
		}

		#sldr_03 ul.selectbox_first li {
			border-top: 1px #CCC solid;
			border-left: 1px #CCC solid;
			border-right: 0 none;
			border-bottom: 1px #CCC solid;
		}

		#sldr_03 ul.selectbox li:last-child {
			border-top: 0 none;
			border-left: 1px #CCC solid;
			border-right: 1px #CCC solid;
			border-bottom: 1px #CCC solid;
		}

		#sldr_03 ul.selectbox_first li:last-child {
			border: 1px #CCC solid;
		}

/* ダウンスライダーリスト03 開きっぱなし */
#sldr_03_open {
	margin: 0 10px 10px;
	background: #FFF;
	border: 1px #CCC solid;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

	#sldr_03_open dt {
		padding: 0 10px;
		color: #333;
		font-size: 16px;
		font-weight: bold;
		line-height: 43px;
		text-decoration: none;
		background-image: url('../images/common/down.gif'), -webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#EEE));
		background-image: url('../images/common/down.gif'), -moz-linear-gradient(top,#FFF 0%,#EEE 99%);
		background-repeat: no-repeat;
		background-position: right center;
		border-bottom: 1px #FFF solid;
	}

		#sldr_03_open dt.up {
			background-image: url('../images/common/up.gif'), -webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#EEE));
			background-image: url('../images/common/up.gif'), -moz-linear-gradient(top,#FFF 0%,#EEE 99%);
			background-repeat: no-repeat;
			background-position: right center;
		}

	#sldr_03_open dd {
		background: #FFF;
	}

	#sldr_03_open li {
		font-weight: normal;
		border-top: 1px #CCC solid;
		border-bottom: 1px #FFF solid;
	}

		#sldr_03_open li:first-child {
			border-top: 0 none;
		}

	#sldr_03_open dd a {
		padding: 5px 10px;
		font-size: 12px;
		line-height: 1.5em;
		text-decoration: none;
		display: block;
	}

	#sldr_03_open ul.selectcont {
		width: 100%;
		height: auto;
		display: block;
	}

		#sldr_03_open ul.selectcont li {
			width: 100%;
			height: auto;
			padding: 3px 0;
			border-top: 1px #CCC solid;
			border-left: 1px #CCC solid;
			border-right: 1px #CCC solid;
			border-bottom: 0 none;
			box-sizing: border-box;
			display: block;
		}

			#sldr_03_open ul.selectcont li:last-child {
				border: 1px #CCC solid;
			}

/* ダウンスライダーリスト */
#sldr_04 {
	margin: 0 20px;
	background: #FFF;
	border: 1px #FFF solid;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

	#sldr_04 dt {
		padding: 0 10px;
		color: #333;
		font-size: 10px;
		line-height: 20px;
		text-decoration: none;
		background-image: url('../images/common/circlebutton_down.gif'), -webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#EEE));
		background-image: url('../images/common/circlebutton_down.gif'), -moz-linear-gradient(top,#FFF 0%,#EEE 99%);
		background-repeat: no-repeat;
		background-position: right center;
	}

		#sldr_04 dt.up {
			background-image: url('../images/common/circlebutton_up.gif'), -webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#EEE));
			background-image: url('../images/common/circlebutton_up.gif'), -moz-linear-gradient(top,#FFF 0%,#EEE 99%);
			background-repeat: no-repeat;
			background-position: right center;
		}

	#sldr_04 dd {
		font-size: 10px;
		font-weight: normal;
		text-align: left;
	}

	#sldr_04 li {
		border-bottom: 1px #CCC solid;
	}

		#sldr_04 li:last-child {
			border-bottom: 0;
		}

	#sldr_04 dd a {
		padding: 10px 20px 10px 10px;
		text-decoration: none;
		background: url('../images/common/arrow_7_9.gif') no-repeat 98% 50%;
		display: block;
	}

/* TELボタン用ダウンスライダーリスト */
#sldr_06 dt {
	background-repeat: no-repeat;
	background-position: left center;
}

	#sldr_06 dt.up {
		background-color: #DDD;
		border-radius: 5px 5px 0 0;
	}

/* 非ダウンスライダーリスト */
.not_sldr {
	width: 100%;
	height: auto;
	/* margin: 0 10px; */
	/* font-weight: bold; */
	/* background: #FFF; */
	display: block;
}

.not_sldr_inner,
.not_sldr_inner_02,
.not_sldr_inner_pk {
	color: #333;
	font-size: 16px;
	line-height: 43px;
	text-decoration: none;
	background-color: #EEE;
	background-image: url('../images/common/right_min.gif');
	background-image: url('../images/common/right_min.gif'), -webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#EEE));
	background-image: url('../images/common/right_min.gif'), -moz-linear-gradient(top,#FFF 0%,#EEE 99%);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px #CCC solid;
	border-bottom: 1px #FFF solid;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.not_sldr_inner_pk {
	background-image: url('../images/common/right_min_pk.gif');
	background-image: url('../images/common/right_min_pk.gif'), -webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#EEE));
	background-image: url('../images/common/right_min_pk.gif'), -moz-linear-gradient(top,#FFF 0%,#EEE 99%);
}

.not_sldr_inner {
	margin-bottom: 3px;
	padding: 0 10px;
}

	.not_sldr_inner img {
		width: 15px;
		height: 15px;
		padding-top: 14px;
	}

.not_sldr_inner_02,
.not_sldr_inner_pk {
	margin-bottom: 5px;
	padding: 8px 0;
}

.box_border {
	text-indent: 5px;
	border-left: 5px #F90 solid;
}

.box_border_pk {
	text-indent: 5px;
	border-left: 5px #F0F solid;
}

/* キーワード検索 */
#sch_form p {
}

.sch {
	width: 160px;
	height: 30px;
	margin-right: 10px;
	color: #777;
	border: 1px #EAEAEA solid;
	display: block;
	float: left;
}

	.sch input {
		width: 170px;
		height: 30px;
		background: transparent;
		border: transparent;
		display: block;
	}

#sch_submit_btn {
	width: 80px;
	height: 30px;
	text-shadow: rgba(0,0,0,0.375) 0 -1px 0;
	border: 1px #636363 solid;
	display: block;
	float: right;
	position: relative;
}

	#sch_submit_btn input {
		width: 80px;
		height: 30px;
		color: white;
		font-size: 14px;
		font-weight: bold;
		background: transparent;
		border: transparent;
		display: block;
	}

/* 絞り込み検索 */
.search input {
	height: 20px;
	background: #FFF;
	border: 1px #CCC solid;
	border-radius: 5px;
}

.search .dropdown {
	height: 35px;
	padding: 10px;
	background: #FFF;
	border: 1px #CCC solid;
	border-radius: 5px;
}

.search #r_sch_submit_btn,
.kensaku #r_sch_submit_btn {
	width: 100%;
	height: 40px;
	text-shadow: rgba(0,0,0,0.375) 0 -1px 0;
	border: 1px #636363 solid;
	display: block;
}

	.search #r_sch_submit_btn input,
	.kensaku #r_sch_submit_btn input {
		width: 100%;
		height: 40px;
		color: white;
		font-size: 14px;
		font-weight: bold;
		line-height: 40px;
		background: transparent;
		border: transparent;
		display: block;
	}

.search #r_sch_submit_btn_min,
.kensaku #r_sch_submit_btn_min {
	width: 150px;
	height: 40px;
	text-shadow: rgba(0,0,0,0.375) 0 -1px 0;
	border: 1px #636363 solid;
	display: block;
}

	.search #r_sch_submit_btn_min input,
	.kensaku #r_sch_submit_btn_min input {
		width: 150px;
		height: 40px;
		color: white;
		font-size: 14px;
		font-weight: bold;
		line-height: 40px;
		background: transparent;
		border: transparent;
		display: block;
	}

.search h3 {
	padding-bottom: 3px;
	font-size: 16px;
	border-bottom: 2px #F30 solid;
}

/* ページタイトル部分 */
.box_title,
.box_title_ranking {
	height: 46px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 46px;
	text-indent: 5px;
	position: relative;
}

.box_title {
	margin-bottom: 0;
}

.box_title_ranking {
	margin-bottom: 3px;
}

.box_title h2 {
	margin-left: 5px;
}

.title_button {
	position: absolute;
	top: 7px;
	right: 10px;
}

.button_right70px,
.button_right50px,
.button_right_02,
.button_right_03 {
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
	border-right: 1px #CCC solid;
	border-radius: 4px;
}

	.button_right70px a,
	.button_right50px a,
	.button_right50px .button_right50px_inner,
	.button_right_02 a,
	.button_right_03 {
		height: 30px;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		text-indent: 2px;
		text-shadow: 1px 1px 1px #FFF;
		display: block;
	}

	.button_right70px a {
		width: 70px;
		color: #333;
		font-size: 14px;
	}

	.button_right50px a,
	.button_right50px .button_right50px_inner {
		width: 50px;
		color: #333;
		font-size: 14px;
	}

	.button_right_02 a {
		width: 95px;
		color: #333;
		font-size: 12px;
	}

.button_right_03 {
	width: 95px;
	color: #999;
	font-size: 12px;
}

/* アイコン説明枠 */
#icon_area {
	padding: 5px 10px;
}

	#icon_area li {
		margin-right: 5px;
		padding-bottom: 5px;
		float: left;
	}

/* リスト枠 */
.box_list02 {
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: 1px #CCC solid;
}

	.box_list02 a {
		width: 100%;
		height: auto;
		display: block;
	}

	.box_list02 .list_img_64px,
	.box_list02 .list_img_80px,
	.box_list02 .list_img_100px,
	.box_list02 .list_img_100px_toko {
		vertical-align: top;
		display: table-cell;
	}

		.box_list02 .list_img_64px img,
		.box_list02 .list_img_80px img,
		.box_list02 .list_img_100px img {
			height: auto;
			margin-left: 10px;
		}

		.box_list02 .list_img_64px img {
			width: 64px;
			-ms-interpolation-mode: bicubic;
		}

		.box_list02 .list_img_80px img {
			width: 80px;
		}

		.box_list02 .list_img_100px img {
			width: 100px;
		}

		.box_list02 .list_img_100px_toko .tokolist_inner {
			width: 100px;
			height: 75px;
			margin-left: 10px;
			text-align: center;
			background-color: #000;
			display: block;
		}

			.box_list02 .list_img_100px_toko .tokolist_inner img {
				max-width: 100px;
				max-height: 75px;
			}

	.box_list02 .list_caption {
		width: 100%;
		display: table-cell;
	}

		.box_list02 .list_caption ul {
			margin-left: 5px;
			display: block;
		}

			.box_list02 .list_caption ul li img {
				margin-right: 5px;
				padding-top: 1px;
			}

	.box_list02 .arrow {
		vertical-align: middle;
		display: table-cell;
	}

		.box_list02 .arrow img {
			margin: 0 10px;
		}

/* 絞り込み 写真のみ表示 */
#photo_box {
	border-collapse: collapse;
}

.photo_list_box {
	width: 100%;
	display: table;
}

.photo_list_t {
	width: 50%;
	height: auto;
	padding: 10px 0;
	text-align: center;
	border-top: 1px #CCC solid;
	border-left: 1px #CCC solid;
	border-right: 1px #CCC solid;
	display: table-cell;
}

	.photo_list_t a {
		height: auto;
		display: block;
	}

		.photo_list_t a img {
			max-width: 120px;
		}

.photo_list_b,
.photo_list_b_last {
	width: 50%;
	height: auto;
	padding-bottom: 10px;
	text-align: center;
	border-left: 1px #CCC solid;
	border-right: 1px #CCC solid;
	display: table-cell;
}

.photo_list_b_last {
	border-bottom: 1px #CCC solid;
}

/* ニュース 画像切り替えボタン */
#news_waku {
	overflow: hidden;
	position: relative;
}

#news_photo {
	width: auto;
	height: 27px;
	margin: 0 auto;
	display: block;
	float: left;
	position: relative;
	left: 50%;
}

	#news_photo li {
		width: 33px;
		height: 25px;
		margin: 0 1px;
		border-top: 1px #F60 solid;
		border-left: 1px #F60 solid;
		border-right: 1px #FC9 solid;
		border-bottom: 1px #FC9 solid;
		display: block;
		float: left;
		position: relative;
		left: -50%;
	}

		#news_photo li:first-child {
			border-radius: 5px 0 0 5px;
		}

		#news_photo li:last-child {
			border-radius: 0 5px 5px 0;
		}

		#news_photo li span {
			width: 33px;
			height: 27px;
			color: #FFF;
			line-height: 27px;
			text-shadow: 1px;
			vertical-align: middle;
			display: table-cell;
		}
/*
	#girl_waku {
		overflow: hidden;
		position: relative;
	}
	#girl_photo {
		width: 280px;
		height: auto;
		margin: 0 auto;
		display: block;
		float: left;
		position: relative;
		left: 50%;
	}
	#girl_photo li {
		width: 50px;
		height: auto;
		margin: 0 3px;
		display: block;
		float: left;
		position: relative;
		left: -50%;
	}
*/
.girl_p_box {
	display: block;
	overflow: hidden;
}

.girl_p_box_inner,
.girl_p_box_inner_02 {
	width: 300px;
	height: auto;
	display: block;
	position: relative;
}

.girl_p_box_inner {
	left: 50%;
}

.girl_p_box_inner_02 {
	left: -50%;
}

#girl_waku_v {
	width: 51px;
	height: auto;
	display: block;
	float: right;
}

#girl_photo_v {
	width: 45px;
	height: auto;
	margin: 0 3px;
	display: block;
}

	#girl_photo_v li {
		width: 45px;
		height: 68px;
		margin: 0 0 4px;
		display: block;
		overflow: hidden;
	}

/* ニュース 店舗情報ボタン */
.contact_btn {
	display: table;
}

.contact_btn_left,
.contact_btn_right {
	width: 48%;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.2em;
	text-align: center;
	text-shadow: 1px 1px 1px #F30;
	border-top: 1px #F30 solid;
	border-left: 1px #F30 solid;
	border-right: 1px #CCC solid;
	border-radius: 5px;
	float: left;
}

.contact_btn_left {
	float: left;
}

.contact_btn_right {
	float: right;
}

.contact_btn li a {
	color: #FFF;
	display: block;
}

/* ランキングアイコン */
#rank01,
#rank02,
#rank03 {
	padding: 1px 10px;
	color: #FFF;
}

#rank01 {
	background-color: #A08228;
}

#rank02 {
	background-color: #6A6F8E;
}

#rank03 {
	background-color: #986C52;
}

.rank {
	padding: 1px 10px;
	color: #5C5C5C;
	background-color: #E2E2E2;
}

.rank_arrow {
	padding: 0 5px;
	line-height: 0.75em;
}

/* クリック画像 */
.gravure_click {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

	.gravure_click .click {
		margin: -40px 0 0 -40px;
		position: absolute;
		top: 50%;
		left: 50%;
	}

.movie_click {
	width: 180px;
	height: auto;
	display: block;
	position: relative;
}

	.movie_click .click {
		position: absolute;
		top: 33px;
		left: 50px;
	}

/* 行選択 */
.select_gyou li {
	float: left;
}

	.select_gyou li a {
		width: 40px;
		height: 25px;
		color: #FFF;
		line-height: 25px;
		background-color: #FA0;
		border: 1px #FFF solid;
		display: block;
	}

	.select_gyou li.yrw a {
		width: 45px;
	}

/* ページトップへ */
#pagetop {
	height: 30px;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	display: block;
}

	#pagetop a {
		width: 100%;
		height: 30px;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		line-height: 2.2em;
		text-align: center;
		text-shadow: 1px 1px 1px #FFF;
		display: block;
	}

/* リアルタイム */
.realtime_a a {
	text-decoration: underline;
}

.realtime_page {
	width: 100%;
	display: block;
	overflow: hidden;
	position: static;
}

	.realtime_page ul {
		text-align: center;
	}

		.realtime_page ul li {
			width: 35px;
			height: 35px;
			color: #FFF;
			font-weight: bold;
			line-height: 35px;
			text-align: center;
			background-color: #BBB;
			border: 1px #BBB solid;
			display: inline-block;
		}

			.realtime_page ul li a {
				width: 35px;
				height: 35px;
				color: #999;
				font-weight: normal;
				text-align: center;
				background-color: #FFF;
				display: block;
			}

			.realtime_page ul li:first-child {
				margin-right: 2px;
				background-color: #BBB;
				border-radius: 5px 0 0 5px;
			}

				.realtime_page ul li:first-child a {
					background-color: #FFF;
					border-radius: 4px 0 0 4px;
				}

			.realtime_page ul li:last-child {
				margin-left: 2px;
				background-color: #BBB;
				border-radius: 0 5px 5px 0;
			}

				.realtime_page ul li:last-child a {
					background-color: #FFF;
					border-radius: 0 4px 4px 0;
				}

/* 料金ページ */
.box_system {
	overflow: hidden;
	position: relative;
}

	.box_system #contR {
		position: relative;
		top: 0%;
		left: -50%;
	}

		.box_system #contR .contRBox {
			position: relative;
			top: 0%;
			left: 50%;
		}

/* 検索結果 オススメ女の子表示 */
.photo,
.video {
	width: auto;
	height: auto;
	max-width: 100%;
	overflow: hidden;
}

	.photo img {
		width: 64px;
		height: auto;
		display: inline-block;
		cursor: pointer;
	}

	.photo .bg-black {
		width: 105px;
		height: auto;
		min-height: 105px;
		max-height: 140px;
		margin-left: 10px;
		background: #000;
		overflow: hidden;
		position: relative;
	}

		.photo .bg-black img {
			width: 100% !important;
			height: auto !important;
			margin: 0 !important;
			padding: 0 !important;
		}

			.photo .bg-black img.short {
				margin: auto !important;
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
			}

.float_parent {
	position: relative;
}

.float_parent_02 {
	width: 74px;
	height: 95px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
	position: relative;
}

.float_item,
.float_item_02 {
	padding: 7px 7px 5px;
	background-color: #FFF;
	border: 1px #999 solid;
	display: none;
	position: absolute;
	z-index: 100;
	top: -60px;
	left: -35px;
}

.float_item {
	width: 275px;
}

.float_item_02 {
	width: 170px;
}

.close_link {
	width: 30px;
	height: 20px;
	margin: 10px 0 18px 40px;
	color: #00F;
	font-size: 18px;
	text-align: center;
	background-color: #BABABA;
	cursor: pointer;
}

.photo_big {
	text-align: center;
}

	.photo_big li {
		position: relative;
		float: left;
	}

		.photo_big li a {
			width: 55px;
			height: 80px;
			display: block;
		}

			.photo_big li a .photo_big_inner {
				width: 55px;
				height: 80px;
			}

				.photo_big li a .photo_big_inner img {
					max-width: 55px;
					max-height: 80px;
				}

.photo_big_02 {
	text-align: center;
}

	.photo_big_02 li {
		position: relative;
		float: left;
	}

		.photo_big_02 li a,
		.photo_big_02 li a .photo_big_inner {
			width: 160px;
			height: 180px;
			display: block;
			overflow: hidden;
		}

			.photo_big_02 li a .photo_big_inner img {
				width: 160px;
				height: auto;
				margin: 0 5px;
			}

.overbox {
	width: 100%;
	height: auto;
	padding: 5px 0;
	float: left;
}

	.overbox .profile {
		color: #3CF;
		font-size: 12px;
	}

	.overbox .shopname {
		width: 275px;
		height: auto;
		padding: 0 0 10px;
		color: #999;
		font-size: 14px;
		text-align: left;
		text-decoration: underline;
		display: block;
	}

		.overbox .shopname a {
			color: #3CF;
			display: block;
		}

	.overbox .area {
		color: #3CF;
		font-size: 10px;
	}

.title {
	width: 275px;
	height: auto;
	color: #333;
	font-size: 12px;
	display: block;
}

.overbox .title a {
	color: #000;
}

.overbox .name {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.overbox a .name {
	color: #F0F;
	font-weight: bold;
}
/*
	.underbox {
		width: 160px;
		height: auto;
		float: left;
	}
	.underbox .iinecount {
		margin: 15px 0 0;
		color: #F6C;
		font-size: 10px;
		float: left;
	}
	.underbox .iinecount span {
		color: #F6C;
		font-size: 16px;
		font-weight: bold;
	}
	.underbox .iinebt {
		width: 82px;
		height: 32px;
		float: right;
	}
*/

/* まるっと追加 */
.shop_contents_list {
	width: 100%;
	height: auto;
	text-align: center;
	display: block;
}

	.shop_contents_list ul {
		width: 100%;
		height: auto;
		line-height: 2.5em;
		border: 1px #FFF solid;
		box-sizing: border-box;
		display: block;
	}

		.shop_contents_list ul li {
			width: 50%;
			height: auto;
			border: 1px #FFF solid;
			box-sizing: border-box;
			display: block;
			float: left;
		}

			.shop_contents_list ul li.no_link {
				width: 50%;
				height: auto;
				color: #FFF;
				text-shadow: none;
				background: #DDD;
				border-radius: 5px;
				display: block;
			}

			.shop_contents_list ul li a {
				width: 100%;
				height: auto;
				color: #FFF;
				text-shadow: 0 -1px 1px #F60;
				background: #FF7300;
				background: -webkit-gradient(linear,left bottom,left top,to(#FFCA80), color-stop(0.5,#FF9100),color-stop(0.49,#FF7300),color-stop(0.03,#FE8A0F), color-stop(0.02,#FFB160),color-stop(0.01,#FFB160),from(#FC8312));
				background: -moz-linear-gradient(top,#FFCA80 0%,#FF9100 50%,#FF7300 51%,#FE8A0F 98%,#FFB160 99%);
				border-radius: 5px;
				display: block;
			}

/* フッター */
footer {
	display: block;
	width: 100%;
	height: auto;
	word-break: break-all;
	margin-bottom: 10px;
}

	footer .ftr_mainbox {
		width: 100%;
		height: 50px;
		font-size: 10px;
		word-break: break-all;
		display: -webkit-box;
		display: -moz-box;
		display: -o-box;
		display: -ms-box;
	}

		footer .ftr_mainbox a.ftr_icobox {
			height: auto;
			word-break: break-all;
			display: block;
			-webkit-box-flex: 1;
			-moz-box-flex: 1;
		}

			footer .ftr_mainbox a.ftr_icobox .ftr_icobox_inner {
				width: 50px;
				height: auto;
				margin: 0 auto;
				word-break: break-all;
				display: block;
			}

.ftr_link {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	padding: 5px 0;
	font-size: 10px;
	word-break: break-all;
	text-align: center;
	background-color: #E8E8E8;
	display: block;
}

	.ftr_link a {
		color: #555;
	}

footer ul {
	width: 100%;
	height: auto;
	font-size: 10px;
	display: block;
}

	footer ul li {
		width: 20%;
		margin: 3px 0;
		color: #555;
		text-align: center;
		border-right: 1px #CCC solid;
		box-sizing: border-box;
		display: block;
		float: left;
	}

		footer ul li:last-child {
			border-right: none;
		}

.ftr_copy {
	width: 100%;
	height: auto;
	font-size: 10px;
	word-break: break-all;
	text-align: center;
	display: block;
}

/* エリア検索 */
footer .common_areasrch ul li {
	width: auto;
	height: auto;
	margin: auto;
	color: #333;
	text-align: left;
	border-right: none;
	display: block;
	float: left;
}

	footer .common_areasrch ul li:last-child {
		border-right: none;
	}

.common_areasrch {
	width: 100%;
	height: auto;
	line-height: 1.5em;
	word-break: break-all;
	display: block;
}

	.common_areasrch .area_big {
		width: 100%;
		height: auto;
		word-break: break-all;
		background-color: #FB0;
		display: block;
	}

		.common_areasrch .area_big h4 {
			margin-left: 5px;
			margin-right: 5px;
			margin-bottom: 3px;
			color: #FFF;
			font-weight: bold;
		}

	.common_areasrch .area_middle {
		width: 100%;
		height: auto;
		word-break: break-all;
		display: block;
	}

		.common_areasrch .area_middle h5 {
			color: #555;
			font-size: 12px;
			font-weight: bold;
		}

	.common_areasrch ul.area_small {
		margin-bottom: 5px;
		font-size: 10px;
	}

		.common_areasrch ul.area_small li {
			float: left;
		}

			.common_areasrch ul.area_small li a {
				color: #555;
			}

/* ページトップボタン */
.btn_to_top {
	width: 100%;
	height: auto;
	padding: 5px 0;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	word-break: break-all;
	text-align: center;
	text-shadow: 0 1px 1px #FFF;
	background: #CCC;
	background: -webkit-gradient(linear,left bottom,left top,to(#FFF), color-stop(0.5,#EEE),color-stop(0.49,#E0E0E0),color-stop(0.03,#EAEAEA), color-stop(0.02,#E8E8E8),color-stop(0.01,#E8E8E8),from(#F7F7F7));
	background: -moz-linear-gradient(top,#FFF 0%,#F3F3F3 50%,#E0E0E0 51%,#E8E8E8 98%,#F7F7F7 99%);
	border: 1px #CCC solid;
	box-sizing: border-box;
	display: block;
}

/* その他 */
.grad_or {
	background: #FF7300;
	background: -webkit-gradient(linear,left bottom,left top,to(#FFCA80), color-stop(0.5,#FF9100),color-stop(0.49,#FF7300),color-stop(0.03,#FE8A0F), color-stop(0.02,#FFB160),color-stop(0.01,#FFB160),from(#FC8312));
	background: -moz-linear-gradient(top,#FFCA80 0%,#FF9100 50%,#FF7300 51%,#FE8A0F 98%,#FFB160 99%);
}

.ico_50 img {
	width: 50px;
	height: 50px;
}

.ico_40,
.ico_50 {
	position: relative;
}

	.ico_50 .ico_footer_name {
		width: 100%;
		height: auto;
		color: #FFF;
		font-weight: bold;
		text-align: center;
		display: block;
		position: absolute;
		top: 35px;
		left: 0;
	}

.rad_10 {
	border-radius: 10px;
}

.bgcolor_or {
	background-color: #FF8E01;
}

/* ダウンロードボタン非表示 */
video::-webkit-media-controls-enclosure {
	overflow: hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100% + 35px); /* Adjust as needed */
}

/* 写真表示 */
.photo_big li {
	width: 20%;
	margin: -2px 0 6px;
}

	.photo_big li a {
		width: 100%;
		padding: 0 2px;
		height: auto;
		box-sizing: border-box;
	}

		.photo_big li a .photo_big_inner {
			width: 100%;
			height: auto;
			display: block;
			overflow: hidden;
			position: relative;
		}

			.photo_big li a .photo_big_inner:before {
				content: '';
				padding-top: 150%;
				display: block;
			}

			.photo_big li a .photo_big_inner img {
				max-width: 100%;
				max-height: none;
				position: absolute;
				top: 0;
				left: 0;
			}

		.photo_big li a .photo_name {
			width: 100%
		}
