@charset "UTF-8";
/*------------------------------------------------------------
	会社情報（会社概要）
	/corporate/02.html
------------------------------------------------------------*/
#conts .companyImage {
	margin-bottom: 15px;
	text-align: center;
}

#conts p {
	padding: 0 20px 20px;
	font-size: 11.5px;
}

#conts .baseTable table {
	margin-bottom: 50px;
}

#conts .baseTable table th,
#conts .baseTable table td {
	padding: 15px 0;
	font-size: 12px;
}

#conts .baseTable table th {
	width: 30%;
	padding-left: 8px;
	vertical-align: top;
}

#conts .baseTable table td {
	width: 70%;
	padding: 15px 2px 15px 8px;
}

#conts .baseTable table td a {
	color: #333333;
	text-decoration: underline;
}