/* ヘッダー部分 */

#header {
	width: 100%;
	height: auto;
	padding: 5px 0;
	position: relative;
}
.logo{
	float: left;
	width: auto;
	position: absolute;
	top: 7px;
	left: 10px;
}
.logo img {
	width: auto;
	height: 35px;
}

#loginbox {
	width:120px;
	text-align:center;
	font-size:8px;
	margin-right: 5px;
	float:right;
}
#loginbox li{
	width: 33%;
	float:left;
}
#loginbox li img {
	width: 30px;
	height: 30px;
	margin-bottom: 2px;
}

#loginbox_2 {
	width:80px;
	text-align:center;
	font-size:8px;
	margin-top: 3px;
	margin-right: 10px;
	float:right;
}
#loginbox_2 li{
	width: 50%;
	float:right;
}
#loginbox_2 li img {
	width: 30px;
	height: 30px;
	margin-bottom: 2px;
}



/*ボタン*/
.button_big {
	display: block;
	width:100%;
	height:50px;
	color: #ffffff;
	font-size:22px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #ff6600/*シャドウ色*/;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top: 1px solid #ff6600;
	border-right: 1px solid #ffcc99;
	border-left: 1px solid #ff6600;
	border-bottom: 1px solid #ffcc99;
	position: relative;
}
.button_big input {
	display: block;
	width:100%;
	height:50px;
}

/* ログインタイトル */
.login_title{
	border-left:#F30 5px solid;
	border-bottom:#666 1px dotted;
	padding-left:5px;
	margin-bottom:15px;
}

/* ログインと会員登録ボタン */
.button_member {
	margin:0 60px;
	height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #999999;
	color: #ff0033;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 2.2em;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #ffffff/*シャドウ色*/;
}

.button_login {
	margin:0 60px;
	height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #ff0033;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #ff0033;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 2.2em;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #ff0033/*シャドウ色*/;
}

.button_manager {
	margin:0 60px;
	height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #0066ff;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #0066ff;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 2.2em;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #0066cc/*シャドウ色*/;
}

/* ログイン情報入力フォーム */
.login input {
	height: 30px;
	border:1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-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;
}



/* フッター */
.globalnavi ul li {
	width: 25%;
	float: left;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	padding:5px 0;
}
.globalnavi ul li a {
	display:block;
	font-size: 12px;
	color:#FFF;
}
.globalnavi ul li a img{
	display:block;
	width:29px;
	height:25px;
	margin:0 auto 4px auto;
}
.globalnavi_02 ul li {
	width: 20%;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	padding:5px 0;
	float: left;
}
.globalnavi_index ul li {
	width: 25%;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	padding:5px 0;
	float: left;
}
.globalnavi_02 ul li a , .globalnavi_index ul li a {
	display:block;
	font-size: 10px;
	color:#FFF;
}
.globalnavi_02 ul li a img , .globalnavi_index ul li a img{
	width:29px;
	height:25px;
	margin:0 auto 4px auto;
	display:block;
}
#footer{
	width:100%;
	background-color:#eee;
	font-size:12px;
	line-height:18px;
	padding:10px 0;
	text-align:center;
}



/* ダウンスライダーリスト */
#sldr {
	margin: 0 10px 10px 10px;
	border:1px solid #ccc;
	background:#fff;
	-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	font-weight: bold;
}
#sldr dt {
	padding:0 10px;
	line-height:43px;
	font-size:16px;
	text-decoration:none;
	color:#333;
	border-bottom:1px solid #FFF;
	background-image: url("../images/common/down.gif") , -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));	
	background-image: url("../images/common/down.gif") , -moz-linear-gradient(top, #ffffff 0%, #eeeeee 99%);	
	background-position:right center;
	background-repeat:no-repeat;
}
#sldr dt.up {
	background-image: url("../images/common/up.gif") , -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));
	background-image: url("../images/common/up.gif") , -moz-linear-gradient(top, #ffffff 0%, #eeeeee 99%);	
	background-position:right center;
	background-repeat:no-repeat;
}
#sldr dd {
	background: #FA0;
}
#sldr li {
	border-top:1px solid #FFF;
	border-bottom:1px solid #FC6;
}
#sldr li.list_title {
	display:block;
	padding:5px 20px 5px 10px;
	font-size:10px;
	color: #999;
	text-decoration:none;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background: #FFF;
}
#sldr li:first-child {
	border-top:0 none;
}

#sldr dd a {
	display:block;
	padding:10px 20px 10px 10px;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	background:url("../images/common/arrow_white.gif") 100% 50% no-repeat;
}


