@charset "utf-8";

/********** ページタイトル **********/
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	position: relative;
	padding-left:20px;
}
h2:before {
	background: #437a1d;
        content: "";
        height: 15px;
        width: 15px;
        left: 0;
        position: absolute;
        top: 7px;
}

/*
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
*/

#company_profile {
	padding-top: 10px;
	width: 650px;
	float: left;
}

table {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	width: 650px;
	margin-top: 15px;
}
.row {
	color: #FFF;
	background-color: #49771F;
	text-align: center;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #314C15;
	vertical-align: middle;
}
td {
	padding-left: 15px;
	font-size: 14px;
	vertical-align: middle;
	padding-right: 10px;
	border: 1px solid #314C15;
	padding-top: 5px;
	padding-bottom: 5px;
}
