@charset "UTF-8";

.mt10{
	margin:10px 0 0px 0;
}
.mb5{
	margin:0 0 5px 0;
}
.mb8{
	margin:0 0 8px 0;
	display:block!important;
}
.mb10{
	margin:0 0 10px 0;
	display:block!important;
}
.mt15{
	padding:30px 0 0 0;
	display:block!important;
}

.mp0{
	margin:0;
	padding:0;	
}

.mb15{
	margin:0 0 15px 0;
	display:block;
}
.clearR{
	display:block;
	clear:both;
}

.twitter-timeline{
	min-width:160px!important;
}

table{
border-collapse: collapse;
}




/* Header ----------------------------------------*/

header {
	width: 100%;
	line-height: 1;
}
header .headerTop {
	width: 100%;
	height: 40px;
	background: #630;
	color: #333;
}
header .inner {
	width: 1000px;
	margin: 0 auto;
}
header .headerBtm {
	width: 100%;
	height: 60px;
	background: #fff;
}
header .headerBtm ul {
	width: 1000px;
	display: table;
	margin: 0 auto;
}
header .headerBtm ul li {
	display: table-cell;
}
header .headerBtm ul li a {
	position: relative;
	display: block;
	height: 44px;
	padding: 16px 25px 0 25px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color: #000;
}
header .headerBtm ul li a span {
	display: inline-block;
	margin: 5px 0 0 0;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
	color: #888;
}
header .headerBtm ul li a:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	display: inline-block;
	background: #eb7788;
	width: 0;
	height: 3px;
	margin: 0;
	padding: 0;
	-webkit-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
}
header .headerBtm ul li a:hover:before {
	left: 0;
	width: 100%;
}
header .headerBtm ul li:nth-of-type(2) a:before {
	background: #f29c24;
}
header .headerBtm ul li:nth-of-type(3) a:before {
	background: #24b39b;
}
header .headerBtm ul li:nth-of-type(4) a:before {
	background: #b362a5;
}
header .headerBtm ul li:nth-of-type(5) a:before {
	background: #33bbef;
}
body.facilities header .headerBtm ul li:nth-of-type(1) a:before,
body.single-facilities header .headerBtm ul li:nth-of-type(1) a:before {
	left: 0 !important;
	width: 100% !important;
	background: #eb7788 !important;
}
body.rokeben .headerBtm ul li:nth-of-type(2) a:before,
body.single-rokeben .headerBtm ul li:nth-of-type(2) a:before {
	left: 0 !important;
	width: 100% !important;
	background: #f29c24 !important;
}
body.party .headerBtm ul li:nth-of-type(3) a:before,
body.single-party .headerBtm ul li:nth-of-type(3) a:before {
	left: 0 !important;
	width: 100% !important;
	background: #24b39b !important;
}
body.supportinfo .headerBtm ul li:nth-of-type(4) a:before,
body.tax-cat_support .headerBtm ul li:nth-of-type(4) a:before,
body.single-support .headerBtm ul li:nth-of-type(4) a:before {
	left: 0 !important;
	width: 100% !important;
	background: #b362a5 !important;
}
body.voice .headerBtm ul li:nth-of-type(5) a:before,
body.single-voice .headerBtm ul li:nth-of-type(5) a:before,
body.producer .headerBtm ul li:nth-of-type(5) a:before,
body.single-interview_producer .headerBtm ul li:nth-of-type(5) a:before,
body.director .headerBtm ul li:nth-of-type(5) a:before,
body.single-interview_director .headerBtm ul li:nth-of-type(5) a:before {
	left: 0 !important;
	width: 100% !important;
	background: #33bbef !important;
}

header #HeaderRenew_dm1 {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #eee;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
}

header #HeaderRenew_dm2 {
	display: none;
    position: fixed;
    top: 0;
	background: #fff;
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
    z-index: 1000;
}
header #HeaderRenew_dm2 .headerTop {
	background: #f80;
}
header #HeaderRenew_dm2 .headerBtm {
	background: #630;
	height: 40px;
}
header #HeaderRenew_dm2 .headerBtm ul li a {
	height: 26px;
	padding: 14px 25px 0 25px;
	color: #fff;
}

header .logo {
	float: left;
	width: 90px;
	padding: 8px 0 0 0;
}
header .logo img{
	width: 90px;
	height: auto;
}

