/*
Template: welcart_basic
Theme Name: 国友農園 Ver.1.0
Description: 
Author: BASARA
Version: 1.0
*/


/* =Reset
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* -- clearfix -- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
}

.cf:before,
.cf:after {
	display: table;
	content: " ";
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}


/* =Base
-------------------------------------------------------------- */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	background: #9AA682 url(img/back.jpg) repeat-x center top;
	word-wrap: break-word;
	color: #20202F;
	font: 0.9em/1.6 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;	
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

/* -- ul,li -- */
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* -- p -- */
p {
	margin: 0;
	padding: 0;
}

/* -- em -- */

em {
	color: #999;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
}

/* -- text -- */
.textleft,
div.textleft {
	text-align: left;
}
.textright,
div.textright {
	text-align: right;
}
.textcenter,
div.textcenter {
	text-align: center;
}

/* -- float -- */
.alignleft,
div.alignleft {
	margin: 0;
	padding: 0 10px 10px 0;
	float: left;
}
.alignright,
div.alignright {
	margin: 0;
	padding: 10px 0 0 10px;
	float: right;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.error_message {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: .384615em;
}
.wp-caption {
	margin: 10px 0;
	padding-top: 4px;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;  
	border-radius: 3px;  
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p {
	font-size: 11px;
	margin: 0;
	padding: 0 4px 5px;
	line-height: 17px;
}

/* -- input,select,textarea -- */
input,select,textarea {
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;  
	-moz-border-radius: 0;
	border-radius: 0;  
}
select {
	width: 100%;
	padding: .5714285em 2.14286em .5714285em .5714285em;
	background: url(images/select-arrow.gif) center right 10px no-repeat;
	border: 1px solid #bbb;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #bbb;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
	padding: .5714285em;
	border: 1px solid #bbb;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	padding: .714288em 1.42857em;
	background-color: #efefef;
	border: none;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	border-radius: 3px;  
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color: #ddd;
	cursor: pointer;
}
input[type="checkbox"] {
	border: 1px solid #ccc;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
input[type="radio"] {
	border: 1px solid #bbb;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;	
}
input[type="file"] {
	border: none;
}


/* =header
-------------------------------------------------------------- */

header {
	max-width: 930px;
	margin: 0px auto;
	padding: 0px;
}
header img {
	vertical-align: bottom;
}
#header_box {
	padding: 0 12px;
	background-image: url(img/head.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	position: relative;
}
#header_logo {
	margin: 15px 0 0;
	float: left;
}
#header_tel {
	margin: 10px 0;
	float: right;
}
#header_mail{
	position: absolute;
	right: 0px;
	top: -18px;
	width: 130px;
	height: 25px;
	background: #FFF;
}
header h1 {
	max-width: 930px;
	height: 18px;
	margin: 0 auto;
	padding: 0 10px;
	background: #9AA682;
	color: #FFF;
	font: normal 10px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* Navigation -------------------------*/
nav ul:after{
    content: '';
    display: block;
    clear: both;
}
nav#navre{
	padding: 0;
	margin: 0px;
	zoom: 1; /* for IE6/7 */
}
nav#navre ul{
	margin: 0 auto;
	padding: 0;
	max-width: 930px;
	background: #2B2017;
}
nav#navre li{
	position: relative;
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;
	width: 12.5%;
	background: url(img/menu.gif) no-repeat left center;
}
nav#navre li:first-child{
	background-image: none;
}
nav#navre li a{
	display: block;
	padding: 20px 0px;
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	line-height: 1.2;
}
nav#navre li.sec a{
	padding: 11px 0px;
}
nav#navre li a.on,nav#navre li a:hover{ background: #6A625C; }

/* -- #shopmenu -- */
#shopmenu{
	background: #FFF url(img/menu.jpg) repeat-x center 10px;
	max-width: 930px;
	margin: 0 auto;
	padding: 20px 8px 10px;
}
#shopmenu li{
	float: left;
	margin: 0px 0.4%;
	width: 13.48%;
	padding: 0px;
}
#shopmenu li img{
	width: 100%;
}

/* -- .headblock -- */
header .headblock {
}
/* -- .site-description -- */
.site-description {
	color: #fff;
	font-size: .85714em;
	font-weight: bold;
	padding: .8333em 6.6667em .8333em .8333em;
	background: #131313;
	overflow: hidden;
}

/* -- .snav -- */
.snav {
	width: auto;
	float: right;
	padding-top: 1.07143em ;
	margin-right: .714286em;
}
.snav i {
	font-size: 1.57143em;
	padding: .454545em;
}
.incart-btn span {
	display: none;
}
.snav ul li i {
	color: #131313;
}
.incart-btn a {
	position: relative;
}
.incart-btn .total-quant {
	display: inline-block;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	color: #fff;
	background-color: #2B2017;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;	
	border-radius: 50%;
	text-align: center;
	vertical-align: text-bottom;
	margin-left: 0;
}
.snav .membership {
	float: left;
}
.snav .membership a {
	display: block;
}
.snav .membership ul {
	display: none;
	position: absolute;
	width: 100%;	
	left: 0;
	padding: 1.4286em .714286em .714286em;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	z-index: 2;
}
.snav .membership.On ul {
	display: block;
}
.snav .membership li {
	float: none;
	background: none;
	border-bottom: 1px solid #e0e0e0;	
	margin: 0 0 1.07143em .714286em;
	padding-bottom: .357143em;
}
.snav .membership li:first-child {
	margin-left: 0;
}
.snav .membership li:last-child {
	margin-bottom: 0;
	border: none;
}

