@charset "UTF-8";

/* 
	Resets defualt browser settings
	reset.css
*/
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html {
}

td,td,form,fieldset {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

tr,th,td,caption {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

fieldset {
	border: 0;
}

address,cite,code,dfn,em,strong,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

q:before,q:after {
	content: '';
}

img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}


/**clearfix start***************************************************/

/* Clearfix */  
.cf:after {  
    content: ".";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;
	line-height:0;
}  
.cf {  
    display: inline-block;  
	overflow:hidden;
}  
/* Hides from IE-mac \*/  
* html .cf {  
    height: 1%;  
}  
.cf {  
    display: block;  
}  
/* End hide from IE-Mac */

/**clearfix end  ***************************************************/

/**cleartext start**************************************************/

.ct {
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
}

/**cleartext end  **************************************************/

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック";
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
	min-width: 1100px;
}

a.fade_a_nav {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.fade_a_nav:hover {
	display: block;
	background-color: #f3ede9;
}

a.fade_a_tab {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.fade_a_tab:hover {
	display: block;
	background-color: #edecec;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

a.fade_a {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.fade_a:hover {
	display: block;
	background-color: #ffffff;
}

#header-layout {
	width: 100%;
	color: #333333;
	font-size: 12px;
	background: #fff url(../images/share/header_bg.png) repeat-x bottom;
}

#header-layout #header {
	width: 1000px;
	margin: 0 auto;
}

#header #header-left-box {
	float: left;
	width: 697px;
} 

#header #header-left-box h1 {
	padding: 0 0 0 15px;
	font-size: 12px;
}

#header #header-left-box #logo {
	position: relative;
	float: left;
	width: 550px;
	height: 82px;
	margin: 20px 0 0 0;
	padding: 0 0 0 15px;
	background: url(../images/share/logo.png) no-repeat 15px 0;
	text-indent: 1000%;
	overflow: hidden;
	white-space: nowrap;
}
#header #header-left-box #logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 599px;
	height: 47px;
}

#header #header-right-box {
	float: right;
	width: 303px;
}

#header #header-right-box #header-txt {
	width: 303px;
	padding: 0 8px 0 0;
	text-align: right;
}

#header #header-right-box #header-tel {
	width: 303px;
	height: 82px;
	margin: 0 0 5px 0;
	background: url(../images/share/h_tel.png) no-repeat;
	text-indent: 1000%;
	overflow: hidden;
	white-space: nowrap;	
}

#wrap {
	width: 100%;
	margin: 0 auto;
	zoom:1;
}
#wrap:before,
#wrap:after {
	width: 100%;
	margin: 0 auto;
    content:"";
    display:block;
    overflow:hidden;
}
#wrap:after {
	width: 100%;
	margin: 0 auto;
    clear:both;
}

#wrap {
	width: 100%;
	margin: 0 auto;
}

#contents {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

/* index ***********************************************************/

.index #main-img-layout {
	width: 100%;
	background: url(../images/index/main_bg.png);
}
.index #main-img-layout #main-img {
	width: 1000px;
	margin: 0 auto;
}

.index #index-bnr-layout {
	width: 100%;
	height: 157px;
	background: url(../images/index/satei_bg.png);
}
.index #index-bnr-layout #index-bnr {
	width: 952px;
	height: 110px;
	margin: 0 auto;
	padding: 22px 0 0 0;
}

