@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: #fff;
	font-size: 12px;
	background: #73b85f;
}

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

#header-layout #header h1 {
	padding: 7px 0 0 7px;
}

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

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

#header #header-right-box #header-txt {
	width: 265px;
	padding: 6px 7px 0 0;
	text-align: right;
}

#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%;
	height: 524px;
	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: 232px;
	background: url(../images/index/index_bnr_bg.png);
}
.index #index-bnr-layout #index-bnr {
	width: 953px;
	height: 126px;
	margin: 0 auto;
	padding: 36px 0 0 0;
}

.index #method {
	width: 953px;
	margin: 0 auto;
}
.index #method #method-cap {
	width: 953px;
	margin: -27px 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: 980px;
	height: 207px;
	margin: 0 auto;
	color: #154d29;
	font-size: 14px;
}
.index #method #method-cap+p+ul li:nth-of-type(1) {
	float: left;
	width: 300px;
	height: 207px;
	padding: 78px 17px 43px;
	background: url(../images/index/method_bg01.png) no-repeat;
}
.index #method #method-cap+p+ul li:nth-of-type(2) {
	float: left;
	width: 300px;
	height: 207px;
	margin: 0 20px;
	padding: 78px 17px 43px;
	background: url(../images/index/method_bg02.png) no-repeat;
}
.index #method #method-cap+p+ul li:nth-of-type(3) {
	float: left;
	width: 300px;
	height: 207px;
	padding: 78px 17px 43px;
	background: url(../images/index/method_bg03.png) no-repeat;
}

.index #item {
	width: 100%;
	margin: 48px 0 0 0;
	background: url(../images/index/item_bg.png) repeat-x;
	clear: both;
}
.index #item #item-cap {
	width: 793px;
	height: 132px;
	margin: 0 auto;
}
.index #item #item-cap+ul {
	width: 1004px;
	margin: 21px auto 0;
}
.index #item #item-cap+ul li {
	float: left;
	width: 229px;
	height: 380px;
	margin: 0 12px 0 0;
}
.index #item #item-cap+ul li:nth-of-type(4),
.index #item #item-cap+ul li:nth-of-type(8) {
	float: left;
	width: 229px;
	height: 380px;
	margin: 0;	
}
.index #item #item-cap+ul li p {
	padding: 13px 10px 0;
}

.index #flow {
	width: 100%;
	margin: 44px 0 0 0;
	padding: 0 0 51px 0;
	background: url(../images/index/flow_bg.png) no-repeat center 80px;
	background-size: auto;
	border-bottom: 3px solid #3f518c;
}
.index #flow #flow-cap {
	width: 100%;
	height: 80px;
	background: url(../images/index/flow_cap_bg.png) repeat-x;
}
.index #flow #flow-cap div {
	width: 228px;
	height: 80px;
	margin: 0 auto;
}
.index #flow #flow-cap+#flow-box {
	width: 952px;
	margin: 0 auto;
}
.index #flow #flow-cap+#flow-box #flow01 {
	float: left;
	width: 457px;
	margin: 0 19px 0 0;
	color: #333333;
	font-size: 14px;
}
.index #flow #flow-cap+#flow-box #flow01 .flow-detail div.detail-1 {
	width: 457px;
	height: 260px;
	padding: 53px 10px 0;
	background: url(../images/index/flow01_1.png) no-repeat;
	line-height: 21px;
}
.index #flow #flow-cap+#flow-box #flow01 .flow-detail div.detail-2 {
	width: 457px;
	height: 144px;
	padding: 53px 10px 0;
	background: url(../images/index/flow01_2.png) no-repeat;
	line-height: 21px;
}
.index #flow #flow-cap+#flow-box #flow01 .flow-detail div.detail-3 {
	width: 457px;
	height: 186px;
	padding: 53px 10px 0;
	background: url(../images/index/flow01_3.png) no-repeat;
	line-height: 21px;
}

.index #flow #flow-cap+#flow-box #flow02 {
	float: right;
	width: 457px;
	margin: 0 0 0 19px;
	color: #333333;
	font-size: 14px;
}
.index #flow #flow-cap+#flow-box #flow02 .flow-detail div.detail-1 {
	width: 457px;
	height: 260px;
	padding: 53px 10px 0;
	background: url(../images/index/flow02_1.png) no-repeat;
	line-height: 21px;
}
.index #flow #flow-cap+#flow-box #flow02 .flow-detail div.detail-2 {
	width: 457px;
	height: 144px;
	padding: 53px 10px 0;
	background: url(../images/index/flow02_2.png) no-repeat;
	line-height: 21px;
}
.index #flow #flow-cap+#flow-box #flow02 .flow-detail div.detail-3 {
	width: 457px;
	height: 186px;
	padding: 53px 10px 0;
	background: url(../images/index/flow02_3.png) no-repeat;
	line-height: 21px;
}

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

#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: 952px;
	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: 668px;
	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: #558c50;
}
.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: 1181px;
	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_layout {
	width: 100%;
	background: #73b85f;
}
#footer_layout #footer {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
/*#footer_layout #footer #footer_menu {
	text-align: center;
	padding: 26px 0 35px 0;
	font-size: 14px;
	color: #fff;
}*/

#footer_layout #footer #footer_menu {
	float: left;
	width: 635px;
	padding: 26px 0 35px 0;
	text-align: right;
	font-size: 14px;
	color: #fff;
}

#footer_layout #footer #footer_menu a {
	color: #fff;
	text-decoration: none;
}
#footer_layout #footer #footer_menu a:hover {
	text-decoration: underline;
}

#footer_layout #footer #blog_bnr {
	float:right;
	width: 249px;
	height: 74px;
	margin: 20px 0 30px 0;
}

#copyright p {
	padding: 0 0 64px 0;
	color: #fff;
	text-align: center;
	clear: both;
}



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

.pagetop {
	width: 151px;
	margin: 0 auto;
}

.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;	
}