@charset "utf-8";

/*見出しの文字サイズ・・・スマホはPCの約4/5にする*/

/* for Common & Smartphone*/

.newsListShort{
	width:100%;
	overflow:hidden;
	font-size:108%;
	text-align:left;
	line-height:1.5;
}
.newsListShort dt{
	width:100%;
	margin-bottom:3px;
	color:#999;
}
.newsListShort dd{
	width:100%;
	margin-bottom:10px;
}






/* for Smartphone 横とか*/
@media screen and (min-width: 480px) {
}

/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 
}

/* for PC*/
@media print, screen and (min-width:480px) {

.newsListShort dt{
	width:20%;
	float:left;
	margin-bottom:10px;
	clear:both;
	color:#000;
}
.newsListShort dd{
	width:80%;
	float:right;
	margin-bottom:10px;
}














}