.index #method {
	width: 1000px;
	margin: 0 auto;
}
.index #method #method-cap {
	width: 953px;
	margin: 50px auto 0;
}
.index #method #method-cap+p {
	display: block;
	width: 1000px;
	padding: 12px 0 34px;
	color: #323333;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
}
.index #method #method-cap+p+ul {
	width: 951px;
	margin: 0 auto;
	padding: 0;
	color: #323333;
	font-size: 14px;
}
.index #method #method-cap+p+ul li:nth-of-type(1) {
	float: left;
	width: 468px;
	height: 152px;
	margin: 0 15px 18px 0;
	padding: 65px 32px 0 29px;
	background: url(../images/index/method_bg01.png) no-repeat;
}
.index #method #method-cap+p+ul li:nth-of-type(2) {
	float: left;
	width: 468px;
	height: 152px;
	margin: 0 0 18px 0;
	padding: 65px 32px 0 29px;
	background: url(../images/index/method_bg02.png) no-repeat;
}
.index #method #method-cap+p+ul li:nth-of-type(3) {
	float: left;
	width: 468px;
	height: 152px;
	margin: 0px 15px 0 0;
	padding: 65px 32px 0 29px;
	background: url(../images/index/method_bg03.png) no-repeat;
}
.index #method #method-cap+p+ul li:nth-of-type(4) {
	float: left;
	width: 468px;
	height: 152px;
	margin: 0px;
	padding: 65px 32px 0 29px;
	background: url(../images/index/method_bg04.png) no-repeat;
}

.index #item {
	width: 1000px;
	height: 1222px;
	margin: 59px auto 0;
	background: url(../images/index/item_bg.png) repeat-x;
	clear: both;
	padding: 70px 0 0 0;
}
.index #item ul {
	width: 951px;
	margin: 21px auto 0;
	padding: 0;
}
.index #item ul li {
	float: left;
	width: 231px;
	height: 266px;
	margin: 0 9px 14px 0;
	background: #ebeae0;
}
.index #item ul li:nth-of-type(4),
.index #item ul li:nth-of-type(8),
.index #item ul li:nth-of-type(12) {
	float: left;
	width: 231px;
	height: 266px;
	margin: 0;	
}
.index #item ul li p {
	padding: 0 13px 0;
}


#contents-img {
	width: 1300px;
	margin: 50px auto 33px;
}

.index #flow {
	width: 100%;
	height: 535px;
	margin: 51px 0 0 0;
	padding: 21px 0 51px 0;
	background: url(../images/index/flow_bg.png) repeat-x;
}
.index #flow #flow-box {
	width: 1000px;
	margin: 0 auto;	
}
.index #flow #flow-box #flow-cap {
	width: 223px;
	margin: 0 auto 26px;
}

.index #flow #flow-box #flow-detail {
	width: 954px;
	margin: 0 auto;
	padding: 0;
}

.index #flow #flow-box #flow-detail #flow01 {
	width: 954px;
	margin: 0 auto 29px;
	padding: 0;
}

.index #flow #flow-box #flow-detail #flow02 {
	width: 954px;
	margin: 0 auto;
	padding: 0;
}

#faq {
	text-align: center;
}

#shop-info {
	width: 100%;
	text-align: center;
	border-top: 1px solid #a6a6a6;
}

#new {
	width: 952px;
	margin: 0 auto 33px;
	padding: 0;
	border: 1px solid #a9a9a9;
}
#new h1 {
	margin: 0;
	padding: 0;
}
#new dl {
	width: 885px;
	margin: 24px auto;
	padding: 0;
	border-bottom: 1px dotted #393a3a;
}
#new dl dt {
	float: left;
	width: 73px;
	margin: 0 0 20px 0;
	padding: 0 0 26px 5px;
	color: #e83733;
	font-size: 14px;
}
#new dl dd {
	margin: 0;
	padding: 0 0 26px 105px;
	font-size: 14px;
}

/*#shop {
	width: 100%;
	padding: 36px 0 47px;
	border-bottom: 1px solid #000;
}
#shop #shop-box {
	width: 952px;
	margin: 0 auto;
}
#shop #shop-box #shop-detail {
	float: left;
	width: 488px;
}
#shop #shop-box #shop-detail #shop-detail-ttl {
	margin: 0 0 7px 0;
}
#shop #shop-box #shop-detail #shop-detail-txt {
	font-size: 14px;
	line-height: 21px;
}
#shop #shop-box #shop-detail #shop-detail-txt p {
	padding: 0 24px 0 0;
}
#shop #shop-box #shop-detail #shop-detail-txt img {
	float: left;
	margin: 0 14px 0 0;
}
#shop #shop-box #shop-map {
	float: right;
	width: 464px;
}

#tel-img {
	width: 952px;
	height: 62px;
	margin: 25px auto;
}

#fb {
	width: 500px;
	margin: 30px auto;
}*/

