@charset "UTF-8";
/*
* grandtop.css
*
*/
/* ------------------------
	grandtop
------------------------ */
.contents-body.grandtop {
	background: url(/img/common/grandtop/grandtop-bg-top.png) repeat-x center top #f6f4eb;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.contents-body.grandtop {
		background: url(/img/common/grandtop/grandtop-bg-top@2x.png) repeat-x center top #f6f4eb;
		background-size: 1400px 450px;
	}
}


/* グランドトップ passリンクボタン */
.grandtop-pass-btn {
	background: #F0F0F0;
    text-align: center;
    padding: 15px;
}
.grandtop-pass-btn .link-item-box.col2 li {
	vertical-align: middle;
	margin: 0;
}
.grandtop-pass-btn .link-item-box p {
    color: #F78A16;
    font-size: 14px;
    font-weight: bold;
}
.grandtop-pass-btn .btn-type.type10 {
	width: 300px;
}
.grandtop-pass-btn .btn-type.type10 .text {
    display: inline-block;
    padding-right: 8px;
	line-height: unset;
	font-size: 14px;
	line-height: 36px;
    min-height: 36px;
}
