@charset "utf-8";

@import "reset.css";

a:focus{
	outline:none;
}
a:link, a:visited{
	color:#990C0A;
	text-decoration:none;
}
a:hover{
	color:#990C0A;
	text-decoration:underline;
}

img {
	max-width:100%;
	vertical-align:bottom;
}

.mt10 {
	margin-top:10px!important;
}

.mt20 {
	margin-top:20px!important;
}

.mt30 {
	margin-top:30px!important;
}

.mb10 {
	margin-bottom:10px!important;
}

.mb20 {
	margin-bottom:20px!important;
}

.mb30 {
	margin-bottom:20px!important;
}