@charset "utf-8";
@import "/css/template.css";

/*------------------------------------------------------------
	会社概要
------------------------------------------------------------*/
#conts {
	margin: 0 75px;
	padding: 0;
	
	font-size: 100%;
}

#conts h2 {
	margin: 5px 0 10px 0;
}

#conts table {
	margin-bottom: 20px;
	width: 600px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#conts th {
	padding:13px 20px;
	width: 140px;
	background: #F2F2F2 url(/img/profile/line.gif) repeat-x left bottom;
}

#conts td {
	padding: 13px 20px;
	background: url(/img/profile/line.gif) repeat-x left bottom;
	
	line-height: 1.7;
}

#conts td span.bold {
	font-size: 120%;
	font-weight: bold;
}

#conts td span.box {
	margin-bottom: 30px;
	
	font-weight: normal;
	
	display: block;
}

#conts .none {
	background-image: none;
}

#conts .top {
	vertical-align: top;
}
