@charset "UTF-8";

body {
	font-family: ""メイリオ", Meiryo, ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #333;
	background: url(../images/bg01.jpg) repeat-x center top;
}

/* ------------------------------------
    Layout
------------------------------------ */

.wrapper {
	max-width: 970px;
	margin: auto;
	padding: 0 10px;
}

/* ------------------------------------
    Header
------------------------------------ */

#header {
	height: 553px;
	background: url(../images/h1.jpg) no-repeat center top;
	margin-bottom: 20px;
}

#header #title {
	display: block;
	float:left;
	width:970px;
	text-indent:-9999px;
	position: absolute;
	top: 0;
	left: 0;
	height: 553px;
}

#header #title a {
	display:block;
}

#header #mainNav .wrapper {
	position: relative;
	padding: 0 0;
	background-color: none;
}

#header #mainNav {
	height: 90px;
}

#header nav {
	display: inline;
	float:left;
	margin-top: 335px;
}

#header nav ul {
	display: inline;
	float: left;
}

#header nav ul li {
	display: inline;
	float: left;
	margin: 0;
}

#header nav .gNav {
	margin-right: 0;
}

#header nav .gNav li {
	border-left: 1px solid #999;
}

#header nav .gNav li.gNav01 {
	border-left:  none;
}

#header nav .gNav a span {
	font-size: 11px;
	font-weight:bold;
	display: block;
	color: #999;
}

#header nav .gNav a {
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	padding:8px 0 0;
	text-decoration:none;
	display: block;
	height: 29px;
	border-bottom: 3px solid transparent;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.info #header nav .gNav li.gNav01 a,
.schedule #header nav .gNav li.gNav02 a,
.form #header nav .gNav li.gNav03 a {
	border-bottom: 3px solid #F06;
}

#header nav .gNav a:hover {
	background: #fff;
	color: #F06;
	border-bottom: 3px solid #F06;
}


/* ------------------------------------
    Contents
------------------------------------ */

.column-wrap {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.main-column {
	width: 68%;
	float: left;
	display: inline;
	margin: 0;
	background-color: #FFF;
	padding-top: 15px;
	line-height: 1.5;
}

.sub-column {
	width: 28%;
	display: block;
	float:right;
	padding: 15px 1% 10px 0;
	font-size: 13px;
}

.content {
	margin: 0 0 50px;
	padding: 0 0 0 1%;
}

.content h2,
h3,
h4 {
	margin: 0 0 0.5em;
	line-height: 1.05;
}

.content h2.intro {
	display: block;
	zoom: 1;
}

.content h2.info {
	display: block;
	zoom: 1;
}

.content h2.spons {
	display: block;
	zoom: 1;
}

h3.infoTex {
	text-indent: -9999px;
	background: url(../images/h3_info.png) top left no-repeat;
	height: 193px;
	display: block;
	zoom: 1;
	margin:0 0 15px;
}

h3.spons1 {
	margin: 0 0 5px;
	padding-top: 8px;
	color: #006;
	font-weight:bold;
	font-size: 16px;
}

h3.spons2 {
	margin: 0 0 5px;
	padding-top: 20px;
	color: #006;
	font-weight:bold;
	font-size: 16px;
}

.content h3 strong {
	font-size: 16px;
	color:#F06;
}

.content h4 {
	color: #003746;
	font-weight: bold;
	font-size: 16px;
}

.content h5 {
	font-weight: bold;
	font-size: 16px;
}

.content p {
	margin: 0 0 10px;
}

.content p.color1 {
	color: #003746;
}

.content p.after {
	margin: 0 0 25px;
}

.sctnInfo {
	margin: 0 0 40px;
}

.sctnInfo p {
	margin: 0 0 20px 10px;
}

.sctnInfo p.koen {
	font-size: 15px;
	font-weight:bold;
	margin: 10px 0 20px 10px;
}

.sctnInfo h5 {
	padding-left: 23px;
	background:url(../images/icon_guide.jpg) left top no-repeat;
	color:#000;
}
.sctnInfo div.zaseki img {
	border:1px solid #CCC;
	margin:0 12px 30px 20px;
}

.sctnIntro {
	background: url(../images/bg_intro.jpg) no-repeat;
	padding: 20px 3% 10px;
	font-size: 14px;
	margin: 0 0 20px;
}

.sctnIntro div {
	width: 428px;
	margin-bottom:20px;
}

.sctnIntro div h3 {
	background: url(../images/h3_intro.png) no-repeat;
	display: block;
	width: 380px;
	height: 125px;
	text-indent: -9999px;
}

.sctnIntro div.bangumi {
	display: block;
	width: 428px;
	height: 480px;
}

.sctnSpons {
	font-size: 14px;
	margin: 0 0 25px;
}

.sctnSpons div {
	background-color: #F0F0E1;
	padding: 5px 2%;
	font-size: 14px;
	margin: 0 0 20px;
}

.section1 {
	background-color: #FFF0D8;
	padding: 5px 2%;
	font-size: 14px;
	margin: 0 0 15px;
}

.section2 {
	background-color: #E4F7FF;
	padding: 10px 2% 5px;
	margin: 0 0 15px;
	border: 1px solid #ccc;
	clear: both;
}

.section1 p {
	line-height: 1.6;
}

.section1 span {
	font-weight: bold;
	color: #f30;
}

.main-column img.linkBanner {
	width: 100%;
	max-width: 760px;
	margin-bottom: 1em;
}

.sub-column img {
/*	width: 100%;
*/	max-width: 500px;
margin-bottom:8px;
}

.sub-column p {
	margin: 0 0 15px;
	line-height: 1.5;
	font-size: 12px;
}

.sub-column p.buy {
	padding: 5px;
	display:block;
	background:#ededed;
}

img.sotaro {
	margin-bottom:20px;
}

div.apeno img {
	margin-bottom:5px;
}

div.apeno p {
	font-size:14px;
	font-weight:bold;
	color:#000;
}

div.apeno p.atten {
	font-size:11px;
	line-height: 1.2;
}

/* ------------------------------------
    Footer
------------------------------------ */

#footer {
	clear: both;
	background: #000;
	width:100%;
	color: #FFF;
}

#footer p {
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 30px;
}

/* cleafix */
#main:after,
#content:after,
#footer:after {
	content:"";
	display: block;
	clear: both;
}

/* color */
.red {
	color: #F03;
}

