@charset "utf-8";
/* CSS Document */

@import "../../includes_gl/css/style_v2.css"; 

/*
===== BODY ==========
*/
body {
	color:#630;
	font-size: inherit;
	word-break: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/*
===== HEAD ==========
*/



/*----- LOGO -----*/
#logo {
	width:300px;
	height:60px;/*90*/
	background: none;
	float:left;
	display: inline;
	text-indent: 0;
	padding: 30px 0 0 0;
	}

/*-----  BANNER -----*/
#banner {
	/*float:right;*/
	width:500px;
	height:60px;
	/*text-align:center;
	background: #fff;
	color:#6CF;*/
	margin:5px 0 0 0;
}

#topnotice{/*バナー画像用_枠ナシ*/
	width: 280px;/*350*/
	margin: 5px 3px 0 60px;/*5px 0 0 60px*/
	float:left;
	}
#topnotice_txt{/*テキスト用_枠アリ*/
	background-color: #FFF;
	border: solid 1px #F66;
	width: 270px;/*350*/
	margin: 5px 0 0 60px;
	padding: 5px;
	float:left;
	}

#topnotice_txt a:link{
	color: #F33;
	text-decoration:none;
}
#topnotice_txt a:hover{
	color: #F33;
	text-decoration: underline;
}
#topnotice_txt a:visited{
	color: #F33;
	text-decoration:none;
}


#topbnr{
	width: auto;
	height: 70px;
    margin: 2px 0 20px 0;
    /*padding: 5px 3px;*/
    text-align: center;
	float: left;/*right*/
	}
#topbnr img{
	margin: 3px;/*0 5px*/
	}	

/*------ renew catalog ------*/
#catalog_top_bnr {
	display:block;
	width:100%;
	height:auto;
	/*padding:50px 0;*/
	margin:30px 0;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}

/*
===== Global MENU ==========
*/
/*------ STAGE ------*/
#stage {
	background: none;
}
@media screen and (min-width: 760px){
#stage {
    margin-top: -40px;
}
}
/*
===== Other(JPonly) ==========
*/

/*----- Mouse Over -----*/
.mo a:hover{
    opacity: 0.6; 
    filter: alpha(opacity=60); 
    -moz-opacity: 0.6;
	}


/*----- txt -----*/
.f10 { font-size: 10px; }
.clr_p { color:#F69;/*pink*/ }


@import "footer/style.css"; 

/*sp*/


@media only screen and (min-width: 481px){

/*------ FOOTER ------*/
#footer {
	height:130px;/*120px;*//*110*/
	padding:10px 0 0 0;
	width:auto;
}
#footer .copyright {
	margin: 10px auto 0 auto;
	font-size:10px;
}
#footerlink {
	font-size:14px;
	padding: 20px 0 0 0;
}
#footerright {
	width:1024px;
	height: 0px;
	margin: 0 auto;
	text-align: right;
}
.btn_sns{
	height:0px;
	position: relative;/*配置*/
	top: -35px;/*配置*/
	z-index: 2;/*配置*/
	margin-right: 60px;/*20*/
}
.btn_sns img{
	margin: 0 0 0 5px;
}

}

@media screen and (min-width: 1024px){
	
/*------ FOOTER ------*/
#footer {
	width:100%;
}


}


