/*===============================================
画面の横幅が640px以下
===============================================*/

@media screen and (max-width:640px){

/*  お知らせ一覧画面の幅　*/
/*--------------------------------------------------------*/

.newsBox{
	margin-bottom:40px;
}

.newsBox #newsWrap{
}

.newsBox #newsWrap ul#newsList{
	border-top:1px dotted #CCC;
	padding-top:2px;
}

.newsBox #newsWrap ul#newsList li{
	border-bottom:1px dotted #CCC;
	margin-top:12px;
	padding-bottom:12px;
	margin-bottom:12px;
	overflow:hidden;
}

.newsBox #newsWrap ul#newsList li .up_ymd{
	font-size:12px;
	font-weight:bold;
	line-height:1.5em;
	color:#73BE28;
	margin-bottom:4px;
}

.newsBox #newsWrap ul#newsList li .up_title{
	font-size:100%;
	font-weight:nomal;
	line-height:1.5em;
}

.pagerBox{
	margin-top:40px;
	text-align:center;
	font-size:100%;
	line-height:1.5em;
}

.pagerBox a{
	padding-right:10px;
}

}

