/* CSS Document */

/*TOPページ ==============================================================================================*/
/* 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;
}
.catName{
	display: inline-block;
	padding: 3px 8px;
	font-size: 12px;
	line-height: 100%;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 2px;
	margin-bottom: 0;
	background-color: rgba(21,106,170,1.00);
	color: rgba(255,255,255,1.00);
	position: relative;
	top: -2px;
}
.newMark{
	display: inline-block;
	border: 1px solid #F00;
	padding: 1px 4px;
	font-size: 12px;
	line-height: 1.3;
	background: #F00;
	color: #fff;
	box-shadow: 1px 1px 1px #999;
	font-style: italic;
	position: relative;
	top: -2px;
	font-weight: normal;
	margin-left: 7px;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:1000px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
#newsWrap {
	padding-top: 40px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 15px;
	border: 1px solid rgba(0,0,0,1.00);
	background: rgba(255,255,255,0.8);
}
.newsdetail #newsWrap {
	padding: 0;
	border-style: none;
}
.newsdetail h2 {
	position: static!important;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}
#detail {
	clear: left;
	float: left;
	margin-top: 40px;
	margin-bottom: 50px;
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}

/*一覧ページ ==============================================================================================*/

/* 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 li{
	color: #000000;
	font-size: 16px;
	margin: 0;
	padding: 5px 0;
	margin-bottom: 3px;
	line-height: 120%;
	list-style-type: none;
}
a{
	/* [disabled]color:#36F; */
	/* [disabled]text-decoration: underline; */
}
#newsWrap a {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
#newsWrap a:hover {
	color: rgba(93,93,93,1.00);
	text-decoration: underline;
}
a:hover{
	/* [disabled]color:#039; */
	/* [disabled]text-decoration: none; */
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:1000px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.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 ;	
}

/*詳細ページ ==============================================================================================*/


h2{
	/* [disabled]font-size: 16px; */
	/* [disabled]color: #369; */
	/* [disabled]margin:10px 0px 10px 0; */
	/* [disabled]font-weight: normal; */
	/* [disabled]padding: 5px 10px; */
	/* [disabled]background: rgb(255,255,255); */ /* Old browsers */
	/* [disabled]background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); */ /* FF3.6+ */
	/* [disabled]background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); */ /* Chrome,Safari4+ */
	/* [disabled]background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); */ /* Chrome10+,Safari5.1+ */
	/* [disabled]background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); */ /* Opera 11.10+ */
	/* [disabled]background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); */ /* IE10+ */
	/* [disabled]background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); */ /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#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%;
	clear: left;
}
.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;	
}
.noborder {
	border-style: none!important;
}