/* liquidation ***********************************************************/

.liquidation #main-img-layout {
	width: 100%;
	height: 430px;
	background: url(../images/liquidation/main_bg.png);
}
.liquidation #main-img-layout #main-img {
	width: 1058px;
	margin: 0 auto;
}

.liquidation #liquidation-bnr-layout {
	width: 100%;
	height: 232px;
	background: url(../images/index/index_bnr_bg.png);
}
.liquidation #liquidation-bnr-layout #liquidation-bnr {
	width: 953px;
	height: 126px;
	margin: 0 auto;
	padding: 36px 0 0 0;
}

.liquidation #method {
	width: 100%;
}
.liquidation #method #method-cap {
	width: 100%;
	height: 74px;
	background: url(../images/liquidation/liquidation_cap01_bg.png) repeat-x;
}
.liquidation #method #method-cap div {
	width: 952px;
	margin: 0 auto;
}
.liquidation #method #method-img {
	width: 952px;
	margin: 0 auto;
}
.liquidation #method #method-box01 {
	width: 952px;
	margin: 0 auto;	
}
.liquidation #method #method-box01 .method-l {
	float: left;
	width: 946px;
	font-size: 16px;
	line-height: 25px;
}
.liquidation #method #method-box01 .method-r {
	float: right;
	width: 280px;
	text-align: left;
}
.liquidation #method #method-box01 .method-r p {
	padding: 13px 0 0 0;
	color: #ff0000;
	font-size: 14px;
}
.liquidation #method #method-box02 {
	width: 952px;
	margin: 44px auto 0;
}


.liquidation #flow {
	width: 100%;
	margin: 44px 0 0 0;
	padding: 0 0 48px 0;
	background-size: auto;
}
.liquidation #flow #flow-cap {
	width: 100%;
	height: 78px;
	background: #641e00;
}
.liquidation #flow #flow-cap div {
	width: 304px;
	height: 78px;
	margin: 0 auto;
}
.liquidation #flow #flow-cap+#flow-box {
	width: 952px;
	margin: 0 auto;
}
.liquidation #flow #flow-cap+#flow-box #flow01 {
	float: left;
	width: 457px;
	height: 1281px;
	margin: 0 19px 0 0;
	color: #333333;
	font-size: 14px;
	background: url(../images/liquidation/flow_bg.png) no-repeat bottom;
}
.liquidation #flow #flow-cap+#flow-box #flow01 .flow-detail div.detail-1 {
	width: 457px;
	height: 200px;
	padding: 53px 10px 0;
	background: url(../images/liquidation/flow01_1.png) no-repeat;
	line-height: 21px;
}
.liquidation #flow #flow-cap+#flow-box #flow01 .flow-detail div.detail-2 {
	width: 457px;
	height: 134px;
	padding: 53px 10px 0;
	background: url(../images/liquidation/flow01_2.png) no-repeat;
	line-height: 21px;
}
.liquidation #flow #flow-cap+#flow-box #flow01 .flow-detail div.detail-3 {
	width: 457px;
	height: 87px;
	padding: 53px 10px 0;
	background: url(../images/liquidation/flow01_3.png) no-repeat;
	line-height: 21px;
}
.liquidation #flow #flow-cap+#flow-box #flow01 .flow-detail div.detail-4 {
	width: 457px;
	height: 176px;
	padding: 53px 10px 0;
	background: url(../images/liquidation/flow01_4.png) no-repeat;
	line-height: 21px;
}
.liquidation #flow #flow-cap+#flow-box #flow01 .flow-detail div.detail-5 {
	width: 457px;
	height: 126px;
	padding: 53px 10px 0;
	background: url(../images/liquidation/flow01_5.png) no-repeat;
	line-height: 21px;
}

