/* --------------------------------
	style
-------------------------------- */
body
{
	font: 14px/1 "ヒラギノ角ゴ Pro W3";
	background-color: #000;
}
h1
{
	margin: 0px;
}
h2
{
	font-size: 121%;
	text-shadow: 1px 1px 2px #ccc;
	color: #f4b800;
	margin-bottom: 10px;
}
h3
{
	margin-bottom: 1em;
}
a
{
	text-decoration: underline;
	color: #2266d6;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
	color: #2266d6;
	font-weight: bold;
}
/* clearfix */
.clearfix:after
{
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
/* --------------------------------
	コンテンツ
-------------------------------- */
#top/* アンカー */
{
	position: relative;
}
#container
{
	margin: 0px auto;
	width: 94%;
	color: #fff;
	background-color: #000;
}
header
{
	width: 100%;
	margin: 0px;
	margin-bottom: 2em;
}
section
{
	margin-bottom: 2em;
	background-color: #000;
}
p
{
	margin-bottom: 1em;
	background-color: #000;
}
article
{
	background-color: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 1.7em;
}
article p:last-child
{
	margin-bottom: 0;
}
.bnr
{
	width: 100%;
	margin-bottom: 1em;
	text-align: center;
}
/* --------------------------------
	メニュー
-------------------------------- */
/* mainNav */
nav#mainNav ul
{
	width: 100%;
	border-top: 1px solid #b3b3b3;
}
nav#mainNav ul li
{
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #071e5e), color-stop(0.49, #2266d6), color-stop(0.00, #071e5e));
	background: -webkit-linear-gradient(top, #071e5e 0%, #2266d6 49%, #071e5e 100%);
	background: -moz-linear-gradient(top, #071e5e 0%, #2266d6 49%, #071e5e 100%);
	background: -o-linear-gradient(top, #071e5e 0%, #2266d6 49%, #071e5e 100%);
	background: -ms-linear-gradient(top, #071e5e 0%, #2266d6 49%, #071e5e 100%);
	background: linear-gradient(top, #071e5e 0%, #2266d6 49%, #071e5e 100%);
	line-height: 0;
	overflow: hidden;
	border-bottom: 1px #b3b3b3 solid;
}
nav#mainNav ul li a
{
	display: block;
}
nav#mainNav ul li:last-child
{
	border-bottom: none;
}
nav#mainNav ul li img.alpha
{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
/* subNav */
nav#subNav ul
{
	width: 100%;
	border-bottom: 1px #b3b3b3 solid;
	background: #071d5a;
}
nav#subNav ul li
{
	width: 50%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.49, #071e5e), color-stop(0.00, #000));
	background: -webkit-linear-gradient(top, #000 0%, #071e5e 49%, #000 100%);
	background: -moz-linear-gradient(top, #000 0%, #071e5e 49%, #000 100%);
	background: -o-linear-gradient(top, #000 0%, #071e5e 49%, #000 100%);
	background: -ms-linear-gradient(top, #000 0%, #071e5e 49%, #000 100%);
	background: linear-gradient(top, #000 0%, #071e5e 49%, #000 100%);
	float: left;
	line-height: 0;
	overflow: hidden;
}
nav#subNav ul li a
{
	display: block;
	border-right: 1px #b3b3b3 solid;
	border-top: 1px #b3b3b3 solid;
}
nav#subNav ul li:nth-child(odd) a
{
	border-right: 1px #b3b3b3solid;
}
nav#subNav ul li:nth-child(even) a
{
	border-top: 1px #b3b3b3 solid;
	border-right: none;
}
nav#subNav ul li.pageSelected
{
	background: #2266d6;
}
/* --------------------------------
	ニュース
-------------------------------- */
p.date
{
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	padding: 0px;
	width: 4em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #b3b3b3;
	text-align: center;
	border-left: 1px solid #b3b3b3;
}
p.detail
{
	margin-bottom: 0.5em;
	margin-left: 1em;
}
/* --------------------------------
	YouTube
-------------------------------- */
#trailer
{
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
	margin-bottom: 2em;
}
#trailer iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* --------------------------------
	SNS
-------------------------------- */
#sns
{
	width: 100%;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}
#sns li
{
	margin-left: 10px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	height: 30px;
}
#sns li img
{
	width: auto;
	margin: 0;
	padding: 0;
}
/* --------------------------------
	フッター
-------------------------------- */
footer
{
	clear: both;
	background-color: #000;
	margin-top: 1em;
}
footer p
{
	clear: both;
	background-color: #000;
	color: #FFF;
}
footer img
{
	vertical-align: top;
}
footer p:last-child
{
	margin: 0;
}
