/*
Theme Name:		Welcart Basic Child
Description:	Welcart Basic Child is child theme for Welcart Basic.
Author:			立山やさい工房
Author URI:		https://www.tateyama-yasai.jp/
Template:		welcart_basic
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/


/*sen
---------------------------------------------------------------------------*/
hr {
border-width: 1px 0 0 0;
border-style: solid;
border-color: #6fb92c;
height: 1px;
max-width: 100%;
clear:both;
margin: 15px 0;
}

/* =font-family変更
	-------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #444;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 16px;
	line-height: 150%;
	word-wrap: break-word;
}


/* =contetns追加
	-------------------------------------------------------------- */

	/* -- main -- */
	.item #main {
		width: 100%;
		margin: 0;
		padding: 0;
	}


/* ------------------------------------- */
/*	wc_cart_page.php「あと○円で送料無料です」
/* ------------------------------------- */
.postage_privilege{
    padding: 20px 10px;
    background-color: #6fb92c;
    color: white;
    margin: 0 0 10px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    border-radius: 5px;
}
/* ------------------------------------- */
/*	入力欄 縦幅
/* ------------------------------------- */
input[name="loginmail"],
input[name="loginpass"]{
height:30px;
}
.forgetmenot{
font-size: 80%
}
/* ------------------------------------- */
/*	退会する　非表示※e-SCOTTシステムに未処理の決済データが残っている場合エラー
/* ------------------------------------- */
input.deletemember {
	display:none
	}
/* ------------------------------------- */
/*	メンバー　区切り線
/* ------------------------------------- */
.member-box{
	border-bottom: 1px solid #6fb92c;
	padding: 0 0 30px 0;
	}

/*---- widget_welcart_calendar★修正 ----*/

.widget_welcart_calendar table {
	width: 100%;
	margin: 0 2% 2%;
	border-collapse: collapse;
	float: none;
	text-align: center;
}
.widget_welcart_calendar th {
	color: #fff;
	background-color: #6fb92c;
	border: 1px solid #777;
	text-align: center;
}
.widget_welcart_calendar td {
	border: 1px solid #777;
	text-align: center;
}
.widget_welcart_calendar .businessday {
	color: #fff;
	background-color: #ff8000;
}

@media screen and (min-width:768px) {
.widget_welcart_calendar table {
	width: 46%;
	float: left;
}
}


/* -- 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 {
	max-width: 100%;
	padding: .5714285em 2.14286em .5714285em .5714285em;
	background: url(images/select-arrow.gif) center right 10px no-repeat;
	border: 1px solid #bbb;	
}
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;
}

/* -- Campaign-Tag -- */
.campaign_message {
	font-size: 12px;
	font-weight: bold;
	color: #d3222a;
	margin-top: 5px;
	background-color: #efefef;
	text-align: center;
}
/* - item-single.php - */
#itempage .campaign_message {
	font-size: 14px;
	margin: 0 0 15px;
	background: none;
	letter-spacing: .5px;
}
	/* =Base
	-------------------------------------------------------------- */
	
a {
	color: #444;
	text-decoration: none;
}

a:focus{
	outline:none;
}

a:hover {
	opacity: .6;
	color: #666;
	text-decoration: none;
}

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

	header {
		border-bottom: none;
	}
	
	
/* = .entry-content,item-description
-------------------------------------------------------------- */

.item-description {
	margin: 2em 0;
	line-height: 1.5em;	
	text-align: left
}


/* = .snav
-------------------------------------------------------------- */
.rightlist ul li i {
	color: #131313;
}

.rightlist a {
	position: relative;
}
.total-quant {
		display: inline-block;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		vertical-align: middle;
		letter-spacing: 1px;
	}
.rightlist .total-quant {
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 15px;
	width: auto;
	min-width: 20px;
	max-width: 30px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fba60d;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: text-bottom;
}