@charset "UTF-8";
@import url("reset.css");
@import url("global.css");

/*共通パーツ*/
#contents_area{
	width:480px;
	margin:0 auto 0;
	text-align:left;
}
div.btn_menu{
	width:32px;
}
div.btn_menu:hover{
	cursor:pointer;
}
div.btn_menu img{
	width:100%;
}

/*register*/
h1{
	width:100%;
	font-size:1.6em;
	font-weight: 700;
	color:#6c757d;
	text-align: center;
}
p.supplement{
	width:100%;
	margin-top:8px;
	text-align: center;
}
span.txt_annotation{
	color:red;
}
p.supplement_password{
	font-size:0.8em;
}

@media only screen and (max-width: 750px) {}