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

a{color:#004286;text-decoration:underline;}
a:hover{color:#e50012;text-decoration:none;}



.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:100%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.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 ;	
}






/*--------------------------------------------------
	お知らせ
---------------------------------------------------*/
.heading01 {
	font-weight: 600;
	font-size: 1.1em;
	font-family:"筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

ul#newsList{
	margin:0 0 15px;
	padding:0;

}
ul#newsList li{
	margin-bottom:3px;
	padding: 11px 10px 10px;
	border-bottom: dashed 1px #929d9e;
	list-style-type:none;
}

ul#newsList li div {
	display: table;
	line-height:1.4;
}
#newsList li span {
	display: table-cell;
}
#newsList li span.up_ymd {
	white-space: nowrap;
	padding-right: .5em;
}
#newsList li span.catName {
	white-space: nowrap;
	width: 6em;
	padding-right: 1em;
}
#newsList li span.catName i {
	display:inline-block;
	width: 100%;
	text-align: center;
	padding:4px 0px;
	border-radius:6px;
	font-size:12px;
	font-weight: bold;
	line-height:100%;
	margin:0 2px;
	color: #fff;
}
#newsList li.cat-0 span.catName i {
	background: #0095C3;
}
#newsList li.cat-1 span.catName i {
	background: #55A51C;
}
#newsList li.cat-2 span.catName i {
	background: #FF7900;
}
#newsList li.cat-3 span.catName i {
	background: #FF5C5E;
}
#newsList li.cat-4 span.catName i {
	background: #ff0000;
}

#newsList li span.title {
	padding-right: 10px;
}

.newMark {
	display: inline-block;
	background: #ff0000;
	padding: 2px 10px;
	color: #fff;
	font-size: 12px;
	font-style: italic;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weight: bold;
}


@media screen and (max-width: 710px) {
	
	ul#newsList{
		margin:0 5px 15px;
	}
	ul#newsList li{
		padding: 8px 10px;
	}
	#newsList li span {
		display: block;
	}
	#newsList li span.up_ymd {
		float: left;
	}
	#newsList li span.title {
		clear: both;
		display: inline-block;
		margin-top: 3px;
	}
	
}


/*--------------------------------------------------
	お知らせ詳細
---------------------------------------------------*/

#up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;	
}

