@charset "UTF-8" ;

/* サイト共通基本設定
---------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding:0;
	font-size: 14px;
	line-height: 1.71;
	color: #000;
	background-color: #ffd733;
	background-image: url(../img/bk_body.png);
	background-position: center top;
	background-repeat: no-repeat;
}

body, textarea{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}  

input, select{
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}

h1, h2, h3, h4, h5, ul, li, dl, dt, dd, p, address{
	font-size: 100%;
	margin: 0 ;
	padding: 0 ;
	font-weight: normal;
	font-style: normal;
}

ul{
	list-style-type: none;
}

ol li{
	margin-left: 20px;
	/margin-left: 25px;
}

p{
	font-size: 100% ;
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	outline: none;
}

a:hover{
	text-decoration : underline;
}

table{
	border-collapse: collapse;
	font-size: 100%;
}

th, td{
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	font-size: 100%;
}

img{
	max-width: 100%;
	border: none;
	display: block;
	height: auto;
}
em,.none{ display: none;}
.fl_l{ float: left;}
.fl_r{ float: right;}
.al_r{ text-align: right;}
.al_c{ text-align: center;}
.mt0{ margin-top: 0!important;}
.mt10{ margin-top: 10px;}
.mb10{ margin-bottom: 10px;}
.bold{ font-weight: bold;}
.p p{ margin-bottom: 1em;}
.nr th{ white-space: nowrap;}

.min{
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}

a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

/* clearfix
------------------------------------------*/
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix{
	min-height: 1px;
}

* html .clearfix{
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* 共通
------------------------------------------*/
.inner{
	width: 98%;
	max-width: 980px;
	margin: 0 auto;
}

/* ヘッダ
------------------------------------------*/
#header{
	padding-bottom: 25px;
}
#header .inner{
	position: relative;
}
#header .official a {
	display: block;
	width: 79px;
	height: 79px;
	background: url(../img/btn_official.png);
	position: absolute;
	bottom: -85px;
	right: 30px;
}
#header .official a:hover {
	background-position: 0 -100%;
}

/* 記事
------------------------------------------*/
.box h2,
.box h3 {
	font-size: 114.3%;
	font-weight: bold;
	color: #332b0a;
	letter-spacing: .1em;
}
.box h2 {
	line-height: 35px;
	padding: 0 20px;
	height: 35px;
	background-color: #ffd733;
	border-radius: 4px;
	margin: 40px 0 25px;
}
.btn_download {
	margin-top: 32px;
}
.btn_download img {
	margin: 0 auto;
}
.box {
	padding: 0 20px;
}
.box1 {
	background: #fff;
	border-top: 1px solid #fff;
	box-sizing: border-box;
}
.midashi_300 {
	padding-top: 80px;
	background: url(../img/bk_box1.png) left top repeat-x;
}
.content {
	padding: 0 20px;
}
.content li {
	padding-left: 1em;
	text-indent: -1em;
}
.box1 .fl_l {
	width: 59.11%;
}
.box1 .fl_r {
	width: 38.67%;
}
.box2 {
	margin-top: 18px;
	padding-bottom: 80px;
	background: url(../img/bk_box2.png) center bottom repeat-x;
}
.box3 {
	background: #fff;
	border-top: 1px solid #fff;
	box-sizing: border-box;
	padding-bottom: 36px;
}
.box3 dl {
	margin-top: 26px;
}
.box3 dt {
	float: left;
	width: 16.7%;
}
.box3 dd {
	float: right;
	width: 73.1%;
	font-size: 85.7%;
	line-height: 1.83;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
.navi_dial {
	margin: 16px 0;
}

/* フッタ
------------------------------------------*/
#footer{
	margin-top: 40px;
	background: #bf0019;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 85.7%;
	color: #fff;
}