#sldr_open {
	margin: 0 10px 10px 10px;
	border:1px solid #ccc;
	background:#fff;
	-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	font-weight: bold;
}
#sldr_open dt {
	padding:0 10px;
	line-height:43px;
	font-size:16px;
	text-decoration:none;
	color:#333;
	border-bottom:1px solid #FFF;
	background-image: url("../images/common/down.gif") , -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));	
	background-image: url("../images/common/down.gif") , -moz-linear-gradient(top, #ffffff 0%, #eeeeee 99%);	
	background-position:right center;
	background-repeat:no-repeat;
}
#sldr_open dt.up {
	background-image: url("../images/common/up.gif") , -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));
	background-image: url("../images/common/up.gif") , -moz-linear-gradient(top, #ffffff 0%, #eeeeee 99%);	
	background-position:right center;
	background-repeat:no-repeat;
}
#sldr_open dd {
	background: #FA0;
}
#sldr_open li {
	border-top:1px solid #FFF;
	border-bottom:1px solid #FC6;
}
#sldr_open li.list_title {
	display:block;
	padding:5px 20px 5px 10px;
	font-size:10px;
	color: #999;
	text-decoration:none;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background: #FFF;
}
#sldr_open li:first-child {
	border-top:0 none;
}

#sldr_open dd a {
	display:block;
	padding:10px 20px 10px 10px;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	background:url("../images/common/arrow_white.gif") 100% 50% no-repeat;
}


/* ダウンスライダーリスト02 */
#sldr_02 {
	margin: 0 10px 10px 10px;
	border:1px solid #ccc;
	background:#fff;
	-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	font-weight: bold;
}
#sldr_02 dt {
	padding:0 10px;
	line-height:43px;
	font-size:16px;
	text-decoration:none;
	color:#333;
	border-bottom:1px solid #FFF;
	background-image: url("../images/common/down.gif") , -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));	
	background-image: url("../images/common/down.gif") , -moz-linear-gradient(top, #ffffff 0%, #eeeeee 99%);	
	background-position:right center;
	background-repeat:no-repeat;
}
#sldr_02 dt.up {
	background-image: url("../images/common/up.gif") , -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));
	background-image: url("../images/common/up.gif") , -moz-linear-gradient(top, #ffffff 0%, #eeeeee 99%);	
	background-position:right center;
	background-repeat:no-repeat;
}
#sldr_02 dd {
	background: #FA0;
}
#sldr_02 li {
	border-top:1px solid #FFF;
	border-bottom:1px solid #FC6;
}
#sldr_02 li:first-child {
	border-top:0 none;
}
#sldr_02 dd a {
	display:block;
	padding:10px 20px 0 10px;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	background:url("../images/common/arrow_white.gif") 100% 50% no-repeat;
}



/* ダウンスライダーリスト03 */
#sldr_03 {
	margin: 0 10px 10px 10px;
	border:1px solid #ccc;
	background:#fff;
	-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
}
#sldr_03 dt {
	padding:0 10px;
	line-height:43px;
	font-size:16px;
	font-weight: bold;
	text-decoration:none;
	color:#333;
	border-bottom:1px solid #FFF;
	background-image: url("../images/common/down.gif") , -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));	
	background-image: url("../images/common/down.gif") , -moz-linear-gradient(top, #ffffff 0%, #eeeeee 99%);	
	background-position:right center;
	background-repeat:no-repeat;
}
#sldr_03 dt.up {
	background-image: url("../images/common/up.gif") , -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));
	background-image: url("../images/common/up.gif") , -moz-linear-gradient(top, #ffffff 0%, #eeeeee 99%);	
	background-position:right center;
	background-repeat:no-repeat;
}
#sldr_03 dd {
	background: #FFF;
}
#sldr_03 li {
	font-weight: normal;
	border-top:1px solid #CCC;
	border-bottom:1px solid #FFF;
}
#sldr_03 li:first-child {
	border-top:0 none;
}
#sldr_03 dd a {
	display:block;
	padding:5px 10px;
	font-size:12px;
	text-decoration:none;
	line-height: 1.5em;
}


#sldr_03 ul.selectcont {
	display: block;
	width: 100%;
	height: auto;
}
#sldr_03 ul.selectcont li {
	display: block;
	width: 100%;
	height: auto;
	padding: 3px 0;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 0 none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#sldr_03 ul.selectcont li:last-child {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}


#sldr_03 ul.selectbox, #sldr_03 ul.selectbox_first {
	display: block;
	width: 100%;
	height: auto;
}
#sldr_03 ul.selectbox li, #sldr_03 ul.selectbox_first li {
	display: block;
	width: 33%;
	height: auto;
	padding: 3px 0;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#sldr_03 ul.selectbox_first li {
	border-top: 1px solid #CCC;
	border-right: 0 none;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#sldr_03 ul.selectbox li:last-child {
	border-top: 0 none;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#sldr_03 ul.selectbox_first li:last-child {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}



