@charset "utf-8";

/*-------------------------------------achievement(実績・表彰)--*/
#bodyArea2nd .mainBox .achTxt {
	width: 698px;
	padding-bottom: 20px;
}

.achTxt h1 {
	font-size: 90%;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}

.achTxt h2 {
	font-size: 80%;
	line-height: 120%;
	font-weight: bold;
	padding-bottom: 4px;
	background-color: #E8D0D1;
	margin-bottom: 6px;
	padding-top: 4px;
	padding-left: 6px;
	color: #763F40;
}

/*
.achTxt .bodyTxt {
	font-size: 80%;
	line-height: 200%;
	padding-bottom: 16px;
}
*/

.achTxt .subH1 {
	font-size: 80%;
	font-weight: normal;
	padding-left: 20px;
}

.achTxt table.achTable {
	font-size: 80%;
	line-height: 120%;
	width: 100%;
	margin-bottom: 20px;
}

.achTxt table.achTable td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BCBCBC;
}

.achTxt table.achTable td.right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCBCBC;
}

