@charset "utf-8";

/*サイド*/

div#side {
	margin-top: 50px;
}

/*コンテンツ*/

div.companyBox01 {
	height: auto;
	width: 600px;
	margin: 0px auto;
	padding: 25px 15px 25px 30px;
}

div.contentsBox h3 {
	font-size: 19px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 40px;
	font-weight: bold;
	padding-bottom: 30px;
	color: #512828;
}

div.contentsBox h3:before {
	content: "■";
	padding-right: 5px;
	padding-bottom: 15px;
	font-size: 14px;
}

div.contentsBox p {
	font-size: 13px;
	padding-top: 30px;
}

div.contentsBox h4 {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
	color: #C00;
	border-bottom: 1px dotted #990000;
	margin-bottom: 15px;
}

.companyText001 {
	font-size: 13px;
}

.companyBox {
	margin-top: 40px;
	margin-bottom: 40px;
	border-collapse: inherit;
	border-spacing: 5px;
}

.companyBox th {
	padding: 10px;
	font-size: 14px;
	text-align: left;
	background-color: #FEF5E7;
	color: #333;
}

.companyBox td {
	font-size: 14px;
	padding: 10px;
	background-color: #FFF;
	color: #333;
}