/* ダウンスライダーリスト03 開きっぱなし */
#sldr_03_open {
	margin: 0 10px 10px 10px;
	border:1px solid #ccc;
	background:#fff;
	-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
}
#sldr_03_open dt {
	padding:0 10px;
	line-height:43px;
	font-size:16px;
	font-weight: bold;
	text-decoration:none;
	color:#333;
	border-bottom:1px solid #FFF;
	background-image: url("../images/common/down.gif") , -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));	
	background-image: url("../images/common/down.gif") , -moz-linear-gradient(top, #ffffff 0%, #eeeeee 99%);	
	background-position:right center;
	background-repeat:no-repeat;
}
#sldr_03_open dt.up {
	background-image: url("../images/common/up.gif") , -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));
	background-image: url("../images/common/up.gif") , -moz-linear-gradient(top, #ffffff 0%, #eeeeee 99%);	
	background-position:right center;
	background-repeat:no-repeat;
}
#sldr_03_open dd {
	background: #FFF;
}
#sldr_03_open li {
	font-weight: normal;
	border-top:1px solid #CCC;
	border-bottom:1px solid #FFF;
}
#sldr_03_open li:first-child {
	border-top:0 none;
}
#sldr_03_open dd a {
	display:block;
	padding:5px 10px;
	font-size:12px;
	text-decoration:none;
	line-height: 1.5em;
}

#sldr_03_open ul.selectcont {
	display: block;
	width: 100%;
	height: auto;
}
#sldr_03_open ul.selectcont li {
	display: block;
	width: 100%;
	height: auto;
	padding: 3px 0;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 0 none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#sldr_03_open ul.selectcont li:last-child {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}



/* ダウンスライダーリスト */
#sldr_04 {
	margin: 0 20px;
	border:1px solid #FFF;
	background:#fff;
	-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
}
#sldr_04 dt {
	padding:0 10px;
	line-height:20px;
	font-size:10px;
	text-decoration:none;
	color:#333;
	background-image: url("../images/common/circlebutton_down.gif") , -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));	
	background-image: url("../images/common/circlebutton_down.gif") , -moz-linear-gradient(top, #ffffff 0%, #eeeeee 99%);	
	background-position:right center;
	background-repeat:no-repeat;
}
#sldr_04 dt.up {
	background-image: url("../images/common/circlebutton_up.gif") , -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));
	background-image: url("../images/common/circlebutton_up.gif") , -moz-linear-gradient(top, #ffffff 0%, #eeeeee 99%);	
	background-position:right center;
	background-repeat:no-repeat;
}
#sldr_04 dd {
	font-size: 10px;
	font-weight: normal;
	text-align:left;
}
#sldr_04 li {
	border-bottom:1px solid #CCC;
}
#sldr_04 li:last-child {
	border-bottom:0px;
}
#sldr_04 dd a {
	display:block;
	text-decoration:none;
	padding:10px 20px 10px 10px;
	background:url("../images/common/arrow_7_9.gif") 98% 50% no-repeat;
}


/* 第2・第3TELボタン用ダウンスライダーリスト */
#sldr_06 dt {
	background-position:left center;
	background-repeat:no-repeat;
}
#sldr_06 dt.up {
	background-color: #DDD;
	-webkit-border-top-left-radius: 5px;  
	-webkit-border-top-right-radius: 5px;  
	-webkit-border-bottom-right-radius: 0;  
	-webkit-border-bottom-left-radius: 0;  
	-moz-border-radius-topleft: 5px;  
	-moz-border-radius-topright: 5px;  
	-moz-border-radius-bottomright: 0;  
	-moz-border-radius-bottomleft: 0;
}


/* 非ダウンスライダーリスト */
.not_sldr {
	display: block;
	width: 100%;
	height: auto;
/*
	background:#fff;
	font-weight: bold;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
*/
}

.not_sldr_inner, .not_sldr_inner_02 {
	font-size:16px;
	text-decoration:none;
	color:#333;
	line-height:43px;
	border:1px solid #ccc;
	border-bottom:1px solid #FFF;
	background-position:right center;
	background-repeat:no-repeat;

	background-image: url("../images/common/right_min.gif");
	background-color: #EEEEEE;
	background-image: url("../images/common/right_min.gif"), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));  
	background-image: url("../images/common/right_min.gif"), -moz-linear-gradient(top, #ffffff 0%, #eeeeee 99%);
	-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
}
.not_sldr_inner {
	padding:0 10px;
	margin-bottom: 3px;
}
.not_sldr_inner img {
	width:15px;
	height:15px;
	padding-top:14px;
}
.not_sldr_inner_02 {
	padding: 8px 0;
	margin-bottom: 5px;
}
.box_border {
	border-left: 5px solid #F90;
	text-indent: 5px;
}

