@charset "utf-8";

.hide { display: none; }

.header_wrap {
	margin-bottom: 30px;
}

#new {
	padding-bottom: 38px;
}

#new .item {
	margin-bottom: 25px;
}

#new .date {
	color: #a0a0a0;
	font-size: 92%;
	margin-right: 10px;
}

.detail {
	margin-bottom: 35px;
}

.detail h3 {
	font-size: 230%;
	margin-bottom: 25px;
}

.detail .body {
	margin-bottom: 10px;
}

.detail .img { margin: 0 30px 30px 0;}

.datalink {
	background: url(../img/icon_data.png) no-repeat left 0.4em;
	padding-left: 18px;
	display: block;
	margin-top: 15px;
}

.detail .body table {
	border: none;
	margin: 10px 0;
	table-layout: fixed;
}

.detail .body th,
.detail .body td {
	border: none;
	padding: 10px 0;
}

.detail .body th {
	min-width: 80px;
	*width: 80px;
}

.detail .body .end {
	text-align: right;
	margin: 20px 30px;
}


@media only screen and (max-width: 705px) {
	
	.header_wrap { margin-bottom: 20px; }
	
	#new .item {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}

	.detail h3 {
		font-size: 153%;
		margin-bottom: 20px;
	}
	
	.detail .img {
		float: none;
		margin: 0 0 10px 0;
	}

	.detail .img img {
		width: 100%;
	}
}












