h1, .h1, h2, .h2,
h3, .h3, h4, .h4,
h5, .h5, h6, .h6 { 
	font-family: 'Noto Sans Japanese'; 
	margin: 0 0 20px;
	color: #404b56;
	font-weight: 300;
}
h1, .h1 { font-size: 22px;
	line-height: 40px; 
	font-weight: 300;}
h2, .h2 { font-size: 20px;
	line-height: 35px; 
	font-weight: 300;
}
h3, .h3 { font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}
h4, .h4 { font-size: 16px; line-height: 25px;
	font-weight: 300;
}
h5, .h5 { font-size: 14px; line-height: 20px;
	font-weight: 300;
}
h6, .h6 { font-size: 12px; line-height: 20px;
	font-weight: 300;
}


p, .entry-content { 
	font-family: 'Noto Sans Japanese';
	color: #737f85;
	font-size: 12px;
	font-weight: 300;
	line-height: 25px;
	margin: 0;
	word-wrap: break-word;	
}
a, a:hover, a:focus { transition: all 0.3s ease 0s;
	text-decoration: none; }
img, .wp-post-image {
	display: block; height: auto;
	max-width: 100%; 
}


ul li, ol li {
	color: #737f85; 
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	padding: 6px 0;
	vertical-align: top; 
}


p, .entry-content { 
	color: #737f85;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	margin: 0;
	word-wrap: break-word;
	text-align: left;
}

.header-title h2 { color:	#ffffff;
font-size: 16px;
	font-weight: 300;
	margin: 0;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
}


.section-title p, .section-title-small p {
	color: #9ea5a1;
	font-weight: 300;
	margin: 0;
font-size: 16px;
text-align: center;}


.navbar {
	background-color: #ffffff;
	border: 0px none;
	position: relative;
	min-height: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-radius: 0px;
	border-bottom: 0px solid #000000;
	box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.04);
}

.navbar-brand {
	font-family: 'Noto Sans Japanese';
font-size: 24px;
	font-weight: 400;
    height: auto;
    line-height: 40px;
    margin-right: 50px;
	padding: 10px 0px; 	
}


.navbar-default .navbar-nav > li > a {	
	font-family: 'Noto Sans Japanese';
	color: #354656;
	font-size: 12px;
	line-height: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-weight: 600;	
	padding: 20px 10px;	
	transition: all 0.3s ease-in-out 0s;
}


.post img {
	display: block;
	  margin-left: auto;
  margin-right: auto;
	margin-top:-15px;
	text-align: center;
}

.widget .widget-title {
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	display: block;
	margin: 0 0 22px;
}




.slide-caption {
	background-color: rgba(0, 0, 0, 0.0);
	border-radius: 0px;
	height: auto;
	margin: 0;
	padding: 25px 20px 30px;
	position: absolute;
	width: 30%;
	z-index: 0;	
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slide-caption h2 { font-weight: 400; color: #ffffff; text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); margin: 0 0 16px; word-wrap:break-word; } 
.slide-caption p { color: #ffffff; margin: 0 0 17px; text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); letter-spacing: 0.5px; }
.flex-btn {
	background-color:  transparent;
	color: #ffffff;
	border-radius: 5px;
    cursor: pointer;
    display: inline-block;
	font-weight: 400;
	transition: all 0.3s ease-in-out 0s;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	font-family: 'Montserrat';
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding: 10px 25px;
	margin: 0;
    text-align: center;
   /* text-transform: uppercase;*/
    vertical-align: middle;
}
.flex-btn:hover, .flex-btn:focus { background-color: #64b445; }
.flex-btn:hover, .flex-btn:focus { background-color:  transparent; }


.header-title { background-color: transparent;
	color: #000000; font-family: 'Droid Sans'; text-align: center; padding: 15px; }
.header-title h2 {
	color: #000000;
	font-family: 'Droid Sans'; font-size: 18px;
	font-weight: 400;
	text-align:left;
	margin: 0;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0); }