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

.appearVertical{
	opacity : 0;
}


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

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

/*------------------------------
	index
------------------------------*/
#index #contents {
	padding-bottom: 50px;
}
/*------------------------------*/
#index #newsList {
	max-width: 900px;
	margin: 0 auto;
	padding: 150px 10px 80px;
}
#index #newsList ul {
	width: 100%;
}
#index #newsList li {
	border-bottom: dotted 1px #434343;
	position: relative;
}
#index #newsList li.haveBody:hover {
	background-color: #f0f0f0;
}
#index #newsList li .date {
	position: absolute;
	left: 10px;
	top: 20px;
	font-weight: 500;
}
#index #newsList li a,
#index #newsList li SPAN{
	color: #232323;
	padding: 20px 20px 20px 130px;
	display: block;
	text-decoration: none;
}
#index #newsList li a:hover {
	/*
	text-decoration: underline;
	*/
}
/*------------------------------*/
#index #numberList {
	margin-bottom: 50px;

	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;
}

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;
}
