/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

html, body, h1, h2, h3, h4, h5, h6 {
	font-family:'Noto Sans Japanese', "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
	color:#333;
}
.header-three-aside{margin-top: 0}
.header-three-aside p{margin-bottom: 0}
.navbar-style-three .dropdown-menu>li>a{height: 25px; line-height: 25px}
.navbar-style-three .dropdown-menu>li>a>span.link-inner{padding-top: 0; padding-bottom: 0}

.contact-icon .vcex-icon-wrap{line-height: 40px!important;}
.top-count{font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif"; font-size: 1.2em; color: white; }
.top-icon-box .vcex-icon-box-heading{line-height: 1.3}
.u-line{border-bottom: 2px solid #679d00}
.textmark{border: 2px solid #FFFFFF; border-radius: 5px; padding: 2px 20px; margin-right: 22px; font-size: 20px;}
.wpex-carousel-staff .overlay-title-category-hover .overlay-title{font-size: 1em; line-height: 1.3}

.entry ul li, .entry ol li{margin-bottom: .5em}
.entry ul.nodisc{list-style: none; margin-left: 0}
dl.table {
	width: 100%;
	line-height: 1.35;
}
dl.table dt {
	float: left;
	clear: left;
	width: 20%;
	font-weight: bold;
}
dl.table dd {
	float: left;
	width: 80%;
	padding-left: 1em;
	margin-bottom: 1em
}
.member-content .vc_acf{font-size: 1.2em}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.acf-map img {
   max-width: inherit !important;
}