header .subMenu {
	float: right;
	padding: 14px 0 0 0;
	font-size: 12px;
	text-align: right;
}
header .subMenu li {
	display: inline;
}
header .subMenu li a {
	position: relative;
	display: inline-block;
	padding: 0 11px 0 14px;
	color: #fff;
	text-decoration: none;
}
header .subMenu li a:hover {
	text-decoration: underline;
}
header .subMenu li a:after {
	position: absolute;
	top: 2px;
	right: 0;
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

header form {
	display: block;
	float: right;
	height: 30px;
	margin: 0;
	padding: 5px 0;
}
header form .radio_style {
	float: right;
	padding: 5px 0 0 20px;
	color: #fff;
}
header form .radio_style input[type="radio"]:checked + span {
	color: #ff6;
}
header form .search_box {
	float: left;
	height: 30px;
}
header form .search_box input[type="text"] {
	width: 420px;
	height: 28px;
}
header form .search_box input[type="submit"] {
	width: 60px;
	height: 30px;
	font-size: 14px;
}


.fixed {
	display: block !important;
    z-index: 10000;
}




/* Footer ----------------------------------------*/

footer {
	background: #eee;
	width: 100%;
	margin: 100px 0 0 0;
	text-align: left;
	line-height: 1;
	font-weight: normal;
}
footer .inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

footer .footerMain {
	padding: 30px 0;
}

footer .sns {
	float: left;
	margin: 0 0 30px 0;
	padding: 5px 0;
	text-align: left;
	font-size: 0;
	line-height: 0;
}
footer .sns li {
	display: inline;
	margin: 0 6px 0 0;
}
footer .sns img {
	width: 30px;
	height: 30px;
}
footer .contact {
	margin: 0 0 30px 0;
	float: right;
	font-size: 0;
	line-height: 0;
	text-align: right;
}
footer .contact li {
	display: inline;
	margin: 0 0 0 5px;
}
footer .contact li a {
	position: relative;
	display: inline-block;
	height: 40px;
	padding: 0 32px 0 20px;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	border-radius: 2px;
}
footer .contact li a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: -4px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
footer .contact li a:hover {
	opacity: 0.8;
}
footer .contact .ct a {
	background: #f80;
}
footer .contact .mg a {
	background: #630;
}
footer .category {
	clear: both;
	width: 100%;
}
footer .category a {
	color: #000 !important;
}
footer .category a:hover{
	color: #b33b00 !important;
}
footer .category h3 {
	border-bottom: 1px solid #999;
	background: url(../images/newicon_03.png) left top no-repeat;
	background-size: 22px;
	margin: 0 0 20px 0;
	padding: 2px 0 10px 32px;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	line-height: 1;
}
footer .category dl {
	float: left;
	width: 25%;
}
footer .category dt {
	margin: 0 0 14px 0;
	padding: 0 0 0 20px;
	font-size: 16px;
	color: #630;
}
footer .category dd {
	padding: 0 0 0 20px;
}
footer .category dd li {
	margin: 0 0 10px 0 !important;
	line-height: 1.2;
}
footer .category dl.area {
	width: 50%;
}
footer .category dl.area ul {
	float: left;
	width: 50%;
}

footer .footerSub {
	background: #ccc;
	width: 100%;
	padding: 18px 0;
	text-align: center;
}
footer .footerSub a {
	padding: 0 15px;
	color: #000 !important;
}
footer .footerSub a:hover{
	color: #b33b00 !important;
}

footer .lj {
	background: #fff;
	width: 100%;
	padding: 20px 0;
}
footer .lj dl {
	display: table;
}
footer .lj dl dt {
	display: table-cell;
	width: 245px;
}
footer .lj dl dd {
	display: table-cell;
	width: 230px;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}
footer .lj dl dd.ljn {
	padding: 0 20px 0 15px;
}
footer .lj dl dd.ljm {
	padding: 0 0 0 15px;
}
footer .lj dl dd span {
	color: #f60;
}

footer .copyright {
	background: #630;
	width: 100%;
	margin: 0;
	padding: 18px 0;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	color: #fff;
}




/* Container ----------------------------------------*/

#container{
	font-family:"繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
}

#ContentsRenew{
	clear: both;
	width: 1000px;
	margin: 40px auto;
}

#ContentsRenewIn{
	padding:0px;
}

.HeaderSearch{
	text-align:left;
	width:400px;
	margin:40px 0 0 0;
	position:absolute;
}

.HeaderSearchTab{
	height:28px;
	width:400px;
	float:left;
	position:relative;
}

.HeaderSearchTab ul{
	padding:0;
	margin:0;
}

.HeaderSearchTab li{
	float:left;
	padding:0;
	margin:0 4px 0 0;
}

.form_entry{
	background:#e7d4b8;
	width:400px;
	height:55px;
	position:absolute;
	top:28px;
	}

#HeaderSearchBtn{
	position:absolute;
	top:12px;
	left:307px;
}

input[type=text]{
	font-size:13px;
}
#search_form_area input[type=text]{
	border:none;
}

input.HSearch{
	height:33px;
	width:280px;
	padding:0;
	margin:0;
	line-height:33px;
	position:absolute;
	top:12px;
	left:12px;
}


.HeaderList{
	position:absolute;
	margin:68px 0 0 409px;
}

.melmagaArea_renew{
height:155px;
overflow-y:scroll;
overflow-x:hidden;
margin:0 0 5px 0;
}

.melmagaArea_renew ul{
	line-height:15px!important;
	font-size:13px;
}

.melmagaArea_renew ul li{
	list-style:none;
	margin:0px;
	padding:15px 10px 15px 10px;
	border-bottom:1px dotted #a0a0a0;
}
.melmagaArea_renew ul li .date{
	font-weight:bold;
	color:#fd8822;
	}
	.melmagaArea_renew ul li a{
		color:#535353;
		}

.top_area_list{
	margin:20px 0 0 0;
	width:760px;
	}
	.top_area_list h2{
	margin:20px 0 0 0;
	}
	.top_area_list ul {
		margin:20px 0 0 0;
		}
	.top_area_list ul li{
		width:170px;
		margin:0 10px 0 10px;
		float:left;
		}
	.top_area_list ul li .link{
		margin:5px 0 0 0;
		}
		.top_area_list ul li .text{
		margin:5px 0 0 0;
		}
	
	
.top_recomend_area_wrap{
	border:1px solid #e3e3e3;
	width:760px;
	margin:20px 0 0 0;
	}
	.top_recomend_area_in{
		padding:3px;
		}
		.top_recomend_area{
		background:#f8f7f7;
		padding:10px;
		}
		.top_recomend_area h2{
			padding:5px 0 15px 5px;
			}

.top_links{
	width:760px;
	margin:40px 0 0 0;
	}
	.top_links h2{
		padding:0 0 10px 0;
		border-bottom:2px solid #6a3906;
		}
	
	.top_links .sns_wrap{
		margin:20px 0 0 0;
		}
	.top_links .fb{
		width:370px;
		height:300px;
		float:left;
		}
	.top_links .tw{
		width:370px;
		height:300px;
		float:right;
		}

.bnr_wrap{
	width:760px;
	margin:30px 0 0 0;
	}
	.bnr_wrap .f-l{
		float:left;
		}
		.bnr_wrap .f-r{
		float:right;
		}

.bnr_footer{
	margin:15px 0 0 0;
	}
	.bnr_footer li{
		float:left;
		margin:0 15px 0 0;
		}

.TopSlideBox{
	width:1000px;
}

.TopMainRenew{
	width:1000px;
	 overflow:hidden;
	 margin:30px 0 0 0;
}

.TopVoice{
	width:100%;
	margin:5px 0 10px 0;
}

.TopVoiceIn{
	margin:1px;
	background:url(../../images/topvoice_bg.gif) repeat;
	padding:5px 0;
	text-align:center;
}

.TopVoiceInBox{
	margin:0 5px;
	padding:8px 5px;
	background:#FFF;
}

.TopVoiceInBox img{
	width:100px;
	height:80px;
}


