@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, form, fieldset {
	font-family:'Lucida Grande', Meiryo, 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

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

body,
#content {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

#content .sbmit {
	width: 240px;
	height: 40px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	background: url(../img/pc/bg_btn1_pc.gif) left top no-repeat;
	margin: 0;
	text-align: center;
	cursor: pointer;
}

/*
----------------------------------------------- */
.ttl_wc span,
.ttl_mem_login span,
.ttl_mem_input span,
.ttl_mem_update span,
.ttl_mem_repw span {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

.ttl_wc {
	width: 800px;
	height: 80px;
	background: url(../img/pc/head_webclub_pc2.jpg) left top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
	margin: 0 auto 10px;
}
@media (max-width: 991px){
    .ttl_wc {
        width: 750px;
        height: 75px;
        background-size: 750px 75px;
    }
}
@media (max-width: 767px){
    .ttl_wc {
    	width: 100%;
        height: auto;
    	/*background: url(../img/sp/bg_head_webclub.gif) left top repeat;*/
        background: #fff8de;
    	margin-bottom: 10px;
    	padding: 5px 0;
    	border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    }
    .ttl_wc span {
        position: static;
    	display: block;
    	width: 196px;
    	height: 55px;
    	background: url(../img/sp/logo_sp2.png) center center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    	margin: 0 auto;
    	text-indent:100%;
    	white-space:nowrap;
    	overflow:hidden;
    }
}

.ttl_mem {
	width: 800px;
	height: 50px;
	background: url(../img/pc/bg_ttl_mem.gif) left top no-repeat;
	margin: 0 auto 10px;
	padding: 15px 15px 0;
    box-sizing: border-box;
}
.ttl_mem span {
	font-size: 20px;
	font-weight: bold;
}
@media (max-width: 991px){
    .ttl_mem {
    	width: 750px;
    	height: 47px;
        background-size: 750px 47px;
    }
}
@media (max-width: 767px){
    .ttl_mem{
        width: 100%;
        height: auto;
        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;
        box-sizing: border-box;
        padding: 2px 0;
    }
    .ttl_mem span {
        font-size: 18px;
        padding: 8px;display: block;
    	padding: 8px;
    	margin: 0 2px;
        background: url(../img/sp/bg_ttl_bot.gif) bottom repeat-x;
    }
}
