@charset "utf-8";
/* CSS Document */

section{
	margin-left: 7%;
}

#info_image{
	margin-bottom: 20px;
}

#info_image img{
	width: 100%;
}


section article{
	float: left;
	width: 30%;
	margin: 5px 0.5% 5px 0.5%;
	}
	
article img{
	width: 100%;
	padding-bottom: 5px;
}

article{
	padding-bottom: 50px;
	color: #FFFFFF;
}

article time{
	display: block;
	width: 30%;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: right;
	float: right;
	padding-right: 30px;
}

article p{
	display: block;
	width: 40%;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: left;
	float: left;
	padding-top: 15px;
	padding-left: 40px;
}

article h2{
	font-size: 16px;
	font-family: "Times New Roman","ＭＳ ゴシック", Times, serif;
	text-align: center;
	padding-bottom: 10px;
	clear: both;
}

section a{
	text-decoration: none;
	color: #FFFFFF;
}

#main a:link{
	opacity: 0.8;
}

#main a:hover{
	opacity: 1.0;
}

#andmore{
	clear: both;
	width: 20%;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0 auto 50px auto;
}