/* -- .incart-btn -- */
.incart-btn {
    margin-top: 0;
	float: none;
}
.incart-btn a {
	display: block;
	color: #262626;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
		background-color: #2B2017;
		padding: 6px .714286em;
		-webkit-transition: .3s ease all;
		-moz-transition: .3s ease all;
		-o-transition: .3s ease all;
		transition: .3s ease all;
	}
	.incart-btn a:hover { background: #8A674A; 	}
	.incart-btn i {
		border-right: 1px solid #fff;
		margin-right: .681818em;
		padding: 0 .681818em 0 0;
	}
	.incart-btn i:before {
		color: #fff;
		margin-right: 8px;
	}
	.incart-btn span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		display: inline-block;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		vertical-align: middle;
		letter-spacing: 1px;
	}
	.incart-btn .total-quant {
		display: inline-block;
		position: relative;
		font-weight: bold;
		width: 20px;
		height: 20px;
		color: #fba60d;
		background-color: #fff;
		text-align: center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		vertical-align: text-bottom;
	}

/* -- .search-box -- */
.search-box {
	float: left;
}
.snav .search-box i {
	font-size: 1.42857em;
	padding: .5em;
}
.search-box form {
	display: none;
}
.search-box.On form {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 1.4286em .714286em .714286em;
	background-color: #fff;
}
.search-box div.s-box {
	display: block;  
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	float: right;
	text-align: center;
}
.search-box input[type="text"] {
	width: 100%;
	border: none;
}
.search-box #searchsubmit {
	color: #aaa;
	font-size: 1.14286em;
	font-family: FontAwesome ;
	position: absolute;
	right: 0;
	top: 0;
	padding: .3124995em;
	background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	border-radius: 0;
}

/* -- .site-title -- */
h1.site-title,
div.site-title {
	clear: none;
	font-size: 1.785712em;
	font-weight: bold;
	padding: 1em .6em 1em .4em;
	float: left;
	line-height: 1em;
	text-align: center;
}
h1.site-title a,
div.site-title a {
	color: #000;
}
h1.site-title img,
div.site-title img {
	width: 100%;
	height: auto;
}

/* -- #site-navigation -- */
header div.nav-menu-open,
header div.header-nav-container { display: inherit; }
#site-navigation {
	clear: both;
	padding: 0 1.07143em;
}
#site-navigation li a {
	display: block;
	margin-bottom: 1.07143em;
	padding-bottom: .357143em;
	border-bottom: 1px solid #e0e0e0;
}
#site-navigation li li {
	margin-left: 1em;
}

/*　Toggle Menu　*/
#site-navigation label,
#site-navigation input[type="checkbox"].on-off {
	display: none;
}
#site-navigation label {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	padding: 0;
	text-align: right;
}
#site-navigation label span {
	display: block;
	padding: .714286em;
}
#site-navigation label span:before {
	content: "\f03a";
	display: block;
	color: #fff;
	font-family: FontAwesome;
	font-size: 1.5714em;
	vertical-align: text-bottom;		
}
header #site-navigation input#panel.on-off + div.nav-menu-open,
header #site-navigation input#panel.on-off + div.header-nav-container {
	display: block;
	height: 0;
	overflow: hidden;
}
header #site-navigation input#panel.on-off:checked + div.nav-menu-open,
header #site-navigation input#panel.on-off:checked + div.header-nav-container {
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	z-index: 1;
}
#site-navigation ul {
	padding: 1.4286em .714286em .714286em;
}
#site-navigation ul ul {
	padding: 0;
}


/* =secondary
-------------------------------------------------------------- */
#secondary {
	padding: 2.14289em 0;
	border-top: 5px solid #eee;
}
#secondary h3 {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 5px 15px;
    margin-bottom: 0;
background: #ECECEC; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}
#secondary .widget_title>img {
	width: 20px;
	height: 20px;
	margin-right: .714286em;
	vertical-align: top;
}
.ucart_widget_body {
	background: #FFF;
	padding: 10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.ucart_calendar_body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.loginbox{ font-size: 12px; }

#secondary section {
	margin-bottom: 2.14286em;
	padding: 0;
}
#secondary .columnleft section:last-child,
#secondary .columncenter section:last-child {
	margin-bottom: 2.14286em;	
}
#secondary section:last-child {
	margin-bottom: 0;
}

