@charset "utf-8";

body {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1.4;
	margin: 10px;
	padding: 0;
}
a {
	color: #ff6;
	display: inline;
}
a:link, a:hover, a:visited {
	color: #ff6;
	text-decoration: none;
}
.textbox {
	background-color: #00b17d;
	color: #000829;
	overflow: hidden;
	margin: 0 10px;
	padding: 10px;
}
#form01 {
	margin: 0 10px;
	font-size:11px;
	color: #ffffff;
    text-align: left;
	line-height:1.2;
}
/* SB */ 
#social{
	margin: 15px 0 15px 10px;
	text-align:right;
}
/*=========================================
トップページ
=========================================*/

#top_container {
	width: 100%;
}

header {
	margin: 0;
	padding: 0;
	line-height: 0;
}

h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
}

h1 img {
	width: 100%;
}

nav {
	text-align: center;
	overflow: hidden;
	width: 98%;
	/*background-color: #a1edff;*/
	padding: 4px 1% 5px 1%;
}
#top_container h2 {
	line-height: 0;
	margin: 0 15px;
}

#top_container #main {
	overflow: hidden;
	background-size: contain;
	padding: /*10px*/ 0 0;
}

#top_container #main .top_txt {
	margin: 10px;
	font-size: 12px;
}

#top_container #main img {
	width: 100%;
}

#top_container #main h3 {
	margin: 5px 0 0;
}

#top_container #comment h2 {
	margin: 0;
}

#top_container #comment h2 img {
	margin: 10px 0 5px;
}

#top_container #comment .comment_txt {
	margin: 5px 10px 20px;
	font-size: 12px;
	overflow: hidden;
}
#top_container #comment img {
	margin: 3px;
}
footer {
	margin: 0;
	padding: 5px;
	font-size: 11px;
	line-height: 1.2;
	background-color: #000;
	color: #FFFFFF;
}



/*=========================================
ボタン
=========================================*/

nav .button {
	background: #6880ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6880ff), to(#4959b2)); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	color: #FFF;
	font-size: 11px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 1px 1px 3px;
	padding: 0;
	text-shadow: 0 -1px 1px #666;
	width: 19%;
	float: left;
}
nav .button a,
nav .button a:link,
nav .button a:hover,
nav .button a:visited {
	line-height: 2.5;
	display: block;
	color: #FFF;
	text-decoration: none;
}

nav .button2 {
	background: #b29dff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b29dff), to(#7e6fb4)); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	color: #FFF;
	font-size: 12px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 2px;
	padding: 0;
	text-shadow: 0 -1px 1px #666;
	width: 98%;
	float: left;
}
nav .button2 a,
nav .button2 a:link,
nav .button2 a:hover,
nav .button2 a:visited {
	line-height: 2.3;
	display: block;
	color: #FFF;
	text-decoration: none;
}

.txt1 .button {
	background: #6880ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6880ff), to(#4959b2)); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	clear: both;
	color: #FFF;
	display: block;
	font-weight: bold;
	margin: 8px auto;
	text-align: center;
	text-shadow: 0 -1px 1px #666;
	width: 94%;
}
.txt1 .button a,
.txt1 .button a:link,
.txt1 .button a:hover,
.txt1 .button a:visited {
	line-height: 2.4;
	display: block;
	color: #FFF;
	text-decoration: none;
}

