@charset "utf-8";
.headline1 {
	background-image: url(../images/title.jpg);
}
#update {
	font-size: 20px;
	color: rgba(79,145,202,1.00);
	border-bottom: 3px solid rgba(79,145,202,1.00);
	margin-bottom: 10px;
	background-image: url(../images/updata.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.updateList {
	border-bottom: 1px dotted rgba(228,228,228,1.00);
}

.updateList dd {
	padding: 7px 0;
}
.updateList dd img {
	vertical-align: middle;
	margin-right: 10px;
	width: 88px;
}


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

.updateList dt {
	width: 110px;
	padding: 7px 0;
}
.updateList dd img {
	display: block;
	width: 88px;
}
}


@media print, screen and (min-width: 768px) {
	.updateList dt {
	padding-right:2em;
	width: 110px;
	float:left;
	padding: 7px 0;
}
.updateList dd img {
	vertical-align: middle;
	margin-right: 10px;
	width: 88px;
}	
.updateList {
	width: 680px;

}
}