.TopVoiceInBox h3{
	text-align:left;
		font-size:12px;
		font-weight:bold;
		margin:5px 0 0 0;
}

.TopVoiceInBox p{
	text-align:left;
	padding:10px 0 0 0;
	font-size:10px;
	line-height:130%;
	height:25px;
	overflow:hidden;
}


.r_melmagaRenew{  border:1px solid #ccc; padding:0 0 5px 0; margin:0 0 5px 0; width:100%; height:270px;}
.r_melmagaRenew h2{ margin:0; height:25px;}


.TopSerachMainBox{
width:569px;
background:url(../images/top_search_center01.gif) repeat-y left top;
}

.TopSerachMain{
	padding:18px 15px 15px 15px;
}

 #ss_ranking{
	float:left;
	width:300px;

}

#ss_ranking li{
	float:left;
font-size:12px;
margin:0 5px 0 0;
padding:8px 0 0 0;
}

input.TopSerachMainForm{
	 height:27px;
	width:430px;
	padding:0;
	line-height:27px;
	margin:0;
		float:left;
	}

input.TopSerachBtn{
	margin:0;
	padding:0;
	float:right;
}

#TopSerachTxt{
	position: absolute;
	top: -12px;
	left: 142px;
}


#TopSerachTxt2{
	position: absolute;
	top: -12px;
	left: 142px;
}

.TopSerachkey{
	margin:0px 0 0px 0;
}


.TopSerachkey img{
	float:left;
		margin:5px 0 0px 0;
}


/* GLOBAL NAVI */
.NavRenew{
    width:948px;
    margin:0px 0 10px 0;
}

.NavRenew ul{
	margin:0;
	padding:0;
}

.NavRenew li{
float:left;
margin:0px;
padding:0px;
}

.NavRenew li:last-child{
	margin:0 0px 0 0;
}




/* GOTOTOP ----------------------------------------*/

.bottom_keisai{
	padding:15px 0 0 0!important;
}

.gototopRenew {
	position: fixed;
	right: 15px;
	bottom: 15px;
	border: 1px solid #fff;
	width:60px;
	height: 60px;
	margin:0;
	z-index: 1000;
}
.gototopRenew a {
	position: relative;
	display: block;
	background: #444;
	width:60px;
	height: 0;
	padding: 60px 0 0 0;
	overflow: hidden;
}
.gototopRenew a:hover { opacity: 0.8; }
.gototopRenew a:after {
	position: absolute;
	top: 25px;
	left: 22px;
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	vertical-align: middle;
	z-index: 1;
}




/*PAN------------------------------------------------*/
#PanRenew{
	padding:0 0 0px 0;
	margin: 0 0px 0px 0;
}
#PanRenew br { display: none;}
#PanRenew p{ float:left; 	display:block; padding:0px 0 10px 0;}

#ContentsNaka{ width:1000px; margin:0; text-align:left; padding:0; float:left; display:inline; }
#ContentsNaka:after{display:block;margin-top:-1px;height:1px;content:"";clear:both;}




/*SEARCH------------------------------------------------*/

#ContentsRenew{ width:1000px; margin:0 auto; text-align:left; padding:0;}


.SearchResult{ width:100%; text-align:right;font-size:14px; margin:2px 0 5px 0; color:#434300;}
.SearchResult strong{ font-size:18px; color:#f95b1e; font-weight:bold;}


.SearchSearchBox {
	background: #fff;
	width:1000px;
	margin: 0 0 10px 0;
}
.SearchSearchBox h4 {
	position: relative;
	background: #e1d6cc;
	margin: 0;
	padding: 12px 15px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	color: #630;
	border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	z-index: 2;
}
.SearchSearchBoxIn {
	position: relative;
	background: #fff;
	padding: 20px;
	border:1px solid #ccc;
	margin: -1px 0 0 0;
	border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	z-index: 1;
}
.SearchSearchBox .radio_style {
	float: right;
	width: 180px;
	padding: 0;
}
.SearchSearchBox .radio_style label {
	margin: 1px 0;
}
.SearchSearchBox .search_box {
	float: left;
	width: 760px;
}
.SearchSearchBox .search_box input[type="text"] {
	width: 609px;
	height: 43px;
	font-size: 16px;
}
.SearchSearchBox .search_box input[type="submit"] {
	height: 45px;
	font-size: 16px;
}

input.TopSerachMainFormS{
	 height:27px;
	width:800px;
	padding:0;
	line-height:27px;
	margin:0;
	float:left;
	border:1px solid #ddd;
}

#banaRe,
#banaRe-box { width:1000px;padding:0; }
#banaRe h3 {}
#banaRe-box .bana-piece,
#banaRe-box .bana-piece-end {
	width: 233px;
	float: left;
	display: inline;
	border: 1px solid #ccc;
	border-top: 3px solid #eb7788;
	background: #fff;
	margin: 0 20px 20px 0;
	padding: 0 0 12px 0;
}
#banaRe-box .bana-piece:nth-child(4n) {
	margin: 0 0 20px 0;
}
#banaRe-box .piece-end { margin-right:0; }
#banaRe-box .bana-img { width: 210px; background: #eee; padding: 12px 11px 12px 12px; }
#banaRe-box .bana-piece img { width: 210px; height: auto; }
#banaRe-box .bana-piece h4{ font-size:14px; font-weight: bold; line-height: 1.4; margin: 12px 0 8px 0; color:#eb7788; padding: 0 15px;}
#banaRe-box .bana-piece p{ line-height: 1.6; padding: 0 15px;}


