@charset "shift_jis";
/* reset */
#spec_title{ background:#4293C2; color: #FFF; font-size: 30px; text-align: center; padding: 10px 0; width: 750px; margin: 50px 0 10px;}
.spec_title_min{ width: 650px; background:#E3E3E3; font-weight: bold; font-size: 16px; text-align: center; padding: 5px 0; margin: 10px 0 5px;}
table.spec{
	display: block;
	overflow: hidden;
	width: 650px;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	margin: 20px auto;
	padding-bottom: 40px;
}
table.spec th{
	display: block;
	float: left;
	width: 170px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
table.spec td{
	display: block;
	float: left;
	width: 430px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #ffffff;
}

a.white:link { color: #ffffff; }
a.white:visited { color: #3FC7DD; }
a.white:hover { color: #fffab2; }
a.white:active { color: #fffab2; }

.text {/*親div*/
  position: relative;/*相対配置*/
  }

.text p {
  position: absolute;/*絶対配置*/
  color: #ffffff;
  top: 51%;
  right: 20px;
  font-size: 12px;
  }
  
.text p a {
  position: absolute;/*絶対配置*/
  left: 0;
  font-size: 11px;  
  }

.text img {
  width: 100%;
  }