@charset "UTF-8";

body{
	font-size: 16px;
	line-height: 1.8em;
}

/*-----
header nav
-----*/
.navbar .container{
	padding-top: 10px;
}
.navbar-default{
	background-color: rgba(248,248,248,0.97);
}

header a{
	color: black;
	text-decoration: none;
}
header a:link{
	color: black;
	text-decoration: none;
}
header a:hover{
	color: black;
	text-decoration: none;
}
header a:visited{
	color: black;
	text-decoration: none;
}

.nav-pills>li{
	float: none;
}
@media (min-width: 768px){
	.navbar-nav>li {
		float: left;
	}
}

header img.trademark{
	float: left;
	padding-top: 5px;
	height: 30px;
}


/*-----
body
-----*/
.w80{
	width: 80%;
	margin: 0 auto 0px;
}
.w70{
	width: 70%;
	margin: 0 auto 0px;
}
.w60{
	width: 60%;
	margin: 0 auto 0px;
}

.main_container{
	margin-top: 70px;
	margin-bottom: 300px;
	margin-bottom: 100px;
}
@media (max-width: 768px){
	.main_container{
		margin-bottom: 250px;
		margin-bottom: 50px;
	}
}

.main_container h2{
	font-size: 24px;
}
h2{
	font-size: 24px;
}
#green{
	color: green;
}
h3{
	font-size: 20px;
}
h3.text-center{
	padding: 10px 0;
	background-color: #e7e7e7;
}

p.lead{
	margin-bottom: 40px;
	line-height: 1.8em;
}
p.lead strong{
	color: green;
}

ul#updates{
	margin-top: 40px;
}
#updates li{
	font-size: 18px;
	line-height: 1.8em;
}

table#counter{
	margin: 0 auto 40px auto;
}

li{
	line-height: 1.8em;
}

.main_container dl dt{
	text-decoration: underline;
	font-size: 18px;
	line-height: 2.8em;

}
.main_container dl dd{
	line-height: 1.8em;
}

.card{
	display: inline-block;
	/* border-top: solid 0px #fff; */
	/* border-bottom: solid 0px #fff; */
	/*margin: 10px 0;*/
	/* padding: 10px 0; */
}
.card h3{
	
}

.products_top_img{
	margin: 30px;
}
.products_top_img img{
	max-height: 500px;
}
/*Youtubeのレスポンシブ対応*/
.video-wrap {
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-top: 69px;
  padding-bottom: 50%;
  overflow: hidden;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.img-catalog{
	margin: 10px 0;
}

#footer{
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #fff;
	background-color: #eee;
	line-height: 1.8em;
}
#footer a{
	font-weight: initial;
	color: #555;
	text-decoration: none;
	line-height: 1.8em;
}
#footer a:link{
	font-weight: initial;
	color: #555;
	text-decoration: none;
	line-height: 1.8em;
}
#footer a:hover{
	font-weight: initial;
	color: #555;
	text-decoration: none;
	line-height: 1.8em;
}
#footer a:visited{
	font-weight: initial;
	color: #555;
	text-decoration: none;
	line-height: 1.8em;
}
#footer dt{
	/* font-size: ; */
}
#footer dd{
	font-size:   small;
	line-height: 1.8em;
}
#footer footer{
	/*margin-top: 50px;*/
	color: #777;
}
@media (max-width: 768px){
	#footer{
		padding-top: 0px;
		padding-bottom: 10px;
		line-height: 1.0em;
	}
	#footer a{
		line-height: 1.0em;
	}
	#footer a:link{
		line-height: 1.0em;
	}
	#footer a:hover{
		line-height: 1.0em;
	}
	#footer a:visited{
		line-height: 1.0em;
	}
	#footer .nu{
		display: none;
	}
}