@charset "UTF-8";

/* top common */
.top_image{
	 background-size: cover;
}

/* top recruit */
#contents .top_recruit{
	width: 240px;
	margin-right:20px;
	float: left;
}
#contents .top_recruit ul{
	padding: 0 5px;
}
#contents .top_recruit ul li{
	margin-bottom: 15px;
}
#contents .top_recruit ul li:last-child{
	margin-bottom:0;
}

/* top business */
#contents .top_business{
	width: 440px;
	margin-right:20px;
	float: left;
}
#contents .top_business .top_business_inner{
	padding:0 5px;
}
#contents .top_business .top_business_inner ul li{
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
#contents .top_business .top_business_inner ul li:nth-child(odd){
	width:260px;
}
#contents .top_business .top_business_inner ul li:last-child{
	margin-bottom:15px;
}

/* top news 
#contents .top_news{
	width: 240px;
	float: right;
}
#contents .top_news h4{
	position:relative;
}
#contents .top_news h4 a.arrow_red{
	position: absolute;
	right: 0;
	bottom: -5px;
	font-size:12px;
}
#contents .top_news ul li{
	margin-bottom:10px;
	border-bottom: 1px dashed #ccc;
}
#contents .top_news ul li:last-child{
	border-bottom: none;
}
#contents .top_news ul li a{
	display:inline-block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 210px;
	white-space: nowrap;
}
*/
/* top csr */
#contents .top_csr{
	width: 100%;
	margin-top: 20px;
	clear: both;
}
#contents .top_csr .top_csr_img{
	float: left;
	width: 410px;
	margin-right:0px;
	margin-top: 5px;
}
#contents .top_csr .top_csr_txt{
	width: 506px;
	float: left;
	margin-right:20px;
}
#contents .top_csr ul{
	float: left;
	width: 290px;
	padding-left:15px;
	border-left: 1px dashed #ccc;
}
#contents .top_csr ul li{
	float: left;
	margin-right: 15px;
	margin-bottom:5px;
}