@charset "utf-8";
/* CSS Document */

.block01_wrap{
	overflow:hidden;
	width:100%;
	
	background-color:#ECF8FC;
	margin:0px auto;
}

.block01{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}

.block01 .img01{
	text-align:center;
	overflow:hidden;
}

.block01 .txt01{
	text-align:center;
	line-height:200%;
	margin-bottom:80px;
}

/**/


.block02{
	overflow:hidden;
	width:95%;
	margin:40px auto;
}

.block02 p{
	/*text-align:center;*/
	margin-bottom:4em;
	overflow:hidden;
	line-height:175%;
}

/**/

.block03{
	overflow:hidden;
	margin:40px auto;
	width:95%;
}

.block03 table{
	border-top:1px solid #000;
	border-left:1px solid #000;
	width:100%;
}

.block03 table th{
	display:inline;
}

.block03 table th div{
	background-color:#DFF3F7;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	padding:1em;
}

.block03 table td{
	display:inline;
	
}

.block03 table td div{
	padding:1em;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}

.block03 table td div p{
	margin-bottom:1em;
	overflow:hidden;
}

.block03 b{
	color:#54BEE2;
}

/**/

.btn_contact{
	margin:40px auto;
	overflow:hidden;
}

.btn_contact a{
	width:95%;
	line-height:63px;
	background-color:#54BEE2;
	color:#fff;
	text-decoration:none;
	margin:0px auto;
	display:block;
	text-align:center;
	font-size:16px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}