@charset "utf-8";
/* CSS Document */

/* 対象ごとの色 */
body#general #main a {
	color: #75c952;
	text-decoration: underline;
	overflow: hidden;
}
body#doctor #main a {
	color: #45a6e0;
	text-decoration: underline;
	overflow: hidden;
}
body#about #main a {
	color: #ff7900;
	text-decoration: underline;
	overflow: hidden;
}

/* 更新日 */
span.day {
	display: inline;
	padding-top: 5px;
	float: right;
}

h3 span.dl_pdf {
	font-size: 12px;
	font-weight: normal;
}

ul.normal li {
	list-style: url(../img/li_disc01.png);
	margin-left: 1em;
	padding: 0;
	font-weight: normal;
	vertical-align: bottom;
}
/* お住まいの市町村以外での予防接種について　調整 */
.dropdown .scltable .hide_box .inner { /* 全体の枠。ここにヘッダを格納 */
    padding-top: 182px;  /*  テーブルヘッダーの高さ の開始位置 */
    height: 350px; /* tbodyを表示する高さ */
}