/*===============================================
画面の横幅が641px以上
===============================================*/

@media print, screen and (min-width: 641px){

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

.newsBox{
	width:720px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}

.newsBox #newsWrap{
}

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

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

.newsBox #newsWrap ul#newsList li .up_ymd{
	float:left;
	width:110px;
	font-size:13px;
	font-weight:bold;
	line-height:1.5em;
	color:#73BE28;
}

.newsBox #newsWrap ul#newsList li .up_title{
	float:left;
	width:610px;
	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:15px;
}

}

