/*
 *
 * Copyright 2017, TANK
 * 
 * 2017 / 07 / 19
 */


/* + newsList
*----------------------------------------------------------------------------*/
#newsList .list {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px #e9e9e9 solid;
}

#newsList .list > div {
	float: left;
	width: 25%;
}

#newsList .list .info {
	margin-left: 5%;
	width: 70%;
}

#newsList .list .info h4 a {
	height: 37px;
	font-size: 22px;
	font-weight: bold;
	color: #212121;
	-webkit-line-clamp: 1;
}

#newsList .list .info p.date {
	margin: 5px 0;
	color: #2292da;
}

#newsList .list article {
	height: 44px;
	color: #5c5c5c;
	-webkit-line-clamp: 2;
}

#newsList .list .info p.more {
	margin-top: 30px;
	text-align: right;
}

#newsList .list .info p.more a {
	padding: 5px 15px;
	background: #c7a883;
	display: inline-block;
	color: #fff;
}

#newsList .list .info p.more a:hover {
	opacity: 0.7;
}


/************ = 適應性 = ************/
/* +width:1280 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	#newsList .list .newPhoto {
		width: 30%;
	}	
	#newsList .list .info {
		width: 65%;
	}
}

/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#newsList .list .newPhoto {
		width: 40%;
	}	
	#newsList .list .info {
		width: 55%;
	}
}

/* +width:680 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 680px) {
	#newsList .list .newPhoto {
		width: 45%;
	}	
	#newsList .list .info {
		width: 50%;
	}
}

/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#newsList .list .newPhoto ,
	#newsList .list .info {
		margin: 0 auto;
		float: none;
		width: 90%;
	}
	#newsList .list .info {
		margin-top: 10px;
	}
}