.MapSearch {
	float: none;
    width: 960px;
	background: #fff;
	margin: 10px 0 0 0;
	border: 1px solid #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 19px 19px 9px 19px;
	font-size: 14px;
	line-height: 1;
}
.MapSearch h4 {
	background: #eee;
	margin: 10px 0;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.MapSearch h4:first-child {
    margin: 0 0 10px 0;
}
.MapSearch .MapSearch-box {
	float: none;
    width: 960px;
	padding: 0;
    margin: 0 0 10px 0;
	border: none;
}
.MapSearch .search_box {
    float: left;
    width: 660px;
	margin: 0;
}
.MapSearch .search_box input[type="text"] {
	float: left;
    width: 508px;
}
.MapSearch .radio_style {
    float: left;
    width: 290px;
    padding: 9px 0 0 10px;
}

.MapSearchArea {
	width: 958px;
	height: 475px;
	border: #999 solid 1px;
	margin: 0 0 20px 0;
}
.MapSearchArea #map_left {
    float: left;
	width: 258px;
}
.MapSearchArea #view_cnt {
	width: 257px;
    height: 40px;
    border-right: #999 solid 1px;
    border-bottom: #ccc solid 1px;
    text-align: center;
    vertical-align: middle;
	line-height: 40px;
}
.MapSearchArea #map_controls {
    float: left;
	width: 257px;
    height: 435px;
    border-right: #999 solid 1px;
}
.MapSearchArea #map_controls ul {
	width: 257px;
    height: 434px;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 12px;
}
.MapSearchArea #map_controls li {
	margin: 0;
    padding: 10px;
    border-bottom: #ccc dotted 1px;
}
.MapSearchArea #map_controls li img {
	margin: 0 10px 0 0;
}
.MapSearchArea #map_controls li td {
	font-size: 12px;
	line-height: 1.6;
}




/*contents_left*/
.navi_left{
	}
	.navi_left .other{
		margin:10px 0 0 0;
		}
	.contents_left h2{
		margin:10px 0 0 0;
		}
	
/*special------------------------------------------------*/

	.SpeTag{
		float:left;
		margin:0 2px 0 0;
	}
	
	.SpeKaiso{
		display:block;
		margin:0 0 10px 0;
		clear:both;
	}

.pointArea p{
	padding: 0 0 0px 0!important;
	}




/*VOICE------------------------------------------------*/
	
.VoiceW{
	width:1000x;
	margin:0 0 15px 0;
}
	
.VoiceL{
	float:left;
	width:150px;
}
	
.VoiceL h2{
	margin:0;
	padding:0;
	height:40px;
}
		
.VoiceCat{
	width:100%;
	background:#F5F1F1;
	padding:5px 0;
}
	
.VoiceCatIn{
	margin:0 5px;
	background:#FFF;	
}

.VoiceCatIn li{
	border-bottom:dotted 1px #888888;
}

.VoiceCatIn li:last-child{
	border-bottom:none;
}


.VoiceCatIn li a{
	display: block;
	height: 37px;
	line-height: 37px;
	font-size: 13px;
	padding:0 0 0 5px;
	background-image: url(../../voice/images/voice_icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #fff;
	color:#111111;
}

.VoiceCatIn li a:hover{
background-color: #E7E7E7;
text-decoration:none;
}

	
	.VoiceMain{
		float:left;
		margin:0 0 0 20px;
		width:775px;
	}
	
		.VoiceMain h2{
		margin:0;
			padding:0;
			height:203px;		
		}
	
.VoiceListL{
	margin:15px 0 0 0;
	width:378px;
	float:left;
}

.VoiceListR{
	margin:15px 0 0 0;
	width:378px;
	float:right;
}

.VoiceListIn{
	padding:0 15px 15px 15px;
	border:1px solid #DDDDDD;

}

.VoiceNew{
	line-height:0;
	float:left;
	background:#B22D00;
	padding:20px 10px 20px 10px;
	font-size:10px;
	color:#fff;
	font-weight:bold;
}

.VoiceCatList{
	float:right;
	margin:15px 0 0 0;
}

span.VoiceCatListTxt{
		font-size:11px;
	background:#E8F1FF;
	color:#4C79FF;
	text-align:center;
	padding:3px 10px;
	margin:0 5px 0 0;
	line-height:1;
		font-weight:bold;
	}

.VoiceListIntit{
	font-size:13px;
	margin:8px 0;
	line-height:130%;
	font-weight:bold;
}

.VoicePh{
	float:left;
	width:130px;
}

.VoiceListIn p{
	display:block;
	float:right;
	font-size:13px;
	line-height:140%;
	width:200px;
}

	/*VOICE 隧ｳ邏ｰ------------------------------------------------*/
	
		.VoiceDeMain{
			float:left;
			margin:10px 0 0 20px;
			width:584px;
		}
	
	.VoiceDeR{
		float:right;
		width:174px;
	}
	
		.VoiceDeRW{
			border:2px solid #D8DCE6;
			
		margin:10px 0 15px 0;
		}
		
			.VoiceDeRW h3{
				height:31px
			}
	
		.VoiceDeRW li{
			border-bottom:dotted #D8DCE6 1px;
			font-size:12px;
			line-height:135%;
			padding:8px 8px 8px 22px;
			margin:0 0 0 0px;
			text-indent:-1em;
			list-style-type:disc;
			list-style-position:inside;
		}
		
.VoiceDeRW li:last-child{
			border-bottom:none;
		}
		
			.VoiceDeRW2{
			border:2px solid #E9E7DE;
			
		margin:0 0 0px 0;
		}
		
			.VoiceDeRW2 h3{
				height:31px
			}
	
		.VoiceDeRW2 li{
			border-bottom:dotted #D8DCE6 1px;
			font-size:12px;
			line-height:135%;
			padding:8px 8px 8px 22px;
			margin:0 0 0 0px;
			text-indent:-1em;
			list-style-type:disc;
			list-style-position:inside;
		}
		
.VoiceDeRW2 li:last-child{
			border-bottom:none;
		}
		
		.VoiceDeTit{
			margin:10px 0;	
		}
		
	.VoiceDeTit p{
		float:left;
		width:525px;
		line-height:140%;
		font-size:16px;
		margin:0 0 0 10px;
		display:block;
		font-weight:bold;
	}
	
		.VoiceDeSNS{
		margin:10px 0;
			background:#F7F7F7;
			padding:8px;
		}

.VoiceDeHonbun{
	width: 100%;
	font-size: 14px;
}
.VoiceDeHonbun p{
	margin: 0 0 15px 0;
}
.VoiceDeHonbunPh{
	float:left;
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	margin:0 30px 0 0;
}

.VoiceDeHonbun .VoiceDeHonbunPhCopy {
	font-size: 16px;
}
.VoiceDeHonbun .VoiceDeHonbunPhCopy p{
	margin: 0 0 10px 0;
}

.VoiceDeHonbunPh img{
	text-align:center;
}

.VoiceDeHonbun h3,
.VoiceDeHonbun h4{
	font-size: 18px;
	line-height: 1.2;
	margin: 30px 0 15px 0;
}




/* LIST ----------------------------------------*/

#ListL{
	float:left;
	width:468px;
	margin:0 0 15px 0;
	background:#F6F6F6;
}