/* 2012_02_07 追加修正 開始 */
.not_sldr_inner_pk {
	font-size:16px;
	text-decoration:none;
	color:#333;
	line-height:43px;
	border:1px solid #ccc;
	border-bottom:1px solid #FFF;
	background-position:right center;
	background-repeat:no-repeat;

	background-image: url("../images/common/right_min_pk.gif");
	background-color: #EEEEEE;
	background-image: url("../images/common/right_min_pk.gif"), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));  
	background-image: url("../images/common/right_min_pk.gif"), -moz-linear-gradient(top, #ffffff 0%, #eeeeee 99%);
	-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
}
.not_sldr_inner_pk {
	padding: 8px 0;
	margin-bottom: 5px;
}
.box_border_pk {
	border-left: 5px solid #F0F;
	text-indent: 5px;
}
/* 2012_02_07 追加修正 終了 */



/* キーワード検索 */
#sch_form p {
}
.sch {
	display: block;
	width:160px;
	height: 30px;
	color:#777;
	border: 1px solid #eaeaea;
	margin-right: 10px;
	float: left;
}
.sch input {
	display: block;
	width: 170px;
	height: 30px;
	background: transparent;
	border: transparent;
}
#sch_submit_btn {
	display: block;
	width: 80px;
	height: 30px;
	text-shadow: rgba(0, 0, 0, 0.398438) 0px -1px 0px;
	border: 1px solid #636363;
	float:right;
	position: relative;
}
#sch_submit_btn input {
	display: block;
	width: 80px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background: transparent;
	border: transparent;
}



/* 絞り込み検索 */
.search input {
	height: 20px;
	border:1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.search .dropdown {
	height: 35px;
	border:1px solid #ccc;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.search #r_sch_submit_btn , .kensaku #r_sch_submit_btn {
	display: block;
	width: 100%;
	height: 40px;
	text-shadow: rgba(0, 0, 0, 0.398438) 0px -1px 0px;
	border: 1px solid #636363;
}
.search #r_sch_submit_btn input , .kensaku #r_sch_submit_btn input {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	line-height: 40px;
	background: transparent;
	border: transparent;
}
.search #r_sch_submit_btn_min , .kensaku #r_sch_submit_btn_min {
	display: block;
	width: 150px;
	height: 40px;
	text-shadow: rgba(0, 0, 0, 0.398438) 0px -1px 0px;
	border: 1px solid #636363;
}
.search #r_sch_submit_btn_min input , .kensaku #r_sch_submit_btn_min input {
	display: block;
	width: 150px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	line-height: 40px;
	background: transparent;
	border: transparent;
}
.search h3{
	border-bottom:#F30 2px solid;
	padding-bottom:3px;
	font-size:16px;
}	




/* ページタイトル部分 */
.box_title , .box_title_ranking {
	height: 46px;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	line-height: 46px;
	position: relative;
	text-indent: 5px;
}
.box_title {
	margin-bottom: 0px;
}
.box_title_ranking {
	margin-bottom: 3px;
}
.box_title h2 {
	margin-left: 5px;
}
.title_button {
	position:absolute;
	top: 7px;
	right: 10px;
}

.button_right70px {
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #999999;
	-webkit-border-top-left-radius: 4px;  
	-webkit-border-top-right-radius: 4px;  
	-webkit-border-bottom-right-radius: 4px;  
	-webkit-border-bottom-left-radius: 4px;  
	-moz-border-radius-topleft: 4px;  
	-moz-border-radius-topright: 4px;  
	-moz-border-radius-bottomright: 4px;  
	-moz-border-radius-bottomleft: 4px;
}
.button_right70px a {
	display: block;
	width: 70px;
	height: 30px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-indent: 2px;
	text-align: center;
	line-height: 30px;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #FFFFFF/*シャドウ色*/;
}


.button_right50px {
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #999999;
	-webkit-border-top-left-radius: 4px;  
	-webkit-border-top-right-radius: 4px;  
	-webkit-border-bottom-right-radius: 4px;  
	-webkit-border-bottom-left-radius: 4px;  
	-moz-border-radius-topleft: 4px;  
	-moz-border-radius-topright: 4px;  
	-moz-border-radius-bottomright: 4px;  
	-moz-border-radius-bottomleft: 4px;
}

/* 2011_10_03 追加開始 */
.button_right50px .button_right50px_inner {
	display: block;
	width: 50px;
	height: 30px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-indent: 2px;
	text-align: center;
	line-height: 30px;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #FFFFFF/*シャドウ色*/;
}
/* 2011_10_03 追加終了 */

