@charset "utf-8";

/* ----- common ----- */
body{
	color: #004d5e;
}
a {
	color: #01acc6;
}
/* -----     ニュースコンテンツ     ----- */
#siteWrap {
	min-width: 1100px;
	background: #FFF;
}
.contentWrap {
	width: 100%;
	padding: 20px;
	background: url(/img/news/score.png) repeat-x center 70px;
}
.mainWrap {
	position: relative;
	width: 100%;
	height: 100%;
	margin: auto;
	border: 8px #01acc6 solid;
}
/*ヘッダー*/
.headerWrap {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 25px 0;
	text-align: center;
	z-index: 1;
}
.newsContent {
	width: 1100px;
	margin: auto;
	padding: 0 30px;
}
.newsHd {
	color: #01acc6;
	font-size: 32rem;
	font-weight: bold;
	text-align: center;
}
/*カテゴリー*/
.category {
	margin: 20px 0 40px;
	padding: 2px 0;
	border-top: 2px #01acc6 solid;
	border-bottom: 2px #01acc6 solid;
}
.categoryList {
	padding: 10px 0;
	font-size: 0;
	text-align: center;
	border-top: 1px #01acc6 solid;
	border-bottom: 1px #01acc6 solid;
}
.categoryList>li {
	display: inline-block;
	margin: 0 15px;
}
.categoryList>li>a {
	display: block;
	padding: 10px 20px;
	line-height: 1;
	font-size: 18rem;
	background: transparent;
	-webkit-transition: .3s ease-out; transition: .3s ease-out;
}
.categoryList>li>a:hover, .categoryList>li.curCat>a {
	background: #fff98d;
}
/*ニュースコンテンツ*/
.news {
	margin: 40px 0;
}
/*最新リスト*/
.newsEntry {
	float: left;
	width: 270px;
	padding: 0 60px 60px 0;
}
.newsEntryList>li {
	border-bottom: 1px #01acc6 dotted;
}
.newsEntryList>li:first-child {
	border-top: 1px #01acc6 dotted;
}
.newsEntryList>li>a {
	display: block;
	padding: 15px 0;
	color: #004d5e;
}
.newsEntryList>li>a:hover {
	text-decoration: underline;
}
.entryDate {
	font-size: 12rem;
}
.entryTitle {
	font-size: 13rem;
}
/*ニュースリスト*/
.newsList {
	float: left;
	width: 770px;
}
.newsContentList {
	padding: 0 0 50px;
}
.newsContentHd {
	padding: 15px 0;
	border-top: 1px #01acc6 dotted;
	border-bottom: 1px #01acc6 dotted;
}
.date {
	margin: 0 0 5px;
	color: #01acc6;
	font-size: 14rem;
	font-style: oblique;
}
.newsTitle {
	font-size: 20rem;
	font-weight: bold;
}
.newsTitle:hover {
	text-decoration: underline;
}
.content {
	padding: 35px 0 20px;
}
.content p, .content dl, .content ul {
	margin: 10px 0;
}
.content dl dt {
	margin: 5px 0;
}
.content dl dd {
	margin-left: 1em;
}
.content img {
	margin: 5px;
}
.content a {
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.CategoryAndSeries {
	padding: 0 0 50px;
	color: #01acc6;
	font-size: 12rem;
	font-style: oblique;
}
.CategoryAndSeries a {
	text-decoration: underline;
}
.CategoryAndSeries a:hover {
	text-decoration: none;
}
.CategoryAndSeries span {
	padding: 0 1em;
}
/*newsContent pager*/
#pager.newsContentPager {
	margin: 40px 0;
	text-align: center;
}
#pager.newsContentPager a, #pager.newsContentPager span {
	position: relative;
	display: inline-block;
	padding: .5em 1em;
	margin: 0 .5em;
	color: #01acc6;
	font-size: 16rem;
	vertical-align: middle;
	border: 1px #01acc6 solid;
	border-radius: 100% 50% 100% 50%;
	-webkit-transition: .3s ease-out; transition: .3s ease-out;
}
#pager.newsContentPager a:hover, #pager.newsContentPager span.current {
	color: #FFF;
	background: #01acc6;
}
#pager.newsContentPager a[title="first page"], #pager.newsContentPager a[title="previous page"], #pager.newsContentPager a[title="next page"], #pager.newsContentPager a[title="last page"] {
	border: 0;
}

/* -----     ページトップ     ----- */
.pagetop {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
}


/* ---------- media screen ---------- */
@media screen and (max-width: 768px) {
	#siteWrap {
		min-width: 100%;
	}
	#dir-news .rogo {
		max-width: 309px;
		margin: auto;
	}
	
	
/* -----     ニュースコンテンツ     ----- */
	.contentWrap {
		padding: 2%;
	}
/*ヘッダー*/
	.headerWrap {
		left: 0;
		background: transparent;
	}
	.newsContent {
		width: 100%;
		padding: 0 5%;
	}
/*カテゴリー*/
	.category {
		margin: 1em 0 3em;
	}
	.categoryList {
		padding: 2% 0;
	}
	.categoryList>li {
		margin: 0 1%;
	}
	.categoryList>li>a {
		margin: .5em 0;
		padding: .5em 1em;
	}
/*ニュースコンテンツ*/
	.news {
		margin: 4em 0;
	}
/*最新リスト*/
	.newsEntry {
		display: none;
	}
/*ニュースリスト*/
	.newsList {
		float: none;
		width: 100%;
	}
	.newsContentList {
		padding: 0 0 4em;
	}
	.newsContentHd {
		padding: 1em 0;
	}
	.content {
		padding: 2em 0;
	}
	.newsMovie {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	.newsMovie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: 640px;
		max-height: 390px;
	}
	.CategoryAndSeries {
		padding: 0 0 5em;
	}
	.CategoryAndSeries span {
		display: block;
		padding: 5px;
		font-size: 0;
	}
/*newsContent pager*/
	#pager.newsContentPager {
		margin: 0 0 4em;
	}
	#pager.newsContentPager a, #pager.newsContentPager span {
		margin: .5em;
	}
/* -----     ページトップ     ----- */
	.pagetop {
		bottom: 10px;
		right: 5%;
	}
	.pagetop img {
		zoom: .75;
	}
}

@media screen and (max-width: 320px) {}



