@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

.appearVertical{
	opacity : 0;
}
@media screen and (max-width : 768px) {
}


/*------------------------------
	kv
------------------------------*/
#index #kv,
#detail #kv,
#entry #kv {
	background-size: cover;
	height: 160px;

	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
#index #kv h2,
#detail #kv h2,
#entry #kv h2 {
	color: #ffffff;
	font-size: 28px;
	font-weight: normal;
}
@media screen and (max-width : 768px) {
	#index #kv,
	#detail #kv,
	#entry #kv {
		background-size: cover;
		height: 140px;

		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#index #kv h2,
	#detail #kv h2,
	#entry #kv h2 {
		color: #ffffff;
		font-size: 24px;
	}
}

/*------------------------------
	index
------------------------------*/
#index #contents {
	padding-bottom: 50px;
}
@media screen and (max-width : 768px) {
	#index #contents {
		padding-bottom: 40px;
	}
}
/*------------------------------*/
#index #newsList {
	max-width: 900px;
	margin: 0 auto;
	padding: 100px 10px 60px;
}
#index #newsList ul {
	width: 100%;
}
#index #newsList li {
	border-bottom: dotted 1px #434343;
	position: relative;
	line-height: 1.7;
}
#index #newsList li.haveBody:hover {
	background-color: #f0f0f0;
}
#index #newsList li .date {
	position: absolute;
	left: 0;
	top: 15px;
}
#index #newsList li a,
#index #newsList li SPAN{
	color: #232323;
	padding: 15px 20px 15px 130px;
	display: block;
	text-decoration: none;
}
#index #newsList li a:hover {
	/*
	text-decoration: underline;
	*/
}
@media screen and (max-width : 768px) {
	#index #newsList {
		max-width: 900px;
		margin: 0 auto;
		padding: 50px 10px 40px;
	}
	#index #newsList ul {
		width: 100%;
	}
	#index #newsList li {
		border-bottom: dotted 1px #434343;
		position: relative;
	}
	#index #newsList li.haveBody:hover {
		background-color: #dedede;
	}
	#index #newsList li .date {
		position: relative;
		left: 0;
		top: 0px;
	}
	#index #newsList li a,
	#index #newsList li SPAN{
		color: #232323;
		padding: 12px 10px 12px 10px;
		display: block;
		text-decoration: none;
	}
}
/*------------------------------*/
#index #numberList {
	margin-bottom: 30px;

	display: flex;
	justify-content: center;
	align-items: center;
}
#index #numberList .num {
	border-left: solid 1px #232323;
}
#index #numberList .num a {
	text-decoration: none;
	color: #232323;
	padding: 2px 25px;
}
#index #numberList .num.active a {
	color: #cccccc;
}
#index #numberList .num a:hover {
	background-color: #dedede;
}
#index #numberList .num:first-child {
	border-left: none;
}
#index #numberList .last {
	position: relative;
	padding-left: 30px;
}
#index #numberList .last .dot {
	position: absolute;
	left: 0;
	top: 0;
}
#index #numberList .last a {
	text-decoration: none;
	color: #232323;
	padding: 2px 5px;
}
#index #numberList .last a:hover {
	background-color: #dedede;
}
@media screen and (max-width : 768px) {
	#index #numberList {
		margin-bottom: 10px;

		display: flex;
		justify-content: center;
		align-items: center;
	}
	#index #numberList .num {
		border-left: solid 1px #232323;
	}
	#index #numberList .num a {
		text-decoration: none;
		color: #232323;
		padding: 2px 15px;
	}
	#index #numberList .num.active a {
		color: #cccccc;
	}
	#index #numberList .num a:hover {
		background-color: #dedede;
	}
	#index #numberList .num:first-child {
		border-left: none;
	}
	#index #numberList .last {
		position: relative;
		padding-left: 30px;
	}
	#index #numberList .last .dot {
		position: absolute;
		left: 0;
		top: 0;
	}
	#index #numberList .last a {
		text-decoration: none;
		color: #232323;
		padding: 2px 5px;
	}
	#index #numberList .last a:hover {
		background-color: #dedede;
	}
}

UL.pager{
	width : 100%;
	list-style-type : none;
	display: flex;
	justify-content: center;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
UL.pager LI{
	width : 30%;
	display : block;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

@media screen and (max-width : 768px) {
	UL.pager LI{
		margin: 0 20px;
		width: 70px;
		height: 40px;
	}
	UL.pager LI.clBtn A{
		width: 68px;
		padding: 12px 0 10px;
		font-size: 10px;
	}
}
