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

.main_box{
	margin: 0px 0px 20px;
}
.main_box .price_links{
	margin: 20px 0px;
	text-align: justify;
	overflow: hidden;
}

.price_links a{
	display: block;
	box-sizing:border-box;
	float: left;
	width: 32%;
	background: #CEECF6;
	padding: 8px 0px;
	margin: 0 0 0 2%;
	text-align: center;
	font-size: 13px;
	line-height: 1.2em;
	color: #0AA0D2;
	border-radius: 4px;
}
.price_links a:first-child{
	margin-left: 0;
}
.price_links a.on,
.price_links a:hover,
.price_links a.on:hover{
	background: #0AA0D2;
	color: #FFF;
	text-decoration: none;
}

.midasi .fr{
	margin: 2px 10px 0px 0px;
}

.midasi input:hover{
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

table{
	border-collapse: collapse;
	width:100%;
	margin: 0px 0px 20px;
	border-top: 1px solid #AAA;
	border-right: 1px solid #AAA;
	font-size: 12px;
}

table thead tr th{
	text-align: center;
	padding: 5px 10px;
	font-weight: bold;
	background: #e6f5fa;
	border-left: 1px solid #84cfe8;
	color: #0AA0D2;
	white-space: nowrap;
}

table tr th,
table tr td{
	text-align: left;
	padding: 5px 10px;
	border-left: 1px solid #84cfe8;
	border-bottom: 1px dotted #84cfe8;
	font-weight: normal;
	line-height: 1.3em;
}
table tr th:first-child{
	border-left: 1px solid #AAA;
}
table tr th a{
	font-weight: bold;
}
table tr th small,
table tr td small{
	font-weight: normal;
	font-size: 10px;
	line-height: 1.3em;
}


table tr td.tr{
	text-align: right;
	font-size: 14px;
	color: #000;
}

table tr th[rowspan],
table tr td[rowspan],
table tr.row-bottom td,
table tr.row-bottom th{
	border-bottom: 1px solid #AAA;
}

.fukidasi{
	display: inline-block;
	background: #9c844c;
	padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 50% / 50%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    vertical-align: middle;
}

@media only screen and (max-width: 600px){
	.price_links a{
		float: none;
		margin: 10px 0;
		width: auto;
	}
	table tr th,
	table tr td{
		white-space: normal !important;
		word-break: break-all;
	}
	table tr td:last-child{
		white-space: nowrap !important;
		width: 20% !important;
	}

}
@media only screen and (max-width: 400px){
	table tr td{
		padding: 5px;
	}
	table{
		table-layout: fixed;
	}
	table tr td td:nth-child(1),	table tr td:nth-child(2){
		width: 40% !important;
	}

	table.opt tr td:first-child{
		width: 50% !important;
	}
	table.opt tr td:nth-child(2),	table.opt tr td:nth-child(3){
		width: 20% !important;
	}

	table tr td:last-child{
		font-size: 10px;
	}
}
/* 印刷用 */

@media print{
	.header,
	.footer_banner,
	.footer,
	.side_menu,
	.main_image,
	.pagetop{
		display: none;
	}
	.main_contents{
		margin: auto;
		float: none;
	}
}

</pre></body></html>