@charset "utf-8";

/* =========================================================
main
========================================================= */

#business_box {
	border:1px solid #DADADA;
	background-color:#FCFCFC;
	padding-bottom: 30px;
	margin-bottom:30px;
	
}

.box_title {
}

#business_list {
	margin:0 auto;
	padding-bottom: 20px;
}

#business_list li{
	width: 50%;
	float:left;
	padding:0 3% 10px 3%;
	box-sizing: border-box;
}

#business_list li p{
	margin-bottom: 10px;

}

#business_01 {
	border-right:1px dotted #9C9C9C;
}

#business_02 {
}

#business_03 {
	border-right:1px dotted #9C9C9C;
}

#business_04 {
}

#business_05 {
	border-right:1px dotted #9C9C9C;
}

#link_detail {
	margin-right: 20px;	
	text-align:right;
}

#link_detail a {
	text-decoration:underline;
	background: url(../images/top/business-icon.jpg) no-repeat left;
	padding-left: 15px;
}

/* =========================================================
news_box
========================================================= */
#news_box {
}

.news_title {
	margin-bottom:10px;
}

#news_box dl {
	margin:0 auto;
	padding-bottom: 15px;
}

#news_box dt {
	font-size:12px;
	font-weight:bold;
	box-sizing: border-box;
}
#news_box dt span{
	border-right: 1px solid #CCCCCC;
	padding-right: 10px;
}



#news_box dd {
	box-sizing: border-box;
	margin: 10px 0;
}
