@charset "utf-8";

/* * * * * * * * * * * * * * * * * * *
 * HEADER B
 * * * * * * * * * * * * * * * * * * */

.headerWrap {
	display: table;
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
}
.headerWrap > dt {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
.headerWrap > dd {
	display: table-cell;
	vertical-align: middle;
}
.catchText {
	font-size: 15px;
	text-align: right;
}
.holdingPeriod {
	font-size: 21px;
	text-align: right;
}

/* * * * * * * * * * * * * * * * * * *
 * contact
 * * * * * * * * * * * * * * * * * * */

.contactAddress {
	text-align: center;
	margin-top: 20px;
	padding: 80px 10px;
	background: #f7f6e9;
	border-radius: 5px;
}

.contactAddress > dt {
	font-weight: bold;
}
.contactAddress > dt ~ dt {
	margin-top: 20px;
}
.contactAddress > dd {
	margin-top: 20px;
	font-weight: bold;
	font-size: 18px;
}
.contactAddress > dd > a {
	cursor: pointer;
}
a.mailBtn {
	width: 200px;
	display: inline-block;
	text-align: center;
	padding: 10px;
	background: #fdcd00 !important;
	color: #FFFFFF;
}
.mailBtn:hover {
	background: #e2b801;
}