@charset "utf-8";
h1 {
	background: url(../../images/news/title.png) no-repeat left top;
	width: 640px;
	height: 100px;
	margin-top:40px;
}
.wrap {
	border-bottom: 2px solid #fff;
	margin-bottom: 20px;
}
#newsList a {
	margin: 0 20px 0;
	display: block;
	border-top: 2px solid #fff;
	padding-bottom: 20px;
	padding-top: 20px;
}
#newsList a:first-child {
	border-top: none;
}
#newsList .date {
	color: #FFFF00;
	display: block;
	font-size: 1.4rem;
}
#newsList .title {
	color: #FFF;
	font-size: 2rem;
}
#newsDetail {
	padding-top: 30px;
}
#newsDetail .date {
	color: #FFF;
	margin: 0 20px;
	font-size: 1.4rem;
}
#newsDetail .title {
	color: #FFFF00;
	font-size: 2rem;
	padding-bottom: 18px;
	border-bottom:2px solid #fff;
	margin: 0 15px 30px;
	padding-left: 5px;
}
#newsDetail .pic {
	text-align: center;
	margin-bottom: 20px;
}
#newsDetail .pic img {
	width: 560px;
}
#newsDetail .text {
	margin: 0 20px 40px;
	font-size: 1.6rem;
}
#newsBtn {
	margin-bottom: 10px;
}
#newsBtn table {
	width: 100%;
}
#newsBtn table td.cellA {
	text-align: left;
	width: 20%;
}
#newsBtn table td.cellB {
	text-align: center;
	width: 60%;
}
#newsBtn table td.cellC {
	text-align: right;
	width: 20%;
}
.stitle {
	font-size: 2rem;
	margin-bottom: 20px;
}