.ListLIn{
	padding:10px
}


.ListLInTxt{
	font-size:16px;
}

.ListLInTxtPage{
	display:block;
	margin:0;
	font-size:14px;
}

.ListLIn h2{
	height:51px;
	padding:0;
	margin:0;
}

#ListR {
	width: 1000px;
	margin: 20px auto 40px auto;
	padding: 0;
}
#ListR h2 {
	background: url(../images/list_mi_kento_icon.png) left top no-repeat;
	border-bottom: 1px solid #999;
	height: 38px;
	margin: 0 0 15px 0;
	padding: 13px 0 5px 58px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 1;
}

.ListLInTxtL{
	float:left;
	text-align:left;
	margin: 0;
}
.ListLInTxtR{
	float:right;
	text-align:right;
	margin: 0;
}

.ListBox {
	float: left;
	border: 1px solid #ccc;
	border-top: 3px solid #eb7788;
	width: 478px;
	background: #fff;
	margin: 40px 40px 0 0;
}
.ListBox:nth-child(2n) {
	margin: 40px 0 0 0;
}

.ListBoxHead {
	background: #eee;
	padding: 15px 20px;
}
.ListBoxHead a {
	color: #000;
	text-decoration: none;
}
.ListBoxHead a:hover{
	color: #b33b00;
	text-decoration: underline;
}

.ListBoxHeadName {
	min-height: 20px;
	margin: 0 0 12px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px dotted #ccc;
}
.ListBoxHeadName p{
	float: left;
	display: block;
	width: 300px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
}
.ListBoxHeadDe {
	display: block;
	float: right;
	width: 130px;
}
.ListBoxHeadDe a {
    position: relative;
    display: block;
    background: #c22;
	width: 100px;
    padding: 8px 20px 8px 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.ListBoxHeadDe a:hover {
	opacity: 0.8;
    color: #fff;
    text-decoration: none;
}
.ListBoxHeadDe a:after {
    content: "\00D7";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 14px;
    height: 14px;
	margin: -7px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

.ListBoxHeadUnder{
}
.ListBoxHeadUnder p{
	float: left;
	display: block;
	width: 160px;
	line-height: 1.4;
}
.ListBoxHeadUnderR{
	float: right;
	width: 265px;
	height: 27px;
}

.ListCont {
	padding: 15px 20px;
}
.ListTit{
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 1.4;
	color: #630;
}

.ListPhL{
	float:left;
	width:290px;
}
.ListPhL img{
		width:292px;
}
.ListPhR{
	float:right;
	width:132px;

}
.ListPhR img{
	width:128px;
	margin:0 0 7px 0;
}

table.listT{
	margin: 15px 0 0 0;
	font-size: 12px;
	width: 100%;
	border: 1px solid #999;
	border-collapse: collapse;
}
table.listT th{
	margin:2px;
	background: #630;
	border: 1px solid #999;
	border-collapse: collapse;
	width: 40%;
	text-align:center;
	padding: 8px 0;
	color: #FFF;
	box-shadow: 0px 0px 0px 1px #ffffff inset;
}
table.listT td {
	border: 1px solid #999;
	border-collapse: collapse;
	padding: 8px 10px;
}

.ListBtnW {
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
}
.ListBtnW a {
    position: relative;
	display: inline-block;
    background: #eb7788;
    width: 330px;
    height: 16px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.ListBtnW a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	margin: -4.2px 0 0 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.ListBtnW a:hover {
	opacity: 0.8;
    color: #fff;
    text-decoration: none;
}



/* NAVI ----------------------------------------*/

.entry_method_info_box:last-child{ background:none!important;}

.entry_method_head_r2{ width:330px;float:right; display:inline; background:#e0f3ff; padding:8px;}


.RenewNaviTag{
	width:895px;
	height:43px;
	margin:10px 0;
}

.RenewNaviTag img{
	float:left;
}

.RenewNaviMi{
	margin:20px 0 8px 0;
}

.tab_4_chain{ margin:10px 0px 8px 0px!important;}

.naviphCap{
	clear:both;
	text-align:center;
	display:block;
	margin:5px 0 0 0;
	width:93px;
	line-height:130%;
}

.NaviMapW{
	width:100%;
	margin:0 0 8px 0;
}

.NaviMapWL{
	float:left;
	width:648px;
	border:1px solid #ccc;
}

.NaviMapWR{
	float:left;
	margin:0 0 0 15px;
}

.NaviMapWRBig{
	font-size:13px;
	background:url(../../navi/images/navi_mapicon.jpg) no-repeat left center;
	line-height:1;
	margin:0 0 5px 0;
	padding:5px 0 5px 25px;
}

.NaviShisetuW{
	width:100%;
}

.NaviShisetuL{
    float:left;
    width:504px;
}

#RenewPhThumW .item{
    border:1px solid #CCCCCC;
    padding:1px;
}

#RenewPhThumW .inner{
    background:#BABECA;
     width:100%;
}

#RenewPhThumW ul{
    padding:15px 0 15px 15px;
}


#RenewPhThumW li{
    width:80px;
    position:relative;
    float:left;
    margin:0 2px 10px 2px;
}


#RenewPhThumW li img{
  width:80px;	
}

#RenewPhThumW .selected span{
    border:3px solid #F84C1A;
    position:absolute;
    left:0px;
    top:0px;
    width:76px;
    height:54px;
}



#RenewPhThumWA.item{
    border:1px solid #CCCCCC;
    padding:1px;
}

#RenewPhThumWA .inner{
    background:#BABECA;
     width:100%;
}

#RenewPhThumWA ul{
    padding:0;
}



#RenewPhThumWA li{
    width:160px;
    position:relative;
    float:left;
    margin:0 10px 10px 0;
}


