@charset "utf-8";

/* ===================================================
base
*  =================================================== */

html {
	color: #698536;
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-size: 4.8vw;
	font-family: "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "Roboto", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	position: relative;
}

@media screen and (min-width: 767px) {
	body {
		font-size: 1.6rem;
	}
}

body img {
	height: auto;
	vertical-align: middle;
	width: 100%;
}

/* ===================================================
newsWrap
*  =================================================== */

#newsWrap {
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 4vh;
	padding-top: 4vh;
	position: relative;
	width: 90vw;
}

@media screen and (min-width: 767px) {
	#newsWrap {
		width: 50vw;
	}
}

#newsWrap .ttl {
	font-size: 6.4vw;
	font-weight: bold;
	padding-bottom: 4vh;
}

@media screen and (min-width: 767px) {
	#newsWrap .ttl {
		font-size: 2.8rem;
		padding-bottom: 32px;
	}
}

.clearfix::after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

ul#newsList {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 32px;
	padding: 0;
}

ul#newsList li {
	border-top: 1px dotted #ccc;
	color: #698536;
	display: block;
	font-size: 4vw;
	line-height: 1.6;
	margin: 0;
	padding: 3.2vh 8px;
}

ul#newsList li .up_ymd {
	color: #888;
	font-size: 2.8vw;
}

ul#newsList li a {
	color: #698536;
	text-decoration: underline;
}

ul#newsList li a::after {
	content: '▶︎';
	display: inline-block;
	font-size: 3.2vw;
	margin-left: 4px;
}

ul#newsList li a:hover {
	color: #039;
	text-decoration: none;
}

@media screen and (min-width: 767px) {
	ul#newsList li {
		font-size: 1.6rem;
		padding: 16px 8px;
	}
	ul#newsList li .up_ymd {
		font-size: 1.2rem;
	}
	ul#newsList li a::after {
		font-size: 1.4rem;
	}
}

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

.newMark {
	display: inline-block;
	border: 1px solid #F00;
	padding: 1px 4px;
	font-size: 11px;
	line-height: 100%;
	background: #F00;
	color: #fff;
	box-shadow: 1px 1px 1px #999;
	border-radius: 8px;
	font-style: italic;
}

.comment {
	display: block;
	padding: 3px 0;
	float: left;
	overflow: hidden;
	width: 500px;
}

.thumbNailWrap {
	display: block;
	width: 110px;
	float: left;
	height: 80px;
	overflow: hidden;
}

.pager {
	text-align: right;
	padding: 10px;
	clear: both;
}

.pager a {
	border: 1px solid #999;
	border-radius: 4px;
	color: #333;
	font-size: 3.2vw;
	margin: 0 1vw;
	padding: 5px 8px 4px;
}

.pager a.current {
	background: #999;
	border: 1px solid #999;
	border-radius: 4px;
	color: #fff;
	font-size: 3.2vw;
	margin: 0 1vw;
	padding: 5px 8px 4px;
}

.pager a:hover {
	background: #999;
	color: #fff;
}

@media screen and (min-width: 767px) {
	.pager a {
		font-size: 12px;
		margin: 0 2px;
		padding: 3px 7px 2px;
	}
	.pager a.current {
		color: #fff;
		font-size: 12px;
		margin: 0 2px;
		padding: 3px 7px 2px;
	}
	.pager a:hover {
		background: #999;
		color: #fff;
	}
}

.overPagerPattern {
	padding: 0 2px ;
}
