@charset "UTF-8";

/*==============================
article
==============================*/
article h2 {
	margin-bottom:20px;
}
article .sec {
	position:relative;
	margin:0 20px;
}
article h3.sttl02 {
	font-size:24px;
	background:url(/common/images/index_ico01_2.png) no-repeat left center;
	min-height:24px;
	padding-left:30px;
	margin-bottom:20px;
}
article .sec .btn {
	position:absolute;
	right:0;
	top:0;
	background:#788da8 url(/common/images/result_ico03.png) no-repeat right center;
	background-size:19px 12px;
	color:#fff;
	font-size:16px;
	text-align:center;
	padding:10px 45px;
	transition:all 0.1s linear;
}
article .sec .btn:hover {
	opacity:.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
article .sec .btn span {
	display:inline-block;
	background:url(/common/images/result_ico02.png) no-repeat left center;
	background-size:18px 18px;
	padding:0 30px;
	line-heihgt:18px;
}
article .list {
    overflow:hidden;
    width:100%;
    margin:0;
    padding:20px 0 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
article .list li {
    display:block;
    float:left;
    width:50%;
	box-sizing:border-box;
	padding-bottom:16px;
	
}
article .list li:nth-child(odd) {
	padding-right:10px;
}
article .list li:nth-child(even) {
	padding-left:10px;
}
article .list li .inner {
	display:block;
	transition:all 0.1s linear;
}
article .list li .inner:hover {
	opacity:.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	text-decoration:none;
}
article .list li .cnts {
	border:1px solid #f7f7f7;
	background:#f7f7f7;

}
article .list li .cnts .img {
	float:left;
}
article .list li .cnts .txt {
	margin-left:133px;
	padding:5px 20px;
}
article .list li .cnts h4 {
	font-size:16px;
	margin-bottom:5px;
}
article .list li .cnts .tag {
	display:inline-block;
	font-size:12px;
	color:#fff;
	padding:2px 8px;
	background:#676767;
	margin-bottom:5px;
	margin-right:10px;
}
article .list li .cnts .txt01 {
	font-weight:bold;
	margin-bottom:5px;
	display:inline-block;
}
article .list li .cnts .txt02 {
	font-size:12px;
}

.pager,.pager2 {
    clear:both;
	text-align:right;
}
.pager span,.pager2 span {
    padding:4px 6px;
}
.pager span:first-child,.pager2 span:first-child {
	background-image:url(/common/images/result_ico01_01.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
}
.pager span:last-child,.pager2 span:last-child {
	background-image:url(/common/images/result_ico01_02.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:18px;
}
.pager span:hover,.pager2 span:hover {
    cursor:pointer;
}
.pager span.current,.pager2 span.current {
    color:#fff;
    background-color:#676767;
}
.pager span.current:hover,.pager2 span.current:hover {
    cursor:default;
}
.pager span.invalid,.pager2 span.invalid {
	cursor:default;
	opacity:.3;
	filter:alpha(opacity=30);
	-ms-filter: "alpha( opacity=30 )";
}
/*
.pager span.ellipsis {
    color:#000;
    background:none;
}
.pager span.ellipsis:hover {
    cursor:default;
}
*/
.pageNum {
    text-align:left;
	margin-bottom:5px;
}
article .list li .cnts .txt01-2 {
	font-weight:bold;
	margin-bottom:5px;
	position: relative;

}
.sec ul li .txt01-2 a.innerBtn {
	font-weight: normal;
	font-size: 75%;
	border: 1px solid #676767;
	padding: 2px 10px 2px 5px;
	text-decoration: none;
	text-align: center;
	background: #fff;
	position: absolute;
	bottom: 2px;
	right: 0;
}
.sec ul li .txt01-2 a.innerBtn:hover {
	color: #898989;
	border: 1px solid #898989;
}
.sec ul li .txt01-2 a.innerBtn:before {
	content: url('/common/images/arrow_fm.png');
	position: relative;
	top: 1px;
}