#RenewPhThumWA li img{
  width:160px;	
}

#RenewPhThumWA .selected span{
    border:3px solid #F84C1A;
    position:absolute;
    left:0px;
    top:0px;
    width:156px;
    height:117px;
}

.RenewPhCom{
	display:block;
	float:left;
	width:600px;
	font-size:12px;
	margin:5px 0 0 0;
}

.RenewPhBtnAll{
	float:right;
	margin:5px 0 0 0;
}

.RenewPhcase{
    width:100%;
}

.youtubeW{
	margin:15px 0 15px 240px;
}

.RenewPhcaseR{
	float:right;
	width:357px;
}

.SarsueiPoint{
	background:#F3F0DF;
	margin:0 0 10px 0;
}

.SarsueiOriiginal{
	background:#E9E9E9;
	margin:0 0 10px 0;
}


.SarsueiPointIn{
	padding:10px 10px 5px 10px;
	text-align:center;
}

.SarsueiPointIn li{
	list-style-type:disc;
	list-style-position:inside;
	text-indent:-1em;
	padding:0 0px;
	margin:0 7px 5px 15px;
	font-size:12px;
	line-height:135%;
	text-align:left;
}



.SarsueiPointIn p{
		text-align:left;
	display:block;
	margin:10px 0;
	font-size:12px;
	line-height:135%;
}


.SarsueiPointInMi{
	margin:0 0 5px 0;
	height:19px;
	text-align:left;
}

.Naviatten{
	padding:30px 0 0 0;
	position:relative;
	top:100px;
	display:block;
}

.NaviFaxW{
	padding:0;
	margin:10px 0 15px 0;
	font-size:20px;
	font-weight:bold;
}

table.NaviCont{
	width:100%;
	font-size:12px;
	line-height:130%;
}

table.NaviCont th{
	width:70px;
	padding:0;
	vertical-align:top;
	text-align:left;
}

table.NaviCont td{
	text-align:left;
		padding:0 0 3px 0;
		vertical-align:top;

}

table.NaviCont td.NaviContPhTD{
		width:84px;
}

.NaviContPh{
	width:84px;
	height:94px;
	background:#ADCAD5;
	text-align:center;
}

.NaviContPh img{
	padding:2px;
}


.tab_4_box{
	width:400px!important;
	float:left!important;
	border:1px #CCCCCC solid;
	padding:0!important;
	margin:5px 0px 10px 20px!important;
}

.tab_4_boxIn{
	padding:10px;
}

.tab_4_box img{
	float:left;
	width:180px!important;
}

.keiretuTxt{
	width:180px;
	float:right;
}

.keiretuTxt p{
	font-size:11px;
	line-height:135%;
}

.smtxt{
	font-size:11px;
	color:#FF1800;
	display:block;
	padding:3px 0 0 0;
}

.entry_method_coupon{
	padding:5px 15px 10px 5px!important;
}




/*ROKEBEN ----------------------------------------*/

.rokeben h2 {
	border: 1px solid #ccc;
	padding: 2px;
    margin: 0 0 20px 0;
}
.rokeben h2 img {
	width: 100%;
	height: auto;
}

#BenL {
    float: left;
    width: 680px;
    margin: 0;
}

#BenR {
    float: right;
    width: 295px;
    margin: 0;
}

#BenL table.BenSearchBox {
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    font-size: 14px;
}
#BenL table.BenSearchBox tr {
    border-bottom: 1px dotted #eee;
}
#BenL table.BenSearchBox td {
    border-right: 1px dotted #eee;
    width: 50%;
	vertical-align: top;
	line-height: 1.2;
}

#BenL dl.osusume {
    margin-top: 20px;
    border: 2px solid #f29c24;
}
#BenL dl.osusume dt {
	background-color: #f29c24;
	height: 48px;
	position: relative;
}
#BenL dl.osusume dt img {
	position: absolute;
	bottom: 0;
}
#BenL dl.osusume dd {
    width: 49.8%;
    float: left;
    font-size: 14px;
    font-weight: bold;
	line-height: 1.6;
}
#BenL dl.osusume dd p {
	margin: 0;
    padding: 0 20px 15px 20px;
	font-size: 13px;
}
#BenL dl.osusume dd .title {
	padding: 15px 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}
#BenL dl.osusume dd .title span {
	font-size: 13px
}
#BenL dl.osusume dd img {
	float: left;
	margin: 0 15px 15px 0;
}
#BenL dl.osusume dd.border {
	border-right: 2px dotted #f29c24;
}
#BenL dl.osusume dd p.lastChild {
	font-weight: normal;
}

.BenSearchIn {
    padding: 15px;
}
.BenSearchIn p {
    margin: 10px 0 0 0;
}
.BenSearchInMi{
	display:block;
}

.BenSearchFormtxt{
	float: left;
	height: 25px;
	line-height: 25px;
	width: 220px;
	margin: 0 5px 0 0!important;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #333;
}

#BenR dl {
    border: 1px solid #630;
    border-radius: 2px;
}
#BenR dt.BenRankMi {
    background: #630;
    height: auto;
    line-height: 1.4;
    margin: 0;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

#BenR dd {
    margin: 12px 15px 15px 15px;
}

	.BenRankL{
		float:left;
		width:310px;
	}
	
		.BenRankLImg{
			margin:10px 0;
			text-align:center;
			width:100%;
		}


	.BenRankR{
		float:right;
		width:310px;
	}
	
	.BenRank1{
		background:url(../../rokeben/images/ben_rank1.gif) no-repeat top left;
		padding:0 0 0 50px;	
		min-height:100px;
	}
	
		.BenRanketc{
			margin: 0 0 10px 0;
	display:table;
}
			
.BenRanketc p {
    font-size: 16px;
    line-height: 1.2;
    padding: 5px 0 0 0;
    display: table-cell;
    vertical-align: middle;
}
			
.BenRanketc img{
	margin:0 10px 0 0;
	float:left;
}

.BenOsusume{
	margin:0;
	padding:0;
	border:2px solid #FFD432;
}

.BenOsusumeMi{
	height:60px;
}

.BenOsusume ul{
	padding:0;
	margin:0;
}