.button_right50px a {
	display: block;
	width: 50px;
	height: 30px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-indent: 2px;
	text-align: center;
	line-height: 30px;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #FFFFFF/*シャドウ色*/;
}
.button_right_02 {
	border-radius: 4px;
	-webkit-border-top-left-radius: 4px;  
	-webkit-border-top-right-radius: 4px;  
	-webkit-border-bottom-right-radius: 4px;  
	-webkit-border-bottom-left-radius: 4px;  
	-moz-border-radius-topleft: 4px;  
	-moz-border-radius-topright: 4px;  
	-moz-border-radius-bottomright: 4px;  
	-moz-border-radius-bottomleft: 4px;
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #999999;
}
.button_right_02 a {
	display: block;
	width: 95px;
	height: 30px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-indent: 2px;
	text-align: center;
	line-height: 30px;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #FFFFFF/*シャドウ色*/;
}



.button_right_03 {
	display: block;
	width: 95px;
	height: 30px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	text-indent: 2px;
	text-align: center;
	line-height: 30px;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #FFFFFF/*シャドウ色*/;
	border-radius: 4px;
	-webkit-border-top-left-radius: 4px;  
	-webkit-border-top-right-radius: 4px;  
	-webkit-border-bottom-right-radius: 4px;  
	-webkit-border-bottom-left-radius: 4px;  
	-moz-border-radius-topleft: 4px;  
	-moz-border-radius-topright: 4px;  
	-moz-border-radius-bottomright: 4px;  
	-moz-border-radius-bottomleft: 4px;
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #999999;
}



/*アイコン説明枠*/
#icon_area{
	padding:5px 10px;
}

#icon_area li{
	float: left;
	padding-bottom:5px;
	margin-right: 5px;
}



/*リスト枠*/
.box_list02 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom:8px;
}
.box_list02 a {
	display:block;
	width: 100%;
	height: auto;
}
.box_list02 .list_img_64px {
	display: table-cell;
	vertical-align: top;
}
.box_list02 .list_img_64px img {
	width: 64px;
	height: auto;
	-ms-interpolation-mode: bicubic;
	margin-left: 10px;
}
.box_list02 .list_img_80px {
	display: table-cell;
	vertical-align: top;
}
.box_list02 .list_img_80px img {
	width: 80px;
	height: auto;
	margin-left: 10px;
}
.box_list02 .list_img_100px {
	display: table-cell;
	vertical-align: top;
}
.box_list02 .list_img_100px img {
	width: 100px;
	height: auto;
	margin-left: 10px;
}
.box_list02 .list_img_100px_toko {
	display: table-cell;
	vertical-align: top;
}
.box_list02 .list_img_100px_toko .tokolist_inner {
	display:block;
	width:100px;
	height: 75px;
	text-align:center;
	background-color:#000;
	margin-left:10px;
}
.box_list02 .list_img_100px_toko .tokolist_inner img {
	max-width: 100px;
	max-height: 75px;
}
.box_list02 .list_caption {
	display: table-cell;
	width: 100%;
}
.box_list02 .list_caption ul {
	display: block;
	margin-left: 5px;
}
.box_list02 .list_caption ul li img {
	padding-top: 1px;
	margin-right: 5px;
}

.box_list02 .arrow {
	display: table-cell;
	vertical-align: middle;
}
.box_list02 .arrow img {
	margin:0 10px;
}





/*絞り込み 写真のみ表示*/
#photo_box{
	border-collapse:collapse;
}
.photo_list_box{
	display:table;

	width:100%;
}

.photo_list_t{
	padding:10px 0px;
	display:table-cell;
	width:50%;
	height:auto;
	text-align:center;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	border-top:#CCC solid 1px;
}

.photo_list_t a{
	display:block;
	height:auto;
}

/* 2014_06_12 追加開始 */ /* 画質UP対応 */
.photo_list_t a img {
	max-width: 120px;
}
/* 2014_06_12 追加終了 */

.photo_list_b{
	padding-bottom:10px;
	display:table-cell;
	width:50%;
	height:auto;
	text-align:center;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
}

.photo_list_b_last{
	padding-bottom:10px;
	display:table-cell;
	width:50%;
	height:auto;
	text-align:center;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
}



/*ニュース画像切り替えボタン */
#news_waku {
	position: relative;
	overflow: hidden;
}
#news_photo{
	display: block;
	width: auto;
	height: 27px;
	margin: 0 auto;
	position: relative;
	left: 50%;
	float: left;
}
#news_photo li {
	display: block;
	width: 33px;
	height: 25px;
	border-top: 1px solid #ff6600;
	border-right: 1px solid #ffcc99;
	border-left: 1px solid #ff6600;
	border-bottom: 1px solid #ffcc99;
	margin:0px 1px;
	position: relative;
	left: -50%;
	float: left;
}
#news_photo li:first-child {
	-webkit-border-top-left-radius: 5px;  
	-webkit-border-top-right-radius: 0px;  
	-webkit-border-bottom-right-radius: 0px;  
	-webkit-border-bottom-left-radius: 5px;  
	-moz-border-radius-topleft: 5px;  
	-moz-border-radius-topright: 0px;  
	-moz-border-radius-bottomright: 0px;  
	-moz-border-radius-bottomleft: 5px;
}
#news_photo li:last-child {
	-webkit-border-top-left-radius: 0px;  
	-webkit-border-top-right-radius: 5px;  
	-webkit-border-bottom-right-radius: 5px;  
	-webkit-border-bottom-left-radius: 0px;  
	-moz-border-radius-topleft: 0px;  
	-moz-border-radius-topright: 5px;  
	-moz-border-radius-bottomright: 5px;  
	-moz-border-radius-bottomleft: 0px;
}
#news_photo li span {
	display:table-cell;
	width: 33px;
	height: 27px;
	color:#FFF;
	line-height:27px;
	text-shadow: 1px;
	vertical-align:middle;
}

