@charset "utf-8";

#top_image {
	background-image: url("../img/common/yappy_296_300.png"), 
	url("../img/common/yappy_296_300.png"), 
	url("../img/common/top_bg5.png");
	background-position: 10% 85%, 90% 85%, bottom;
	background-size: 148px 150px, 148px 150px, cover;
}
#top_image h2 {
	color: #008888;
}
#container {
	width: 950px;
	margin: 0px auto;
}
#container #title.error ul {
	margin: 8px 0px 35px 0px;
}
#container #title.error ul li {
	margin-left: 60px;
	margin-right: 20px;
	list-style-type: disc;
	font-size: 14px;
}
#container #title.error p {
	width: 860px;
	margin-left: 40px;
	margin-top: 10px;
	letter-spacing: 1px;
}
@media screen and (max-width:900px) {

	#top_image {
		background-image: url("../img/common/top_bg5.png");
		background-position: center;
		background-size: cover;
	}
	#container {
		width: 94%;
	}
	#container h2.title_strap {
		font-size: 18px;
		letter-spacing: 2px;
	}
	#container #title.error ul {
		margin: 0px 0px 30px 0px;
	}
	#container #title.error ul li {
		margin: 0px 0px 0px 35px;
	}
	#container #title.error p {
		width: 90%;
		height: auto;
		margin: 8px auto 20px;
		float: none;
		font-size: 14px;
	}
}