@charset "utf-8";
h1 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.25em;/*上下 左右の余白*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #5DC2D0;/*左線*/
	margin-bottom: 1em;
}
table {
	width:90%;
	margin: 0 auto;
	font-size: 0.8em;
	letter-spacing: 0;
	line-height: 1.5em;
}
td {
	padding-bottom: 0.5em;
}
.name {
	width: 7em;
}
.box{
	color: #FFFFFF;
	width: 5em;
	background-color: #86B3E0;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
}
.g {
	background-color: #5DC2D0;
}
.small {
	font-size: 0.8em;
}
@media screen and (min-width: 321px) {

}
@media screen and (min-width: 481px) {
	table {
		font-size: 1em;
	}
}