<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.kakuninFlow{
	margin-top: 10px;
	display : table;
}

.kakuninFlow li{
	list-style: none;
	/* float: left; */
	background-color: #eee;
	background-image: url(img/arrow_kakunin.png);
	background-repeat: no-repeat;
	/* background-position: 15px 13px; */
	background-position: 15px center;
	width: 250px;
	height: 35px;
	padding: 10px;
	font-size: 1.6em;
	font-weight: bold;
	text-indent: 31px;
	display : table-cell;
	vertical-align : middle;
}

.kakuninFlow li.current{
	background-color: #ef6777;
	background-image: url(img/arrow_kakunin_current.png);
	color: #fff;
}

.mitsumoriMeisai p{
	font-size: 1.4em;
}

.mitsumoriMeisaiInner{
	width: 760px;
	margin: 0 auto;
}

.mitsumoriMeisai table{
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0 15px;
	font-size: 1.4em;
}

.mitsumoriMeisai th{
	background: #f6f6f6;
}

.mitsumoriMeisai th,
.mitsumoriMeisai td{
	border: 1px solid #c0c0c0;
	padding: 5px 10px;
}

.mitsumoriMeisai dt{
	font-size: 1em;
	float: left;
	margin: 0;
	padding: 0;
}

.mitsumoriMeisai dd{
	float: right;
	margin: 0;
	padding: 0;
}

.mitsumoriMeisai .kiyakuArea{
	border: 1px solid #c0c0c0;
	height: 100%;
	/*overflow-y: scroll;*/
}

.mitsumoriMeisai .kiyaku{
	margin: 15px;
}

.mitsumoriMeisai .kiyaku p{
	text-align: left;
	margin-bottom: 20px;
}

.btnKakunin{
	margin: 15px 0 30px;
}

.btnBuy a{
	background: #ffe98f;
	color: #333333;
	width: 245px;
	height: 34px;
	line-height: 17px;
	font-size: 18px;
	background-image: url(../../pjcommon/style/img/icon_yen.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 20px center;
}

.btnBuy a:hover{
	background: #ffe169;
	background-image: url(../../pjcommon/style/img/icon_yen_on.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 20px center;
}

.btnBuyOff a{
	background: #bbbbbb;
	color: #ffffff;
	background-image: url(../../pjcommon/style/img/icon_yen_off.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 20px center;
	box-shadow: none;
	pointer-events: none;
}

.agreeCheck{
	background: #ffddff;
	width: 400px;
	margin: 0 auto 15px;
	padding: 10px 0;
	text-align: center;
}

.btn-datalayout p {
    display: block;
    text-align: left;
    background: #f6f6f6;
    border: 1px solid #7C7C7C;
    padding: 8px 5px 7px 10px;
    font-size: 1.4em;
    margin: 15px 0;
}
.btnKakunin .manyText a{
	height: 60px;
	line-height: 1.5;
}
.searchDecision2 a{
	background-color: #4377E4;
	background-image: url(img/icon-arrow-white-next.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 18px;
	display: block;
	margin: auto;
	width: 245px;
	height: 17px;
	line-height: 17px;
}
.searchDecision2 a:hover{
	background-color: #1542a1;
	background-image: url(img/icon-arrow-white-next.png);
	background-repeat: no-repeat;
	background-position: right center;
}
</pre></body></html>