@charset "utf-8";
/*--京home_en.css--*/
/* ##########PC########## */
.home_news_box > .box_header h2{
	padding-bottom:5px;
}

.home_news_box > .box_header h2 a{
	width:auto;
	display:inline-block;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:1.6em;
	text-decoration:none;
	font-weight:bold;
}


/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
	.home_news_box > .box_header h2 a{
		font-size:1.4em;
	}
}

/* ##########印刷用########## */
@media print{


}