/*---- widget_welcart_bestseller ----*/
.widget_welcart_bestseller ul {
	padding: 0 .714286em;
}
.widget_welcart_bestseller li {
	margin-bottom: .714286em;
	padding-bottom: .714286em;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.widget_welcart_bestseller li a {
	display: inline-block;
	padding-bottom: .357143em;	
}
.widget_welcart_bestseller .itemimg {
	width: 25% !important;
	float: right;
	text-align: center;
}
.widget_welcart_bestseller .itemimg img {
	width: 100%;
	height: auto;
}
.widget_welcart_bestseller .itemname {
	width: 70%;
	text-align: left;
}
.widget_welcart_bestseller .itemprice{
	font-weight: bold;
	width: 70%;
	text-align: right;	
}
.widget_welcart_bestseller .itemsoldout {
	color: #e00;
	font-size: .85714em;
	font-weight: bold;
	width: 70%;
	text-align: right;
}

/*---- widget_welcart_featured ----*/
.widget_welcart_featured ul {
	padding: 0 .714286em !important;
}
.widget_welcart_featured .featured_list {
	margin-bottom: .714286em;
	padding: .714286em 0;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.widget_welcart_featured .thumimg {
	width: 25% !important;
	float: right;
	text-align: center;
}
.widget_welcart_featured .thumimg img {
	width: 100%;
	height: auto;
}
.widget_welcart_featured .thumtitle {
	width: 70%;
	text-align: left;
}

/*---- widget_welcart_category ----*/
.widget_welcart_category ul {
}
.widget_welcart_category li {
	padding-bottom: .714286em;
	line-height: 200%;
}
.widget_welcart_category li:before {
	content: "●";
	margin-right:5px;
}
.widget_welcart_category li:last-child {
	padding-bottom: 0;
}
.widget_welcart_category li ul {
	margin-left: 1.07143em;
	padding: 0;
}
.widget_welcart_category li li {
	padding: 0;
}
.widget_welcart_category li li a {
	display: block;
	padding: 0;
}
.widget_welcart_category li li a:before {
	display: none;
}
.widget_welcart_category ul ul ul {
	display: block !important;
}

/*---- widget_welcart_calendar ----*/

.widget_welcart_calendar table {
	width: 46%;
	margin: 0 2% 2%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	float: left;
}
.widget_welcart_calendar th {
	color: #fff;
	background-color: #131313;
	border: 1px solid #ccc;
	text-align: center;
}
.widget_welcart_calendar td {
	border: 1px solid #ccc;	
	text-align: center;
}
.widget_welcart_calendar .businessday {
	color: #262626;
	background-color: #fff0d1;
}

/*---- welcart_blog_calendar ----*/
.welcart_blog_calendar table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.welcart_blog_calendar th {
	color: #fff;
	background-color: #131313;
	border: 1px solid #ccc;
	text-align: center;
}
.welcart_blog_calendar td {
	border: 1px solid #ccc;	
	text-align: center;
}

/*---- widget_welcart_search ----*/
.widget_welcart_search .searchtext {
	width: 75%;
	padding: .5714285em;
	border: 1px solid #ccc;
	border-right: none;
}
.widget_welcart_search #searchsubmit {
	color: #fff;
	width: 25%;
	padding: .5em 0;
	background-color: #ff8c00;	
	border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
.widget_welcart_search #searchsubmit:hover {
	cursor: pointer;
	background-color: #ffa500;
}
.widget_welcart_search div {
	margin-top: .714286em;
	background-color: #efefef;
	text-align: center;
}
.widget_welcart_search div a {
	display: block;
	color: #262626;
	line-height: 200%;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;	
}
.widget_welcart_search div a:hover {
	background-color: #ddd;
	text-decoration: none;
}

/*---- widget_welcart_login ----*/
.widget_welcart_login .loginbox {
	padding: 0 .714286em;
}
.widget_welcart_login .loginbox div {
	font-weight: bold;
}
.widget_welcart_login label {
	line-height: 180%;
}
.widget_welcart_login input.loginmail,
.widget_welcart_login input.loginpass {
	width: 100%;
	margin-bottom: .357143em;
	padding: .357143em;
	border: 1px solid #ccc;	
}
.widget_welcart_login input#member_loginw,
.widget_welcart_login input#member_login {
	font-size: 14px;
	color: #fff;
	width: auto;
	margin-bottom: .357143em;
	padding: .714286em 1.42857em;
	background-color: #558E01;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;	
	border-radius: 3px;
}
.widget_welcart_login input#member_loginw:hover,
.widget_welcart_login input#member_login:hover { background-color: #66A901; }
.widget_welcart_login .loginbox a.usces_logout_a,
.widget_welcart_login .loginbox a.login_widget_mem_info_a {
	display: inline-block;
	margin: .357143em 0 0 1.071428em;
}
.widget_welcart_login .loginbox .submit {
	padding: 0;
}
.widget_welcart_login .liwpp_area {
	padding: .714286em .714286em 0;
}

/*---- usces_recent_entries + widget_welcart_page + widget_welcart_post ----*/
.usces_recent_entries ul,
.widget_welcart_page ul,
.widget_welcart_post ul {
	padding: 0 .714286em;
}
.usces_recent_entries li a,
.widget_welcart_page li a,
.widget_welcart_post li a {
	display: inline-block;
	padding-bottom: .357143em;	
}
.usces_recent_entries li,
.widget_welcart_page li,
.widget_welcart_post li {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: .714286em;
	padding-bottom: .357143em;
}
.usces_recent_entries li li,
.widget_welcart_page li li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*---- other widgets ----*/
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul {
	padding: 0 .714286em;	
}
.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_recent_comments li a {
	display: inline-block;
	padding-bottom: .357143em;	
}
.widget_nav_menu ul,
.widget_pages ul {
	padding: 0 .714286em;	
}
.widget_nav_menu ul li,
.widget_pages li {
	margin-bottom: .357143em;
}
.widget_nav_menu ul li a,
.widget_pages li a {
	display: inline-block;
	padding-bottom: .357143em;
}
.widget_categories label,
.widget_archive label {
	display: block;
	margin-bottom: .5em;
}

/*　calendar　*/
.widget_calendar table {
	width: 100%;
	margin: 0 2% .714286em;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.widget_calendar th {
	color: #fff;
	background-color: #131313;
	border: 1px solid #ccc;
	text-align: center;
}
.widget_calendar td {
	border: 1px solid #ccc;	
	text-align: center;
}

/*　search　*/
.widget_search div {
	position: relative;
	border: 1px solid #ccc;
}
.widget_search #s {
	width: 100%;
	padding: .357143em;
	border: none;
}
.widget_search #searchsubmit {
	font-family: FontAwesome;;
	color: #131313;
	padding : .357143em;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
}
.widget_search #searchsubmit:hover {
	cursor: pointer;
}


/* =toTop
-------------------------------------------------------------- */

#toTop {
	position: fixed;
	right: 50px;
	bottom: 30%;
}
#toTop a {
	display: block;	
}
#toTop i {
	color: #aaa;
	font-size: 3.214289em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;	
}
#toTop i:hover {
	color: #131313;
}


/* =footer
-------------------------------------------------------------- */
/* -- footernavi -- */
#footer_link {
	max-width: 930px;
	margin: 0px auto;
	background: #FFF;
}
#footer_link ul{
	padding: 10px;
}
#footer_link li {
	margin: 0px 2px 0px 0px;
	float: left;
}
#footer_link li a {
	color: #558E01;
	text-decoration: none;
	font: 10px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#footer_link li a:before {
	content: "｜";
	margin-right: 2px;
}
#footer_link li:first-child a:before {
	content: "";
}
footer {
	max-width: 930px;
	margin: 0px auto;
	color: #414141;
	background: #FFF;
	padding: 0;
	font-size: 12px;
	border-top: 5px solid #2B2017;
	padding: 15px;
	text-align: center;
}
/* -- nav -- */
footer nav {
	padding: 1.071428em 0;
}
footer nav li {
	margin-bottom: 1.071428em;
}
footer nav li:last-child {
	margin-bottom: 0;
}
footer nav li:nth-of-type(6n) {
	clear: both;
}
	footer nav ul ul {
		margin: .5714285em 0 0 1.071428em;
	}
	footer nav li li {
		width: 100%;
		margin-bottom: 0;
		float: none;
	}
	footer nav li li:before {
		display: none;
	}
	footer nav li li {
		width: 100%;
		margin-bottom: 0;
		float: none;
	}
	footer nav li li:before {
		display: none;
	}
	footer nav li li:nth-of-type(6n) {
		clear: none;
	}
	footer nav li li li:before {
		content: "\f105";
		display: inline-block;
		color: #fff;
		font-family: FontAwesome;
		font-size: 10px;
		font-weight: bold;
		margin-right: .8em;	
	}


