@charset "utf-8";

/*----------------------------------
	all
----------------------------------*/
body{
    background: #fff;
    font-size: 13px;
    line-height: 1.5;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; 
    text-align: center;
    color: #323232;
}

#sqexHeader-white{
	position: fixed!important;
	z-index: 1000!important;
}

#wrap{
	background: url(img/common/bg.jpg) no-repeat center 38px fixed;
	width: 100%;
	min-width: 1120px;
	overflow: hidden;
}

#container{
	position: relative;
	/* background: url(img/common/bg_container.png) no-repeat center 38px fixed; */
	margin: 38px auto 0;
	width: 1120px;
}


/*----------------------------------
	header
----------------------------------*/
#header{
	height: 131px;
	overflow: hidden;
}

#header h1{
	float: left;
	overflow: hidden;
	top: 12px;
	left: 80px;
}

#header h1 img{
	margin: 12px 0 0 80px;
}

#header #btnBackHome{
	position: absolute;
	top: 24px;
	left: 303px;
	z-index: 10;
}



/*----------------------------------
	nav
----------------------------------*/
#nav{
	background: url(img/common/bg_nav.png) no-repeat;
	width: 746px;
	height: 87px;
	margin: 30px 0 0;
	overflow: hidden;
}

#nav ul{
	margin: 23px 0 0 17px;
}

#nav li{
	position: relative;
	float: left;
	width: 140px;
	height: 40px;
	margin-right: 3px;
}

#nav li img.roEffect{
	position: absolute;
	top: 0;
	left: 0;
}



/*----------------------------------
	aside
----------------------------------*/
#aside{
	position: relative;
	width: 214px;
	float: left;
	margin: 38px 0 0 80px;
	z-index: 10;
}

#aside ul{
	position: relative;
	z-index: 10;
}

#aside li{
	margin: 0 0 1px;
}

#aside #compass{
	position: absolute;
	top: 225px;
	left: 53px;
	z-index: 1;
}


/*----------------------------------
	main
----------------------------------*/
#main, #mainContentsArea .main
{
	position: relative;
	width: 772px;
	float: left;
	margin: -11px 0 0 -17px;
	z-index: 20;
}

#main h2#mainTitle, #mainContentsArea .main h2.mainTitle
{
	background: url(img/common/bg_main_title.png) no-repeat;
	width: 772px;
	height: 83px;
}

#main #mainContents, #mainContentsArea .main .mainContents
{
	background: url(img/common/bg_main.png) repeat-y;
	width: 772px;
}

#main #mainContents #mainInner, #mainContentsArea .mainInner
{
	background: url(img/common/bg_contents.png) repeat-y;
	width: 716px;
	padding: 0px 0 11px;
	margin: 0 auto;
}

#main #mainBottom, #mainContentsArea .main #mainBottom
{
	position: relative;
	margin-top: -11px;
	margin-bottom: 27px;
}

#main #mainBottom a#backToWrap, #mainContentsArea .main #mainBottom a#backToWrap
{
	position: absolute;
	display: block;
	width: 130px;
	height: 32px;
	top: 30px;
	right: 13px;
}

#main #mainBottom a#backToWrap:hover, #mainContentsArea .main #mainBottom a#backToWrap:hover
{
	background: url(img/common/bg_bottom_o.png) no-repeat 8px 10px;
}



/*----------------------------------
	linkToSp
----------------------------------*/
#linkToSp{
	display: none;
	background: #000000;
	padding: 64px 0 24px;
	width: 100%;
	min-width: 1120px;
}

#linkToSp a{
	color: #ffffff;
	font-size: 48px;
}






