  @charset "utf-8";
/****************************************
		1. 基本設定 
*****************************************/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
↓YUI3 CSS Fonts　フォントサイズを相対指定する↓*/


/*---↓リンクに対する共通設定↓---*/
*{
	margin:0;
	padding:0;
	line-height:1.5;
	list-style:none;
}
/*アンダーtopボタン*/
.pagetop {
	position: fixed;
	bottom: -200px;
	right: 20px;
	z-index:9999;
}
.pagetop a {
	display: block;
	width: 86px;
	height: 110px;
}

img{
	border:none;
}
a, a:link,/*未訪問のリンクを指定*/
a:visited,/*訪問済みのリンクを指定*/
a:hover,/*マウスオーバーした時のリンク部分を指定*/
a:active,/*クリック時のリンク部分を指定*/
a{
	text-decoration:none;
}
body{	
	overflow-x:hidden;
}
/* clearfix
----------------------------------------------------*/
.clearfix{ /zoom: 1; }
.clearfix:after{ content: ''; display: block; clear: both; }
/* box-sizing
----------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*送信ボタン*/
input[type="submit"] {
  -webkit-appearance: none;
}
input[type="reset"] {
  -webkit-appearance: none;
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */













footer{
	width:100%;
	padding-bottom: 50px;
	border-top:3px solid #CCC;
	background:#000;
}
.footer_center{
	width:80%;
	margin:0 auto;
}

.footer_logo{
	width:150px;
	margin:40px auto;
}

/* =======================================
	footerテーブル
======================================= */
table , td, th {
	border: 1px solid #CCC;
	border-collapse: collapse;
}

td, th {
	padding: 5px;
	width: 50%;
	height: 25px;
	font-size:93%;
}

.main_box{
	width:100%;
}
.main{
	text-align:center;
	background:#3c5500;
	color:#b1b1b1;
	font-size:131%;
	letter-spacing:2px;
}
.sub{
	color:#b1b1b1;
	font-size:93%;
	text-indent:1.5em;
	letter-spacing:2px;
}

/* =======================================
	返品について
======================================= */
.footer_intext{
	display: flex;
    justify-content: space-between;
	margin-top:40px;
}
.footer_text_left{
	font-size:85%;
	color:#b1b1b1;
	width:50%;
	padding-right:30px;
	border-right:1px solid #b1b1b1;
}

.text_right{
	color:#b1b1b1;
	line-height:1.8;
}

.footer_list_00 li{
	line-height:1.8;
}

span.s_text{
	font-size:77%;
}

.footer_text_right{
	font-size:85%;
	color:#b1b1b1;
	width:48%;
}

.footer_list li{
	color:#b1b1b1;
	text-indent:-1.3em;
    padding-left:1.3em;
	line-height:1.8;
}

/*-- コピーライト --*/


.copy{
	width: 100%;
	height: 25px;	
	line-height: 25px;
	background: #796349;
	font-size:77%;
	letter-spacing:2px;
	color:#BCA581;
	letter-spacing:1.5px;
	text-align:center ;
}

