@charset "UTF-8";
/*==============================================
news
==============================================*/
#news h2 {
	text-align: center;
	margin-bottom: 30px;
}

#news h2 img {
	width:30%;
	height: auto;
	}


#newsInner{
	background: #002f34;
	color:#fff;
	font-size: 14px;
	padding: 0 0 10px 0;
}


.newsIdxBox a {
	border-bottom: 1px solid #fff;
	color :#fff;
	display: block;
}

.newsIdxBox a:hover {
	opacity: 0.6;
}

.newsIdxBox h3 {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 5px;
	}

.newsIdxBox h3 span.newsIdxBoxDate {
	float: left;
	width:7%;
	font-weight: normal;
	font-size: 13px;
}

.newsIdxBox h3 span.newsIdxBoxTit {
	float: right;
	width:91%;
}

.newsIdxBoxL {
	float: left;
	width:97%;
	padding: 0;
	box-sizing: border-box;
	font-size: 13px;
	padding: 15px;
}

.newsIdxBoxR p {
	float: right;
	width:3%;
	background:#3b5f63;
	color:#fff;
	display: block;
	text-align: center;
	box-sizing: border-box;
	font-size: 20px;
}

.newsIdxBoxR p i {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}


/*newsnav*/
ul.newsNav {
	margin-bottom: 15px;
}

ul.newsNav li {
	float: left;
}

ul.newsNav li a {
	padding: 10px 15px;
	color:#fff;
}

ul#newsNavSPbtn {
	display: none;
}

/*single*/
#newsSingle {
	font-size: 15px;
	padding: 25px;
}

#newsSingleTitle {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}

span#newsSingleTitleDate {
	/*float: left;
	margin-right: 10px;
	margin-bottom: 0!important;
	width:100px;*/
	font-size: 16px;
	margin-bottom: 3px;
	display: block;
	font-weight: normal;
}

#newsSingleTitle h3 {
	font-weight: bold;
	font-size:22px;
	line-height: 1.4;
	/*float: right;
	width:830px;*/
}


#newsSingle p {
	margin-bottom: 1.5em;
}

.newsSingleImg {
	text-align: center;
}



/*★各色★*/
li.newsNavAll a { background: #002f34; }
li.newsNavRelease a { background: #aa65c4; }
li.newsNavEvent a { background: #e87daf; }
li.newsNavClass a { background: #96b980; }
li.newsNavMedia a { background: #59a3cd; }
li.newsNavGoods a { background: #c6b244; }
li.newsNavOthers a { background: #a2a2a2; }

li.newsNavAll a:hover, li.newsNavAll a.current { color: #002f34; background: #e1f1f3; }
li.newsNavRelease a:hover, li.newsNavRelease a.current { color: #aa65c4; background:#efdff5; }
li.newsNavEvent a:hover, li.newsNavEvent a.current { color: #e87daf; background:#f7e5ed; }
li.newsNavClass a:hover, li.newsNavClass a.current { color: #96b980; background:#e9f4e3; }
li.newsNavMedia a:hover, li.newsNavMedia a.current { color: #59a3cd; background:#ddeaf2; }
li.newsNavGoods a:hover, li.newsNavGoods a.current { color: #c6b244; background:#f3f0dd; }
li.newsNavOthers a:hover, li.newsNavOthers a.current { color: #aaa; background: #f2f2f2; }

.catRelease { color:#aa65c4; }
.catEvent { color:#e87daf; }
.catClass { color:#96b980; }
.catMedia { color:#59a3cd;}
.catGoods { color:#c6b244;}
.catOthers { color:#dcdcdc;}

.newsIdxBoxIconRelease {
	background: #aa65c4;
	color:#fff;
	display: inline-block;
	font-size: 13px;
	padding: 2px 7px;
	margin-right: .7em;
	position: relative;
	top:-2px;
	font-weight: bold;
}

.newsIdxBoxIconEvent {
	background: #e87daf;
	color:#fff;
	display: inline-block;
	font-size: 13px;
	padding: 2px 7px;
	margin-right: .7em;
	position: relative;
	top:-2px;
	font-weight: bold;
}

.newsIdxBoxIconClass {
	background: #96b980;
	color:#fff;
	display: inline-block;
	font-size: 13px;
	padding: 2px 7px;
	margin-right: .7em;
	position: relative;
	top:-2px;
	font-weight: bold;
}

.newsIdxBoxIconMedia {
	background: #59a3cd;
	color:#fff;
	display: inline-block;
	font-size: 13px;
	padding: 2px 7px;
	margin-right: .7em;
	position: relative;
	top:-2px;
	font-weight: bold;
}

.newsIdxBoxIconGoods {
	background: #c6b244;
	color:#fff;
	display: inline-block;
	font-size: 13px;
	padding: 2px 7px;
	margin-right: .7em;
	position: relative;
	top:-2px;
	font-weight: bold;
}

.newsIdxBoxIconOthers {
	background: #a2a2a2;
	color:#fff;
	display: inline-block;
	font-size: 13px;
	padding: 2px 7px;
	margin-right: .7em;
	position: relative;
	top:-2px;
	font-weight: bold;
}
