@charset "utf-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
	background:url('../images/bg.jpg');
	background-size:100px 103px;
}

img{
	margin:0;
	padding:0;
	width:100%;
}

/*背景
#d_bg{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:-1;
	background-size:cover;
}*/


/*TOPへ戻る*/
#return{
	padding:0;
	/* margin:0 0 -2px 0; */
	text-align:center;
}


#return img{
	/* width:100%; */
	width:50%;
	vertical-align: bottom;
}

#return_l{
	padding:0;
	/* margin:0 0 -2px 0; */
	text-align:center;
}


#return_l img{
	width:100%;
	vertical-align: bottom;
}

/*サイドメニュー*/
#m_menu{
	display:none;
}
#top_m{
	background:rgba(112,73,0,0.5);
}
#chara_m{
	background:rgba(120,0,2,0.4);
}

#guide_m{
	background:rgba(16,40,105,0.4);
}

/*コピーライト*/
#footer{
	width:100%;
	min-height:80px;
	display: none;
	background:url('../images/f_bg.jpg') repeat-x;
	background-color:#320A14;
	background-size:auto 50%;
	color: #fff;
	text-align:center;
	padding:0;
	margin: 0;
}

#footer p{
	display: table-cell;  
    vertical-align: middle;
	font-size:0.8em;
	line-height:48px;
	padding:0px;
}


/*画面上部へ戻るボタン*/
#back-top {
	display:none;
	position: fixed;
	bottom: 10px;
	right: 4px;
	z-index:100;
	opacity:0.8;
}
#back-top a {
	width: 45px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	opacity:0.7;
}
#back-top a:hover {
	color: #000;
	opacity:0.7;
}

#back-top span {
	width: 42px;
	height: 42px;
	display: block;
	font-size:2em;
	margin-bottom: 4px;
	background: #666 url("../images/up-arrow.png") no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	opacity:0.7;
}
#back-top a:hover span {
	background-color: #999;
	opacity:0.7;
}