@charset "utf-8";
/* CSS Document */
/*--------------------------------------

新着情報(news.php) PC

--------------------------------------*/

/*--------------------------------------
パンくずリスト
--------------------------------------*/
.breadcrumb{
	width:1080px;
	margin:0 auto;
	margin-top:23px;
	font-size:14px;
}
.breadcrumb li{
	display:inline-block;
	position: relative;
	vertical-align:bottom;
}
.breadcrumb li:after{
	content:'>';
	position: relative;
	margin-left:10px;
	margin-right:10px;
}
.breadcrumb li:last-child:after{
	content:'';
}
/*--------------------------------------
見出し(サイトマップ)
--------------------------------------*/
.headline_wrap{
	background-color: #4CD8E5;
	margin-top:30px;
	height:80px;
}
.headline_wrap h2{
	width:1080px;
	margin:0 auto 0 auto;
	padding-top:13px;
}


/*--------------------------------------
コンテンツ
--------------------------------------*/
#news_wrap{
	width: 1120px;
	margin: 0 auto;
	padding-bottom: 100px;
}

#news_in{
	width: 800px;
	margin:40px 40px 0 0
}

#news_in a:hover{
	color: #1baab7;
	text-decoration: underline;
}

#news_in .card_list{
	width: 800px;
	padding: 20px 0;
	border-bottom: 1px solid #dfdfdf;
}

.card_list dl dt{
	width: 210px;
	float: left;
}

.card_list dl dt time{
	width: 100px;
	color: #333;
	font-size: 14px;
	float: left;
}

.card_list dl dt span{
	width: 110px;
	color: #fff;
	font-size: 12px;
	float: left;
	text-align: center;
	padding: 5px 0;
}

.card_list .cat {
	list-style-type: none;
}

.card_list .cat .news{
	background-color: #ffc800;
}

.card_list .cat .fair{
	background-color: #4cd8e5;
}

.card_list .cat .emergency{
	background-color: #fe4958;
}

.card_list dd{
	width: 570px;
	font-size: 14px;
	float: left;
	line-height: 20px;
	margin: 3px 0 0 20px;
}

#news_in .pager_wrap{
    width: 800px;
	text-align: center;
    line-height: 2;
    font-size: 15px;
	margin: 20px auto;
    padding: 5px 13px;
}

.pager{
	widht: 100px;
	margin-left: 570px;
}

.pager a{
	background-color: #fff;
	border: 1px solid #D2D2D2;
	color: #4cd8e5;
	margin-right: 10px;
	padding: 10px;
}

.pager .current{
    background-color:#4cd8e5;
	color: #fff;
}

/*--------------------------------------
サイドバー
--------------------------------------*/
.enlist_sidebar{
	width: 260px;
	margin-right: 20px;
	margin-top: 35px;
	float: left;
}
.registration{
	border:solid 2px #4CD8E5;
	border-radius:8px;
	width:258px;
}
.registration ul{
	padding:20px 18px;
	font-size:14px;
}
.registration ul li{
	margin-bottom: 15px;
	padding-left: 35px;
	line-height: 1.5;
	background-image: url(../img/enlist/check_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.registration ul li:last-child{
	margin-bottom:0;
}
.registration ul li span{
	font-weight:bold;
}
.registration p{
	margin-bottom:18px;
	text-align:center;
}
.bannerlist p{
	padding-top:20px;
}