/* =contetns
-------------------------------------------------------------- */

/* -- content -- */
#content {
	padding: 30px 15px;	
}
#content section+section {
	margin-top: 40px;
}
#content header {
	position: inherit;
	margin: 0 0 1.42857em;
	padding: 0;	
	border: none;
}
#content .page-title,
#content .entry-title {
	font-size: 1.142857em;
	margin-bottom: 1.25em;
	line-height: 1.25em;
}
/*info*/
h1.info_title {
	font-size: 22px;
	line-height: 1.28571em;
	border-bottom: 2px solid #B9B9C8;
	padding-bottom: 5px;
	font-weight: normal;
	margin: 0;
}
h1.info_title:after {
    content: '';
    display: block;
    clear: both;
}
h1.info_title p{
	font-size: 10px;
	float: right;
	border: 1px solid #313140;
	margin: 5px 0 0;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	background: #FFF;
	padding: 5px;
	line-height: 1;
}
h1.info_title p a{
	color: #313140;
	display: inline-block;
}
.info_box {
	height: 200px;
	overflow: auto;
	padding: 0px 15px;
	background: #FFF;
}
.coment {
	margin: 15px 0px;
	padding: 0px 0px 15px;
	border-bottom: 1px solid #D6D6D6;
}
.coment:after{
    content: '';
    display: block;
    clear: both;
}
.text_title a{
	font-size: 16px;
	font-weight: bold;
	color: #558E01;
}
.more{
	font-size: 12px;
	text-align: right;
}
.more a{
	color: #FFFFFF;
	padding: 2px 5px;
	border-radius: 3px;
	background-color: #FFA500;
}
.text_day{
	float: left;
	padding: 2px 20px 0px 0px;
}


/* =front-page.php
-------------------------------------------------------------- */

/* -- main-image -- */
.main-image {
	padding: 0 .714286em 0;
}
.main-image img {
	width: 100%;
	height: auto;
}

/* -- .front-il -- */
.front-il {
	letter-spacing: -.285714em;
}
.front-il article {
	display: inline-block;
	width: 45.5%;
	margin-right: 8%;
	padding: 1.42857em 0 0;
	letter-spacing: normal;
	vertical-align: text-top;
}
.front-il article:nth-of-type(even) {
	margin-right: 0;
}
.front-il .itemimg {
	margin-bottom: .357143em;
	text-align: center;
	position: relative;
	height: 150px;
	overflow: hidden;
}
.front-il .itemimg a {
	display: block;
}
.front-il .itemimg img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.front-il .itemname {
	overflow: hidden;
	font-size: 13px;
}	
.front-il .itemname span {
	font-size: .9em;
}
.front-il .itemprice {
	font-weight: bold;
	height: 22px;
	text-align: right;
}
.front-il .itemsoldout {
	color: #e00;
	font-size: .85714em;
	font-weight: bold;
	height: 22px;
	text-align: right;
}
.front-il .no-date {
	margin-top: 1.42857em;
	letter-spacing: normal;
}


/* =archive.php
-------------------------------------------------------------- */

/* -- .cat-il.type-grid -- */
.cat-il.type-grid {
	margin-bottom: 1.42857em;
	letter-spacing: -.285714em;
}
.cat-il.type-grid article {
	display: inline-block;
	width: 46%;
	margin-right: 7%;
	padding: 1.42857em 0 0;
	letter-spacing: normal;
	vertical-align: text-top;
}
.cat-il.type-grid article:nth-of-type(even) {
	margin-right: 0;
}
.cat-il.type-grid .itemimg {
	margin-bottom: .357143em;
	text-align: center;
	position: relative;
	height: 200px;
	overflow: hidden;
}
.cat-il.type-grid .itemimg a {
	display: block;
}
.cat-il.type-grid .itemimg img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.cat-il.type-grid .itemname {
	overflow: hidden;
	height: auto;
}	
.cat-il.type-grid .itemname span {
	font-size: .9em;
}
.cat-il.type-grid .itemprice {
	font-weight: bold;
	height: 22px;
	text-align: right;
}
.cat-il.type-grid .itemsoldout {
	color: #e00;
	font-size: .85714em;
	font-weight: bold;
	height: 22px;
	text-align: right;
}

.itemimg {
	position: relative;
}
.itemimg #label {
	position: absolute;
	left: -22px;
	top: 12px;
	z-index: 100;
	transform: rotate(-45deg);
	border-radius: 0.25em;
	font: bold 12px/1 "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0.3em 2.5em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
	box-sizing: border-box;
	box-shadow: 0px 5px 5px -5px #000000;
	-moz-box-shadow: 0px 5px 5px -5px #000000;
	-webkit-box-shadow: 0px 5px 5px -5px #000000;
	border-top: 2px solid #FFAE00;
	border-bottom: 2px solid #FFAE00;
}
.itemimg .label01 {
	background-color: #d9534f;
	color: #FFFFFF;
}
.itemimg .label02 {
	background-color: #359385;
	color: #FFFFFF;
}
.itemimg .label03 {
	background-color: #E0C66F;
	color: #000000;
}

