﻿@charset "utf-8";
/*-----------------*/

/*-----------------*/
#wrapper {
	width: 100%;
	background-image: url("../images/bg_wrapper.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% auto;
}


/*------------------------------------
id="header"
------------------------------------*/
#header{
	position:relative;
	margin:0 auto;
	width:1000px;
	height:190px;
}
#header #logo{
	position:absolute;
	top:0;
	left:0;
}
#header h1{
	position:absolute;
	top:0;
	left:-50px;
	z-index:-1;
}
#header #login{
	position:absolute;
	top:20px;
	right:0;
}
#header ul{
	position:absolute;
	top:74px;
	right:0;
}
#header ul li{
	float:left;
	margin:0 0 0 20px;
	padding: 3px 0 3px 17px;
	background:url(../images/ico_arrow_right.png) no-repeat left 0.6em;
}

/* sp */
#sp_header img{
	width:100%;
}
#sp_header{
	position:relative;
	margin:0 auto;
	max-width:1000px;
	max-height:168px;
}
#sp_header #logo{
	position:absolute;
	top:0;
	left:19px;
	width: 10%;
}
#sp_header h1{
	text-align:center;
	z-index:-1;
}
#sp_header ul{
	position:absolute;
	top:74px;
	right:0;
}
#sp_header ul li{
	float:left;
	margin:0 0 0 20px;
	padding: 3px 0 3px 17px;
	background:url(../images/ico_arrow_right.png) no-repeat left 0.6em;
}

/*-----------------*/
#container{
	margin:0 auto;
	width:1000px;
	box-sizing:border-box;
	background-color: #f9f0d7;
	padding: 20px 30px 0;
	background-repeat: no-repeat;
	background-position: center top;
}

#sp_container{
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
	box-sizing: border-box;
	background-color: #f9f0d7;
	padding: 20px 5% 0;
	background-repeat: no-repeat;
	background-position: center top;
}

/*-----------------*/
#container #contents{
	padding:0 0 190px 0;
	background:url(../images/bg_maincollumn.png) no-repeat center bottom;
}
#sp_container #contents img{
	width:100%;
}
/*------------------------------------
class="footer"
------------------------------------*/
#footer{
	margin:0 auto;
	width:940px;
	position: relative;
	padding: 0 30px 0;
	background-color: #f9f0d7;
	background-image: url("../images/bg_main_bottom.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 199px;
}
#footer #dCharacter {
	position: absolute;
	bottom: 0;
	left: 15%;
}
#footer .footer_txt{
	position: absolute;
top: 59px;
right: 30px;
}
#footer .footer_txt #pagetop{
	padding: 3px 0 3px 16px;
	background:url(../images/ico_arrow_up.png) no-repeat left 0.55em;
}
#footer .footer_txt ul li{
	float:left;
	margin:0 0 0 20px;
	padding: 3px 0 3px 17px;
	background:url(../images/ico_arrow_right.png) no-repeat left 0.6em;
}
#copyright{
	margin-top: -1px;
	background-image: url("../images/bg_fwrapper.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 38px;
}
#copyright .block{
	margin:0 auto;
	width:1000px;
}
#copyright .block li{
	float:left;
}



/* sp */

#sp_footer{
	margin:0 auto;
	max-width:1000px;
	box-sizing:border-box;
	width:90%;
	position: relative;
	padding: 0 30px 0;
	background-color: #f9f0d7;
	background-image: url("../images/bg_main_bottom.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 199px;
}
#sp_footer #dCharacter {
	position: absolute;
	bottom: 0;
	left: 15%;
}
#sp_footer .footer_txt{
	position: absolute;
	top: 59px;
	right: 30px;
}
#sp_footer .footer_txt p.tar{
	padding-top:80px;
}

#sp_footer .footer_txt #pagetop img{
	max-width:25px;
}
#sp_footer .footer_txt ul li{
	float:left;
	margin:0 0 0 20px;
	padding: 3px 0 3px 17px;
	background:url(../images/ico_arrow_right.png) no-repeat left 0.6em;
}
#sp_copyright{
	margin-top: -1px;
	background-image: url("../images/bg_fwrapper.png");
	background-repeat: no-repeat;
	background-size: 100% 38px;
	height: 38px;
	width:100%;
}
#sp_copyright .block{
	margin:0 auto;
	max-width:1000px;
	width:90%;
}
#sp_copyright .block li{
	float:left;
}
#sp_footer img,
#sp_copyright img{
	width:100%;
}
