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

/*ページメイン画像
---------------------------------------------------------------------------*/

#mainimg {
	max-width: 1500px;	/*サイトの最大幅*/
	max-height: 150px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/hed_img.jpg");
	background-repeat:no-repeat;
	text-align: center;
}
h2 {
	text-shadow: 0 0 10px #fff,0 0 15px #fff;
}

.h_blue_line {
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	background: transparent;/*背景透明に*/
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 10px;
	color: #005ca2;
}

/*NEWSコンテンツ
---------------------------------------------------------------------------*/
/*MORE画像配置設定 親要素にrelative　子要素にabsoluteで絶対配置*/
#new {
	position: relative;
}

#newmore {
	position: absolute;
	top: 10px;
	right: 0;
}

/*マウスオン時の背景色*/
#newmore a:hover {
	opacity: 0.5 ;	/*半透明設定*/
}

#newinfo {
	width: 98%;
	height: 100px;
	margin: 0px auto 50px auto;
}

/*--▼▼News イメージ画像▼▼--------------------------------------------------*/
#news_title {
	max-width: 1500px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0;
}

/*--▼▼News PHP設定▼▼--*/

/* 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; }

.up_ymd {
	margin-right: 20px;
}

.newMark {
	margin-left: 10px;
}

ul#newsList{
	width: 80%;
	margin:0 auto;
	padding:0;
}

ul#newsList li{
	display: block;
	margin: 20px 0;
	border-bottom: solid 1px #dcdcdc;
}

ul#newsList li:hover{
	background-color: #dbeaff;

}

ul#newsList li:before {content: '■'; font-weight: bold}

ul#newsList li a{color:#0045a0;
	text-decoration: none;
}

ul#newsList li a:hover{
	color:#666;
}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.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:3px 0;
	float:left;
	overflow:hidden;
	width:500px;/* 本文部分の幅。 */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}

/* Pager style */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    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 ;	
}

/*--▲▲NEWS PHP設定終わり▲▲--*/


/*--▼▼News 単独ページPHP設定▼▼
---------------------------------------------------------------------------*/
.pNav {
	font-size: 85%;
	margin-bottom: 50px;
	margin-top: 30px;
}


#up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}

#detail{
	margin-top: 15px;
}

.detailUpfile {
	margin: 1.5% auto;
}

/*戻る*/
.bacb {
	with: 50%;
	margin: 80px auto 60px auto;
	border: 1px solid #999;
	text-align: center;
}

.bacb a{
	text-decoration: none;
	}

.bacb:hover{
	background-color: #dbeaff;
}


.title {
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro";
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
}