/* 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: 10px;
}
ul#newsList li{
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	line-height:120%;
	list-style-type:none;
}

.title {
font-size: 2.4rem;
text-align: center;
	margin: 20px auto;
margin-bottom: 1.6rem;
	width: 580px;
	line-height:120%;
}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}

.comment{
	display:block;
	padding:3px 0;
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:60px;
	overflow:hidden;
}
.detailText {
	font-size:1.3rem;
	line-height: 1.8
}
.detailUpfile {
	margin: 20px auto;
	text-align: center;
	width: 100%;
}


#detail{
	border-bottom: solid 1px #000;
	margin-bottom: 2%;
	font-weight: bold;
	padding-bottom: 20px;
}


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


.wrapper #up_ymd {
	margin-top: 40px;
}

.wrapper h2 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
.pNav{
	font-size: 1.0rem;
	}
	
.detail{
	padding: 16px;
}
}
