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


#contants{
	width:1100px;
	height:auto;
	margin-bottom:150px;
}


/*新着情報大枠*/
.topics{
	width:1100px;
	height:auto;
}
/*title*/
h2.content_title{
	margin-top:30px;
	border-bottom:1px solid #a4a4a4;
	font-size:250%;
	color:#535353;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align:center;
}


/*新着情報大枠*/
ul.blog_news{
	width:1100px;
	height:auto;
}

/*ブログサイズ*/
ul.blog_news li{
	float:left;
	position:relative;
	width:330px;
	height:240px;
	margin:35px 0 50px 0;
}

ul.blog_news li:nth-child(2){
	margin-left:55px !important;
	margin-right:55px !important;
}

ul.blog_news li:nth-child(5){
	margin-left:55px !important;
	margin-right:55px !important;
}

/*ブログのタイトル*/
.li_text a{
	display:block;
	font-size:146.5%;
	color:#535353;
	padding:5px 0;
	
}
.li_text a:hover{
	color:#a2cd0e;
}

/*ブログの内容*/
.li_text02 a{
	font-size:116%;
	color:#535353;
}

.li_text02 a:hover{
	color:#ccc;
}


/*///////// 会社概要・事業内容・アクセス・求人情報・エントリーフォーム ////////*/
#contens_box{
	clear:both;
	width:1100px;
	height:auto;
	margin-top:70px;
}


h3.content_title{
	width:500px;
	text-align:center;
	border-bottom:1px solid #a4a4a4;
	font-size:189%;
	color:#535353;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#company_banner{
	float:left;
	width:500px;
	height:400px;
}

.company_photo{
	margin-top:10px;
	width:500px;
	height:300px;
}


#recruit_banner{
	float:right;
	width:500px;
	height:400px;
}



#nav_back{
	width:100%;
	height:83px;
	background:#a2cd0e;
	position:relative;
	border-top:3px solid #7da003;
	border-bottom:3px solid #7da003;
}
nav{
	width:1100px;
	height:83px;
	margin:0 auto;
}


nav li{
	float:left;
	width:150px;
	height:75px;
	margin-left:100px;
	margin-top:4px;
}
















