@charset "UTF-8";

#wrapper_top  {
	background-image: url(../img/back02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#topcontents {
	clear: both;
	width: 960px;
}


/*////////// topics //////////*/

#topics {
	float: left;
	width: 480px;
	padding-right: 40px;
}

#topics img {
	padding-bottom: 30px;
}

.ifr-1 {
	height: 370px;
}

/*スマホ用にスクリーンサイズで指定*/

@media screen and (max-device-width: 480px) {

.ifr-1 {
	height: 370px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
}


/*////////// new //////////*/

#new {
	width: 440px;
	float: left;
}

#new dl {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#new dt {
	color: #4276DD;
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
}

#new dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding-bottom: 7px;
	padding-left: 105px;
	padding-top: 7px;
}
