@charset "utf-8";

.index h2{
	margin-bottom:15px;
}

/*------------------------*/
.planArea{
	position:relative;
	margin-bottom:42px;
}
	.planArea h2{
		padding-top:15px;
	}

	.planArea p.link{
		position:absolute;
		top:0;
		right:0;
	}
	.planArea .box{
		position:relative;
		margin-left:-1px;
		border-left:1px solid #ccc;
	}
	.planArea .box div{
		position:relative;
		text-align:center;
		float:left;
		width:186px;
		height:266px;
		padding-bottom:16px;
		border-right:1px solid #ccc;
	}
	.planArea .box div.firstChild,.planArea .box div.firstChild a,
	.planArea .box div.lastChild,.planArea .box div.lastChild a{
		width:185px;
	}
	.planArea .box div a{
			display:block;
			position:absolute;
			top:0;
			left:0;
			width:186px;
			height:266px;
			padding-bottom:16px;
			overflow:hidden;
			text-indent:-9999px;
			background:transparent none 0 0 no-repeat;
	}
	.planArea .box div a:hover{
			background-position:100% 0;
	}
	.planArea .box .plan1 a{background-image:url(../top_img/img-plan01.jpg);}
	.planArea .box .plan2 a{background-image:url(../top_img/img-plan02.jpg);}
	.planArea .box .plan3 a{background-image:url(../top_img/img-plan03.jpg);}
	.planArea .box .plan4 a{background-image:url(../top_img/img-plan04.jpg);}
	.planArea .box .plan5 a{background-image:url(../top_img/img-plan05.jpg);}
	
	.planArea .box div .desc{
		margin-top:220px;
		margin-bottom:10px;
		padding:0 14px;
		text-align:left;
	}
	.planArea .box div .link{
		position:relative;
	}
	
/*------------------------*/
.infoArea{
	margin-bottom:42px;
}
	.infoArea .osirase{
		float:left;
		width:445px;
	}
	.infoArea .dekigoto{
		float:right;
		width:445px;
	}
		.infoArea .osirase .img,
		.infoArea .dekigoto .img{
			float:right;
			padding-left:10px;
			width:100px;
		}
		.infoArea .osirase .txt{
			float:left;
			width:335px;
			margin-bottom:5px;
		}
		.infoArea .dekigoto .txt{
			float:left;
			width:330px;
			margin-bottom:5px;
		}
		.infoArea .osirase .txt li,
		.infoArea .dekigoto .txt li{
			margin:2px 0 3px;
		}
		.infoArea .osirase .link,
		.infoArea .dekigoto .link{
			clear:both;
			text-align:left;
		}
	
/*------------------------*/
.bannerArea{
	margin-bottom:50px;
}
	.bannerArea .tel{float:left;}
	.bannerArea .web{float:right;}