@charset "utf-8";
/* CSS Document */

body {
	font-family : "Arial", "Lucida Grande／Lucida Sans Unicode", "Verdana", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #000;
	color: #FFF;
	font-size:13px;
}
.clear {
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

* {
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto
}
h1,h2,h3,h4 {
	display: block;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

header {
	width: 100%;
	display: block;
	background-image: url(../img/header/header-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 100px;
}
.header {
	background-image: url(../img/header/header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	height: 30%;
	position: relative;
	top: 0px;
}
.header h1 {
	display:block;
	padding-top: 54px;
	width:98%;
	margin-right:1%;
	margin-right:1%;
}

.btn{
	display:block
	width: 100%;
	float:left;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: 2%;
}

#contents {
	max-width: 801px;
	margin-top: 0%;
	padding-top: 0%;
	background-color:#000;
}
#contents h2 {
	border: 1px solid #CCC;
	font-size: 1.0em;
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	line-height: 2.0em;
	padding-right: 3%;
	padding-left: 3%;
	margin-top: 10px;
}
.img-box {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 23px;
	height: auto;
}
.main {
	width: 88.02%;
	margin-right: auto;
	margin-left: auto;
}
.text-box {
	font-size: 1.1em;
	margin-bottom: 30px;
	clear: left;
}
.text-box-s {
	font-size: 1.1em;
	margin-bottom: 30px;
	clear: left;
	width: 100%;
}

.tab1 {
	width: 100%;
	border-collapse:collapse;
	border: 1px solid #CCC;
	font-size: 1.1em;
	margin-bottom: 14px;
}
.tab1 caption {
	text-align: left;
}
.tab1 th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-left: 2%;
	padding-top: 1%;
	padding-bottom: 1%;
	text-align: left;
}
.tab1 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 2%;
}
.box1 {
	width: 100%;
	margin-bottom: 30px;
	margin-top: 20px;
}
.photo1 {
	float: left;
	width: 48.4%;
}
.photo1 p {
	margin-top: 10px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

.box {
	float: left;
	width: 3.04%;
}
.box2 {
	width: 100%;
}
.box2 .photo2 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.box2 .photo3 {
	float: left;
	width: 100%;
	text-align:center;
	
}

.group {
	width: 100%;
}
.group img {
	width: 46%;
	margin-right: 1%;
}
.YoutubeWrapper{
	position: relative;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	padding-top: 69px;
	padding-bottom: 50%;
	overflow: hidden;
	clear: left;
}

.YoutubeWrapper iframe {
	position: absolute ;
	top: 0 ;
	left: 0 ;
	height: 100% ;
	width: 98% ;
}
.h3back {
	border: 2px solid #333;
	background: rgb(44,44,44); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 12%, rgba(31,31,31,1) 22%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,44,44,1)), color-stop(12%,rgba(44,44,44,1)), color-stop(22%,rgba(31,31,31,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(44,44,44,1) 12%,rgba(31,31,31,1) 22%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(44,44,44,1) 12%,rgba(31,31,31,1) 22%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(44,44,44,1) 12%,rgba(31,31,31,1) 22%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(44,44,44,1) 0%,rgba(44,44,44,1) 12%,rgba(31,31,31,1) 22%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-8 */
	padding-top: 2px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 25px;
	margin-bottom: 10px;
	width: 98%;
}
.h3back h3 {
	background-image: url(../img/h3.png);
	background-position: left top;
	padding-bottom: 2%;
	padding-top: 1%;
	background-repeat: no-repeat;
	font-size:1.1em;
	padding-left: 7%;
}
.contenar {
	width: 100%;
}
.contenar p {
	margin-left: 4%;
	font-size: 1.1em;
	margin-right: 4%;
}
.contenar h4 {
	color: #FFCC33;
	font-size: 1.3em;
	margin-left: 3%;
	margin-bottom: 5px;
}
.box3 {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}

footer {
	max-width: 800px;
	display: block;
	background-color:#454545;
	text-align: center;
	font-size:0.8em;
}
address {
	font-size: 1.4em;
	font-style: normal;
	color: #FFF;
	line-height: 2em;
	padding-top: 3px;
	font-weight: normal;
}

.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}
.responsive {
	width: 100%;
	border: 0;
	height: auto;
}
.h3back-inquiry {
	border: 2px solid #333;
	background: rgb(44,44,44); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 12%, rgba(31,31,31,1) 22%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,44,44,1)), color-stop(12%,rgba(44,44,44,1)), color-stop(22%,rgba(31,31,31,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(44,44,44,1) 12%,rgba(31,31,31,1) 22%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(44,44,44,1) 12%,rgba(31,31,31,1) 22%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(44,44,44,1) 12%,rgba(31,31,31,1) 22%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(44,44,44,1) 0%,rgba(44,44,44,1) 12%,rgba(31,31,31,1) 22%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-8 */
	padding-top: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-top: 25px;
	margin-bottom: 20px;
	width: 98%;
}
.h3back-inquiry h3 {
	background-image: url(../img/h3inquiry.png);
	background-position: left top;
	padding-bottom: 1%;
	padding-top: 1%;
	background-repeat: no-repeat;
	font-size:1.1em;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.h3back-inquiry p {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.0em;
	font-weight: bold;
	clear: left;
}
.h3back-inquiry a {
	color: #FFF;
	text-decoration: none;
}
.infotell{
	font-size: 1.5em;
	color: #FF9933;
	margin-bottom: 5px;
	font-weight: bold;
}
.infofax{
	font-size: 1.2em;
	margin-bottom: 5px;
	font-weight: bold;
}
.h3back-inquiry ul {
	list-style-type: none;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.h3back-inquiry ul li {
	display: block;
	text-align: center;
	float: left;
	width: 100%;
}
.h3back-inquiry ul img {
	padding-right: 3px;
}

@media screen and (min-width: 480px) {
header {
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color:#000;
	background-image: url(../img/header/header-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 85px;
}
.header {
	background-image: url(../img/header/header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
.header h1 {
	display:block;
	padding-top: 23px;
	width:75%;
	float:left;
	margin-right:5%;
}
.btn{
	display:block
	width: 10%;
	float:left;
	position: absolute;
	top: 0px;
	right: 0px;
}

#contents {
	max-width: 98%;
	margin-top: 0%;
	padding-top: 0%;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	padding-top:1%;
}
#contents h2 {
	border: 1px solid #CCC;
	font-size: 1.0em;
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	line-height: 2.0em;
	padding-right: 3%;
	padding-left: 3%;
	margin-top: 10px;
}
.box2 {
	width: 100%;
}
.box2 .photo2 {
	float: left;
	width: 50%;
	padding-top:40px;
}
.box2 .photo3 {
	float: left;
	width: 50%;
}

footer {
	max-width: 98%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

}
@media screen and (min-width: 806px) {
header {
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/header/header-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 85px;
}
.header {
	background-image: url(../img/header/header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
}
.header h1 {
	display:block;
	padding-top: 23px;
	width:88.375%;
	float:left;
}
.btn{
	display:block
	width: 11.75%;
	float:left;
	padding-top: 23px;
}
#contents {
	max-width: 800px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top:2%;
}
#contents h2 {
	border: 1px solid #CCC;
	font-size: 1.0em;
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	line-height: 2.0em;
	padding-right: 3%;
	padding-left: 3%;
	margin-top: 10px;
}
.img-box {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 23px;
	height: auto;
}
.main {
	width: 657px;
	margin-right: auto;
	margin-left: auto;
}
.text-box {
	font-size: 1.1em;
	margin-top:20px;
	margin-bottom: 30px;
	font-weight:normal;
}
.text-box-s {
	font-size: 1.1em;
	margin-bottom: 30px;
	font-weight:normal;
	clear: left;
	width: 90%;
}

.tab1 {
	width: 100%;
	border-collapse:collapse;
	border: 1px solid #CCC;
	font-size: 1.1em;
	margin-bottom: 14px;
}
.tab1 caption {
	text-align: left;
}
.tab1 th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-left: 2%;
	padding-top: 1%;
	padding-bottom: 1%;
}
.tab1 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 2%;
}
.box1 {
	width: 100%;
	margin-top:20px;
}
.photo1 {
	float: left;
	width: 48.4%;
}
.photo1 p {
	margin-top: 10px;
	text-align: center;
	font-size: 1.0em;
}

.box {
	float: left;
	width: 3.04%;
}
.box2 {
	width: 100%;
}
.box2 .photo2 {
	float: left;
	width: 50%;
	padding-top:40px;
}
.box2 .photo3 {
	float: left;
	width: 50%;
}
.group {
	width: 100%;
}
.group img {
	width: 46%;
	margin-right: 1%;
}
.YoutubeWrapper{
	position: relative;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	padding-top: 69px;
	padding-bottom: 50%;
	overflow: hidden;
	clear: left;
}

.YoutubeWrapper iframe {
	position: absolute ;
	top: 0 ;
	left: 0 ;
	height: 100% ;
	width: 98% ;
}
.h3back {
	border: 2px solid #333;
	background: rgb(44,44,44); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 12%, rgba(31,31,31,1) 22%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,44,44,1)), color-stop(12%,rgba(44,44,44,1)), color-stop(22%,rgba(31,31,31,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(44,44,44,1) 12%,rgba(31,31,31,1) 22%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(44,44,44,1) 12%,rgba(31,31,31,1) 22%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(44,44,44,1) 12%,rgba(31,31,31,1) 22%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(44,44,44,1) 0%,rgba(44,44,44,1) 12%,rgba(31,31,31,1) 22%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-8 */
	padding-top: 2px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 25px;
	margin-bottom: 10px;
	width: 98%;
}
.h3back h3 {
	background-image: url(../img/h3.png);
	background-position: left top;
	padding-bottom: 1%;
	padding-top: 1%;
	background-repeat: no-repeat;
	font-size:1.2em;
	padding-left:30px;
}
.contenar {
	width: 100%;
}
.contenar p {
	margin-left: 4%;
	font-size: 1.1em;
	font-weight:normal;
	margin-right: 4%;
}
.contenar h4 {
	color: #FFCC33;
	font-size: 1.3em;
	margin-left: 3%;
	margin-bottom: 5px;
}

footer {
	max-width: 800px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.h3back-inquiry {
	border: 2px solid #333;
	background: rgb(44,44,44); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 12%, rgba(31,31,31,1) 22%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,44,44,1)), color-stop(12%,rgba(44,44,44,1)), color-stop(22%,rgba(31,31,31,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(44,44,44,1) 12%,rgba(31,31,31,1) 22%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(44,44,44,1) 12%,rgba(31,31,31,1) 22%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(44,44,44,1) 12%,rgba(31,31,31,1) 22%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(44,44,44,1) 0%,rgba(44,44,44,1) 12%,rgba(31,31,31,1) 22%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-8 */
	padding-top: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-top: 25px;
	margin-bottom: 20px;
	width: 98%;
}
.h3back-inquiry h3 {
	background-image: url(../img/h3inquiry.png);
	background-position: left top;
	padding-bottom: 1%;
	padding-top: 1%;
	background-repeat: no-repeat;
	font-size:1.1em;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.h3back-inquiry p {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.0em;
	font-weight: bold;
}
.h3back-inquiry a {
	color: #FFF;
	text-decoration: none;
}
.infotell{
	font-size: 1.5em;
	color: #FF9933;
	margin-bottom: 5px;
	font-weight: bold;
}
.infofax{
	font-size: 1.2em;
	margin-bottom: 5px;
	font-weight: bold;
}
.h3back-inquiry ul {
	list-style-type: none;
	max-width: 600px;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left:40px
}
.h3back-inquiry ul li {
	display:inline;
	text-align: left;
	float: none;
	width: 33%;
	margin-left:5px;
}
.h3back-inquiry ul img {
	padding-right: 3px;
}


}
.pagetop {
	text-align: right;
	width: 100%;
	margin-bottom: 10px;
}
.pagetop a {
	color: #FFF;
	text-decoration: none;
}
.pagetop a:hover {
	color: #FFF;
	text-decoration: underline;
}
.s {
	font-size: xx-small;
}
.youtube {
	text-align: center;
	width: 98%;
}
