@charset "utf-8";

#pnews {
	width: 85%;
	margin: 20px auto;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-sizing: border-box;
	padding-bottom: 20px;
}
#newspg #snsbtn {
	display: none;
}
.newMark{
	display:inline-block;
	border:1px solid #F09;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F39;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
#newsList a {
	text-decoration: underline;
	color: #039;
}
#newsList a:hover, #tnewscontents div.tolist a:hover {
	text-decoration: none;
}
#tnewscontents div.tolist {
	width: 10em;
}
#tnewscontents div.tolist a {
	display: inline-block;
	width: 100%;
	background: #282D5A;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
}
#tnewscontents div.tolist a:hover {
	background: #6A73BD;
}
#tnewscontents div.tolist a i {
	margin-left: 5px;
}

/*==================
news all list
====================*/
#pnews #newsList {
	width: 85%;
	margin: 20px auto;
	list-style: circle;
}
#pnews #newsList li {
	margin-bottom: 1em;
}
.catName {
	margin-right: 0.5em;
	font-size: 80%;
	color: #999;
}

/*==================
news index
====================*/
/* Pager style */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*pager*/
.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;
}

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

/* /Pager style */

/*==================
news detail
====================*/
#pnews h2{
	background: #282D5A;
	text-align: center;
	color: #FFF;
	font-size: 120%;
}
#up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
#detail {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.detailText a {
	color: #039;
}
.detailText a:hover {
	text-decoration: none;
}
.detailUpfile{
	text-align:center;
}
.detailUpfile a {
	display: block;
	background-image: linear-gradient(#80bfff, #55aaff);
	border: 1px solid #0080ff;
	border-radius: 3px;
	width: 8em;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	text-decoration: none;
	margin: 20px auto;
}
.detailUpfile a:hover {
	background-image: linear-gradient(#55aaff, #80bfff);
	border: 1px solid #0080ff;
}
.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{
	width:60%;
	height:auto;
}
.pNav{
	font-size:11px;
	margin-top:15px;
	margin-left:15px;
	margin-bottom:10px;
}
.up_ymd br {
		display:none;
}

@media screen and (max-width: 1024px) {
	#pnews {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
	}
	.up_ymd br {
		display:block;
	}
}