@charset "utf-8";
/* cosmetics css */


.bold{
	font-weight:bold;
	font-size:20px;
}

a{
	color:#1f94d7;
}


.cost{
	background:#f1f1f1;
	padding:20px;
}
.cost dt{
	width:100px;
	font-weight:bold;
	
	background-image: url(../../shared/img/ol_icon_01.png);
	background-repeat: no-repeat;
	background-position:0 4px ;
	padding-left: 28px;
}

.cost dt:nth-of-type(2){
	background-image: url(../../shared/img/ol_icon_02.png);
	background-repeat: no-repeat;
	
}
.cost dd{
	width:500px;
	padding-left:15px;
	border-left:1px solid #ccc;
	margin-bottom:10px;
}

.achievement{
	width:310px;
	border-left:3px solid #00306b;
	padding-left:10px;
}

.achievement li{
	font-size:15px;
}

.achievement a{
	font-size:15px;
}
.bg_gray{
	background:#f1f1f1;
	padding:30px;
	position:relative;
}
.test-machine{
	position:relative;
}
.etc{
	position:absolute;
	right:30px;
	bottom:10px;
	
}
.test-machine .etc{
	position:absolute;
	right:100px;
	bottom:0;
	
}

.test dt{
	width:170px;
	line-height:37px;
	font-weight:bold;
	color:#00306b;
	background:#f1f1f1;
	margin-bottom:5px;
	padding-left:20px;
}

.test dd{
	width:500px;
	line-height:37px;
	margin-left:15px;
}
#tests{
  margin-top: 40px;
}
#cosmetics-table{
  margin-top: 10px;
	border-top:2px solid #00306b;
  border-bottom:2px solid #00306b;
	margin-bottom:10px;
}

#cosmetics-table .gray{
	background:#f1f1f1;
	border-spacing:inherit;
}
#cosmetics-table th{
	border-bottom:1px solid #00306b;
	border-spacing:inherit;
	font-weight:bold;
	color:#00306b;
	padding:5px 10px;
}
#cosmetics-table tr:first-child th{
	border-right:2px solid #00306b;
}
#cosmetics-table tr:first-child th:last-child{
	border-right:none;
}
#cosmetics-table td{
	text-align:center;
	border-left:2px solid #00306b;
	border-bottom:1px solid #000;
	border-spacing:inherit;
}

.cosmetics-att {
  font-size: 14px;
}