@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	color:#1A1A1A;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	background:url(../images/bg_body.jpg) repeat;
}
#wrapper {
	width:100%;
	overflow:hidden;
}
h1 a {
	height:58px;
}

h1 a {
	text-decoration:none !important;
}

.bg_title {
    background: -webkit-linear-gradient(top, #3C3C3C 0%, #000 100%);
    background: -moz-linear-gradient(top, #3C3C3C 0%, #000 100%);
    background: -o-linear-gradient(top, #3C3C3C 0%, #000 100%);
    background: -ms-linear-gradient(top, #3C3C3C 0%, #000 100%);
    background: linear-gradient(top, #3C3C3C 0%, #000 100%);
}

h2 {
	color:#FFF;
	font-size:150%;
	text-shadow: 2px 2px 4px #000;
	border-left:3px solid #C1272D;
	padding-left:0.5em;
}

.h3_box {
	box-sizing:border-box;
	background:#C1272D;
	border:2px solid #FFE100;
	margin-bottom:0.6em;
	padding:0.4em;
}

h3 {
	padding:0 0 0 0.5em;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color:#FFF;
	border-left:25px solid #FFE100;
}

.p_how {
	text-align:center;
}

p.p_oshiharai {
	margin-bottom:1.0em !important;
}

ul.txt_s li {
	margin: 0.5em 0;
	font-size: 0.9em;
	color: #D30;
	list-style-type: disc !important;
}
.chiiki_number a,.pnumber a {
	text-decoration: none ;
	color: #000;
}
.a_ip {
	font-size:0.5em;
	color:#D30;
}

@media screen and (min-width: 768px) {
.inner {
	position:relative;
	width:100%;
	margin:0 auto;
}

header {
	box-sizing:border-box;
	position:relative;
	width:100%;
    background: -webkit-linear-gradient(top, #3C3C3C 0%, #050505 93%, #505050 93%, #505050 95%, #000 95%, #000 100%);
    background: -moz-linear-gradient(top, #3C3C3C 0%, #050505 93%, #505050 93%, #505050 95%, #000 95%, #000 100%);
    background: -o-linear-gradient(top, #3C3C3C 0%, #050505 93%, #505050 93%, #505050 95%, #000 95%, #000 100%);
    background: -ms-linear-gradient(top, #3C3C3C 0%, #050505 93%, #505050 93%, #505050 95%, #000 95%, #000 100%);
    background: linear-gradient(to bottom, #3C3C3C 0%, #050505 93%, #505050 93%, #505050 95%, #000 95%, #000 100%);
}

nav {
	width:100%;
	background:#fff;
	⁄zoom:1;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}

#contents {
	overflow:hidden;
	width:1000px;
	margin:0 auto;
	padding:20px 15px;
	background:#FFF;
}

#sub_l {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:22.0%;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}

#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:53%;
	margin-left:1.5%;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}

#sub_r {
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:22.0%;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}

footer {
	box-sizing:border-box;
	position:relative;
	width:100%;
    background: -webkit-linear-gradient(top, #3C3C3C 0%, #000 100%);
    background: -moz-linear-gradient(top, #3C3C3C 0%, #000 100%);
    background: -o-linear-gradient(top, #3C3C3C 0%, #000 100%);
    background: -ms-linear-gradient(top, #3C3C3C 0%, #000 100%);
    background: linear-gradient(to bottom, #3C3C3C 0%, #000 100%);
}

a {
	color:#09F;
	text-decoration:underline;
}
a:hover {
	color:#ff8000;
	text-decoration:none;
}

.bg_title {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position:relative;
	margin-bottom:1.0em;
	padding:1.0em;
}
h2 {
	font-size:150%;
}

h3 {
	font-size:130%;
}

/*h3 {
	margin-bottom:0.5em;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:145%;
	border-left: 10px solid #900;
	background:#333;
	padding:5px 7px;
	text-shadow: 2px 2px 4px #000;
}*/

h3.howto {
	margin-bottom:1em;
	padding:2px 10px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:130%;
	color:#FFF;
	border-left:10px solid #F00;
	border-bottom:2px solid #F00;
	background:#000;
}

.h_bg_sub {
	margin-bottom:0.75em;
	padding:0.5% 1%;
	text-align:center;
	color:#FFF;
	text-shadow: 2px 2px 4px #000;
    background: -webkit-linear-gradient(top, #FFF 0%, #CCC 50%, #000 50%, #DDD 100%);
    background: -moz-linear-gradient(top, #FFF 0%, #CCC 50%, #000 50%, #DDD 100%);
    background: -o-linear-gradient(top, #FFF 0%, #CCC 50%, #000 50%, #DDD 100%);
    background: -ms-linear-gradient(top, #FFF 0%, #CCC 50%, #000 50%, #DDD 100%);
    background: linear-gradient(to bottom, #FFF 0%, #CCC 50%, #000 50%, #DDD 100%);
	border: 1px solid #666;
}

h3.h_sub {
	margin:0;
    background: -webkit-linear-gradient(top, #333 0%, #000 100%);
    background: -moz-linear-gradient(top, #333 0%, #000 100%);
    background: -o-linear-gradient(top, #333 0%, #000 100%);
    background: -ms-linear-gradient(top, #333 0%, #000 100%);
    background: linear-gradient(to bottom, #333 0%, #000 100%);
	border: 1px solid #666;
	padding:2px 5px;
	color:#fff;
	border:none;
	font-size:16px;
}


h4 {
	position:relative;
	margin:0.5em 0 0.5em 5px;
	padding-left:10px;
	color:#000;
	font-size:120%;
	font-weight:bold;
	background:#FFE100;
	border-top:#C1272D solid 2px;
	border-right:#C1272D solid 2px;
	border-bottom:#C1272D solid 2px;
	border-left:#C1272D solid 15px;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0.25em 0.5em 0.25em;
	text-align:left;
	font-size:1.2em;
}

.clearfix:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}

img {
	vertical-align:middle;
}


img.imgleft {
	float:left;
	width:30%;
	margin:-6px 6px 0 0;
}

img.imgright {
	float:right;
	width:35%;
	margin-top:-5px;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:-0.2em 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

.btn_how {
	width:70%;
	margin-bottom:1.0em;
}

.btn_how:hover {
	opacity:0.5;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}

.txtleft {
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
}

.txtleft img {
	margin-right:10px;
}

.taikendan {
	margin:0 auto 1em;
	padding:0;
	width:510px;
	color:#FFF;
}

.taikendan_title {
	box-sizing:border-box;
	margin:0 0 -1px 0;
	padding:5%;
	width:100%;
	height:100px;
	text-align:center;
	background:url(../images/frame_taikendan_top.png) no-repeat;
	background-size:contain;
}
.only_others {
	margin:0 0 -60px 0;
}

.taikendan_title h3 {
	box-sizing:border-box;
	padding:18px 0;
	font-size:1.2em;
	width:460px;
	height:67px;
	color:#5E3410;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	background:url(../images/bg_taikendan_title.png) no-repeat;
	background-size:cover;
	border:none;
}

.taikendan div:nth-child(2) {
	box-sizing:border-box;
	margin:0 0 -1px 0;
	padding:0 7%;
	width:100%;
	background:url(../images/frame_taikendan_middle.png) repeat-y;
	background-size:contain;
}

.taikendan div:last-child {
	margin:0;
	padding:0;
	width:510px;
	height:36px;
	background:url(../images/frame_taikendan_bottom.png) no-repeat;
	background-size:contain;
}

.taikendan p {
	margin:0;
	padding:0;
}

.fwN {
	font-weight:normal !important;
}

ol {
	font-size: 120%;
}

ol li div {
	width:90%;
	margin:0.2em 0 0.5em 0;
	padding:0;
	border: 1px solid #FBB03B;
	background:#FEFFA4;
}

.pnumber {
	font-size:180%;
	font-weight:bold;
	font-family: 'Istok Web', sans-serif;
	margin:0 0 -0.2em 0;
	display:block;
}

.arrow_pnumber {
	width:15px;
	margin:-0.5em 0.3em 0.5em 0.5em;
}
}

.camp_pc {
	display:block;
}

.camp_sp {
	display:none;
}

.contentsbox {
	margin-bottom:2.0em;
}
.em_r {
	font-size:90%;
	color:#D00;
}

.only_sp {
	display:none;
}
.mgnB0 {
	margin-bottom:0;
}

.mgnB2 {
	margin-bottom:2em;
}

.mgnB4 {
	margin-bottom:4em;
}

.mgnT1_5 {
	margin-top:1.5em;
}

.question, .answer {
	vertical-align:middle;
	padding:0.5em;
	border:5px solid #C08821;
}
.question th,.question td {
	background-color:#FFFFFB;
	border:none;
}
.question td {
	color:#5E3410;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	font-size:1.5em;
	vertical-align:middle;
}
.answer {
	font-size:120%;
	background:#262626;
	color:#FFF;
}
th.question {
	width:5%;
}

.link_box {
	position:relative;
	width:40%;
	margin:0;
	padding:0;
	height:100%;
}
.link_box a {
	position:absolute;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:110%;
	color:#FF6;
	width:100%;
	background:#400;
	box-sizing:border-box;
	border-top:1px solid #600;
	border-right:3px solid #200;
	border-bottom:5px solid #270C0E;
}

.link_box a:hover {
	line-height:230%;
	background:#300;
	box-sizing:border-box;
	border-top:none;
	border-right:none;
	border-bottom:3px solid #270C0E;
}

.txtC {
	text-align:center;
}

.shosai {
	float:right;
	margin:0.2em 0.2em 0 0;
	padding:0.2em;
	text-align:center;
}
.org {
	color:#F90;
}

#topicpath{
	margin: 0.3em 0 0.7em 0;
}
#topicpath img {
	vertical-align:middle;
}
.red {
	color:#C1272D;
}
.blk_b {
	color:#000;
	font-weight:bold;
}
/*================================================
 *  テーブル
 ================================================*/
 table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #330000;
	background:#000;
}
 
td {
	padding:10px;
	text-align:left;
	background:#300;
	border:1px solid #000;
}

table.QA {
	margin-left:10px;
	margin-bottom:0.7em;
	width:98%;
}

ol li div table {
	margin-bottom: 0;
	border:none;
}
 
ol li div table tr th, ol li div table tr td {
	background:none;
	border:none;
	padding:0;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding:0px 10px 3px;
}


@media screen and (min-width: 0px) and (max-device-width: 1000px) {
.inner_header {
	position:relative;
	width:1000px;
	margin:0 auto;
}
}

@media screen and (min-width: 1201px) {
.inner_header {
	position:relative;
	width:1200px;
	margin:0 auto;
}
}

.summary {
	position:absolute;
	height:100%;
	top:22px;
	right:10px;
	margin:0;
}

.summary p {
	line-height:100%;
}

.summary {
	font-size:14px;
	font-weight:lighter;
	color:#FFF;
	line-height:100%;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media screen and (min-width:768px) {
	nav {
		background-color:#AB272D;
		z-index:3;
		font-size:1.3em;
		box-sizing:border-box;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border:2px solid #FFE100;
		width:100%;
		overflow:hidden;
	}
	nav ul {
		margin:0;
		padding:0;
	}
	nav li {
		position:relative;
		width:100%;
		margin:0;
		padding:0;
		text-align:left;
		text-indent:15px;
		border-bottom:dotted #FFF 1.5px;
	}
	nav li img{
		vertical-align:text-top;
	}
	nav li:first-child {
		width:100%;
		-webkit-border-top-left-radius: 100%;
		-webkit-border-top-right-radius: 100%;
		-moz-border-radius-topleft: 100%;
		-moz-border-radius-topright: 100%;
	}
	nav li:last-child {
		border:none;
	}
	.nav_child {
		background:#CE5159;
		font-size:0.8em;
		height:90%;
	}
	nav li:hover:before,
	nav li:hover + li:before, 
	nav li:last-child:hover:after,
	nav li li:before,
	nav li li:after {
		display:none;
	}
	nav li:last-child li {
		left:-50%;
	}
	nav li a {
		display:block;
		padding:10px 0;
		color:#fff;
		text-decoration:none;
	}
	nav li ul {
		display:block !important;
		position:absolute;
		top:100%;
		left:0;
		margin:0;
		padding:0;
		border-radius:0 0 3px 3px;
		z-index:3;
	}
	nav li ul li {
		overflow:hidden;
		width:150%;
		height:0;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		-o-transition:.2s;
		-ms-transition:.2s;
		transition:.2s;
	}
	nav li li:first-child {
		width:150%;
	}
	nav li ul li a {
		padding:10px 15px;
		background:#7c0c0c;
		text-align:left;
		font-weight:normal;
	}
	nav li:hover > a {
		background:#300;
		color:#fff;
		font-weight:bold;
	}
	nav li.nav_parent:hover > a {
		background:#AB272D !important;
		color:#fff;
		font-weight:bold;
	}
	nav li:hover > a:hover {
		background:#500;
	}
	.gnav {
		display:block !important;
	}

	#spMenu {
		display:none;
	}
	.showNav {
		background:#7c0c0c !important;
	}

	.showSub {
		overflow:visible;
		min-height:42px;
		border-bottom:2px solid #8c0e0e;
		font-size:90%;
	}
	.showSub:last-child {
		border-bottom:0;
	}
	.showSub:last-child a {
		border-radius:0 0 3px 3px;
	}
	nav li a.select {
		background:#500;
		color:#fff;
		font-weight:bold;
		box-sizing:border-box;
		border-left:1px solid #C00;
		border-right:1px solid #C00;
}

}

/*================================================
 *  サブコンテンツ(左右カラム共通)
 ================================================*/
.sub_title {
	margin:35px 0 15px;
}
 
 
/*================================================
 *  サブコンテンツ(右カラム)
 ================================================*/
#sub_r {
	text-align:center;
	color:#000;
}
.qr_txt {
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
}
.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.5;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

.txt_qr {
	width:80%;
	margin:5% 10% 10%;
}

.txt_qr:after {
	clear:both;
}

.qr {
	float:right;
	margin-left:5%;
	width:45%;
}

/*------------番組電話番号一覧ここから------------*/
#dial {
	background-color:#FFE100;
	z-index:3;
	box-sizing:border-box;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border:3px solid #AB272D;
	width:100%;
	overflow:hidden;
	text-align:center;
}
#h_dial {
	margin-top:10px;
	font-weight:bold;
	font-size:1.4em;
}
.dial_box {
	background-color:#FFF;
	box-sizing:border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:2px solid #AB272D;
	width:94%;
	overflow:hidden;
	margin:5px auto 8px;
}
.chiiki {
	box-sizing:border-box;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	position:relative;
	width:98%;
	margin: 2px auto;
    background: -webkit-linear-gradient(top, #3C3C3C 0%, #000 100%);
    background: -moz-linear-gradient(top, #3C3C3C 0%, #000 100%);
    background: -o-linear-gradient(top, #3C3C3C 0%, #000 100%);
    background: -ms-linear-gradient(top, #3C3C3C 0%, #000 100%);
    background: linear-gradient(top, #3C3C3C 0%, #000 100%);	
	color:#FFE100;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:0.2em;
}
.chiiki_number {
	font-size:1.9em;
	color:#000;
	font-family: 'Istok Web', sans-serif;
	vertical-align:text-bottom;
}

.chiiki_number img {
	vertical-align:middle;
	margin-right:0.2em;
}

#innner_dial {
	position:relative;
	margin: 0;
	background: url(../images/bg_dial.jpg) center;
	border: 1px solid #7D5220;
}

.decoration_lefttop {
	position:absolute;
	left:0;
	top:0em;
}

.decoration_righttop {
	position:absolute;
	right:0;
	top:0;
}

.decoration_leftbottom {
	position:absolute;
	left:0;
	bottom:0;
}

.decoration_rightbottom {
	position:absolute;
	right:0;
	bottom:0;
}

#bg_h_dial {
	padding:5%;
    background: -webkit-linear-gradient(top, #C00 0%, transparent 30%, transparent 70%, #600 100%);
    background: -moz-linear-gradient(top, #C00 0%,  ransparent 30%, transparent 70%, #600 100%);
    background: -o-linear-gradient(top, #C00 0%, transparent 30%, transparent 70%, #600 100%);
    background: -ms-linear-gradient(top, #C00 0%, transparent 30%, transparent 70%, #600 100%);
    background: linear-gradient(to bottom, #C00 0%, transparent 30%, transparent 70%, #600 100%);
	box-shadow: 0 0 6px 1px rgba(0,0,0,0.5) inset;
}

h3.id_dial {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-shadow: 2px 2px 4px #000;
	font-size:110%;
	background:none;
	margin-bottom:0;!important
	padding:2px 5px;
	color:#fff;
	border:none;
}

.org_b {
	font-size:150%;
	color:#FFDD00;
}

h4.h_dial {
	border-bottom:1px solid #FC0;
    background: -webkit-linear-gradient(top, #FC0 0%, transparent 70%);
    background: -moz-linear-gradient(top, #FC0 0%,  ransparent 70%);
    background: -o-linear-gradient(top, #FC0 0%, transparent 70%);
    background: -ms-linear-gradient(top, #FC0 0%, transparent 70%);
    background: linear-gradient(to bottom, #FC0 0%, transparent 70%);
	color:#FFF;
	font-size:130%;
	text-shadow: 2px 2px 4px #000;
	margin-bottom:0;
	padding:0.2em 0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.pnumber_dial {
	font-size:180%;
	text-shadow: 2px 2px 4px #000;
	margin-bottom:0.4em;
}
/*------------番組電話番号一覧ここまで------------*/


/*================================================
 *  フッター
 ================================================*/
@media screen and (min-width: 768px) {
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	color:#FFF;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:#FFF;
	text-decoration:none;
}
.footmenu a:hover {
	color:#333;
	text-decoration:underline;
}

}

@media screen and (max-width:767px) {
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#222;
	color:#FFF;
}
.footmenu ul {
	margin:0;
	padding:0;
}
.footmenu li {
	list-style:none;
	margin:0;
	padding:8px;
	font-size:12px;
	text-align:center;
}
.footmenu li:hover {
	background:#444;
	color:#FFF;
}
.footmenu a {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:5px;
	width:100%;
	height:100%;
}
.footmenu a:hover {
	color:#FFF;
	text-decoration:underline;
	background:#444;
}
}

.copyright {
	clear: both;
	padding: 20px 0;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	background:#000
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#710000;
}
.totop img:hover {
	background:#900000;
}

/*================================================
 *  クラス
 ================================================*/
.list {
	margin:1.0em 0;
	padding:0 0 0 0.5em;
}
.list li {
	margin:0.3em 0;
	padding:0 0 0 22px;
	list-style:none;
}

.list .li_man {
	background:url(../images/icon_man.png) 0 top no-repeat #EFF9FF;
	color:#031848;
}

.list .li_woman {
	background:url(../images/icon_woman.png) 0 top no-repeat #FFFCF0;
	color:#961e0a;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

/*================================================
 *  トップイメージ
 ================================================*/
@media screen and (min-width: 0px) and (max-device-width: 1099px) {
#topimage {
	position:relative;
	overflow:hidden;
	margin:0;
	width:100%;
	background:#FFF;
	box-shadow: 0px 18px 15px -15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 18px 15px -15px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 18px 15px -15px rgba(0,0,0,0.5);
}
}

@media screen and (min-width: 1100px) {
#topimage {
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width:1100px;
	height:312px;
	background:#FFF;
	box-shadow: 0px 18px 15px -15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 18px 15px -15px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 18px 15px -15px rgba(0,0,0,0.5);
}
#topimage_bg {
	height:312px;
	background:#FFF;
	box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.5);
}
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:1029px) {
	.inner {
		width:100%;
	}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:10px 0;
		background:#FFF;
	}

	footer {
		width:100%;
	}
	.chiiki_number {
		font-size:1.2em;
	}
.taikendan {
	margin:0 auto 1em;
	padding:0;
	width:100%;
	color:#FFF;
}

.taikendan_title {
	box-sizing:border-box;
	margin:0;
	padding:3% 0 0 0;
	width:100%;
	height:auto;
	text-align:center;
	background:url(../images/frame_taikendan_top.png) no-repeat;
	background-size:cover;
}

.only_others {
		padding:7% 0 0 0;
}

.taikendan_title h3 {
	box-sizing:border-box;
	margin:0 auto;
	padding: 4.5% 0 !important;
	width:90%;
	color:#5E3410;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:1.1em !important;
	font-weight:bold;
	background:url(../images/bg_taikendan_title.png) no-repeat;
	background-size:contain;
	background-position:center;
	border:none;
}

.taikendan div:nth-child(2) {
	box-sizing:border-box;
	margin:0;
	padding:0 7%;
	width:100%;
	background:url(../images/frame_taikendan_middle.png) repeat-y;
	background-size:contain;
}

.taikendan div:last-child {
	box-sizing:border-box;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
.summary {
	font-size:0.9em;
}
.btn_how {
	margin:0 auto;
	width:80%;
}
.mgnB4 {
	margin-bottom:10.0em;
}
p {
	margin:0 0.25em 0 0.25em;
	text-align:left;
	font-size:1.2em;

}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.inner_header {
	position:relative;
	width:100%;
	margin:0;
	}
	h1 {
		margin-top:-5px;
	}
	.bg_title {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position:relative;
	margin-bottom:1.0em;
	padding:0.5em;
	}
	h2 {
	font-size:130%;
	}
	h3 {
	font-size:115%;
	}
	#topicpath img {
	vertical-align:top;
	}
	p {
	margin-left:0.5em;
	}
	img.imgleft {
	float:left;
	width:30%;
	margin:-2px 6px 0 0;
	}
	img.imgright {
	float:right;
	width:30%;
	margin:-2px 6px 0 0;
	}
	.taikendan_title {
	box-sizing:border-box;
	margin:0;
	padding:1.0em 0 -1.0em !important;
	width:100%;
	height:auto;
	text-align:center;
	background:url(../images/frame_taikendan_top.png) no-repeat;
	background-size:cover;
	}
	.only_others {
	margin:0 0 -0.5em 0;
	}
	.taikendan p {
	padding-top:1.0em;
	}
	.lock {
		overflow:hidden;
	}

	header {
		z-index:2;
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		padding:15px 10px 7px;
		background:#990004;
	}

	.summary {
		position:relative;
		top:auto;
		right:auto;
		margin-top:5px;
		width:100%;
	}

	.summary p img{
		width:180px;
	}

	.summary .luckynumber {
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-size:23px;
		color:#FFF;
		line-height:100%;
		vertical-align:baseline;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	nav {
		background:#710000;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:65px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #8c0e0e;
		background:#9b0f0f;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#fff;
		text-decoration:none;
		background:#9b0f0f;
	}
	nav li a:hover {
		color:#fff;
		background:#710000;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#f1f1f1;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#9b0f0f;
	}
	.subnav a:hover:after {
	  background:#710000;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:2;
		position:fixed;
		top:10px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:50px;
		height:50px;
		border-radius:5%;
		background:#710000;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#f1f1f1;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#f1f1f1;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}
	.only_pc {
		display:none;
	}
	.only_sp {
		display:block;
	}
	ol li div {
		width:90%;
		margin:0.2em 0 0.5em 0;
		padding:0 0.5em;
		border: 1px solid #FBB03B;
		background:#FFE100;
	}
	ol li {
		list-style:decimal;
		margin-left:2em;
	}
	ol li:last-child {
		margin-bottom:1em;
	}
	.pnumber {
		font-size:120%;
		margin:0;
	}
	.camp_pc {
		display:none;
	}
	.camp_sp {
		display:block;
	}
.mgnB4 {
	margin-bottom:2.0em;
}
}


/*================================================
 *  下層ページ独自のスタイル
 ================================================*/
.dialnmb {
	vertical-align:text-top;
}

/*----ページ内リンク　アコーディオン-----*/
label {
    background: #380509;
    color: #fff;
    padding: 10px;
    display: block;
    margin: 0;
}

label:before {
	content:url(../images/arrow_down_white.png);
}

input[type="checkbox"].on-off{
    display: none;
}

.link_menu {
	border: 1px solid #F00;
	padding:0;
    margin: -0.5em 0 1.0em 0;
}

.link_menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
}

.link_menu li {
    padding: 5px;
	background:#2A0106;
	list-style:none !important;
	margin-left:0 !important;
}

.link_menu li:hover {
	background:#900;
}

.link_menu li a {
	display:block;
	width:100%
	height:100%;
	text-decoration:none;
}
.link_menu li a:hover {
	color:#FFF;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 128px;
}

.oshiharai {
	font-size:115%;
}

