@charset "utf-8";
/*========================================================================
 blog_index.css
========================================================================*/
/* BLOG TOP
*************************************/
#CONTENTSAREA .left {
	display: none;
}

.cnt_blog_top {
	width: 1192px;
	margin: 0 auto;
}

.cnt_blog_top .list_blog {
	letter-spacing: -.40em;
	width: 1192px;
	overflow: hidden;
}

.cnt_blog_top .list_blog li {
	text-align: left;
	letter-spacing: normal;
	width: 378px;
	margin: 0 23px 50px 0;
	display: inline-block;
	vertical-align: top;
}

.cnt_blog_top .list_blog li:nth-child(3n) {
	margin-right: 0;
}

.cnt_blog_top .list_blog li a .img_inner {
	height: 378px;
	display: table-cell;
	vertical-align: middle;
}

.cnt_blog_top .list_blog li a img {
	width: 100%;
	height: auto;
}

.cnt_blog_top .list_blog li a .txt_blog {
	color: #000;
	margin-top: 22px;
	padding: 0 20px;
	display: block;
}

.cnt_blog_top .list_blog li a .txt_blog .date {
	font-size: 13px;
	color: #666;
	margin-bottom: 10px;
	display: block;
}

.cnt_blog_top .list_blog li a .txt_blog .title {
	font-size: 13px;
	font-weight: bold;
	line-height: 2.0;
	margin-bottom: 10px;
	display: block;
}

.cnt_blog_top .list_blog li a .txt_blog .txt_summary {
	font-size: 13px;
	display: none;
}

#pager {
	text-align: center;
	clear: both;
	overflow: visible !important;
}

#pager ul li {
	border: solid 1px #000;
	color: #000;
	margin: 3px;
	display: inline-block;
	vertical-align: top;
}

#pager ul li.next { margin-right: 0;}

#pager ul li a {
	color: #000;
	text-decoration: none;
	padding: 15px;
	display: block;
}

#pager ul li:hover{
	cursor: default;
}

#pager ul li a:hover {
	background: #CCC;
	text-decoration: none;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

#pager ul li.current {
	background:#CCC;
	cursor: default;
	padding: 15px;
}