/*
Theme Name:		Welcart Basic Child
Description:	Welcart Basic Child is child theme for Welcart Basic.
Author:			Collne Inc.
Author URI:		https://www.collne.com/
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
*/
body,p,li{
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 200%;
}

h1,h2,h3,h4,h5{
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.site-description {
	display: none;
}


h1.site-title img,
div.site-title img {
	width: 50% !important;
}

footer {
	background-color: #2e5f6f;
}

footer nav li {
	font-size: 14px;
	width: auto;
}

footer nav li:nth-of-type(6n) {
	clear: none;
}

.copyright {
	font-size: 14px;
}

.txt-important{
	color: red;
	font-weight: bold;
}