@charset "UTF-8";
/* --------------------------------
   ブラウザスタイル解除
-------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
fieldset,img{
	border: 0;
}
address,caption,cite,code,dfn,th,var{
	font-style: normal;
	font-weight: normal;
}
ol,ul{
	list-style: none;
}
caption,th{
	text-align: left;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
q:before,q:after{
	content: '';
}

/* --------------------------------
   HTML要素
-------------------------------- */
body{
	background-color: rgb(30,30,30);
	color: #333;
	font-size: 87.5%;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.0;
}
a{
	color: #0a50a1;
}
a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active{
	text-decoration: underline;
}
img{
	border: 0;
}
sup,sub{
	font-size: 71%;
	line-height: 1;
}
sup{
	vertical-align: text-top;
}
sub{
	vertical-align: text-bottom;
}
p{
	margin-bottom: 1.5em;
}

/* --------------------------------
   共通クラス
-------------------------------- */
/* clearfix */
.clearfix{
   _zoom:1;
}
.clearfix:after{
   content:'';
   display:block;
   clear:both;
}


/* --------------------------------
   独自スタイル
-------------------------------- */
#contentTop{
	padding: 0 15px 20px;
	color: #fff;
	line-height: 1.75;
}
#headingTop{
	margin: 0 -15px 1.5em;
	background:url(../images/bg_mainvisual.jpg) no-repeat center center;
	background-size: cover;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: -0.41em;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
@media only screen and (max-width: 640px){
#headingTop{
	font-size: 14px;
}
}
#headingTop .inner{
	display: inline-block;
	/*width: 100%;*/
	box-sizing: border-box;
	padding: 0.75em 15px;
	color: #fff;
	text-align: left;
	background-color: rgba(0,0,0,0.69);
	vertical-align: middle;
	letter-spacing: normal;
}
#headingTop:after{
	content:'';
	display: inline-block;
	height: 305px;
	vertical-align: middle;
}
#headingTop h1{
	font-size: 32px;
	margin-bottom: 0.65em;
}
@media only screen and (max-width: 640px){
#headingTop h1{
	font-size: 24px;
}
#headingTop h1 span{
	display: block;	
}
}
#headingTop p{
	margin: 0 !important;
}
#headingTop p.time,
#headingTop p.conductor{
	display: inline-block;
	margin-right: 1.75em !important;
}
#headingTop p:last-child{
	margin-right: 0 !important;
}

#contentTop .contentInner{
	margin: 0 auto;
	font-size: 16px;
}
@media only screen and (max-width: 640px){
#contentTop .contentInner{
	font-size: 12px;
}
}
#contentTop h2{
	font-size: 18px;
	margin-bottom: 0.5em;
	padding: 0 10px 0.15em 10px;
	border-bottom: 2px solid rgba(255,255,255,0.26);	
}
@media only screen and (max-width: 640px){
#contentTop h2{
	font-size: 16px;
}
}
#contentTop p{
	margin-bottom: 1em;	
}
#contentTop a{
	color: #fff;
	text-decoration: underline;	
}
#contentTop ul.list01{
	margin-bottom: 1em;	
}
#contentTop p.note{
	font-size: 12px;	
}
#contentTop section{
	margin-bottom: 3em;	
}

#contentTop .info{
	padding: 15px; 10px;
	background-color: rgba(255,255,255,0.75);
	color: #000;
}
#contentTop .info h2{
	border-bottom-color: #000;	
}

#footer{
	margin: 3em 0 3em;
	text-align: center;
	color: #fff;
}