@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

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

q, blockquote {
  quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

a img {
  border: none;
}

body {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

#header {
  padding: 5px 10px;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e2ddd1), color-stop(100%, #fdfdfd));
  background-image: -webkit-linear-gradient(bottom, #e2ddd1, #fdfdfd);
  background-image: -moz-linear-gradient(bottom, #e2ddd1, #fdfdfd);
  background-image: -o-linear-gradient(bottom, #e2ddd1, #fdfdfd);
  background-image: linear-gradient(bottom, #e2ddd1, #fdfdfd);
}
#header h1 {
  width: 59px;
  float: left;
}
#header ul {
  float: right;
}
#header li {
  float: left;
  margin-left: 5px;
}
#header li a {
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/menu_sprite.png) no-repeat 0 0;
  background-size: 100%;
}
#header li:nth-child(2) a {
  background: url(../img/menu_sprite.png) no-repeat 0 -53px;
  background-size: 100%;
}
#header li:nth-child(3) a {
  background: url(../img/menu_sprite.png) no-repeat 0 -106px;
  background-size: 100%;
}
#header li:nth-child(4) a {
  background: url(../img/menu_sprite.png) no-repeat 0 -159px;
  background-size: 100%;
}
#header li:nth-child(5) a {
  background: url(../img/menu_sprite.png) no-repeat 0 -212px;
  background-size: 100%;
}

#container {
  padding: 10px;
  line-height: 16px;
  background: url(../img/bg.gif);
}
#container .s_head {
  margin-bottom: 10px;
  padding: 8px 10px;
  font-size: 15px;
  color: #eae4be;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #7b5c3e), color-stop(100%, #9c855e));
  background-image: -webkit-linear-gradient(bottom, #7b5c3e, #9c855e);
  background-image: -moz-linear-gradient(bottom, #7b5c3e, #9c855e);
  background-image: -o-linear-gradient(bottom, #7b5c3e, #9c855e);
  background-image: linear-gradient(bottom, #7b5c3e, #9c855e);
}
#container h2 {
  padding: 3px 10px;
  border-left: solid 3px #3f221a;
  text-shadow: 0 -1px 1px #66543b;
}
#container .bloc {
  background: #ece4cf;
}
#container .box {
  padding: 0 5px 5px;
}
#cont01{
  margin-bottom: 10px;
}
#cont01 h3 {
  height: 32px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #3f221a;
  background: url(../img/num_sprite.png) no-repeat 0 0;
  background-size: 27px;
}
#cont01 p {
  margin-bottom: 10px;
  color: #713a3a;
}
#cont01 h3, #cont01 p {
  padding-left: 30px;
}
#cont01 .first,
#cont01 .second {
  line-height: 30px;
}
#cont01 .first {
  background: url(../img/num_sprite.png) no-repeat 0 -40px;
  background-size: 27px;
}
#cont01 .second {
  background: url(../img/num_sprite.png) no-repeat 0 -81px;
  background-size: 27px;
}

/*cont02*/
#cont02 p{
  margin:5px;
}
#cont02{
  margin-bottom: 10px;
  padding-bottom: 1px;
}
#cont02 h3 {
  margin-bottom: 8px;
  font-weight: bold;
  color: #3f221a;
  background: url(../img/num01.gif) no-repeat 0 0;
  background-size: 27px;
}
#cont02 p {
  margin-bottom: 10px;
  color: #713a3a;
}
#cont02 h3{
  padding-left: 30px;
}
#cont02 .first {
  background: url(../img/num02.gif) no-repeat;
  background-size: 27px;
}
#cont02 .second {
  background: url(../img/num03.gif) no-repeat;
  background-size: 27px;
}
#cont02 .cont02_table{
  padding: 10px;
}
#cont02 .cont02_table table{
  border: 1px solid #3f221a;
  width: 100%;
}
#cont02 .cont02_table table td{
  border: 1px solid #3f221a;
  padding: 5px;
}

