
#title h1 {
	background: #20366c url(images/title.jpg) no-repeat center;
	background-size: cover;
}

div.catch table.price-list {
	display: inline-block;
	width: 400px;
}

div.catch table.price-list tr {
	background: url(../images/border_dotted.svg) repeat-x left bottom;
	background-size: 6px;
}

div.catch table.price-list tr.header th {
	border: none;
}

div.catch table.price-list tr.header th.i {
	box-sizing: border-box;
	padding: 10px 10px 10px 20px;
	text-align: left;
	width: 250px;
}

div.catch table.price-list tr.header th.p {
	box-sizing: border-box;
	padding: 10px 20px 10px 10px;
	text-align: right;
	width: 200px;
}

div.catch table.price-list th {
	font-size: 18px;
	padding: 15px 10px 15px 20px;
	text-align: left;
	white-space: nowrap;
}

div.catch table.price-list td {
	font-size: 18px;
	font-weight: 600;
	padding: 15px 20px 15px 10px;
	text-align: right;
	white-space: nowrap;
}

div.catch table.price-list td span.yen {
	font-size: 80%;
	padding: 0px 3px;
}

div.photos ul.photo {
	padding: 30px 0px;
}

div.photos ul.photo li {
	display: table-cell;
	width: 330px;
}

div.photos ul.photo li:nth-child(2) {
	padding: 0px 55px;
}

div.photos ul.photo li strong {
	border-bottom: 2px dotted #20366c;
	display: block;
	font-size: 22px;
	line-height: 1.8em;
	padding: 15px 0px 10px 0px;
}

div.photos ul.photo li span.detail {
	display: block;
	font-size: 19px;
	line-height: 2.0em;
	padding-top: 20px;
}

