/*
 * iweb51-style11
 *
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 11 / 12
 */


/* + newslist
*----------------------------------------------------------------------------*/
.wrapper .container section .content-wrap .content-main #newslist .list {
	margin: 10px 0;
	padding: 20px;
	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 {
	padding: 10px 0;
}

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

.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: #1C2E48;
	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;
	opacity: 1;
}

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

.wrapper .container section .content-wrap .content-main .function-site {
	margin: 10px 0;
}

.wrapper .container section .content-wrap .content-main .function-site p {
	text-align: right;
	color: #4A4D4E;
}