/*
Global
============================= */
@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: normal;
    src: url('./NotoSansCJKjpRegular.woff') format('woff'),
         url('./NotoSansCJKjpRegular.otf') format('opentype')
}

body{
	/*background:url(../img/stripe.jpg) repeat;*/
	font-family:'NotoSansCJKjp';
	color:#666;
	font-size:16px;
	line-height: 150%;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
     text-shadow: 0 1px 1px rgba(255,255,255,.3);
}

p{line-height: 24px}
a{color:#0088cc;text-decoration: underline;}
a:hover{text-decoration: none;}



h1,h2,h3,h4,h5,h6{ font-family:'NotoSansCJKjp';}

h1{font-size:50px; font-weight: 200; color: #555; margin-bottom: 20px;}
h2 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #ccc;

	font-size: 30px;
	/*font-weight: 300;*/
	font-weight: bold;
	/*color:#444;*/
	/*margin: 30px 0;*/
}
h2::before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #3498db;
}
h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

h3 {
	font-size: 25px;
	position: relative;
	padding-bottom: .1em;
	border-bottom: 4px solid #ccc;
}
h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 24%;/*青い線の長さ*/
	height: 4px;
	background-color: #3498db;
}
/*
h3 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #ccc;

	font-size: 25px;
	/*font-weight: 300;*/
	/* font-weight: bold; */
	/*color:#444;*/
	/*margin: 30px 0;*/
	/*
}
h3::before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 40%;
	background-color: #3498db;
}
h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
*/

h4 {
	position: relative;
	padding: .75em 1em .75em 2em;
	border: 1px solid #ccc;
	border-top: 3px solid #3498db;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
h4::after {
	position: absolute;
	top: 0.80em;	/* 上の線からの位置 */
	left: .6em;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	border: 3px solid #3498db;
	border-radius: 100%
}

h5 {
	font-size: 18px;
	position: relative;
	padding: 0.1em .5em .5em 2em;	/* 最初の0.1emが高さ調節、最初は0 */
	border-bottom: 1px solid #ccc;
}
h5::before,
h5::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
h5::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
}
h5::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
}

h6 {
  font-size: 12px;
}

/*
h4 {
	font-size:18px;
	font-weight: 400;
}
*/

/*
HEADER ROW STYLE
===========================*/
#header-row{
	background: #f5f5f5;
	border-bottom:1px solid #eee;
	padding: 15px 0;
	background:url(../img/stripe.jpg) repeat;
}

#header-row .navbar{margin:10px 0 0 0;}

#header-row .navbar .navbar-inner{
	border:none;
	box-shadow: none;
	margin: 0;
	background: transparent;
}

#header-row .navbar .navbar-inner ul.nav > li > a{
	box-shadow: none;
	background: transparent;
	color: #0088cc;
}
#header-row .navbar .navbar-inner ul.nav li.active a{
	color: #333;
}


/*
Carousel
===========================*/

.carousel-control{
	background: transparent;
	width: 14px;
	height: 14px;
	font-size: 14px;
	top:50%;
}

.carousel-control.right{right:-30px;}
.carousel-control.left{left:-30px;}



.carousel{
	height: 300px;
	background: url(../img/slide-bg.png) no-repeat bottom center;
}

.carousel img{
	margin-top: 0.5%;
	max-width: 90%;
	max-height: 50%;
}

.carousel-caption {
      background-color: transparent;
      position: relative;
      max-width: 100%;
      padding: 0 20px;
      margin-top:5%;

}

.carousel-caption h1{
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: 30px;
	color:#555;
	font-weight:200;
}
.carousel-caption .lead{
	color: #888;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 20px;
	font-weight: 400
}


/* Divider
==================*/
.hr-divider{
	background: url(../img/slide-bg.png) no-repeat bottom center;
	width:1170px;
	height: 100px;
	margin-bottom: 50px;
	display: block;
	clear: both;}

/*Feature
==========================*/
.feature-box{
	margin-top: 60px;
	text-align: center;
}
.cnt-title { text-align: center; margin-bottom: 50px;}
.cnt-title span {
	font-size: 24px;
	font-weight: 200;
}

/* Review
==========================*/
.review{
	margin: 80px 0;
}

/* Page Header
==========================*/

.page-header{
	/*border-bottom: 1px solid #f5f5f5;*/
}


/*Media
========================*/

.media{
	margin-bottom:50px;
}

/*MAP
========================*/
#map-canvas{
	height: 400px;
	border: 15px solid #fff;
	box-shadow:0 0 0 1px #f5f5f5;
}


/*MAP
========================*/

.blog-post{
		border-bottom: 2px solid #f5f5f5;
		padding:0 0 50px;
		margin-bottom: 40px;
}


.blog-post p{
	margin: 20px 0;

}


.postmetadata{
	margin-bottom: 20px;
	padding: 5px 0;
}

.postmetadata ul{margin: 0; padding: 0}

.postmetadata ul li{
	display: inline-block;
	margin-right: 20px;
}

.postmetadata i{
	margin: 4px 5px 0 0;
}


/*Sidebar
========================*/

.side-bar{margin-bottom: 30px;}

.side-bar ul{margin: 0; padding: 0}
.side-bar ul li{list-style: none;}

.side-bar h3{margin-bottom: 10px}

.recent-post strong {display: block; margin-bottom: 5px; color: #888 }

.recent-post li{margin-bottom: 15px}

/*Tags
========================*/

ul.sponsor{
	margin:-10px;
}
ul.sponsor li {
	margin-bottom: 30px;
	margin-left: 60px;
	margin-right: 60px;
	width: 240px;
	float: left;
	text-align: center;
	display: block;
}
/*
ul.sponsor img {
	border: #AEE1C0 1px solid;
}
*/
ul.sponsor:after{
  content: "";
  clear: both;
  display: block;
}

/*  */

/* Viewer.js用のCSS */
.pictures {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pictures > li {
	float: left;
	width: 19%;
	height: 19%;
	margin: 0 -1px -1px 0;
	border: 1px solid transparent;
	overflow: hidden;
}
.pictures > li > img {
	width: 100%;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

/* 閉じるボタン */
/*
.viewer-button {
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
}*/
/*  閉じるボタンが前面に来ないようにする */
/*
.viewer-canvas, .viewer-footer {
	z-index: 2000;
}
/* 外枠を透過させる */
/*
.viewer-container {
	background-color: rgba(0, 0, 0, .9);
}*/

/*Footer
========================*/

footer{
border-top:1px solid #eee;
background: #f5f5f5;
padding: 30px 0;
color: #666;
margin-top:40px;
background:url(../img/stripe.jpg) repeat;
}

/* Responsive View
=================================*/

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

 }

/* Landscape phones and down */
@media (max-width: 480px) { ... }
