@charset "utf-8";

/*-------------------------------------------------------------
	base
-------------------------------------------------------------*/
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;
}

/*-------------------------------------------------------------
	main
-------------------------------------------------------------*/
h2 {
	background: url(../img/common/h2_for_mclicence.jpg) no-repeat 0 0;
	height: 107px;
    }
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;
	margin-bottom:5px;
	background:url(../img/health_minister/icon.jpg) no-repeat 0 5px;
    }

.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.gray-box {
    width:550px;
	margin:0 auto 20px auto;
	}
	
div.gray-box div {
	padding:10px 10px 10px 5px;
	background:#f7f7f7;
	}

div.gray-box p {
    padding:0 0 0 35px;
	margin:0;
    background:url(../img/for_mclicence/a.jpg) no-repeat 0 0;
	}
	