/*
#girl_waku {
	position: relative;
	overflow: hidden;
}
#girl_photo{
	display: block;
	width: 280px;
	height: auto;
	margin: 0 auto;
	position: relative;
	left: 50%;
	float: left;
}
#girl_photo li {
	display: block;
	width: 50px;
	height: auto;
	margin:0px 3px;
	position: relative;
	left: -50%;
	float: left;
}
*/
.girl_p_box {
	display: block;
	overflow: hidden;
}
.girl_p_box_inner {
	display: block;
	width: 300px;
	height: auto;
	position: relative;
	left: 50%;
}
.girl_p_box_inner_02 {
	display: block;
	width: 300px;
	height: auto;
	position: relative;
	left: -50%;
}
#girl_waku_v {
	display: block;
	width: 51px;
	height: auto;
	float: right;
}
#girl_photo_v {
	display: block;
	width: 45px;
	height: auto;
	margin: 0 3px;
}
#girl_photo_v li {
	display: block;
	width: 45px;
	height: 68px;
	overflow: hidden;
	margin: 0 0 4px 0;
}



/* ニュース　店舗情報ボタン */
.contact_btn{
	display:table;
}

.contact_btn_left{
	float:left;
	width:48%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #F30;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #F30;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 2.2em;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #F30/*シャドウ色*/;
}

.contact_btn_right{
	float:right;
	width:48%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #F30;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #F30;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 2.2em;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #F30/*シャドウ色*/;
}

.contact_btn li a{
	display:block;
	color:#fff;
}

/*ランキングアイコン*/
#rank01{
	background-color:#A08228;
	padding:1px 10px;
	color:#FFF;
}

#rank02{
	background-color:#6A6F8E;
	padding:1px 10px;
	color:#FFF;
}

#rank03{
	background-color:#986c52;
	padding:1px 10px;
	color:#FFF;
}

.rank{
	background-color:#e2e2e2;
	padding:1px 10px;
	color:#5c5c5c;
}

.rank_arrow{
	line-height: 0.75em;
	padding: 0 5px;
}



/*クリック画像*/
.gravure_click {
	display: block;
	width: 285px;
	height: auto;
	position: relative;
}
.gravure_click .click {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
}
.movie_click {
	display: block;
	width: 180px;
	height: auto;
	position: relative;
}
.movie_click .click {
	position: absolute;
	top: 33px;
	left: 50px;
}



/*行選択*/
.select_gyou li {
	float: left;
}	
.select_gyou li a {
	display: block;
	width: 40px;
	height: 25px;
	line-height: 25px;
	background-color: #FA0;
	border: 1px solid #FFF;
	color: #FFF;
}	
.select_gyou li.yrw a {
	width: 45px;
}	



/*ページトップへ*/
#pagetop{
	display: block;
	height: 30px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#pagetop a{
	display:block;
	width:100%;
	height: 30px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 2.2em;
	text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #FFFFFF/*シャドウ色*/;
}



/* リアルタイム */
.realtime_a a {
	text-decoration: underline;
}



/*リアルタイムページ案内*/
.realtime_page {
	display: block;
	width: 100%;
	position: static;
	overflow: hidden;
}
.realtime_page ul {
	text-align: center;
}
.realtime_page ul li {
	display: inline-block;
	width: 35px;
	height: 35px;
	color: #FFF;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	background-color: #BBB;
	border: 1px solid #BBB;
}
.realtime_page ul li a {
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #999;
	font-weight: normal;
	background-color: #FFF;
}
.realtime_page ul li:first-child {
	background-color: #BBB;
	border-radius: 5px 0 0 5px;
	margin-right: 2px;
}
.realtime_page ul li:first-child a {
	background-color: #FFF;
	border-radius: 4px 0 0 4px;
}
.realtime_page ul li:last-child {
	background-color: #BBB;
	border-radius: 0 5px 5px 0;
	margin-left: 2px;
}
.realtime_page ul li:last-child a {
	background-color: #FFF;
	border-radius: 0 4px 4px 0;
}


