@charset "utf-8";

/* visa共通
------------------ */
/* 料金表 */
#price .table tr:first-child th{
	background: #e2dcd6;
	text-align: center;
}

#price .table td{
	text-align: center;
	padding:1rem 0;
}

/* 料金下の注意書き */
.att{
	border: 3px solid #d1d5de;
	padding: 1em 1em 0 1em;
}

.att h3{
	text-align-last: center;
	font-weight: bold;
	margin-bottom: 1em;
	color: #f57b0f;
	font-size: 125%;
}

.att li{
	margin-bottom: 1em;
	font-size: 87.5%;
}

.att li:before{
	content: "※";
	color: #f57b0f;
	font-weight: bold;
}

@media print, screen and (min-width:980px){
.att{
	padding: 2em 2em 1em 2em;
}
}

/*eof*/