.liquidation #flow #flow-cap+#flow-box #flow02 {
	float: right;
	width: 457px;
	margin: 0 0 0 19px;
	color: #333333;
	font-size: 14px;
}
.liquidation #flow #flow-cap+#flow-box #flow02 .flow-detail div.detail-1 {
	width: 457px;
	height: 240px;
	padding: 53px 10px 0;
	background: url(../images/liquidation/flow02_1.png) no-repeat;
	line-height: 21px;
}
.liquidation #flow #flow-cap+#flow-box #flow02 .flow-detail div.detail-2 {
	width: 457px;
	height: 134px;
	padding: 53px 10px 0;
	background: url(../images/liquidation/flow02_2.png) no-repeat;
	line-height: 21px;
}
.liquidation #flow #flow-cap+#flow-box #flow02 .flow-detail div.detail-3 {
	width: 457px;
	height: 88px;
	padding: 53px 10px 0;
	background: url(../images/liquidation/flow02_3.png) no-repeat;
	line-height: 21px;
}
.liquidation #flow #flow-cap+#flow-box #flow02 .flow-detail div.detail-4 {
	width: 457px;
	height: 106px;
	padding: 53px 10px 0;
	background: url(../images/liquidation/flow02_4.png) no-repeat;
	line-height: 21px;
}
.liquidation #flow #flow-cap+#flow-box #flow02 .flow-detail div.detail-5 {
	width: 457px;
	height: 176px;
	padding: 53px 10px 0;
	background: url(../images/liquidation/flow02_5.png) no-repeat;
	line-height: 21px;
}
.liquidation #flow #flow-cap+#flow-box #flow02 .flow-detail div.detail-6 {
	width: 457px;
	height: 86px;
	padding: 53px 10px 0;
	background: url(../images/liquidation/flow02_6.png) no-repeat;
	line-height: 21px;
}
.liquidation #flow #flow-cap+#flow-box #flow02 .flow-detail div.detail-7 {
	width: 457px;
	height: 106px;
	padding: 53px 10px 0;
	background: url(../images/liquidation/flow02_7.png) no-repeat;
	line-height: 21px;
}


.liquidation #flow #flow-cap+#flow-box #flow01 .flow-detail div.arrow {
	width: 42px;
	height: 20px;
	margin: 0 auto;
}
.liquidation #flow #flow-cap+#flow-box #flow01 .flow-detail div.arrow,
.liquidation #flow #flow-cap+#flow-box #flow02 .flow-detail div.arrow {
	width: 42px;
	height: 20px;
	margin: 10px auto;
}

.liquidation #flow-img {
	width: 1000px;
	margin: 0 auto;
}
.liquidation #liquidation-bnr {
	width: 100%;
	height: 199px;
	padding: 36px 0 37px;
	background: #ffe0b6;
}
.liquidation #liquidation-bnr div {
	width: 953px;
	margin: 0 auto;
}


/* /liquidation ***********************************************************/

#footer {
	width: 100%;
	padding: 42px 0 0 0;
	border-top: 1px solid #a6a6a6;
}

#footer #footer_layout {
	width: 100%;
	background: url(../images/share/footer_bg.png);
}
#footer #footer_layout #footer {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#footer #copyright p {
	padding: 42px 0 35px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	clear: both;
}



/* parts *********************************************************/

.pagetop {
	width: 127px;
	margin: 0 auto 40px;
	text-align: center;
}

.mt18 {
	margin-top: 18px;
}

#page-img-box {
	width: 100%;
	padding: 19px 0 40px;
}
#page-img-box #page-img {
	width: 1073px;
	margin: 0 auto;
}

.cap {
	width: 728px;
	height: 15px;
	padding: 12px 14px;
	background: url(../images/share/cap.png) no-repeat;
	font-size: 16px;
	font-weight: bold;
}

#breadcrumb {
	width: 1059px;
	height: 25px;
	margin: 0 auto 14px;
}
#breadcrumb ul {
	float: right;
}
#breadcrumb ul li {
	float: left;
	padding: 5px 0;
	font-size: 12px;
}
#breadcrumb ul li a {
	color: #333333;
	text-decoration: none;
}
#breadcrumb ul li a:hover {
	text-decoration: underline;	
}