@charset "UTF-8";




#page_header {
	width:100%;
	height:284px;
	background-image:url(./image/page_header.png);
	background-repeat:no-repeat;
	background-position:center;
	}

.right{
	text-align:right;
	}
.bg_blue{
	background-color:#d5eeff;
	padding:10px 0px;
	margin-top:10px;
	text-align:center;
	}
.bb_oran{
	padding-bottom:5px;
	border-bottom:1px solid #F6AB00;
	margin-bottom:15px;
	}
.red{
	font-size:18px;
	font-weight:bold;
	color:#F00;
	}
table {
	width:100%;
	margin-bottom:0em;
	border-collapse:collapse;
	
	
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:2px solid #3366cc;
	background:#ffffee;
}
td {
	padding:10px;
	text-align:left;
	border:2px solid #3366cc;
	background:#ffffff;
}
.main01{
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FFF;
	font-weight:bold;
	background:#3366cc;
	text-align:center;
	}
.main{
	border:none;
	}
.small{
	text-align:right;
	line-height:1.2;
	}
.jizen_box{
	border:solid 1px #000000;
	padding:30px;
	}
.center_img{
	text-align:center;
	}
	
/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	#page_header {
	margin-top:220px;
	height:0;
	padding-top: 28.28%;
	background:url(./image/page_header_sp.png) 0 0 no-repeat;
	background-size:contain;
	
}
.pb30p{
	padding-bottom:30px;
	}
	
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	

#page_header {
	margin-top:80px;
	height:0;
	padding-top: 28.28%;
	background:url(./image/page_header_sp.png) 0 0 no-repeat;
	background-size:contain;
	
}
.right{
	text-align:left;
	}
.bg_blue{
	background-color:#d5eeff;
	padding:10px 5px;
	margin-top:10px;
	text-align:center;
	}
	
.bg_blue img{
	width:100%;
	}
h3{
	font-size:16px;
	line-height:1.2;
	}
table {
	width:100%;
	margin-bottom:0em;
	border-collapse:collapse;
	
	
}	
.w90{
	width:100%;}

.center_img img{
	margin:0 auto;
	}
.threeColInner div {
		float:none;
		width:100%;
		margin:0 auto 15px;
	}
}