@charset "utf-8";

/*-------------------------------------------------------------
	base
-------------------------------------------------------------*/
span.f-green{
color:#1A5E17;
font-weight:bold;
}

/*-------------------------------------------------------------
	main
-------------------------------------------------------------*/
body h2 {
	background: url(../img/common/h2_amarime.jpg) no-repeat 0 0;
}


div#iwakiri_box{
width: 500px;
}

table.price-table {
    border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.price-table td {
    background:#FFFFFF;
	padding:3px 3px 3px 8px;
	border:1px solid #ccc;
	}

table.price-table th {
	border:1px solid #ccc;
	text-align:center;
	}
	
table.price-table th span{
	display:block;
	border:1px solid #fff;
	padding:3px;
	}

th.bg-green { background-color:#f2ffe0;}
th.bg-green02 { background-color:#e0ffea;}
th.bg-blue { background-color:#e0fff7;}
th.bg-blue02 { background-color:#e0e8ff;}
th.bg-pink { background-color:#ffe0f9;}
th.bg-red { background-color:#ffd7db;}




td.yen{
text-align:right;
}
td.cen{
text-align: center;
}

div.notes{
margin-left: 20px;
}
span.yoyakuttl{
color:#CC0000;
font-weight:bold;}

