@charset "utf-8";



/* header
-----------------------------------*/
#header{
	background: #b6d4f2;
	background: 
		url("../img/bg_tiast_01.png") no-repeat center center, 
		-webkit-linear-gradient(top, #cceeff 0%, #3060bf 100%);
	background: 
		url("../img/bg_tiast_01.png") no-repeat center center, 
		linear-gradient(to bottom, #cceeff 0%, #3060bf 100%);
	-webkit-background-size: cover;
	background-size: cover;
}



/* group
-----------------------------------*/
#group #page_title h2{
	padding-top: 3px;
}
#group .content .l_nav li:nth-child(1) a{
	background-image: url("../img/bg_tiast_02.jpg");
}
#group .content .l_nav li:nth-child(2) a{
	background-image: url("../img/bg_tiast_03.jpg");
}
#group .content .l_nav li:nth-child(3) a{
	background-image: url("../img/bg_tiast_04.jpg");
}
#group .content .l_nav .over:before, 
#group .content .l_nav .over:after,
#group .content .l_nav .over span:before, 
#group .content .l_nav .over span:after{
	background-color: #003399;
}
#group .content .l_nav a:hover .more{
	background-color: #003399;
}
#group .content .title:before{
	background-image: url("../img/ico_tiast_01.png");
}
#group .content .title:after{
	background-image: url("../img/ico_tiast_02.png");
}



/* overview_unit
-----------------------------------*/
#group #overview_unit > .overview{
	margin-bottom: 120px;
}
#group #overview_unit > .overview > .title{
	background-image: url("../img/bg_overview_01.jpg");
}
#group #overview_unit > .overview .group .info h5{
	border-left: 5px solid #003399;
}
#group #overview_unit > .overview .group .link a:before{
	background-image: url("../img/ico_tiast_03.png");
}
#group #overview_unit > .overview .group li:nth-child(1) .info, 
#group #overview_unit > .overview .group li:nth-child(2) .info{
	height: 145px;
}



/* area_unit
-----------------------------------*/
#group #area_unit > .area{
	margin-bottom: 150px;
}
#group #area_unit > .area .title{
	background-image: url("../img/bg_area_01.jpg");
}
#group #area_unit > .area .point h6{
	color: #003399;
}



/* recruit_unit
-----------------------------------*/
#group #recruit_unit > .recruit{
	margin-bottom: 150px;
}
#group #recruit_unit > .recruit .title{
	background-image: url("../img/bg_recruit_01.jpg");
}
#group #recruit_unit > .recruit .guideline h5{
	color: #003399;
	border: 2px solid #003399;
}
#group #recruit_unit > .recruit .contact h6{
	border-left: 5px solid #003399;
}
#group #recruit_unit > .recruit .contact li:nth-child(1), 
#group #recruit_unit > .recruit .contact li:nth-child(2){
	height: 145px;
}