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


	File Name: style.css
	Style Info: #style内


----------------------------------------------------*/
#contents {
	color: #333;
	font-family: Helvetica , Arial , Verdana , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 16px;
	line-height: 150%;
}


.fontsize_36 {
	font-size: 36px;
}
.fontsize_30 {
	font-size: 30px;
	line-height: 140%;	
}
.fontsize_28 {
	font-size: 28px;
	line-height: 140%;	
}
.fontsize_26 {
	font-size: 26px;	
}
.fontsize_24 {
	font-size: 24px;	
}
.fontsize_20{
	font-size: 20px;	
}



.box_green {
	border: solid 2px #8fc31f;
	padding: 10px;
}




/*コンテンツ*/
.sub_title {
	width: 950px;
	height: 45px;
	background: url(../images/1611/subtitle_img.png) no-repeat;
	padding-left: 50px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 45px;
}


/*box2*/
#box_2 {
	width: 950px;
	height: 250px;
	background: url(../images/1611/box2_back.png) no-repeat;
}

.box2_list {
	float: left;
	margin-left: 15px;
	margin-top: 40px;

}
.box2_list li {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 36px;
}
.box2_list li.list_1 {
	background: url(../images/1611/box2_icon1.png) no-repeat;
	padding-left: 45px;
}
.box2_list li.list_2 {
	background: url(../images/1611/box2_icon2.png) no-repeat;
	padding-left: 45px;
}
.box2_list li.list_3 {
	background: url(../images/1611/box2_icon3.png) no-repeat;
	padding-left: 45px;
}


/*box4*/
ul.box4_box li {
	float: left;
	width: 225px;
	margin-left: 16px;		
}
ul.box4_box li:first-child {
	margin-left: 0;		
}
.box4_box_title {
	background-color: #8fc31f;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 5px 5px 0 0;	
}
.box4_box_title2 {
	background-color: #8fc31f;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 5px 5px 0 0;	
}

.box4_box_text {
	border: solid 2px #8fc31f; 
	padding: 10px;
}


.box4_box2 {
	background-color: #fffdf1;
	padding: 10px;
}

/*リスト*/
.box_list {
	font-size: 14px;
}

/*企業案内*/
dd p {
	margin-left: -1em;	
}

