@charset "utf-8";
/* CSS Document */

.contents p a{
	color:#09F;
	text-decoration:underline;
	}

.contents p a:hover{
	color:#F30;
	text-decoration:none;
	}
	
#impotant{
	border:3px solid #F90;
	padding:20px;
	margin:20px 10px;
	background:#FEF3D1;
	width:520px;
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	border-radius: 8px;
	}
	
#background #impotant dt{
	margin:0 0 10px 0;
	font-size:150%;
	}
	
#impotant dl{
	float:left;
	width:330px;
	}
	
#impotant img{
	margin-top:40px;
	}	

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

#impotant{
	border:3px solid #F90;
	padding:20px;
	margin:20px 0 40px;
	background:#FEF3D1;
	width:100%;
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
	
#impotant dl{
	float:none;
	width:100%;
	}

}