@charset "utf-8";



/****************************************************************************************************

カテゴリータイトル

****************************************************************************************************/
.category{
	background:url(../images/category_bg.jpg);
	background-size:cover;
	background-position:center;
}
	.category h2{
		width:1000px;
		margin:0 auto;
	}


/****************************************************************************************************

メインコンテンツ

****************************************************************************************************/
.main{
	width:1000px;
	margin:0 auto;
}



/****************************************************************************************************

index.html

****************************************************************************************************/
.index{
	text-align:left;
	margin-top:70px;
}
	.index h3{
		background:url(../images/headline_bg.jpg) no-repeat;
		padding:0.5em 0 0.4em;
		text-align:center;
		font-size:24px;
		color:#003F80;
		margin-bottom:30px;
	}
	.index h4{
		font-size:20px;
		margin-bottom:0.4em;
		line-height:1.4;
	}
	.index p{
		font-size:105%;
		width:400px;
		line-height:1.8;
	}
	.index section{
		width:842px;
		margin:0 auto;
	}
	.index .link02{
		width:230px;
	}
		
	
	.index .section01{
		margin-bottom:90px;
	}
		.index .section01 .text{
			width:408px;
			float:left;
		}
		.index .section01 .image{
			width:414px;
			float:right;
		}
	
	.index .section02{
		margin-bottom:90px;
	}
		.index .section02 .text{
			width:408px;
			float:left;
		}
		.index .section02 .image{
			width:414px;
			float:right;
		}
	
	.index .section03{
		margin-bottom:90px;
	}
		.index .section03 p{
			width:auto;
		}
		.index .section03 .section_container{
			width:800px;
			margin:0 auto;
		}
		.index .section03 h4{
			border-bottom:2px solid #7C9CC5;
			font-size:20px;
			color:#003F7F;
			padding-bottom:10px;
			margin-bottom:18px;
		}
		.index .section03 p.block01{
			margin-bottom:50px;
		}
		.index .section03 .block02{
			margin-bottom:60px;
		}
			.index .section03 .block02 table{
				border:0;
				width:auto;
				margin-bottom:30px;
				font-size:100%;
			}
			.index .section03 .block02 td{
				border:0;
				padding:0;
				padding-right:1em;
			}
			.index .section03 .block02 td.item{
				padding-right:0;
			}
			
		.index .section03 .block03{
			margin-bottom:60px;
		}
			.index .section03 .block03 p{
				line-height:2.2;
			}
		.index .section03 .block04{
			margin-bottom:20px;
		}
			.index .section03 .block04 img{
				padding-top:20px;
			}
		
		
		
	.index .section04{
		margin-bottom:90px;
	}
		.index .section04 h4{
			font-size:18px;
			font-weight:bold;
		}
		.index .section04 p{
			width:auto;
		}
		.index .section04 .section_container{
			width:800px;
			margin:0 auto;
		}
		.index .section04 .block01{
			margin-bottom:50px;
		}
		.index .section04 .block02{
			margin-bottom:50px;
		}
		.index .section04 .block03{
			margin-bottom:50px;
		}
		.index .section04 .block04{
			margin-bottom:50px;
		}