@import url("../../../common/css/common.css");
@import url("../../../common/css/layout.css");

h1 {
  border-bottom: 3px solid #0f6bde;
	color: #0f6bde;
	font-size: 152%;
	font-weight: bold;
	line-height: 1;
  padding: 15px 0 15px 0;
}
p#catchcopy {
  border-bottom: 1px dotted #010000;
  color: #010000;
  font-size: 167%;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 15px 0;
	padding-bottom: 10px;
  text-align: center;
	width: 568px;
}
p.leadcopy {
  margin: 0;
	width: 568px;
}
p.clear {
  clear: both;
}
img.imgleft {
  float: left;
	margin-right: 10px;
}
table.price {
  color: #000;
  margin-bottom: 1.5em;
}
table.price th {
  background-color: #ffcd3e;
  border: 1px solid #fff;
	border-width: 0 1px 1px 0;
	padding: 12px;
	text-align: center;
}
table.price th.second-color {
  background-color: #ffd765;
}
table.price td {
  background-color: #f4f4f4;
  border: 1px solid #fff;
	border-width: 0 1px 1px 0;
	padding: 12px;
	text-align: center;
	width: 27%;
}
table.price td.second-color {
  background-color: #e9e9e9;
}
table.jirei {
  margin-bottom: 1.5em;
}
div#close {
  clear: both;
  margin: 15px 0;
  text-align: center;
}
