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


/* スマートフォン用CSS */
@media screen and (max-width: 630px) {
#news #main_img {
    background-image: url(../img/news/main.png);
}

#news .box02 {
    width: 90%;
	height:auto;
	margin:0px auto;
	padding:0% 2.5%;
    overflow: hidden;
    position: relative;
    zoom: 1;
}
#news .box02 ul.collection_list {
	margin:0px;
	padding:0px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
#news .box02 li {
	width: 46%;
	height: auto;
	margin: 0% 2% 8%;
	padding:0px;
    font-size: 12px;
    line-height: 150%;
	float: left;
	list-style-type: none;
}
#news .box02 li dl {
	width: 100%;
    margin: 0px;
    padding: 5px 0px;
    border-bottom: 1px dotted #cccccc;
    overflow: hidden;
    position: relative;
    zoom: 1;
}
#news .box02 li dt {
	width:auto;
	float: left;
}
#news .box02 li dd {
	width:auto;
	float: left;
}
#news .box02 li .button a:link {
	width:80%;
	margin:12px auto 0px;
	padding:5px;
	text-align:center;
	color:#ffffff;
	background-color:#448aca;
	border-radius:5px;
	display:block;
}
#news .box02 li .button a:visited {
	color:#ffffff;
}
#news .pager {
	width:90%;
	margin:5% auto 10%;
	text-align:center;
}
#news .pager ul {
	text-decoration:none;
}
#news .pager li {
    width: auto;
    height: auto;
    line-height: 100%;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    margin: 0 auto;
    color: #fff;
    display: inline-block;
    margin: 0px 2px 0px 0px;
}
#news .pager li a {
	color: #fff;
    display: block;
    text-decoration: none;
    line-height: 100%;
    background: #448aca;
    border-radius: 5px;
	padding:6px 8px;
}
#news .pager li:last-child {
	margin:0px;
}

#news .pager li.no-link {
	color: #fff;
    text-decoration: none;
    line-height: 100%;
    border-radius: 5px;
	padding:6px 8px;
	background-color:#b8cde1;
}


}










/* PCページ用CSS */
@media screen and (min-width: 631px) {
#main_img.news {
    background-image: url(../img/news/main.png);
}

#news {
	min-width:1000px;
}

#news .pager {
	width:1000px;
	margin:40px auto 100px;
	text-align:center;
}
#news .pager ul {
	text-decoration:none;
}
#news .pager li {
    width: auto;
    height: auto;
    line-height: 100%;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
    display: inline-block;
    margin: 0px 5px 0px 0px;
}
#news .pager li a {
	color: #fff;
    display: block;
    text-decoration: none;
    line-height: 100%;
    background: #448aca;
    border-radius: 5px;
	padding:10px 13px;
}
#news .pager li:last-child {
	margin:0px;
}

#news .pager li.no-link {
	color: #fff;
    text-decoration: none;
    line-height: 100%;
    border-radius: 5px;
	padding:10px 13px;
	background-color:#b8cde1;
}


}