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

div.content.sakiori {
	background: url(images/content_sakiori.jpg) no-repeat left center;
	background-size: 50%;
}

div.photo h3 {
	font-size: 24px;
	padding-bottom: 20px;
	text-align: center;
}

div.photo h3 em {
	font-style: normal;
	padding: 0px 8px;
}

div.photo ul {
	margin: 0px auto;
	width: 1000px;
}

div.photo ul li {
	display: table-cell;
	padding-right: 50px;
}

div.photo ul li:last-child {
	padding-right: 0px;
}

div.photo ul li strong {
	border-bottom: 3px dotted #20366c;
	display: block;
	font-size: 24px;
	padding: 20px 0px 15px 0px;
}

div.photo ul li span.detail {
	display: block;
	line-height: 1.6em;
	padding-top: 20px;
}

div.catch h3 {
	padding: 15px 0px 15px 110px;
}

div.catch h3.online {
	background: #20366c url(images/online.png) no-repeat left 50px center;
	background-size: 40px;
}

div.catch h3.gallery {
	background: #20366c url(images/gallery.png) no-repeat left 50px center;
	background-size: 40px;
}

