@charset "utf-8";

/*-------------------------------------------------------------
	base
-------------------------------------------------------------*/
table.price-table {
    border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:10px;
	width:98%;
	}
	
table.price-table td {
    background:#FFFFFF;
	padding:3px 3px 3px 8px;
	border:1px solid #ccc;
	vertical-align:top;
	text-align:left;
	line-height:140%;
	}

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

table.price-table td span{
	/*
	position:absolute;
	border:5px;
	right:5px;
	width:60px;
	display:block;
	float:right;
	*/
	}

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;
}

/*-------------------------------------------------------------
	main
-------------------------------------------------------------*/
h2 {
	background: url(../img/plan/high_speed/h2_high_speed.jpg) no-repeat 0 0;
	height: 305px;
    }
h3{
	margin-bottom: 10px;
	}
h4{
	font-weight:bold;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 10px;
	font-size: 14px;
	border-left: 4px solid #666666;
padding-left: 10px;
padding-bottom: 5px;
    }
h5{
font-weight:bold;
    }

h6{
	font-weight:bold;
    padding-left:15px;
	background:url(../img/health_minister/icon.jpg) no-repeat 0 5px;
    }

.m-t10 { margin-top:10px; }
.m-r20 { margin-right:20px; }
.m-b10 { margin-bottom:10px; }
.m-b20 { margin-bottom:20px; }
.m-b40 { margin-bottom:40px; }

strong { color:#df1a28;}
h3 span { font-size:12px; }

p { margin-bottom:10px;}

.wide-txt {
	line-height:200%;
	}

.text-right {
    text-align:right;
	}
	
div.box-left {
	width:288px;
	float:left;
	}
	
div.box-right {
	width:288px;
	float:right;
	}
