@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_health_minister.jpg) no-repeat 0 0;
	height: 80px;
    }
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-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;
	}
	
ul.course-list li {
    list-style-type:none;
	display:inline;
	}

div.course-box {
    margin-bottom:30px;
	}
	
div.course-box div.left-box {
    width:300px;
	float:left;
	padding-left:5px;
	}
	
div.course-box div.right-box {
    width:250px;
	float:right;
	padding-right:5px;
	}
	
div.course-box img {
    margin-bottom:10px;
	}

div.course-box ul {
    padding-left:3px;
	list-style-type:none;
	}
	
div.course-box table {
    width:250px;
	border-collapse:collapse;
	border:1px solid #ccc;
	margin-bottom:5px;
	}
	
div.course-box table td {
    vertical-align:middle;
	padding:2px 5px;
	}
	
div.course-box table td img{
	margin:2px 0;
	}
	
div.course-box table td.bg-pink {
    background:#ffe8e2;
	}

div.course-box table td.bg-purple {
    background:#f6f5f5;
	}

div.course-box div.bg-pink {
    background-color:#fff7f7;
	padding-top:10px;
	margin-bottom:10px;
	}
	
div.course-box div.bg-pink dl {
    width:140px;
	text-align:center;
	float:left;
	}

