/*
 * iweb23-style011
 *
 * Copyright 2016, TANK
 * 
 * 
 * 2016 / 06 / 01
 */


/* + newslist
*----------------------------------------------------------------------------*/
#newslist {
	overflow: hidden;
	margin-bottom: 30px;
}

#newslist .list {
	overflow: hidden;
}

#newslist .list:hover {
	background: #E71C20;
}

#newslist .list .time ,
#newslist .list .info {
	margin: 30px 0;
	width: 29%;
	float: left;
	margin-right: 1%;
}

#newslist .list .time p ,
#newslist .list .time b {
	color: #dcdcdc;
    font-size: 60px;
    line-height: 50px;
    text-align: right;
}

#newslist .list .time b {
	display: block;	
    font-size: 16px;
	line-height: normal;
	font-weight: normal;
}

#newslist .list .info {
	margin-left: 1%;
	margin-right: 0;
	width: 59%;
}

#newslist .list .info h4 a {
	font-size: 18px;
}

#newslist .list .info p {
	color: #666;
	font-size: 16px;
}

#newslist .list:hover .info h4 a ,
#newslist .list:hover p {
	color: #fff;
}

#newslist .list .more {
	margin-left: 2%;
	float: left;
	font-size: 60px;
	display: none;
}

#newslist .list:hover .more {
	display: block;
}

#newslist .list .more a {
	vertical-align: middle;
	color: #fff;
}


/************ = 適應性 = ************/
/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#newslist .list:hover .more {
		display: none;
	}
	#newslist .list {
		padding: 0 10px;
	}
	#newslist .list .time ,
	#newslist .list .info {
		margin: 15px 0;
		margin-left: 0;
		margin-right: 0;
		float: none;
		width: 100%;
	}
	#newslist .list .time p ,
	#newslist .list .time b {
		text-align: left;
		display: inline-block;
		font-size: 30px;
		line-height: 30px;
	}
	#newslist .list .time b {
		vertical-align: middle;
	}
	#newslist .list .time b:before {
		content: "-"
	}
}
