*{
	margin: 0;
	padding: 0;
}

body{
	/*width: 100%;*/
	min-width: 1120px!important;
	font-family: "Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro W3","メイリオ",sans-serif;
}


a:link,a:visited{color:#333;
-moz-transition: all 0.2s linear 0;
-webkit-transition: all 0.2s linear 0;}

a:hover,a:active{color:#333;text-decoration:none;
filter: alpha(opacity=50);
-moz-opacity:0.50;
opacity:0.50;}


p,h1,h2,h3,h4,h5,h6,a,span,th,td{
	line-height: 1em;
}

img{
	border: none;
}



/*----------header----------*/

#header_bg{
	width: 100%;
	border-top: 4px solid #787878;
}

#header{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

#header img{
	float: left;
	width: 152px;
	height: 82px;
	margin-top: 15px;
}

#header ul{
	float: right;
	margin-top: 20px;
	overflow: hidden;
}

#header ul li{
	float: left;
	height: 11px;
	margin-right: 15px;
	list-style: none;
	overflow: hidden;
	/*background-image: url("img/arrow_01.png");
	background-repeat: no-repeat;
	background-position: left 60%;*/
}

#header ul li:last-child{
	margin: 0;
}

#header ul li img{
	float: left;
	width: 4px;
	height: 6px;
	margin-top: 2px;
	padding: 0;
}

#header ul li a{
	float: right;
	text-decoration: none;
	padding-left: 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 2px;
}

/*----------main_nav----------*/

#main_nav{
	width: 100%;
	height: 48px;
	margin-top: 10px;
	border-top: 1px solid #d8dadc;
	border-bottom: 1px solid #d8dadc;
	background-image: url("img/nav_bg.png");
	background-repeat: repeat-x;
}

#main_nav ul{
	width: 980px;
	height: 50px;
	margin: 0 auto;
}

#main_nav ul li{
	float: left;
	list-style: none;
	width: 162px;
	height: 48px;
	text-align: center;
	border-left: 1px solid #d8dadc;
}

#main_nav ul li:last-child{
	width: 161px;
	border-right: 1px solid #d8dadc;
}

#main_nav ul li a{
	line-height: 50px;
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-weight: 800;
}


/*----------container----------*/

#container{
	width: 100%;
	height: auto;
	padding-bottom: 50px;
	background-color: #f9f9f9;
}

/*----------eyecatch----------*/

#eyecatch{
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #fff;
}

#eyecatch img{
	border:1px solid #ddd;
	padding: 30px
}

/*----------main_contents----------*/

#main_contents{
	width: 980px;
	margin: 0 auto;
	padding: 30px;
	background-color: #fff;
	border-top: 3px solid #aaa;
}

/*----------section_02----------*/

#section_02{
	width: 100%;
}

#section_02 #inner_01{
	border: 1px solid #eee;
	padding-bottom: 30px;
}

#section_02 #inner_01 h3 img{
	width: 986px;
	height: 86px;
	margin-left: -7px;
}

#section_02 #inner_01 p{
	padding: 0 30px;
	font-size: 15px;
	font-weight: 400;
	margin-top: 20px;
	line-height: 20px;
	letter-spacing: 0.5px;
}


#section_02 .inner_02{
	padding: 30px;
	border: 1px solid #eee;
	overflow: hidden;
}

#section_02 .inner_02 h3{
	font-size: 18px;
	font-weight: 800;
	color: #333;
}

#section_02 .inner_02 h3 img{
	width: 919px;
	height: 116px;
}

#section_02 .inner_02 h4{
	font-size: 15px;
	font-weight: 800;
	color: #333;
	margin-top: 30px;
	padding-left: 15px;
	line-height: 30px;
	/*border-left: 5px solid #d64545;
	border-bottom: 1px solid #d64545;*/
	border-left: 5px solid #000;
	border-bottom: 1px solid #000;
}

#section_02 .inner_02 .inner_02_contents{
	width: 100%;
	height: auto;
	margin-top: 20px;
	text-align: center;
	overflow: hidden;
	/*border: 1px solid #d64545;*/
	border: 1px solid #000;

	/* box-shadow */
	box-shadow:rgb(221, 221, 221) 0px 4px 6px 0px;
	-webkit-box-shadow:rgb(221, 221, 221) 0px 4px 6px 0px;
	-moz-box-shadow:rgb(221, 221, 221) 0px 4px 6px 0px;



}

#section_02 .inner_02 .inner_02_contents h6{
	width: 100%;
	height: auto;
	padding: 20px 0;
	font-size: 21px;
	font-weight: 800;
	color: #fff;
	line-height: 25px;
	letter-spacing: 1px;
	/*background-color: #d64545;*/
	background-color: #000;
}

