@charset "utf-8";

/* ========================================================
	concierge.css => CONCIERGE用css
======================================================== */

/* page_nav
============================================================================================================ */
.page_nav dt {
	background-color: #004ea2;
}

p.page_nav {
	background-color: #004ea2;
}

/* title
============================================================================================================ */
#container h2,
#container h3 {
	margin: 20px;
	text-align: center;
}

/* COUPLE カップル編
============================================================================================================ */
#couple {
}
#couple .row {
	margin-bottom: 25px;
	zoom: 1;
}
#couple .row:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#couple .row dl {
	float: left;
	width: 270px;
	padding-right: 50px;
}
#couple .row dl.right {
	padding-right: 0;
}
#couple .row dl .text {
	margin-top: 10px;
}

.result {
	display: none;
	margin-bottom: 45px;
	margin-top: 25px;
	padding-top: 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}