.css_btn_class {
	width:80%;
	font-size:20px;
	font-weight:bold;
	font-family:Arial;
	color:#FFFFFF;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:15px 18px;
	margin:10px auto 0px;
	text-decoration:none;
	text-align:center;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #0570c2), color-stop(100%, #174265) );
	background:-moz-linear-gradient( center top, #0570c2 5%, #174265 100% );
	background:-ms-linear-gradient( top, #0570c2 5%, #174265 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0570c2', endColorstr='#174265');
	background-color:#0570c2;
	display:inline-block;
	text-shadow:1px 1px 0px #1f2f3f;
}.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #174265), color-stop(100%, #1f2f3f) );
	background:-moz-linear-gradient( center top, #174265 5%, #1f2f3f 100% );
	background:-ms-linear-gradient( top, #174265 5%, #1f2f3f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#174265', endColorstr='#1f2f3f');
	background-color:#174265;
}
.css_btn_class:active {
	position:relative;
	top:1px;
}
.css_btn_class a {
	color:#FFFFFF;
}
.back_class {
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d83526;
	padding:3px 20px;
 	text-align:left;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fa665a), color-stop(100%, #d34639) );
	background:-moz-linear-gradient( center top, #fa665a 5%, #d34639 100% );
	background:-ms-linear-gradient( top, #fa665a 5%, #d34639 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa665a', endColorstr='#d34639');
	background-color:#fa665a;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #98231a;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fab3ad;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fab3ad;
 	box-shadow:inset 1px 1px 0px 0px #fab3ad;
 	margin-top:-12px;
}
.back_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #d34639), color-stop(100%, #fa665a) );
	background:-moz-linear-gradient( center top, #d34639 5%, #fa665a 100% );
	background:-ms-linear-gradient( top, #d34639 5%, #fa665a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d34639', endColorstr='#fa665a');
	background-color:#d34639;
}
.back_class:active {
	position:relative;
	top:1px;
}
#point {
	text-align:left;
	padding-left:20px;
	margin-bottom:20px;
}


/*=========================================
枠
=========================================*/




#onairbody {
    background: none repeat scroll 0 0 #B1DEE9;
    border-radius: 10px;
    margin: 160px auto 16px;
    padding: 8px 0px;
    width: 90%;
}
#onairbody ul {
    margin: 0;
    font-size: 13px;
    padding: 10px;
    font-weight: bold;
	color: #000000;
}
#onairbody ul li {
	clear: both;
/*	padding: 10px 0; */
	font-size: 12px;
	line-height: 1.1;
	color: #5d3e3e; 
	font-weight: bold;
}

#onairbody .oa_right {
/*	background-color: #000; */
/*    border-radius: 5px;*/
	color: #FFF;
/*	font-size: 20px;*/
	font-weight: normal;
	line-height: 1;
/*	margin: -5px 0 10px;*/
	padding: 3px 8px;
	float: right;
}

#onairbody .oa_right2 {
	color: #ffa500;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	padding: 3px 8px;
	float: right;
}

#onairbody .oa_right3 {
/*	background-color: #000; */
/*    border-radius: 5px;*/
	color: #FFF;
/*	font-size: 20px;*/
	font-weight: normal;
	line-height: 1;
/*	margin: -5px 0 10px;*/
	padding: 3px 8px;
/*	float: right;*/
}

#onairbody .onair_ex {

	font-size: 15px;
	font-weight: bold;
	color: #000000;


}

#onairbody2 {
    background: none repeat scroll 0 0 #FDBE00;
    border-radius: 10px;
    margin: 0 auto 16px;
    padding: 8px 0px;
    width: 90%;
	}
#onairbody2 ul {
    margin: 0;
    font-size: 12;
    padding: 10px;
    /*font-weight: bold;*/
	color: #000000;
	}

p.line { line-height:180%; }


/*=========================================
アコーディオン
=========================================*/

#top_container {
	width: 100%;
}

header {
	margin: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

h1 img {
	width: 100%;
}

#top_container header {
	line-height: 0;
}

#top_container header img {
	width: 100%;
}

#top_ex {
	color: #666;
	margin: 5px 10px;
}

#top_ex dt {
	text-align: center;
	text-shadow: 0 -1px 1px #ccc;
}

#top_ex .trigger {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

#top_ex .acordion_tree {
	color: #000;
	font-size: 12px;
	line-height: 1.4;
		text-align: center;
}

#top_ex a,
#top_ex a:link,
#top_ex a:hover,
#top_ex a:visited {
	color: #f96;
	text-decoration: underline;
}

#top_ex .button a,
#top_ex .button a:link,
#top_ex .button a:hover,
#top_ex .button a:visited {
	color: #FFF;
	text-decoration: none;
	width: 90%;
}


/*=========================================
フッター
=========================================*/



footer {
	background-color: #FFF;
	color: #500000;
	font-size: 11px;
	margin: 0;
	padding: 5px;
}

footer p {
	text-align: center;
	margin: 8px 0;
}

footer img {
	margin: 0 3px;
}

footer small {
	font-style: normal;
}

#backlink {
	margin-top: 20px;
	text-align: left;
}

#backlink a {
	margin: 0 0 5px 5px;
}




footer2 {
	/*background-color: #ffef6a;*/
	color: #500000;
	font-size: 11px;
	margin: 0;
	padding: 5px;
}

footer2 p {
	text-align: center;
	margin: 8px 0;
}

footer2 img {
	margin: 0 3px;
}

footer2 small {
	font-style: normal;
}

#backlink {
	margin-top: 20px;
	text-align: left;
}

#backlink a {
	margin: 0 0 5px 5px;
}



/*=========================================
画像の上に画像
=========================================*/


#backimg{
	position: relative;
	margin:0px 0 -20px;
}
#backimg img.star{
	width: 10%;
	position: absolute;
	width: 1px;
	top: 26%;
	left: 65%;
}

.imgp {
	 width:100%;
	 margin:0px 0 20px;
	 text-align:center;
}