/* 全般 */
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
body{
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ＭＳゴシック" , "MS Gothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , sans-serif;
	color: #333;
	font-size: 97%;
	background: url(../img/wood.jpg);
}

a{
	color: #333;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* 固定ヘッダ */

header{
	font-size: 120%;
	width: 100%;
	background: #00561f;
	padding-top: 10px;
	position: fixed;
	z-index: 1000;
}

/* ヘッダのロゴ領域 */
#header-inner{
	width: 940px;
	margin:auto;
	color: #FFFFFF;
	z-index: 900;
}

#banner{
}
#banner-img{
	width: 200px;
	float: left;
}
#banner-text{
	width: 330px;
	float: left;
}
#banner-info{
	width: 400px;
	float: right;
	text-align: right;
}
#banner:after{
	content: "";
	clear: both;
	display: block;
}

/* ヘッダのメニュー領域 */
#header-nav{
	background-color: #330000;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#header-nav div{
	width: 940px;
	margin:auto;
}
#header-nav div:after{
	content: "";
	clear: both;
	display: block;
}

#header-nav ul{
	float: left;
	width: 800px;
	margin: 0 auto;
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header-nav li{
	list-style: none;
	padding-left: 14px;
	padding-right: 14px;
	border-right: 1px #FFFFFF solid;
	display: inline;
}
#header-nav li:last-child{
	border-right: none;
}
#header-nav li a{
	color: #FFFFFF;
}

#header-login{
	float: right;
	width: 140px;
	margin: 0;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 0;
	text-align: right;
	color: #FFFFFF;
}

h1{
	margin-bottom: 10px;
}


/* 本文 */

#wrap{
	width: 940px;
	margin: auto;
	padding-top: 137px;
}

p{
	margin-bottom: 1em;
}


/* フッタ */
footer{
	clear: both;
	width: 100%;
	background: #00561f;
	padding-bottom: 40px;
	font-size: 14px;
}

/* フッタのメニュー領域 */
#footer-nav{
	padding-top: 6px;
}
#footer-nav ul{
	width: 940px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #FFFFFF;
}
#footer-nav li{
	list-style: none;
	padding-left: 14px;
	padding-right: 14px;
	border-right: 1px #FFFFFF solid;
	display: inline;
}
#footer-nav li:last-child{
	border-right: none;
}
#footer-nav li a{
	color: #FFFFFF;
}

/* フッタのコピーライト領域 */
#footer-inner{
	width: 940px;
	margin:auto;
	color: #FFFFFF;
}

#copyright{
	margin-top: 50px;
	text-align: center;
}


/* ichiran.css */
/* 商品一覧 */

/* 商品一覧(item全体) */
.item_set{
}
.item_set:after{
	content: "";
	clear: both;
	display: block;
}


/* 商品一覧(item１個分) */
.item{
	width: 200px;
	float: left;
	font-size: 1em;
	margin: 0 10px;
	text-align: center;
}
.item img{
	display: block;
	margin: auto;
}
.item .price{
    color: #ff0000;
}
.item .uketsuke{
    padding-bottom: 70px;
}
.item .photo{
    border: 1px #ccc solid;
}
/* 商品詳細 */
.aa{
    padding-bottom: 50px;
}
.img-left{
    margin-right:20px;
    margin-bottom:10px;
    float: left;
}
.img-right{
    margin-left:20px;
    margin-bottom:10px;
    float: right;
}
/*６月２１日追加　詳細ページ　木内*/
.item-info{
    background-color: #fff;
    border-radius: 20px;
}
.item-info .kounyuu{
    padding: 10px 20px;
    font-size: 1.5em;
}
.item-info p{
    padding-left: 200px;
    float: left;
    font-size: 20px;
}
.item-info .price2{
    float: right;
    color: #ff0000;
    font-size: 30px;
    padding: 30px;
}
.item-info .btn_area1{
    clear: both;
    text-align: right;
    padding: 10px;
    margin: 10px;
}
.item-info #quantity{
    margin-left: 30px;
}
.dame{
    margin-top: -30px;
    color: #f00;
}
.onegai{
    color: #4fad1c;
    font-weight: bold;
    padding: 10px;
    font-size: 1.2em;
}
.jama{
    color: #fc8939;
    font-weight: bold;
}
#syousai-note{
	width: 900px;
    height: auto;
	border: 1px #00561f solid;
	background: #F1EED0;
	margin:0 auto 20px;
	padding: 20px;
    line-height: 160%;
}
.img-left{
    border: 1px #ccc solid;
}