/*cont03*/
#cont03 p{
  margin:5px;
}
#cont03{
  margin-bottom: 10px;
  padding-bottom: 1px;
}
#cont03 h4{
  font-weight: bold;
  border-left: 2px solid #3f221a;
  padding-left: 5px;
  margin-left: 5px;
}
#cont03 h3 {
  height: 32px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #3f221a;
  background: url(../img/num_sprite.png) no-repeat 0 0;
  background-size: 27px;
}
#cont03 h3{
  padding-left: 30px;
}
.box01 p{
  color: #3F221A;
}

#cont03 .box01 p{
  margin:10px;
}
.bgcolor01{
  background: #5b5b59;
}
.bgcolor02{
  background: #d3d3d5;
}
.bgcolor03{
  background: #decfb0;
}
.bgcolor04{
  background: #67bfe7;
}

.box_bar p{
  float: left;
}
.box_bar p:nth-child(2){
  float: right;
}

/*cont04*/
#cont04 p{
  margin:5px;
}
#cont04{
  margin-bottom: 10px;
  padding-bottom: 1px;
}
#cont04 h4{
  font-weight: bold;
  border-left: 2px solid #3f221a;
  padding-left: 5px;
  margin-left: 5px;
}
#cont04 h3 {
  height: 32px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #3f221a;
  background: url(../img/num_sprite.png) no-repeat 0 0;
  background-size: 27px;
}
#cont04 h3{
  padding-left: 30px;
}
#cont04 .cont04_table{
  border: 1px solid #4dc1f0;
  margin:10px;
}
#cont04 .cont04_table table{
  width: 100%;
}
#cont04 .cont04_table table th{
  padding: 10px;
  width: 30%;
  text-align: center;
  background: #4dc1f0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
#cont04 .cont04_table table td{
  width: 70%;
  padding: 5px;
  border-bottom: 1px solid #4dc1f0;
  background: #fff;
  color: #3F221A;
}
#cont04 .cont04_table table td ul li{
  margin-bottom: 5px;
}
.font_b{
  font-weight: bold;
}
.border_last{
  border-bottom: none !important;
}
.font_s{
  font-size: 10px;
}

#footer {
  padding: 5px 10px;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e2ddd1), color-stop(100%, #fdfdfd));
  background-image: -webkit-linear-gradient(bottom, #e2ddd1, #fdfdfd);
  background-image: -moz-linear-gradient(bottom, #e2ddd1, #fdfdfd);
  background-image: -o-linear-gradient(bottom, #e2ddd1, #fdfdfd);
  background-image: linear-gradient(bottom, #e2ddd1, #fdfdfd);
}
#footer ul li{
  float: left;
  padding-right: 5px;
}
#footer .footer_txt{
  padding: 10px;
}
#footer .footer_txt table{
  width: 100%;
}
#footer .footer_txt table td{
  font-size: 11px;
  padding: 5px;
  border-right: 1px solid #221207;
}
#footer .footer_txt table td.border_right{
  border-right: none;
}
#footer p{
  clear: both;
  text-align: center;
  font-size: 9px;
}


/*privacy*/
#container_lower {
  padding: 10px;
  line-height: 16px;
}
#container_lower .s_head {
  margin-bottom: 10px;
  padding: 8px 10px;
  font-size: 15px;
  color: #eae4be;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #7b5c3e), color-stop(100%, #9c855e));
  background-image: -webkit-linear-gradient(bottom, #7b5c3e, #9c855e);
  background-image: -moz-linear-gradient(bottom, #7b5c3e, #9c855e);
  background-image: -o-linear-gradient(bottom, #7b5c3e, #9c855e);
  background-image: linear-gradient(bottom, #7b5c3e, #9c855e);
}
#container_lower h2 {
  padding: 3px 10px;
  border-left: solid 3px #3f221a;
  text-shadow: 0 -1px 1px #66543b;
}
#container_lower #cont h3{
  border-left:2px solid #221207;
  border-bottom:1px solid #7f654a;
  padding: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}
#container_lower #cont p{
  margin-bottom: 10px;
}
#container_lower #cont table{
  width: 100%;
  margin-bottom: 15px;
}
#container_lower #cont table tr td{
  padding: 5px;
  border-bottom:1px dotted #66543b;
}
#container_lower #cont table tr th{
  width: 30%;
  padding: 5px;
  border-bottom:1px dotted #66543b;
}

header,
#goodsList {
	display: none;
}

#content .entry dt {
	background: #9a9a9a;
}