/* -- .post-li -- */
.post-li article {
	margin-bottom: 1.071428em;
	padding-bottom: 1.071428em;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.post-li .post-title {
	font-size: 1.14286em;
	margin-bottom: .625em;
	font-weight: bold;
}
.post-li .post-title a {
	color: #558E01;
}
.post-li time {
	display: block;
	margin-bottom: .714286em;
}
.post-li .loopimg {
	width: 20%;
	float: left;
	margin-right: 5%;
}
.post-li .loopexp {
	width: 75%;
	float: left;
}
.post-li img {
	width: 100%;
	height: auto;
}

/* -- pagination -- */
.pagination_wrapper {
	position: relative;
	clear: both;
	overflow: hidden;
}
.pagination_wrapper ul {
	position: relative;
	left: 50%;
	float: left;
	list-style: none;
}
.pagination_wrapper li {
	position: relative;
	left: -50%;
	margin-right: .357143em;
	float: left;
}
.pagination_wrapper li .current {
	display: block;
	color: #fff;
	padding: .357143em .714286em;
	background-color: #131313;
	border: 1px solid #131313;
	text-decoration: none;
}
.pagination_wrapper li a {
	display: block;
	color: #262626;
	padding: .357143em .714286em;
	background-color: #eee;
	border: 1px solid #ddd;
}


/* =page.php + single.php .entry-content
-------------------------------------------------------------- */

/* -- p -- */
.entry-content p {
	margin-bottom: 0;
	line-height: 1.42857em;	
}

/* -- table -- */
.entry-content table {
	width: 100%;
	margin-bottom: .714286em;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.entry-content th {
	padding: .714286em;
	background-color: #ddd;
	border: 1px solid #ccc;
}
.entry-content td {
	padding: .714286em;
	border: 1px solid #ccc;
}

/* -- ul + ol -- */
.entry-content ul,
.entry-content ol {
	margin: 0 0 1.42857em 1.42857em;
}
.entry-content ul li {
	list-style: disc;
	line-height: 180%;
}
.entry-content ol li {
	list-style: decimal;
	line-height: 180%;
}

/* -- h1,h2,h3,h4,h5 -- */
.entry-content h1 {
	font-size: 1.142857em;
	margin-bottom: 1.07143em;
}
.entry-content h2{
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0 0 20px;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	border: 1px solid #CCC;
	background: #ECECEC; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
box-shadow:rgba(0, 0, 0, 0.4) 2px 2px 5px 0px;
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 2px 2px 5px 0px;
-moz-box-shadow:rgba(0, 0, 0, 0.4) 2px 2px 5px 0px;
}
.entry-content h3 {
	margin-bottom: 1.071428em;
	padding-left: .357143em;
	border-left: 5px solid #262626;
	line-height: 140%;
}
.entry-content h4{
	margin-bottom: 1.071428em;
	padding: .357143em;
	background-color: #efefef;
}
.entry-content h5{
	margin-bottom: 1.071428em;
}
.entry-content h6{
	color: #777;
	margin-bottom: 1.071428em;
}

/* -- img -- */
.entry-content img {
	max-width: 100%;
	height: auto;
}

/* -- iframe -- */
.entry-content iframe {
	max-width: 100%;
}

/* -- input select textarea -- */
.entry-content input[type="file"] {
	border: none;
}
.entry-content input[type="submit"] {
	color: #fff;
	background-color: #ff8c00;
}
.entry-content input[type="submit"]:hover {
	background-color: #ffa500;
}


/* =single.php
-------------------------------------------------------------- */

.entry-content {
	margin-bottom: 1.42857em;
	padding-left: 10px;
}
.entry-meta {
	margin-bottom: 1.42857em;	
	padding-left: 1.071428em;
	border-left: 3px solid #cccaca;
}
.entry-meta span {
	display: block;
}
.entry-meta .date:before {
	display: inline-block;
	content: "\f1fa";
	color: #262626;
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: .7em;	
}
.entry-meta .cat:before {
	content: "\f0f6";
	display: inline-block;
	color: #262626;
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: .7em;	
}
.entry-meta .tag:before {
	content: "\f02b";
	display: inline-block;
	color: #262626;
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: .7em;	
}
.entry-meta .author:before {
	content: "\f007 ";
	display: inline-block;
	color: #262626;
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: .7em;	
}


/* =inquiry.php
-------------------------------------------------------------- */

.inqbox .inquiry_table {
	width: 100%
}
.inqbox .inquiry_table tr {
	display: block;
	padding: 0 .625em 1.25em;
	margin-bottom: 1.25em;
	border-bottom: 2px solid #efefef;
}
.inqbox .inquiry_table th {
	display: block;
	width: auto;
	background: none;
	border: none;
}
.inqbox .inquiry_table td {
	display: block;
}
.inqbox .inquiry_table td input {
	width: 70%;
}
.inqbox .send {
	padding-top: .714286em;
	text-align: center;
}
.inqbox .send input {
	color: #fff;
	background-color: #ff8c00;
}
.inqbox .send input:hover {
	background-color: #ffa500;
} 


/* =comments.php
-------------------------------------------------------------- */

.comments-area{
	padding-top: .714286em;
	border-top: 1px solid #e0e0e0;
}
.comment-area h2 {
	font-size: 1em;
	margin: .714286em 0;
}
.comment-area h2:before {
	content: "\f086";
	display: inline-block;
	color: #999;
	font-family: FontAwesome;
	font-size: 12px;
	margin-right: .7em;	
}
.comment-area li {
	clear: both;
	margin-bottom: .714286em;
	padding-bottom: .714286em;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.comment-area li:last-child {
	margin-bottom: 0;
}
.comment-area li .comment-author {
	margin-right: 1.42857em;
	float: left;
}
.comment-area li img {
	display: block;
	margin: 0 auto .357143em;
}
.comment-area li .reply {
	clear: both;
	float: none;
	text-align: right;
}
.comment-area #respond {
	padding-top: .714286em;
}
#respond label {
	display: block;
	font-weight: bold;
}
#respond label .required {
	color: #ff3366;
	font-weight: bold;
}
#respond p {
	margin-bottom: .714286em;
}
#respond .form-submit {
	padding-bottom: 0;
}