/* 料金ページ */
.box_system {
	position: relative;
	overflow: hidden;
	
}
.box_system #contR {
	position: relative;
	top: 0%;
	left: -50%;
}
.box_system #contR .contRBox {
	position: relative;
	top: 0%;
	left: 50%;
}



/* 検索結果オススメ女の子表示 */
.photo {
	width:auto;
	height:auto;
	overflow:hidden;
    max-width: 100%;
}
.photo img {
	width:64px;
	height:auto;
	cursor: pointer;
}
.float_parent {
	position:relative;
}
.float_parent_02 {
	width: 74px;
	height: 95px;
	text-align:center;
	margin-bottom: 10px;
	float:left;
	position:relative;
}
.float_item {
	background-color: #FFF;
	position:absolute;
	top:-60px;
	left:-35px;
	width:275px;
	padding:7px 7px 5px 7px;
	display:none;
	z-index:100;
	border:solid 1px #999;
}
.float_item_02 {
	background-color: #FFF;
	position:absolute;
	top:-60px;
	left:-35px;
	width:170px;
	padding:7px 7px 5px 7px;
	display:none;
	z-index:100;
	border:solid 1px #999;
}
.close_link {
	width:30px;
	height: 20px;
	cursor:pointer;
	text-align:center;
	color:#00F;
	font-size:18px;
	background-color:#BABABA;
	margin:10px 0 18px 40px;
}
.photo_big {
	text-align:center;
}

.photo_big li {
	float:left;
	position:relative;
}
.photo_big li a {
	display:block;
	width:55px;
	height:80px;
}
.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 {
	float:left;
	position:relative;
}
.photo_big_02 li a {
	display:block;
	width:160px;
	height:180px;
	overflow: hidden;
}
.photo_big_02 li a .photo_big_inner {
	display:block;
	width:160px;
	height:180px;
	overflow: hidden;
}
.photo_big_02 li a .photo_big_inner img {
	width:160px;
	height:auto;
	margin: 0 5px;
}
.overbox {
	float:left;
	width:100％;
	height:auto;
	padding:5px 0 5px 0;
}
.overbox .profile {
	font-size:12px;
	color:#3CF;
}
.overbox .shopname {
	display:block;
	width: 275px;
	height: auto;
	color: #999;
	text-align:left;
	text-decoration: underline;
	font-size:14px;
	padding:0 0 10px 0;
}
.overbox .shopname a {
	display:block;
	color:#3CF;
}
.overbox .area {
	font-size:10px;
	color:#3CF;
}
.title {
	display:block;
	width: 275px;
	height: auto;
	font-size:12px;
	color:#333;
}
.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 {
	float:left;
	width:160px;
	height:auto;
}
.underbox .iinecount {
	font-size:10px;
	color:#F6C;
	margin:15px 0 0 0;
	float:left;
}
.underbox .iinecount span {
	font-size:16px;
	color:#F6C;
	font-weight:bold;
}
.underbox .iinebt {
	width:82px;
	height:32px;
	float:right;
}
*/



/* メニュー表示ボタン */
.cup_button {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 32px;
	-webkit-border-top-left-radius: 10px;  
	-webkit-border-bottom-left-radius: 10px;  
	-moz-border-radius-topleft: 10px;  
	-moz-border-radius-bottomleft: 10px;
	border: 1px solid #FFF;
	margin-right: 3px;
	position:relative;
}
.cup_button .nav{
	width:100px;
	height:30px;
	margin:0;
	padding:0;
}
.cup_button .nav ul{
	width:100px;
	height:30px;
	clear:both;
	display:block;
	margin:0 auto;
	text-align:center;
	list-style:none;
}
.cup_button .nav ul li.on{
}
.cup_button .nav ul li{
	width:100px;
	height:30px;
}
.cup_button .nav ul li a{
	display:block;
	width:100px;
	height:30px;
	background: no-repeat center top;
	}
