@charset "UTF-8";

/* 全体 ------------------------------------ */
html, body{
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}
body{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"A-OTF 新ゴ",A-OTF Shin Go,"ヒラギノ角ゴ W3","Hiragino Kaku Gothic",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
img{
	width:100%;
	vertical-align:top;
}

.youtube2 {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube2 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#contents{
	margin:0 auto;
	background-color:#FFFFFF;
	background-image:url('../../images/bg_contents.jpg');
	background-position:top left;
	background-repeat:repeat;
	background-attachment: fixed;
	background-size: 100% auto;
}

#logo{
	z-index:100;
	padding:0 10px;
	margin:0 0 10px;
	box-sizing: border-box;
}

#maincontents{
	text-align:center;
	margin:0;
	padding:0 10px;
	box-sizing: border-box;
}
#maincontents ul{
	list-style:none;
	padding:10px 0 20px 0;
	margin:0;
}
#maincontents ul li{
	padding:10px 0 10px;
	margin:0;
}
#maincontents ul li a:hover{
	opacity:0.8;
}
#maincontents .cdate{
	margin:30px 0 10px;
}

#footer{
	background: #1B499E;
	font-size:80%;
}
#footer p{
	margin:0;
}

#footer_bottom {
	width: 1100px;
	margin: 0 auto;
	padding: 10px 5px;
	box-sizing: border-box;
	color:#FFFFFF;
}
#footer_bottom .f_left {
	width: 50%;
	float: left;
}
#footer_bottom .f_right {
	width: 50%;
	float: right;
}
#footer_bottom .f_left p,
#footer_bottom .f_right p{
	padding:0;
	margin:0;
}

/*----------------------------------------

clearfix

----------------------------------------*/

.cf:after{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	font-size:0;
	line-height:0;
}

.cf{
	display:inline-block;
}

/* exlude MacIE5 \*/
* html .cf{
	height:1%;
}

.cf{
	display:block;
}
/* end MacIE5 */
