/*
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: Collne Inc
Template: welcart_basic
Version: 1.0.0
*/
a {
    color: #D42020;
}
.info-area {
	border: 1px solid #ccc;
	margin-top: 1.42857em;
	background-color: #fff0d1;
	padding:8px;
}
.info-area li {
	list-style: disc;
	list-style-position: inside;
	padding-left: 0.5em;
	margin-bottom: 0.2em;
}
.plan td {
	vertical-align: middle; 
}
.plan th {
	text-align: center; 
}
header {
	background: url(image/under-header-back-cart.png) ;
	background-repeat: no-repeat;
    background-position: center -5px;
    width: 100%;
}
.entry-header {
	background: none ;
	color: #fff;
    background-color: #D42020;
	padding: 4px;
}


.img-area img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    box-sizing: border-box;
}


#content .entry-title {
	padding: 6px;
	margin-bottom: 1em;
}
#content .entry-title-red {
	color: #D42020;

}


.item-header {
    background: none;
}

.item_page_title {
	color: #661900;
}
header.page-header {
	background: none;

}

@media screen and (min-width: 62.5em) {
	header #site-navigation input#panel.on-off + div.nav-menu-open,
	header #site-navigation input#panel.on-off + div.header-nav-container {
		background-color: #DA0000;
	}
	#site-navigation li {
		padding: 0;
/* --		border-right: 1px solid #FFF; -- */
		border: none;
	}
	#site-navigation ul li:first-child {
/* --		border-left: 1px solid #FFF; -- */
		border: none;
	}
	footer {
		clear: both;
		color: #fff;
		background-color: #D42020;
	}

	header .inner {
	    padding-bottom: 2.071428em;
	}


}

/* -- .site-title（サイトタイトルの画像を左寄せに） -- */
h1.site-title,
div.site-title {
	text-align: left;
    padding: 0 0 0 15px;

}

h1.site-title img,
div.site-title img {
	width: auto;
	height: auto;
}

.site-description {
    color: #661900;
    font-size: 16px;
	font-weight: bold;
    margin-left: 80px;
}



/* -- .site-title（サイトタイトルをスマホで少し小さく） -- */
@media only screen and (max-width: 680px)
{
h1.site-title img,
div.site-title img,
.snav{
	display: inline;
	margin: 0;
	padding: 0;
}

#g-navi {
	display:none;
}

.site-description {
	display:none;

}

}


#g-navi {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	max-width: 980px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#g-navi li {
	list-style:none;
	display:inline-block;
	font-size: 18px;
	text-align: center;
	width: 18%;
	font-weight: 600;
	margin-right: 1.8%;
}
@media only screen and (min-width:768px) and (max-width:979px) {
#g-navi li {
	font-size: 16px;
}
}
#g-navi li:last-child {
	margin-right: 0;
}
#g-navi li a {
	color: #D80000;
	text-decoration: none;
	border: 1px solid #FF9933;
	background-color: #FFFFBF;
	line-height: 100%;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	border-radius: 2.2em;
	width: 100%;
	display: block;
	transition: all 0.3s ease;
}
#g-navi li a:hover {
	color: #FFFFFF;
	background-color: #FF9933;
	border: 1px solid #FF9933;
}
#g-navi li.login-li {
	display:none;
}

.site-description {
    background: none;
}
