@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Meiryo UI', メイリオ, Meiryo, sans-serif;
	line-height: 1.1em;
	box-sizing: border-box;
	color: #323232;
	background:url(../img/common/bg.gif);
}
.floLeft {
	float: left;
}
.floRight {
	float: right;
}
.bold {
	font-weight: bold;
}
a, a img {
	color: #000;
	text-decoration: none;
	transition: all ease .2s;
}

header{
	width:920px;
	margin:10px auto 0 auto;}
.content01{
	padding:30px;
	width:920px;
	margin:0 auto 0 auto;
	border:solid #C0C0C0 1px;
	background:#e5f8ff;
	box-sizing:border-box;}
.content01 h3{
	font-size:20px;
	background:#5fbade;
	color:#FFFFFF;
	padding:7px;
	margin-bottom:20px;
	}
.content01 p{
	line-height:150%;
	}
.content02{
	padding:30px;
	width:920px;
	margin:40px auto 0 auto;
	background:#fff3d0;
	box-sizing:border-box;}
.content02 h3{
	color:#ff6164;
	font-size:24px;
	line-height:130%;
	margin-bottom:20px;}
.content02 p{
	line-height:150%;
	}
.content03{
	padding:10px;
	width:920px;
	margin:40px auto 0 auto;
	background:#ddeaf8;
	box-sizing:border-box;}

.wrap{
	background:#FFFFFF;
	padding:10px;
	margin-bottom:10px;}
.wrap:last-child{
	margin-bottom:0;}

.wrap h3{
	text-indent:15px;
	font-size:20px;
	color:#FFFFFF;
	line-height:180%;
	background:#00479f;}
.left_wrap{
	padding:10px;
	background:url(../img/images/bg.jpg) no-repeat;
	text-align:center;
	float:left;
	width:240px;
	box-sizing:border-box;}
.right_wrap{
	float:right;
	width:600px;}
.right_wrap p{
	font-size:14px;
	line-height:140%;}
.content04{
	padding: 10px;
	width: 920px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	box-sizing: border-box;
}
.content04 h3{
	font-size:20px;
	font-weight:normal;
	color:#092f8f;
	margin-bottom:20px;
	}
.content04 ul{
	margin-bottom:40px;}

.content04 li{
	margin-bottom:5px;}

.content05{
	padding:10px;
	width:920px;
	margin:20px auto 20px auto;
	background:#fdb5b5;
	box-sizing:border-box;}
.content05 h3{
	background:#d60000;
}