@charset "utf-8";

body {
	min-width: 100%;
}

/* Wrap
----------------------------------------------------------- */
.wrapper {
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
	padding: 0 0;
	text-align: left;
}

.spWrapper {
	width: 95%;
	min-width: 95%;
	margin: 0 auto;
	text-align: left;
}


/* HEADER
----------------------------------------------------------- */
header {
	position: fixed;
}


#spHeader {
	height: auto;
	position: relative;
	
}

#spHeader ul {
	position: absolute;
	top: 4px;
	right: 0;
	z-index: 2;
}

#spHeader ul li {
	float: right;
	margin-right: 5px;
}

#spHeader ul li img {
	width: auto;
	height: 36px;
}

#spHeadBG {
	width: 100%;
	height: 47px;
	background: rgba(0,0,0,0.6);
	position: relative;
	z-index: 1;
	
	display: none;
}


/* CONTENT
------------------------------------------------------------------------ */
#container {
	background: url(../img/common/bg_pagettl.png) repeat-x 0 0;
	background-size: 50px auto;
	position: static;
}

#contentWrap {
	background: url(../img/common/sp_bg_shadow_down.png) repeat-x 0 0;
	background-size: 100% auto;
	padding-top: 30px;
}

/* COLLUMN
------------------------------------------------------------------------ */


/* FOOTER
------------------------------------------------------------------------ */
footer {
	margin-top: 10px;
	padding-top: 15px;
	background: url(../img/common/bg2.png) repeat 0 0;
	background-size: 95px;
}

/*footer .inner {
	padding-bottom: 0;
	background: url(../img/common/bg_foot_bottom.png) repeat-x 0 100%;
	background-size: auto 34px;
}*/

/*#footLinkWrap {
	background: url(../img/common/sp_bg_shadow_down.png) no-repeat 50% 100%;
	background-size: 100% auto;
}*/
footer .inner{
	padding-bottom: 0;
}
#footLink {
	width: 95%;
	margin: 0 auto;
	text-align: left;
	height: auto;
	background: none;
	padding-bottom: 20px;
}

#footLink li {
	display: block;
	line-height: 1;
	background: url(../img/common/sp_listhead02.png) no-repeat 0px 50%;
	background-size: 7px 8px;
	padding: 0 0 0 15px;
	border-right: none;
	font-size: 12px;
	float: left;
	margin-bottom: 10px;
	width: 50%;
	box-sizing: border-box;
}
#footLink li:first-child {
	border-left: none;
}
#footLink li:nth-child(2n) {
	float: right;
}


#footCon {
	position: static;
	height: auto;
	padding-top: 20px;
	padding-bottom: 8px;
	display: block;
}

#footCon  #add {
	position: static;
	text-align: center;
	margin-bottom: 10px;
}
#footCon  #add dd {
	font-size: 12px;
	padding-top: 10px;
	text-align: center;
}

#footCon  #telFoot {
	position: static;
	text-align: center;
	margin-bottom: 5px;
}
#footCon  #faxFoot {
	position: static;
	text-align: center;
	margin-bottom: 20px;
}
#footCon  #checkInOut {
	font-size: 12px;
	position: static;
	text-align: center;
	margin-bottom: 20px;
}

#footSns {
	position: static;
	text-align: center;
	margin-bottom: 30px;
	margin-left: 0;
}

#footSns li {
	float: none;
	display: inline-block;
	margin: 0 8px;
}

#bnrFoot {
	width: 95%;
	position: static;
	margin: 0 auto 20px;	
}

#bnrFoot li {
	float: left;
	width: 48.5%;
	margin-bottom: 10px;
}
#bnrFoot li:first-child{
	width: 100%;
}
/*#bnrFoot li:nth-child(2n) {
	float: right;
}*/
#bnrFoot li:nth-child(2n+1){
	margin-left: 0;
}
#bnrFoot li img {
	width: 100%;
	height: auto;
}

.add_box{
	width: 100%;
}

#copyright {
    font-size: 11px;
    position: static;
    line-height: 1;
    text-align: center;
    color: #000;
    padding-top: 0;
    padding-bottom: 10px;
}

.pic_appraisal{
    justify-content: center;	
}

/* PEGETOP
------------------------------------------------------------------------ */
#pageTop {
	position: static;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	padding-bottom: 15px;
}
#pageTop img {
	width: 100%;
	height: auto;
}

/* SP GNAV
----------------------------------------------------------- */
#spGnav {
	width: 100%;
	position: fixed;
	top: -400px;
	left: 0;
	font-size: 13px;
	background: rgba(0,0,0,0.8);
	z-index: 100;
	border-bottom: 1px solid #666;
	padding-bottom: 20px;
}

#spGnav ul li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	border-bottom: 1px solid #666;
	text-align: center;
}

#spGnav ul li:nth-child(2n) {
	border-left: 1px solid #666;
}

/*#spGnav ul li:first-child {
	border-left: none;
	margin-left: 0;
	width: 100%;
}
*/

#spGnav ul li a {
	display: block;
	padding: 0;
	line-height: 35px;
	text-align: center;
	color: #fff;
}

#spGnavClose {
	text-align: center;
	padding: 20px 0 0px;
	cursor: pointer;
}
#spGnavClose img {
	width: 24px;
	height: auto;
}


























