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


	
	#inNewsBody article {
		width:100%;
	}
	
p{
	line-height:1.5em;
	margin-bottom:20px;
}

p.btn a:link,
p.btn a:visited{
	background-color:#F00;
	color:#fff;
	font-size:14px;
	border-radius:10px;
	display:block;
	padding:15px;
	text-align:center;
	margin:30px 0 30px 0px;
	width:90%;
	text-decoration:none;
}

p.btn a:hover{
	background-color:#F30;
}

section.top{
	margin-bottom:50px;
}

section.education{

}

section.education h2{
	font-size:16px;
	margin-bottom:20px;
	xfont-weight:normal;
	background-image:url(images/line.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:40px;
	margin-top:50px;
}

section.education h3{
	font-size:16px;
	line-height:1.5em;
	margin-bottom:30px;
	font-weight:normal;
}

section.education h4{
	font-size:14px;
	line-height:1.5em;
	margin-bottom:20px;
	font-weight:normal;
}

section.message h4 p{
	margin-bottom:15px;
}

.edu_photo img{
	width:100%;
}

#inNewsBody section.message figure{
	width:135px auto;
}

@media only screen and (min-width: 480px){
	
	p.btn a:link,
p.btn a:visited{
	width:95%;
}


section.education h2{
	font-size:18px;
}

section.education h3{
	font-size:18px;
}


	
}


@media only screen and (min-width: 980px){


	#inNewsBody article{
		width:680px;
		margin-right:0px;
	}




}