@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/* /css/usrfiles/default/31_TOPPAGE_base.css */

img { border-style: none; }
/* FORM styles */
form { display: inline; margin: 0px; padding: 0px }
input { font-size: 14px }
select { font-size: 14px }
textarea { font-size: 14px }

a:link{ text-decoration: underline; color: #57647b }
a:hover{ text-decoration: underline; color: #3791d4 }
a:visited{ text-decoration: underline; color: #333333 }

body {
    font: 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #ffffff;
    text-align: left;
}

#PAGE_BAK {
    margin: 0px;
	padding: 0px;
}
#PAGE_OUT {
    margin: 0px;
    padding: 0px;
}
#PAGE_BOX {
    text-align: left;
    border-style: none;
    background-color: #ffffff;
	width: 1170px;
	margin: 0 auto;
}
/* HEADER */
#HEADER {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    vertical-align: top;
	box-shadow:0px 7px 5px -3px #cccccc;
	-moz-box-shadow:0px 7px 5px -3px #cccccc;
	-webkit-box-shadow:0px 7px 5px -3px #cccccc;
}
#HEADINFO {
	display: block;
	width: 100%;
	color: #ffffff;
	background-color: #ce0a0a;
}
#MEMO , #LANG {
	text-align: right;
}
/* HEADER -> SITETITLE */
#SITETITLE {
	width: 465px;
}
/* HEADER -> GNAVI */
#GNAVI {
	width: 530px;
}
#SPOT {
}
/* KVIMG */
#KVIMG {
    float: left;
    margin: 0px;
    padding: 0px;
    border-style: none;
    line-height: 150%;
    text-align: left;
    vertical-align: top;
 }
/* BODYBLOCK */
#AUCTION {
    margin: 0px;
    padding: 10px 30px 0;
	width: 1110px !important;
}
/* FOOTER */
#FOOTER {
	color: #ffffff;
    margin: 30px 0 0;
    padding: 0px;
    border-style: none;
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    vertical-align: top;
}
#PTOP {
    margin: 0px;
    padding: 0px;
	text-align: right;
}
#FOOT {
    margin: 0px;
    padding: 0px;
	border-top: 5px solid #ce0a0a ;
	border-bottom: 5px solid #ce0a0a ;
}
#GFNAVI {
	padding: 0;
	margin: 10px;
 }
#COPY {
    margin: 0px;
    border-style: none;
    padding: 0px 0px;
    font-size: 80%;
    width: 100%;
    line-height: 150%;
    text-align: center;
    vertical-align: top;
	background-color: #beb9a8;
}

/**** Mobile layout ****/
@media (max-width: 900px) {
/* sp-etc */
.spnone {
	display: none;
}
}

/* alletc */
.pcnone {
	display: none;
}
.dnone {
	display: none;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.fclear {
	float: right;
}
.textc {
	text-align: center;
}
.textl {
	text-align: left;
}
.textr {
	text-align: right;
}
.hidebox {
	display: none !important;
}
.viewbox {
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}