@charset "utf-8";
/* CSS Document */
.top_bg{
	background-color: #000000;
}
.top_img{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 600px;
	position: relative;
	width:1280px;
}

#news{
	padding-bottom: 8em;
}

#news .admin2{
	display: block;
    text-align: right;
}
#news .admin2 a{
    padding: 2px 3px;
	color:#FFFFFF;
	font-size: 12px;
	text-decoration: none;
    transition: 0.3s;
}
#news .admin2 a:hover{
	color:#000000;
	background-color: rgba(255,255,255,0.6);
	text-decoration: none;
    transition: 0.3s;
}

.news_box{
	width:1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.main_title{
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	padding-bottom: 35px;
}
.sub_title{
	display: table;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 35px;
}

/* CSSは必要最低限しか指定してませんのでお好みで（もちろん外部化OK） */

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li{
	color:#FFFFFF;
	font-size:0.9em;
	margin:0;
	padding:15px 0 5px;
	margin-bottom:3px;
	border-bottom:1px dotted #7b7b7b;
	line-height:120%;
	list-style-type:none;
    text-align: left;
}
a{color:#FFFFFF;text-decoration:none;}
a:hover{color:#ffeb34;text-decoration:underline;}
.up_ymd{

	}
.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ffeb34;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
	background-color: #ffeb34;
	color:#000000;
}
.title{
    padding: 4px;
    font-weight: 500;
    line-height: 1.8em;
	font-size: 1.05em;
    display: block;
	}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
    display: block;
    padding: 0px 4px 4px 0;
    overflow: hidden;
    line-height: 1.6em;
    color: #c1c1c1;
    font-size: 13px;
}
.thumbNailWrap{
	display: block;
    width: 130px;
    height: 70px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    background: url(../img/top/news_bg.png) no-repeat center;
    background-size: cover;
}

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}
/* ここまで */

.mb10{ margin-bottom: 10px; }
.mb20{ margin-bottom: 20px; }
.mt20{ margin-top: 20px; }
.mt30{ margin-top: 30px; }