#section_02 .inner_02 .inner_02_contents h6 span{
	font-size: 15px;
	letter-spacing: 0.05em;
}

#section_02 .inner_02 .inner_02_contents p{
	width: 90%;
	height: auto;
	padding: 2% 5%;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-align: left;
}

#section_02 #inner_03{
	padding: 30px;
	border: 1px solid #eee;
}

#section_02 #inner_03 h3{
	padding: 25px 0;
	font-size: 21px;
	font-weight: 800;
	text-align: center;
	color: #fff;
	background-color: #000;
}

#section_02 #inner_03 table#inner_03_table{
	width: 100%;
	border-collapse: collapse;
	border:1px solid #000;	
	margin-bottom: 30px;
}

#section_02 #inner_03 table#inner_03_table th{
	width: 20%;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #000;
	background-color: #ffe26e;
}

#section_02 #inner_03 table#inner_03_table td{
	width: 20%;
	padding: 10px 1%;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 20px;
	border: 1px solid #000;
}

#section_02 #inner_03 table#inner_03_table tr.center td{
	text-align: center;
}

#section_02 #inner_03 ul{
	width: 100%;
	margin-top: 30px;
}

#section_02 #inner_03 ul li{
	list-style: none;
	font-size: 15px;
	line-height: 30px;
	margin-top: 10px;
}

#section_02 #inner_03 ul li p{
	font-size: 13px;
}

/*----------section_03----------*/

#section_03{
	margin-top: 20px;
	border: 1px solid #eee;
}

#section_03 h3 img{
	width: 986px;
	height: 86px;
	margin-left: -7px;
}

#section_03 #section_03_innner{
	padding: 30px;
}

#section_03 #section_03_innner p{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.5px;
}

#section_03 #section_03_innner p span{
	font-weight: 800;
}

#section_03 #section_03_innner hr{
	width: 100%;
	height: 1px;
	margin: 20px auto;
	border: none;
	border-top: 1px dashed #aaa;
}

/*----------section_04----------*/

#section_04{
	margin-top: 20px;
	background-color: #f2f2f2;
}
#section_04 h2 {
	margin: 0 !important;
}
#section_04 h2 img{
	width: 986px;
	height: 86px;
	margin-left: -7px;
}

#section_04 .section_04_inner_01 p{
	font-size: 20px;
	font-weight: 800;
}

#section_04 .section_04_inner_01 p:first-child{
	text-align: center;
	color: red;
}

#section_04 .section_04_inner_01{
	padding: 10px 30px 0 30px;
}

#section_04 .section_04_inner_01 h3{
	margin-top: 15px;
	padding: 10px;
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	background-color: #000;
}

#section_04 .section_04_inner_01 h4{
	margin-top: 15px;
	font-size: 15px;
	font-weight: 800;
	line-height: 20px;
}

#section_04 .section_04_inner_01 ul.flow{
	width: 100%;
	padding-bottom: 20px;
}

#section_04 .section_04_inner_01 ul.flow li{
	list-style: none;
	font-size: 13px;
	line-height: 30px;
	margin-top: 20px;
}

#section_04 .section_04_inner_01 ul.flow li h5{
	font-size: 15px;
	margin-top: 10px;
}

#section_04 .section_04_inner_01 ul.flow li p{
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #000;
}

#section_04 .section_04_inner_01 ul.flow li ul{
	margin-top: 15px;
	font-size: 13px;
	line-height: 30px;
}

#section_04 .section_04_inner_01 ul.flow li ul li{
	font-size: 13px;
	line-height: 15px;
	margin: 10px 0 0 0;
	text-indent: 35px;
}

#section_04_inner_02{
	padding: 30px;
	border: 1px solid #eee;
	background-color: #fff;
	overflow: hidden;
}

#section_04_inner_02 iframe{
	/*float: left;*/
	/*width: 400px;*/
	width: 100%;
	height: 350px;
}

#section_04_inner_02 p{
	width: 90%;
	/*margin: 10% 0 0 50px;*/
	/*padding: 20px;*/
	padding: 2% 5%;
	/*float: left;*/
	font-size: 14px;
	font-weight: 800;
	color: red;
	line-height: 25px;
	border: 1px solid red;
	text-align: center;
}

#section_04 .section_04_inner_03{
	padding: 0 30px 15px;
	/*text-align: left;*/
}

#section_04 .section_04_inner_03 h4{
	font-size: 16px;
	line-height: 30px;
}

#section_04 .section_04_inner_03 p{
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	color: #000;
}

#section_04 .section_04_inner_03 img{
	margin-top: 15px;
}

#section_04 .section_04_daystart{
    font-size: 14px;
    width: 500px;
    margin: 5px auto;
    font-weight: bold;
}