/* =search.php
-------------------------------------------------------------- */

/* -- .search-li -- */
.search-li {
	margin-bottom: 1.42857em;
	letter-spacing: -.285714em;
}
.search-li .title {
	letter-spacing: normal;
}
.search-li article {
	display: inline-block;
	width: 46%;
	margin-right: 8%;
	padding: 1.4286em 0 0;
	border: none;
	letter-spacing: normal;
	vertical-align: text-top;
}
.search-li .post-title {
	height: 63px;
	overflow: hidden;	
}
.search-li article .loopimg {
	margin-bottom: .714286em;
}
.search-li article .loopimg img {
	width: 100%;
	height: auto;
}
.search-li article:nth-of-type(even) {
	margin-right: 0;
}


/* =404.php
-------------------------------------------------------------- */

.error-404 .page-content {
	padding: 3em 0;
	text-align: center;
}
.error-404 .page-content p {
	font-weight: bold;
}
.error-404 .page-content div {
	margin-top: .714286em;
}
.error-404 input[type="submit"] {
	color: #131313;
	font-family: FontAwesome;
	font-size: 20px;
	margin-left: 0.25em;
	padding: 0.25em 0;
	background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;	
	border-radius: 0;
}


/* =追加
-------------------------------------------------------------- */
.topbana img{ max-width: 100%; }
.topbana div+div{
	margin-top: 20px;
}
.sidebana img{ max-width: 100%; }
.sidebana div+div{
	margin-top: 10px;
}
.jas{
	margin: 10px 0;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	font: bold 12px "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
	text-align: center;
}
.box3{
	float: left;
	width: 32%;
	margin-left: 2%;
}
.box3:first-child{
	margin-left: 0;
}
#pagetop {
	position:fixed;
	bottom:80px;
	right:0px;
	z-index:100;
}
.photo-r{
	padding: 0px 0px 10px 5%;
	float: right;
	width: 45%;
}
.photo-r img{
	max-width: 100%;
}
.bar{
	padding-bottom: 10px;
	border-bottom: 1px dotted #2B2017;
	margin-bottom: 10px;
}

/* loading----------------------------------------------- */

.loadingwrap {
	width: 100%;
	height: 100%;
	background: #FFF url(img/loading.gif) no-repeat center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}


/* 940px -------------------------*/
@media screen and (max-width: 939px) {
.sp{ display: block; }
body {
	background: #FFFFFF;
	background-image: none;
}
#header_logo {
	margin: 0;
	float: none;
}
#header_tel {
	margin: 15px 0;
	float: none;
}
#header_mail{
	top: 0px;
}
header h1 {
	height: auto;
}
nav#navre{
	padding-top: 30px;
}
nav#navre li{
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: none;
	border-bottom: 1px solid #FFF;
}
nav#navre li a{
	background: #FF7F00;
	color: #FFF;
	border-bottom: 0px;
}
nav#navre li a.on,nav#navre li a:hover{ border-bottom: 0px; }

#pagetop {
	position: static;
	text-align: right;
	background: #FFF;
}
.mark{ display: none; }
#content .thumbnail_box {
	width: 23%;
	margin: 12px 1% 0px;
	padding: 1%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

#secondary {
    padding: 2.14289em 15px;
}
.sidebana{
	text-align: center; 
}
}


/* 480px -------------------------*/
@media screen and (max-width: 479px) {
.pc{ display: none; }
#header_logo {
	padding: 15px 0;
}
#header_logo img { max-width: 100%; }
#header_mark {
	display: none;
}
#header_tel {
	display: none;
}
#shopmenu li{
	margin: 0px 0.5%;
	width: 32.3%;
}
#shopmenu li:nth-child(n+4){
	margin: 5px 0.5% 0;
	width: 24%;
}
.box3{
	float: none;
	width: 100%;
	margin: 30px 0px 0px;
}
.box3:first-child{
	margin: 0;
}
#footer_link li a:before {
	content: "●";
	margin-left: 10px;
}
#footer_link li:first-child a:before {
	content: "●";
}
#footer_box .copyright{
	margin-top: 20px;
}
.widget_welcart_calendar table {
	width: 96%;
	float: none;
}
}

/**
 * 16.1 Mobile Large 620px
 */
@media screen and (min-width: 38.75em) {


	/* =Base
	-------------------------------------------------------------- */

	textarea {
		width: 60%;
	}
	textarea#note {
		width: 100%;
	}

	
	/* =secondary
	-------------------------------------------------------------- */
	
	/*　welcart_bestseller　*/
	.widget_welcart_bestseller ul {
		overflow: hidden;	
	}
	.widget_welcart_bestseller li {
		width: 46%;
		margin-right: 8%;
		padding-top:  .714286em;
		float: left;
	}
	.widget_welcart_bestseller li:nth-of-type(even) {
		margin-right: 0;
	}
	.widget_welcart_bestseller li:nth-of-type(odd) {
		clear: both;
	}
	
	/*　welcart_featured　*/
	.widget_welcart_featured ul {
		overflow: hidden;	
	}
	.widget_welcart_featured .featured_list {
		width: 46%;
		margin-right: 8%;
		padding-top:  .714286em;
		float: left;
	}
	.widget_welcart_featured .featured_list:nth-child(even) {
		margin-right: 0;
	}
	.widget_welcart_featured li:nth-of-type(odd) {
		clear: both;
	}
	.widget_welcart_category ul,
	.widget_welcart_search ul,
	.widget_search form,
	.widget_welcart_login ul {
		width: 60%;
	}
	.widget_welcart_category ul ul {
		width: 100%;
	}


	/* =front-page.php
	-------------------------------------------------------------- */

	/* -- .front-il -- */
	.front-il {
		margin-bottom: 2.142856em;
	}
	.front-il article {
		width: 22%;
		margin-right: 3.5%;
	}
	.front-il article:nth-of-type(even) {
		margin-right: 3.5%;
	}	
	.front-il article:nth-of-type(4n) {
		margin-right: 0;
	}
	

	/* =archive.php
	-------------------------------------------------------------- */

	/* -- .cat-il.type-grid -- */
	.cat-il.type-grid {
		margin-bottom: 1.42857em;
	}
	.cat-il.type-grid article {
		width: 31%;
		margin-right: 3%;
	}
	.cat-il.type-grid article:nth-of-type(even) {
		margin-right: 3%;
	}
	.cat-il.type-grid article:nth-of-type(3n) {
		margin-right: 0;
	}
	

	/* =contetns
	-------------------------------------------------------------- */
	
	#content .page-title,
	#content .entry-title {
	font-size: 22px;
	line-height: 1.28571em;
	border-bottom: 2px solid #B9B9C8;
	padding-bottom: 5px;
	font-weight: normal;
	}
	
	
	/* =search.php
	-------------------------------------------------------------- */
	
	/* -- .search-li -- */
	.search-li article {
		width: 30%;
		margin-right: 5%;
	}
	.search-li article:nth-of-type(even) {
		margin-right: 5%;
	}
	.search-li article:nth-of-type(3n) {
		margin-right: 0;
	}	
		

}