/* privacy.css */
/* gaiyou.css */
/* cart.css */

/* 全体の枠 */
.contents{
	width: 892px;
	border: 1px #00561f solid;
	background: #F1EED0;
	margin: 20px auto;
	padding: 24px;
	line-height: 160%;
}
.contents:after{
	content: "";
	clear: both;
	display: block;
}


/* 見出し２ */
h2{
	font-weight: normal;
	font-size: 2em;
	text-align: center;
	padding: 30px 0 50px;
	color: #4fad1c;
	margin-top: 50px;
	clear: both;
}
h2:first-child{
	margin-top: 0;
}

/* 見出し３ */
h3{
	font-size: 160%;
	border-bottom: 2px #00561f solid;
	padding-bottom: 4px;
	margin-top: 50px;
	margin-bottom: 20px;
	clear: both;
}
h3:first-child{
	margin-top: 0;
}

/* sectionのまとまりのdiv */
.section_set{
}

/* sectionの標準設定 */
section{
	margin-top: 50px;
}
section:first-child{
	margin-top: 0;
}

/* ボタン */
.btn_area1{
	margin-top: 40px;
	text-align: center;
}
.btn_area1 input,
.btn_area2 input
{
	border: none;
	border-radius: 4px;
	background: #D2B48C;
	padding: 10px 20px;
	margin: auto 4px;
	cursor: pointer;
}
.btn_area1 input:hover,
.btn_area2 input:hover
{
	background: #FFA500;
}

/* 入力領域の幅 */
/*
input[type="text"], textarea{
	width: 80%;
}
*/


/* dlの標準設定 */
dd ul, dd ol{
	padding-left: 20px;
}

/* プライバシーポリシー(dl) */
/* 特定商取引法に関する法律(dl) */
.dl_info dt{
	margin-top: 20px;
	margin-bottom: 4px;
	font-size: 120%;
	font-weight: bold;
}
.dl_info dd{
	padding-left: 20px;
}


/* tableの標準設定 */
table td ul, table td ol{
	padding-left: 20px;
}

/* 会社概要(table info) */
/* お問い合わせ(table info) */
/* カート発送先(table info) */
/* カート支払い方法(table info) */
.tb_info{
	margin: 10px auto;
	border-collapse: collapse;
}
.tb_info th, .tb_info td{
	padding: 10px;
	border: 1px #CCCCCC solid;
}
.tb_info th{
	background: #2b902b;
	color: #FFFFFF;	
	font-weight: normal;
	width: 200px;
	text-align: left;
	vertical-align: top;
}
.tb_info td{
	background: #FFFFFF;
}

/* カート内容(table list) */
.tb_list{
	margin: 10px auto;
	border-collapse: collapse;
}
.tb_list tr{
	background: #FFFFFF;
}
.tb_list tr:nth-child(odd){
	background: #EFEFEF;
}
/*
.tb_list tr:last-child{
	background: #FFFFFF;
}
*/
.tb_list th, .tb_list td{
	padding: 10px;
	border: 1px #CCCCCC solid;
}
.tb_list th{
	background: #2b902b;
	color: #FFFFFF;
	font-weight: normal;
}

/* カート内容の項目 */
.tb_list .id{
	text-align: center;
}
.tb_list .name{
	text-align: left;
}
.tb_list .price{
	text-align: right;
}
.tb_list .quantity{
	text-align: center;
}
.tb_list .sum{
	text-align: right;
}
.tb_list .total th{
	text-align: right;
}
.tb_list .total td{
	text-align: right;
	background: #FFFFFF;
}

/* カートのご購入流れ */
.tb_cartflow{
	margin: 0 auto 30px;
	padding: 2px;
	border-collapse: separate;
	border-spacing: 5px;
	border: 1px solid #CCCCCC;
}
.tb_cartflow th, tb_cartflow td{
	padding: 10px 0;
}
.tb_cartflow th{
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	background: #CCCCCC;
	width: 17%;
}
.tb_cartflow td{
	text-align: center;
	font-size: 18px;
	transform: rotate(90deg);
	color: #999999;
	width: 3%;
}
.tb_cartflow .current{
	background: #2b902b;
	color: #ffffff;
	width: 20%;
}

/* 説明書き */
.attention{
	font-size: 90%;
}
.example{
	font-size: 80%;
	color: #666666;
}

/* 必須 */
.require{
	color: #FF0000;
}

/* エラー */
.err{
	color: #FF0000;
}

