*{
	font-size: 18px;
	/*line-height: 22px;*/
	letter-spacing: 0px;
	font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
line-height: 1.7em;
}
td,p,div,html {
	color: #666;
}

a:link {
	color: #0000ff;
	text-decoration: none
}
a:visited {
	color: #993399;
	text-decoration: none
}
a:hover {
	color: #ff0000;
	text-decoration: underline
}
.comment {
	color: #ffff99;
	font-size: 14px
}
.small {
	color: #999999;
	font-size: 12px
}


.list_wd{

}
.list_wd > li{
	margin: 0.7em 0.5em;
}

.impact_b{
	color: #0086fb;
}

.title_a{
	border: 2px solid #238d80;
	width: 180px;
	border-radius: 1em;
	text-align: center;
	font-size: 16px;
	font-family: serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #033699;
	background-color: #fffcb1;
	line-height: 1.4em;
	padding: 2px;
	margin-top: 2em;
}

.list_p{
	list-style: none;
}
.list_p > li{
	display: block;
	align-items: center;
}
.list_p > li::before{
	content: "";
	width: 0.8em;
	height: 0.8em;
	display: inline-block;
	background-color: #ff9933;
	border-radius: 50%;
	margin-right: 0.4em;
}

table .schedule{
	border-collapse: collapse;
}
table .schedule tr{

}
table .schedule td , table .schedule th{
	border: 1px solid #999;
	padding: 4px;
	text-align: center;
}
table .schedule th{
	background-color: #9de1bb;
	color: #000;
	font-weight: normal;
	width: 4em;
	line-height: 1.4em;
	font-size:0.8em;
}
table .schedule td.hed{
	background-color: #ffffcc;
	white-space: nowrap;
	font-size:0.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	/*margin-bottom: 1em;*/
	/*border-bottom: 2px solid #ff9933;*/
	/*padding-bottom: 0.5em;*/
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #555555;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	position: relative;
	/*padding-left: 1.5em;*/
}

h4::before {
	content: "";
	width: 0.8em;
	height: 0.8em;
	display: inline-block;
	background-color: #3085a6;
	margin-right: 0.4em;
	vertical-align:baseline;
}
