@charset "utf-8";

#policy {padding:20px 20px;margin:1em auto;background-color: #f3bb1a;border:1px solid #f3bb1a;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}
#policy li{line-height: 2;color: #001a4e;font-weight: bold;list-style: decimal inside;}
.item_body { padding-bottom: 30px; }

dl.education { 
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 1px solid #001A4E;
	margin-bottom: 15px;
}
dl.education dt{
	font-size: 1.2em;
	font-weight: bold;
	background-color:#001A4E;
	margin-bottom: 8px;
	color: white;
	padding: 5px 10px;
	border-radius:8px 8px 0 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
dl.education dd{
	padding: 5px 10px;
	margin-bottom: 2em;
}

dl.edu_title dt {
	background-color: #001A4E;
	text-align: center;
	color: white;
	padding: 10px;
	font-size: 1.8em;
}

dl.edu_title dd {
	padding: 10px;
}

dl.edu_list {
	margin-bottom: 30px;
}

dl.edu_list dt {
	background-color: red;
	color: white;
	display: inline-block;
	padding: 0 5px;
}
dl.edu_list ul { margin: 10px 5px; }
dl.edu_list li {
	background: url("../images/common/list_icon.gif") 0 4px no-repeat;
	padding-left: 23px;
	font-size: 0.95em;
}

dl.edu_img {
	background: url("../images/about/5ts.gif") 0 0 no-repeat;
	width: 587px; height: 0; line-height: 592px; padding-top: 592px;
	overflow: hidden;
	margin: 0 auto 30px;
}
.about-em {
	font-size: 40px;
	font-weight:bold;
}
@media only screen and (min-width: 768px) {
	.about-em {
		font-size: 20px;
	}	
}