#content .entry dd {
	background: #fff;
}

.success-message {
	margin: 15px auto;
}

.cart th, .cart th.goods_name {
	background-color: #dcdcdc;
	color: #000;
}
.btn {
	display: block;
	margin-top: 3px;
	background-image: -webkit-linear-gradient(bottom, #538b10, #90dc31);
	background-image: -moz-linear-gradient(bottom, #538b10, #90dc31);
	background-image: -o-linear-gradient(bottom, #538b10, #90dc31);
	background-image: -ms-linear-gradient(bottom, #538b10, #90dc31);
	background-image: linear-gradient(to top, #538b10, #90dc31);
	border: solid 1px #389500;
	width: 100%;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
	font-size: 25px;
	text-decoration: none !important;
	text-align: center;
}

.btn02 {
	display: block;
	margin-top: 3px;
	background-image: -webkit-linear-gradient(bottom, #FC5050, #E30404);
	background-image: -moz-linear-gradient(bottom, #FC5050, #E30404);
	background-image: -o-linear-gradient(bottom, #FC5050, #E30404);
	background-image: -ms-linear-gradient(bottom, #FC50500, #E30404);
	background-image: linear-gradient(to top, #FC5050, #E30404);
	border: solid 1px #A90304;
	width: 100%;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
	font-size: 25px;
	text-decoration: none !important;
	text-align: center;
}
.btn03 {
	display: block;
	margin-top: 3px;
	background:url(../img/cart03.png) no-repeat center center;
	border: solid 1px #389500;
	width: 65%;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
	font-size: 25px;
	text-decoration: none !important;
	text-align: center;
	text-indent:-9999px;
	float:left;
	margin-left:10px;
}

.btn04 {
	display: block;
	margin: 3px auto 0;
	background-image: -webkit-linear-gradient(bottom, #A06D5A, #5D2D21);
	background-image: -moz-linear-gradient(bottom, #A06D5A, #5D2D21);
	background-image: -o-linear-gradient(bottom, #A06D5A, #5D2D21);
	background-image: -ms-linear-gradient(bottom, #A06D5A, #5D2D21);
	background-image: linear-gradient(to top, ##A06D5A, #5D2D21);
	border: solid 1px #5D2D21;
	width: 80%;
	height: 45px;
	line-height: 60px;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
	font-size: 25px;
	text-decoration: none !important;
	text-align: center;
}


.btn img,.btn02 img {
	margin-top: 10px;
}

#top_bloc,
#bottom_bloc {
	padding-top: 5px;
}

.m_head {
	margin-bottom: 7px;
	background: #a12120;
	border: solid 1px #6c0907;
	line-height: 9px;
}

.btn_area {
	margin-bottom: 10px;
	padding: 5px;
	background: #f5f5f5;
	border: solid 1px #d6bb74;
}

.ta_c {
	margin-bottom: 4px;
	text-align: center;
}

#mvisual {
	margin-bottom: 7px;
	text-align: center;
}

#mvisual img {
	width: 100%;
}

.first_area{
	margin:0 10px;
	padding: 5px;
	background: #f5f5f5;
	border: solid 1px #A90304;
}

.mg_t20{
	margin-top:20px;
}
.mg_t10{
	margin-top:20px;
}
.mg_t5{
	margin-top:5px;
}

.alignC{
	text-align:center;
}
.buy_area{
	margin:10px 10px 10px;
	background: #f5f5f5;
	border: solid 1px #D9A300;
	font-size:120%;
}
.pd_5{
	padding:5px;
}
.red{
	color:#FF0000;
}
.buy_block01{
	background:#404040;
	padding:5px;
}
.buy_block02{
	background:#B5B5B5;
	padding:5px;
}

.buy_block03{
	background:#C5B593;
	padding:5px;
}

.buy_block04{
	background:#5CACD1;
	padding:5px;
}

.num_area{
	color:#ffffff;
	float:left;
}
.pd_t10{
	padding-top:10px;
}
.pd_b5{
	padding-bottom:5px;
}


/*特別会員様バナー
--------------------------------------------------*/

#mvisual p{
	margin-bottom:10px;
}

.kanri_txt{
	float:right;
	padding:15px 10px 0 0;
}