@charset "utf-8";

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address, ul, ol, li, dl, dt, dd, 
table, th, td, from, fieldset {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:hover img, #content .sbmit {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

.formError {
	padding: 0;
}

/* head
----------------------------------------------- */
.ttl_wc {
	width: 100%;
	background: url(../img/sp/bg_head_webclub.gif) left top repeat;
	margin-bottom: 10px;
	padding: 5px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.ttl_wc span {
	display: block;
	width: 196px;
	height: 55px;
	background: url(../img/sp/logo_sp.gif) center center no-repeat;
	margin: 0 auto;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.ttl_mem_login,
.ttl_mem_input,
.ttl_mem_update,
.ttl_mem_repw {
	width: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#d0d0d0));
	background-image: -moz-linear-gradient(top, #dddddd, #d0d0d0);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 0;
}
.ttl_mem_login span,
.ttl_mem_input span,
.ttl_mem_update span,
.ttl_mem_repw span {
	display: block;
	font-weight: bold;
	padding: 8px;
	margin: 0 2px;
	background: url(../img/sp/bg_ttl_bot.gif) bottom repeat-x;
}

.btn a {
	text-decoration: none;
}

#content p {
	margin-left:3px;
	margin-right:3px;
}