/*
 * iweb51-style06
 *
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 8 / 31
 */

/* + newslist
*----------------------------------------------------------------------------*/
.wrapper .container section .content-wrap .content-main #newslist .list {
	margin: 10px 0;
	padding: 0 10px 10px;
	border-bottom: 1px #ccc solid;
}

.wrapper .container section .content-wrap .content-main #newslist .list p.date {
	font-style: italic;
}

.wrapper .container section .content-wrap .content-main #newslist .list h3 a {
	margin: 5px 0;
	font-size: 18px;
	font-weight: bold;
	color: #765C30;
}

.wrapper .container section .content-wrap .content-main #newslist .list .more {
	overflow: hidden;
}

.wrapper .container section .content-wrap .content-main #newslist .list .more a {
	float: right;
	background: #605549;
	border: none;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.wrapper .container section .content-wrap .content-main #newslist .list .more a:hover {
	opacity: 0.3;
}