@charset "utf-8";
/* ------------------------------------------------------------ common */
body { color: #fff; }
a:link 		{ color: #111; text-decoration: none; }
a:visited 	{ color: #111; text-decoration: none; }
a:hover,
a:hover img,
input[type="submit"]:hover { color: #111; text-decoration: none; filter:alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; }
input[type="text"],
select,
textaera	{ border: 1px solid #b5b5b5; }
input[type="submit"] { -webkit-appearance: button; cursor: pointer; padding: 0; border: none; }
h1 		{ font-size: 10px; width: 950px; padding: 5px 0; margin: 0 auto; color: #9d9d9d; }
.inner 	{ width: 1100px; margin: 0 auto; }
.btn 	{ text-align: center; }
.btn a 	{ display: inline-block; *display: inline; *zoom: 1; color: #fff;  
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; }
.SP { display: none; }



/* ------------------------------------------------------------ footer */
@media only screen and (max-width:640px){
.SP { display: block; }
.PC { display: none; }
.inner { width: 90%; }
/* ------------------------------------------------------------ header */
/* ------------------------------------------------------------ groval nav */
/* ------------------------------------------------------------ footer */
}