.BenOsusume ul li{
	border-bottom:1px dotted #FFD432;
	padding:15px;
}

.BenOsusume ul li img{
	float:left;
	width:120px;
}

.BenOsusume ul li p{
	float:right;
	width:135px;
	display:block;
	line-height:130%;
	font-size:12px;
}

.BenShopName{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
}

table.BenShopList {
	display: block;
    margin: 20px 0;
    width: 1000px;
}
table.BenShopList td {
    float: left;
    display: block;
    width: 488px;
    border: 1px solid #ccc;
    border-top: 3px solid #f29c24;
    margin: 0 20px 20px 0;
}
table.BenShopList td:nth-child(2n) {
    margin: 0 0 20px 0;
}
.BenShopListBox {
    margin: 0;
}
.BenShopListBoxHead{
	background: #eee;
	padding: 20px 20px 17px 20px ;
}
.BenShopListBoxHeadIn {
	position: relative;
    padding: 0;
}
.BenShopListBoxHeadIn span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	line-height: 0;
	text-align: right;
}
.BenShopListBoxHeadIn span img {
	margin: 0 0 0 3px;
}
.BenShopListName {
    display: block;
    font-size: 20px;
    padding: 0 190px 10px 0;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
    line-height: 1.2;
}
.BenShopListName a {
	color: #000;
	text-decoration: none;
}
.BenShopListName a:hover {
	color: #630;
	text-decoration: underline;
}
.BenShopListCopy {
    display: block;
    padding: 12px 0 0 0;
    color: #630;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
}
.BenShopListUW {
    padding: 15px;
    line-height: 130%;
}

.BenShopListl{ width:247px; float:left; margin:0 0px 0 0;}

.BenShopListl_img{ width:247px;}
.BenShopListl_img img{ width:247px;縲margin:0 0 0px 0;}
.BenShopListl_img p{ margin:5px 0 10px 0; font-size:11px;}

.BenShopListUl{ width:120px; margin:0 0px 0 0; float:left; display:inline;}
.BenShopListUR{ width:120px; margin:0; float:right; display:inline;}
.BenShopListUl img,
.BenShopListUR img{ width:120px;}
.BenShopListUl p,
.BenShopListUR p{ margin:5px 0 10px 0; font-size:11px;line-height:1.4;}

.BenShopListr {
    width: 195px;
    float: right;
    margin: 0;
}

.BenTokuten{
	border: 1px solid #FF623F;
	color: #FF623F;
	margin:0 0 10px 0;
	text-align:center;
}

.BenTokuten img{
	margin:0 0 5px 0;
}

.BenTokuten p{
	padding:5px;
	font-weight:bold;
	font-size:13px;
	text-align:left;
}

.BenInfo{
	border: 1px solid #999;
	padding: 0;
	margin: 0;
}
.BenInfo p {
    display: block;
    margin: 5px 0 10px 0;
    padding: 0 15px;
    line-height: 1.5;
    font-size: 13px;
}
.BenInfoMi {
    margin: 10px 0 5px 0;
    padding: 0 10px;
}

.BenClose {
    background: #c22;
    text-align: center;
    padding: 14px 8px;
}
.BenClose p {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
	line-height: 1.2;
    color: #fff;
    vertical-align: middle;
}
.BenCloseL {
    font-size: 16px;
    font-weight: bold;
}




/*howto======*/

.navi-t p strong{
	font-weight:bold;
	font-size:13px;
}

/*about======*/

#about h2 {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 0 0 20px 0;
}
#about h2 img {
	width: 100%;
	height: auto;
}

.about01{
	margin:40px 0 0 0;
	width: 100%;
	}
	.about01 h3{
		margin:0 0 30px 0;
		padding:0 0 10px 0;
		font-size:24px;
		line-height: 1.2;
		color:#000;
		border-bottom:1px solid #fd8822;
		}
		.about01_in{
			margin:30px 0 0 0;
			}
		.about01_l{
			width:500px;
			float:left;
			}
			.about01_l h4{
				color:#fd8822;
				font-size:18px;
				margin:0 0 10px 0;
				line-height:1.5;
			}
			.about01_l p{ 
				margin:10px 0 20px 0;
				font-size:15px;
				line-height:1.5;
				}
			.about01_r{
			width:400px;
			float:right;
			margin:0 50px;
			}

.about02{
	margin:60px 0 0 0;
	}	
	.about02 h3{
		margin:0 0 30px 0;
		padding:0 0 10px 0;
		font-size:24px;
		line-height: 1.2;
		color:#000;
		border-bottom:1px solid #fd8822;
		}
		.about02 p{
			margin:10px 0 20px 0;
		}
	.about02_re {
		width: 100%;
		margin: 20px 0 0 0;
		overflow: hidden;
		}
		.about02_re div {
			float: left;
			border-bottom: 1px dotted #ccc;
			width: 485px;
			margin: 0;
			padding: 25px 0;
			overflow: hidden;
			}
		.about02_re div:nth-of-type(2n) {
			float: right;
			}
		.about02_re div:nth-of-type(1),
		.about02_re div:nth-of-type(2) {
			border-top: 1px dotted #ccc;
			}
			.about02_re div .img {
				float: left;
				width:180px;
				margin: 0;
				}
			.about02_re div .text {
				float: right;
				width:285px;
				margin: 0;
				}
				.about02_re div .text li {
					margin: 0;
					text-indent: -1em;
					padding-left: 1em;
					}

.about03{
	margin:40px 0 0 0;
	}	
	.about03 h3{
		margin:0 0 30px 0;
		padding:0 0 10px 0;
		font-size:24px;
		line-height: 1.2;
		color:#000;
		border-bottom:1px solid #fd8822;
		}
		.about03 p{
			margin:10px 0 20px 0;
		}
		.about03 ul{
			margin:0;
			}
			.about03 ul li{
				float:left;
				width: 33.33%;
				text-align: center;
				margin:0 0 20px 0;
				padding: 0;
				}