.cup_button .nav li.search a {
	background-image:url(../images/common/nav_cup.png);
	background-size: 100px 30px;
}
.cup_button .nav li.search-up a {
	background-image:url(../images/common/nav_cup_up.png);	
	background-size: 100px 30px;
}
.cup_button .bx-navpopup{
	width: 295px;
	position:absolute;
	top: 35px;
	left: -207px;
	z-index:1;
	border:5px solid #F06;
	background-color: #F06;
	-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 5px;
	-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 5px;
}
.cup_button .bx-navpopup ul{
	width: 100%;
	height: auto;
	margin-top: 5px;
}
.cup_button .bx-navpopup ul li{
	display: block;
	width: 94px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 5px;
	margin-left: 2px;
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	background: #ff3d58;
	background: -webkit-gradient(linear,left bottom, left top,  
	to(#ffabae),
	color-stop(0.5,#ff7e81),
	color-stop(0.49,#ff3d58),
	color-stop(0.03,#ff3d58),  
	color-stop(0.02,#ff3a56),  
	color-stop(0.01,#ff3a56),  
	from(#ffa9ac)) ;  
	background: -moz-linear-gradient(  
	top, 
	#ffabae 0%, 
	#ff686d 50%, 
	#ff3f5a 51%, 
	#ff2948 98%, 
	#ffa9ac 99%
	);
	border: 1px solid #F60;
	float: left;
}
.cup_button .bx-navpopup li a{
	display: block;
	width: 96px;
	height: 35px;
	color: #FFF;
	font-weight: bold;
}


/* 2011_10_25 追加修正開始 */
/* まるっと追加 */
.shop_contents_list {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}
.shop_contents_list ul {
	display: block;
	width: 100%;
	height: auto;
	line-height: 2.5em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #FFF;
}
.shop_contents_list ul li {
	display: block;
	width: 50%;
	height: auto;
	float:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #FFF;
}
.shop_contents_list ul li.no_link {
	display: block;
	width: 50%;
	height: auto;
	color: #FFF;
	text-shadow: none;  
	background: #DDD;
	border-radius: 5px;
	-moz-border-radius: 5px;   
	-moz-border-radius: 5px;  
}
.shop_contents_list ul li a {
	display: block;
	width: 100%;
	height: auto;
	color: #FFF;
	text-shadow: 0/*x方向ずれ*/ -1px/*y方向ずれ*/ 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;
	-moz-border-radius: 5px;   
	-moz-border-radius: 5px;  
}

/* 2011_10_25 追加修正終了 */

/* 2014_10_27 共通フッタ用css追加 */

/* フッター */
footer {
	display: block;
	width: 100%;
	height: auto;
	word-break: break-all;
	margin-bottom: 10px;
}


/* フッターアイコン */
footer .ftr_mainbox {
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	width: 100%;
	height: 50px;
	word-break: break-all;
	font-size: 10px;
}
footer .ftr_mainbox a.ftr_icobox {
	display: block;
	word-break: break-all;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	height: auto;
}
footer .ftr_mainbox a.ftr_icobox .ftr_icobox_inner {
	display: block;
	width: 50px;
	height: auto;
	word-break: break-all;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}


/* フッターリンク */
.ftr_link {
	display: block;
	width: 100%;
	height: auto;
	word-break: break-all;
	font-size: 10px;
	text-align: center;
	background-color: #e8e8e8;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.ftr_link a {
	color: #555;
}


/* フッター下部他エリアボタン */
footer ul {
	display: block;
	width: 100%;
	height: auto;
	font-size: 10px;
}
footer ul li {
	display: block;
	width: 20%;
	
	color: #555;
	text-align: center;
	margin: 3px 0;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;	
	float: left;
}
footer ul li:last-child {
	border-right: none;
}


/* フッターコピーライト */
.ftr_copy {
	display: block;
	width: 100%;
	height: auto;
	word-break: break-all;
	font-size: 10px;
	text-align: center;
}

/* エリア検索 */
footer .common_areasrch ul li {
	display: block;
	width: auto;
	height: auto;
	color: #333;
	text-align: left;
	margin: auto;
	border-right: none;
	float: left;
}
footer .common_areasrch ul li:last-child {
	border-right: none;
}
.common_areasrch {
	display: block;
	width: 100%;
	height: auto;
	word-break: break-all;
	line-height: 1.5em;
}
.common_areasrch .area_big {
	display: block;
	width: 100%;
	height: auto;
	word-break: break-all;
	background-color: #FB0;
}
.common_areasrch .area_big h4 {
	color: #FFF;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
}
.common_areasrch .area_middle {
	display: block;
	width: 100%;
	height: auto;
	word-break: break-all;
}
.common_areasrch .area_middle h5 {
	font-size: 12px;
	font-weight: bold;
	color: #555;	
}
.common_areasrch ul.area_small {
	font-size:10px;
	margin-bottom: 5px;
}
.common_areasrch ul.area_small li {
	float: left;
}
.common_areasrch ul.area_small li a {
	color: #555;
}



/* ページトップボタン */
.btn_to_top {
	display: block;
	width: 100%;
	height: auto;
	word-break: break-all;
	font-size: 12px;
	color: #555;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px 1px #FFFFFF;
	background: #cccccc;
	background: -webkit-gradient(linear,left bottom, left top,  
 	to(#ffffff),
	color-stop(0.5,#eeeeee),
	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, 
	#ffffff 0%, 
	#f3f3f3 50%, 
	#e0e0e0 51%, 
	#e8e8e8 98%, 
	#f7f7f7 99%
	);
	border: 1px solid #CCC;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
}
/* グラデーション */
.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 {
display: block;
width: 100%;
height: auto;
color: #FFF;
font-weight: bold;
text-align: center;
position: absolute;
top: 35px;
left: 0;
}
.rad_10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;   
	-moz-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 */
}