/**
 * 16.2 Tablet Small 740px
 */
@media screen and (min-width: 46.25em) {


	/* =inquiry.php
	-------------------------------------------------------------- */
	
	.inqbox .inquiry_table {
		margin-bottom: 1.071428em;
	}
	.inqbox .inquiry_table tr {
		display: table-row;
		margin-bottom: 0;
		padding: 0;
		border: none;
	}
	.inqbox .inquiry_table th {
		display: table-cell;
		width: 25%;
		padding: .357143em 1.071428em;
		background-color: #f6f6f6;
		border: 1px solid #ccc;
		vertical-align: middle;
	}
	.inqbox .inquiry_table td {
		color: #6e6e6e;
		display: table-cell;
		padding: .357143em 1.071428em;
		border: 1px solid #ccc;
	}
	.inqbox .send {
		text-align: center;
	}
	.inqbox .send input {
		color: #fff;
		background-color: #ff8c00;
	}
	.inqbox .send input:hover {
		background-color: #ffa500;
	}

	
}


/**
 * 16.3 Tablet Large 880px
 */
@media screen and (min-width: 55em) {


	/* =front-page.php
	-------------------------------------------------------------- */

	/* -- .front-il -- */


}


/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 62.5em) {


	/* =Base
	-------------------------------------------------------------- */

	/* -- input,select,textarea -- */
	input[type="button"], input[type="submit"],input[type="reset"] {
		padding: 1.071428em 2.142856em;
	}
	a img:hover {
		opacity: .6;
	}


	/* =header
	-------------------------------------------------------------- */
	
	header .inner {
		width: 1000px;
		margin: 0 auto;
		padding-bottom: 1.071428em;
	}

	/* -- .site-description -- */
	.site-description {
		color: #262626;
		font-weight: normal;
		width: 75%;
		height: auto;
		padding: 1.25em 0 0;
		background: none;
		float: left;
		line-height: 130%;
	}
		
	/* -- .site-title -- */
	h1.site-title,
	div.site-title {
		font-size: 2.857142em;
		width: 65%;
		margin: 0;
		padding: 1em 0 .5em;
		float: left;
		text-align: left;
	}
	h1.site-title a,
	div.site-title a {
		font-weight: bold;
	}

	/* -- .snav -- */
	.snav {
		clear: right;
		margin-right: 0;
		padding-top: 1.071428em;
		float: none;
	}

	/* -- .search-box -- */	
	.search-box {
		position: inherit;
		padding: 0 0 10px;
		float: right;
	}
	.snav .search-box i {
		display: none;
	}
	.search-box form {
		display: block;
	}
	.search-box div.s-box {
		width: auto;
	}
	.search-box input[type="text"] {
		width: auto;
		padding: .357143em;
		background-color: #fff;
	}
	.search-box #searchsubmit {
		position: inherit;	
		color: #161616;
		padding: .357143em;
	}
	.snav .membership {
		padding: .357143em 0;
		float: right;
		overflow: hidden;
	}
	.snav .membership i {
		display: none;
	}
	.snav .membership ul {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		border: none;
		background: none;
	}
	.snav .membership li {
		float: left;
		margin: 0;
		padding: 0;
		border: none;
		line-height: 100%;
	}
	.snav .membership li:first-child {
		color: #565656;
		font-weight: bold;
	}
	.snav .membership li:first-child,
	.snav .membership li a {
		font-size: 12px;
		border: none;
		margin: 0;
		padding: 0 .833334em;
		border-right: 1px solid #aaa;
	}
	.snav .membership li:last-child a {
		border-right: none;
	}
	
	/* -- .incart-btn -- */
	
	/* -- #site-navigation -- */
	#site-navigation {
		clear: both;
		padding: 0;
	}
	#site-navigation label {
		display: none;
	}
	header #site-navigation input#panel.on-off + div.nav-menu-open,
	header #site-navigation input#panel.on-off + div.header-nav-container {
		display: block;
		overflow: inherit;
		height: auto;
		background-color: #131313;
	}
	#site-navigation ul {
		width: 1000px;
		margin: 0 auto;
		padding: 0;
	}
	#site-navigation li {
		position: relative;
		float: left;
	}
	#site-navigation li a {
		color: #fff;
		display: block;
		margin-bottom: 0;
		padding: 1em 1.42857em;
		border-bottom: none;
		line-height: 100%;
	}
	#site-navigation li {
		padding: 0;
		border-right: 1px solid #666;
	}
	#site-navigation ul li:first-child {
		border-left: 1px solid #666;
	}
	#site-navigation li.current_page_item a,
	#site-navigation li.current-menu-parent a{
		background-color: #565656;
	}
	#site-navigation li.current_page_item li a,
	#site-navigation li.current-menu-parent li a {
		background: none;
	}
	#site-navigation li a:hover {
		color: #fff;
		background-color: #565656;
		text-decoration: none;
	}
	
		/* -- sub-menu -- */
		#site-navigation ul ul {
			display:none;
			position:absolute;
			top:42px;
			left:-2px;
			width: 120%;
			background-color: #fff;
			border: 3px double #e0e0e0;
			float:left;
			z-index: 99999;
		}
		#site-navigation ul li li {
			width: 100%;
			margin-left: 0;
			border: none;
		}
		#site-navigation ul li li:first-child {
			border: none;
		}
		#site-navigation li li a:hover {
			color: #262626;
		}
		#site-navigation li li.current-menu-item a {
			background-color: #f6f6f6;
		}
		#site-navigation ul ul ul {
			width: 100%;
			left:100%;
			top: -3px;
		}
		#site-navigation li li:first-child a {
			color: #262626;
			border: none;
		}
		#site-navigation ul ul li a {
			color: #262626;
			background-color: #fff;
			border: none;
			height:auto;
			padding: .714286em .357143em;
			line-height:1em;
			width: 100%;
		}
		#site-navigation ul ul :hover > a {
			background: none;
			background-color: #f6f6f6;
		}
		#site-navigation ul li:hover > ul {
			display:block;
		}
		
	#site-navigation * {
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	

	/* =secondary
	-------------------------------------------------------------- */

	#secondary .columnleft section:last-child,
	#secondary .columncenter section:last-child,
	#secondary .columnright section:last-child {
		margin-bottom: 0;
	}

	/* -- one-column -- */
	.one-column #secondary {
		margin: 0 auto;
		padding: 2.142856em 0;
		border-top: 2px solid #eaeaea;
		float: none;
		overflow: hidden;
	}
		.one-column #secondary .columnleft {
			width: 240px;
			margin-right: 50px;	
			float: left;
		}
		
			/*　calendar　*/
			.one-column .columnleft .widget_welcart_calendar table {
				width: 100%;
				float: none;
			}

		.one-column #secondary .columncenter {
			width: 240px;
			float: left;
		}

			/*　calendar　*/
			.one-column .columncenter .widget_welcart_calendar table {
				width: 100%;
				float: none;
			}

		.one-column #secondary .columnright {
			width: 420px;
			float: right;	
		}
	
	/* -- home-column -- */
	.home-column #secondary {
		width: 200px;
		padding: 0;
		border: none;
			float: left;
		}
	.home-column .widget_welcart_calendar table {
		width: 100%;
		margin: 0 0 .714286em;
		float: none;
	}
	
	/* -- two-column -- */
	.two-column #secondary {
		width: 200px;
		padding: 0;
		border: none;
	}
		.two-column.right-set #secondary {
			float: right;
		}
		.two-column.left-set #secondary {
			float: left;
		}
	.two-column .widget_welcart_calendar table {
		width: 100%;
		margin: 0 0 .714286em;
		float: none;
	}
	/* -- column -- */
	#secondary section {
	}
	
	
	/*　.widget　*/
	.widget_welcart_bestseller  ul {
		overflow: hidden;	
	}
	.widget_welcart_bestseller  li {
		width: 100%;
		margin-bottom: .714286em;
		float: none;
	}
	.widget_welcart_bestseller li:nth-of-type(odd) {
		clear: none;
	}
	.widget_welcart_featured ul {
		overflow: hidden;	
	}
	.widget_welcart_featured .featured_list {
		width: 100%;
		margin-bottom: .714286em;
		float: none;
	}
	.widget_welcart_featured li:nth-of-type(odd) {
		clear: none;
	}
	.widget_welcart_category ul,
	.widget_welcart_search ul,
	.widget_search form,
	.widget_welcart_login ul {
		width: 100%;
	}
	.widget_categories select,
	.widget_archive	select {
			width: auto;
	}	
	.widget_welcart_search .searchtext {
		width: 60%;
		padding: .4286em;
	}
	.widget_welcart_search #searchsubmit {
		width: 40%;
	}
	
	
	/* =footer
	-------------------------------------------------------------- */
	
	/* -- nav -- */
	footer nav {
		width: 1000px;
		margin: 0 auto;
		padding: 2.142856em 0 2.857143em;
	}
	footer nav li {
		width: 20%;
		float: left;
		margin-bottom: 1.071428em;
		padding-right: 2.142856em;
	}
	footer nav li:nth-of-type(6n) {
		clear: both;
	}
		footer nav li li:nth-of-type(6n) {
			clear: none;
		}

			
	/* =contetns
	-------------------------------------------------------------- */
	
	/* -- main -- */
	#main {
	max-width: 930px;
	padding: 20px 10px 0;
	margin: 0 auto;
	background: #FFF;
	}

	/* -- main-image -- */
	.main-image {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.main-image img {
		width: auto;
	}
	
	/* -- .one-column -- */
	#main.one-column #content {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	/* -- .home-column -- */
	#main.home-column #content {
		width: 680px;
		margin: 0 auto;
		padding: 0;
		float: right;
	}
	
	/* -- .two-column -- */
	#main.two-column #content {
	width: 680px;
	margin: 0;
	background: #FFF;
	}
		.two-column.right-set #content {
			float: left;
		}
		.two-column.left-set #content {
			float: right;
		}

	
	/* =page.php + single.php .entry-content
	-------------------------------------------------------------- */

	/* -- h1,h2,h3,h4,h5 -- */
	.entry-content h1{
		font-size: 1.285712em;
		margin-bottom: 2.222224em;
	}
	.entry-content h2 {
		font-size: 1.142857em;
	}
	
		
	/* =archive.php
	-------------------------------------------------------------- */
	
	/* -- .post-li -- */
	.post-li {
		padding-bottom: 1.071428em;
	}
	
	
	/* =comments.php
	-------------------------------------------------------------- */
	
	.comment-area .comment-list {
		overflow: hidden;
	}
	.comment-area .comment-list li {
		margin: .714286em 0 0;
	}
	#respond .form-submit {
		margin-top: 1.42857em;
		padding-top: .714286em;
		border-top: 1px solid #ccc;
	}


}