.about04{
	margin:60px 0 0 0;
	}	
	.about04 h3{
		margin:0 0 30px 0;
		padding:0 0 10px 0;
		font-size:24px;
		line-height: 1.2;
		color:#000;
		border-bottom:1px solid #fd8822;
		}
	.about04 h4{
		margin:0 0 20px 0;
		font-size:18px;
		line-height: 1.2;
		color:#fd8822;
		}

	.about04_01{
		margin:0 0 40px 0;
		}
		.about04_01 p{
			text-align: center;
			}

	.about04_02{
		margin:0 0 20px 0;
		}
	.about04_navi ul{
		width: 100%;
		margin: 0;
		}
	.about04_navi li{
		float:left;
		border:1px solid #d2d2d2;
		width:450px;
		margin:0 20px 20px 0;
		padding: 19px;
		}
	.about04_navi li:nth-child(2n) {
		margin:0 0 20px 0;
	}
	.about04_navi .img{
		float:left;
		margin:0 20px 0 0;
		width:220px;
		}
		.about04_navi .text{
		width:210px;
		float:left;
		}
		.about04_navi .text h5{
			background:#fd8822;
			color:#fff;
			font-size:14px;
			padding:5px 10px;
			}
			.about04_navi .text h6{
				color:#a40000;
				font-size:14px;
				margin:10px 0 0 0;
				}
				.about04_navi .text p{
					margin:2px 0 0 0;
					padding:0px;
					font-size:14px;
					}

.post_wrap{
	border:1px solid #ccc;
	margin:0 0 40px 0;
	}
	.post_in{
		padding:3px;
		}
		.post{
		background:#eee;
		padding:30px;
		}
		.post h4{
		padding:0 0 10px 0;
		font-size:20px;
		line-height: 1.2;
		color:#000;
		padding:0 0 15px 0;
		border-bottom:1px solid #ccc;
		}
		.post .contents{
			font-size:15px;
			line-height:1.5;
			margin:15px 0 0 0;
			}
		.contact_area{
			margin:15px 0 0 0;
			}
			.contact_area .info{
				width:520px;
				line-height: 1;
				float:left;
				}
				.contact_area .info .tel{
					color:#fd8822;
					font-size:36px;
					font-weight:bold;
					margin:10px 0 0 0;
					}
					.contact_area .info .tel span{
						font-size:18px;
						}
					.contact_area .info .date{
						margin:10px 0 0 0;
						font-size:18px;
						color:#333333;
						}
				.contact_area .btn{
				width:320px;
				float:right;
				margin:25p 0 0 0;
				text-align: right;
				}
	
	.about04_04{
		margin:0 0 40px 0;
		}
		.about04_04 p{
			text-align: center;
			}

.about_question{
	width: 100%;
	margin:0;
	}	
	.about_question h3{
		margin:0 0 30px 0;
		padding:0 0 10px 0;
		font-size:24px;
		line-height: 1.2;
		color:#000;
		border-bottom:1px solid #fd8822;
		}
		.about_question .contents{
			margin:20px 0 0 0;
			border:1px solid #ccc;
			background:#fff;
			border-radius:2px;
			padding:30px;
			}
		.about_question h4{
			margin:0 0 15px 0;
			padding:0 0 10px 0;
			color:#fd8822;
			font-size:18px;
			line-height: 1.2;
			border-bottom:1px dotted #ccc;
			}
			.about_question h4 span{
				color:#a40000;
				}
		.about_question p{
				margin:10px 0 0 0;
				font-size:14px;
				color:#333333;
				}

.about_bottom{
	margin:40px 0 40px 0;
	}
	
	
/*popup*/

.pu_closeBtn{
	line-height:30px;
	height:30px;
	text-align:center; font-family:'繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', Meiryo, Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
	font-size:14px;
}

#opBox{
	cursor:pointer;
	width:176px;
	margin:0 auto;
	padding:0;
}

#opBox img{
	max-width:176px;
}


#op{
	background:none;
	text-align:center;
	margin:0;
	padding:0;
}


#opWrap{
	width:610px;
	margin:0 auto;
	padding:5px 0;
}

#opWrap img{
	max-width:600px;
	max-height:500px;
}

#space{
	width:410px;
	margin:0 auto;
	cursor:pointer;
}


#spaceWrap{
	width:650px;
	margin:0 auto;
	padding:5px 0;
}

#spaceWrap img{
	max-width:640px;
	max-height:700px;
}


.search_box {
	display: block !important;
	height: 40px;
}
.search_box input[type="text"] {
	float: left;
	display: block !important;
	border: 1px solid #ccc;
	border-right: none;
	background: #fff;
	height: 38px;
	margin: 0;
	padding: 0 10px;
	vertical-align: middle;
	font-size: 14px;
	border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
}
.search_box input[type="submit"],
.search_box button {
	float: left;
	display: block !important;
	border: none;
	background: #c22;
	width: 130px;
	height: 40px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
	border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	cursor: pointer;
}




/* Radio - Check ----------------------------------------*/

.radio_style,
.check_style {
	padding: 0 10px;
}
.radio_style input[type=radio],
.check_style input[type=checkbox] {
	display: none;
}
.radio_style label,
.check_style label {
	position: relative;
	display: inline-block;
	min-height: 17px;
	margin: 0 15px 10px 0;
	padding: 3px 0 0 25px;
	cursor: pointer;
	line-height: 1.2;
}

.radio_style label span:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: inline-block;
	background: #eee;
	border: 2px solid #999;
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: middle;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 1;
}
.radio_style input[type="radio"]:checked + span {
	color: #c22;
}
.radio_style input[type="radio"]:checked + span:before {
	border: 2px solid #c22;
	background: #fff;
}
.radio_style input[type="radio"]:checked + span:after {
	position: absolute;
	top: 5px;
	left: 5px;
	content: '';
	display: inline-block;
	background: #c22;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 2;
}

.check_style label span:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: inline-block;
	background: #eee;
	border: 2px solid #999;
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: middle;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.check_style input[type="checkbox"]:checked + span {
	color: #c22;
}
.check_style input[type="checkbox"]:checked + span:before {
	border: 2px solid #c22;
	background: #fff;
}
.check_style input[type="checkbox"]:checked + span:after {
	position: absolute;
	top: 1px;
	left: 6px;
	content: '';
	display: inline-block;
	width: 5px;
	height: 10px;
	border-right: 4px solid #c22;
	border-bottom: 4px solid #c22;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 2;
}