@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Orbitron);
body {
	background: #fff url() no-repeat;
	font-family: Arial, Helvetica, sans-serif, Orbitron, cursive;
	color: #ebdaa6;
}
a  { text-decoration: none; }
a:hover { text-decoration: underline; }
#header {
	background: #fff;
	color: #ebdaa6;
	border-bottom: 1px solid #ebdaa6;
}
#header #logo {
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c91901+0,000000+100 */

background: #ebdaa6; /* Old browsers */

background: -moz-linear-gradient(left,  #ebdaa6 0%, #ffffff 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ebdaa6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #ebdaa6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #ebdaa6 0%,#ffffff 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #ebdaa6 0%,#ffffff 100%); /* IE10+ */

background: linear-gradient(to right,  #ebdaa6 0%,#ffffff 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebdaa6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}
/*#header #logo h1 {
	margin: 2% 0%;
	padding-top: 4px;
	font-size: 30px;
	letter-spacing:-0.5pt;
	text-shadow: -1px -1px 0 rgba(0,0,0,.6);
}*/
#header #logo h1 {
	margin: 2% 0% 0% 0%;
	padding-top: 0px;
	font-size: 26px;
	letter-spacing:-0.5pt;
	text-shadow: -1px -1px 0 #999;
}
#header #logo h2 {
	margin: 2% 0%;
	padding-top: 0px;
	font-size: 10px;
	letter-spacing:-0.5pt;
	text-shadow: -1px -1px 0 rgba(0,0,0,.6);
}
#header a { text-decoration:none;}
.header a { color: #fff;}
.header a:visited { color: #fff; }
.header a:hover { opacity: 0.6;
	filter: alpha(opacity=60); }

#header #nav ul li {
	font-family: 'Orbitron', sans-serif;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header #nav ul li:first-child,
#header #nav ul li:nth-child(2) {
	width: 50%;
	border-bottom: 1px solid #ebdaa6;
}
#header #nav ul li:nth-child(3),
#header #nav ul li:nth-child(4),
#header #nav ul li:nth-child(5) {
	width: 50%;
}
#header #nav ul li:nth-child(2),
#header #nav ul li:nth-child(4),
#header #nav ul li:nth-child(5) {
	border-left: 1px solid #ebdaa6;
}
.oldie #header #nav ul li {
	width: 49%;
	border-left: none;
}
#header #nav a {
	display: block;
	padding: 15px 0;
	color: #ebdaa6;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	letter-spacing:-0.5pt;
}
#header #nav a:before {
	content: '>';
	font-size: 7px;
	margin-right: 5px;
	color: #ebdaa6;
	position: relative;
	top: -0.2em;
}
#header #nav a:hover {
	background: #ebdaa6;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.6);
}
#header #nav a:hover:before {
	color: #fff;
}

#maintop{
}
#mainarea{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#image{
	background: url(../images/proftop.jpg) no-repeat center;
	background-size: contain;
	}
	.center{
 text-align: center;
}

/* Label */
.ac-container {
  max-width: ;
  /*border: 1px solid #ccc;
  border-top: none;*/
}
.ac-container label {
  
  line-height: 1.8;
  /*font-size: 20px;*/
  padding: 1% 0%;
  display: block;
  cursor: pointer;
  color: #ebdaa6;
/* background: #000;*/
  /* border-top: 1px solid #;*/
}
.ac-container {
  width:;
  margin: ;
}
.ac-container label:hover {
  background: #ebdaa6;
  color: #fff;
   opacity: 0.6;
	filter: alpha(opacity=60);
	text-shadow: 1px 1px 0 rgba(0,0,0,.6);
}
.ac-container input {
  display: none;
}

/* Contents */
.ac-container article {
  overflow: hidden;
  height: 0;
 /* background: rgba( 0, 0, 0, 0.5 );*/
  transition: 0.6s;
}
.ac-container article p {
  padding: 0% 2%;
  font-size: 12px;
  color: #999;
  line-height: 1.5;
 
}
.ac-container input:checked ~ article {
  height: auto;
  /*border: 1px solid #ccc;
  border-top: none;*/
}
/* アコーディオンここまで */

dl.what{
	 font-family: 'Orbitron', cursive;
	 /*height: 200px;*/
     overflow: auto;
	  margin:0%;
	}

dl.what dt{
	/*background: #000;*/
	font-size: 12px;
	padding-top: 2%;
	padding-right: 4%;
	padding-bottom: 0%;
	padding-left: 4%;
}

dl.what dd{
	margin: 0% 0%;
	padding: 1% 2% 2% 8%;
	/*background: #000;*/
	font-size: 14px;
}
twitter-timeline{
	width:100%;	
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
section h1{
	position: relative;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	margin: 0px 0px 0px 0px;
	padding: 3% 0% 3% 2%;
	border-left: 6px solid #ebdaa6;
	cursor: pointer;
}
section h1:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 0;
  width: 100%;
  border-bottom: 1px solid #ebdaa6;
}
/*section h1 + p {
display: none;
padding-left: 0px;
}
section #what{
display: none;
padding-left: 4px;
}
section #what h1 + p + whatlist dt + whatlist dd{
display: none;
padding-left: 20px;
}*/
.hoge1 {
	color:#000;
    background-color: #c91901;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all  1.5s ease;
	border-bottom: 1px solid #000;
    }
.hoge1:hover {
    color:#c91901;
	background-color: #000;
	border-bottom: 1px solid #c91901;
    }
#profmainarea{
    margin-top:6%;
	margin-bottom: 4%;
	
}
#profmainarea h1{
    display:block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin:0px 0px 2px 0px;
    padding: 0% 0% 1% 2%;
    border-left: 6px solid #ebdaa6;
}
#profmainarea h1:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 0;
    width: 100%;
    border-bottom: 1px solid #ebdaa6;
}

#profa{
	background: url(../images/profile.jpg)no-repeat center;
	background-size: contain;
	margin-top:6%;
	
}

#profb{
	margin-top: 6%;
	over-flow: auto;
}
#profc{
	background: url(../images/profile.jpg)no-repeat center;
	background-size: contain;
	margin-top:3%;
	
}
#profb table.table_line {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #ebdaa6;
	margin : 0px  0 8px 0;
}

#profb td.table_line {
    border-collapse: collapse;
    border: solid 1px #ebdaa6;
    padding : 8px 10px 8px 10px;
}
#schedulemain {
	margin-top: 6%;
	margin-bottom: 4%;
}
#schedulemain h1{
    display:block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    /*letter-spacing: -1pt;*/
    margin:0px 0px 2px 0px;
    padding: 0% 0% 1% 2%;
    border-left: 6px solid #ebdaa6;
}
#schedulemain h1:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 0;
    width: 100%;
    border-bottom: 1px solid #ebdaa6;
}
section h2 {
	font-family: 'Orbitron', cursive;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding:3%;
    background: #ebdaa6;
    border: solid 1px #;
    cursor: pointer;
}
.hoge {
	color:#fff;
    background-color: #ebdaa61;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all  1.5s ease;
	/*border-bottom: 1px solid #000;*/
    }
.hoge:hover {
    color:#ebdaa6;
	background-color: transparent;
	/*border-bottom: 1px solid #ebdaa6;*/
    }
section h2 + p {
font-family: 'Orbitron', cursive;
display: none;
padding-left: 20px;

/*background: rgba( 0, 0, 0, 0.5 );*/
}
#information{
    margin-top:6%;
	margin-bottom: 4%;
	
}
#information h1{
  display:block;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin:0px 0px 2px 0px;
  padding: 0% 0% 1% 2%;
  border-left: 6px solid #ebdaa6;
}
#information h1:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 0;
  width: 100%;
  border-bottom: 1px solid #ebdaa6;
}
#newsmain {
	margin-top: 6%;
	margin-bottom: 4%;
}
#newsmain h1{
  display:block;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  /*letter-spacing: -1pt;*/
  margin:0px 0px 2px 0px;
  padding: 0% 0% 1% 2%;
  border-left: 6px solid #ebdaa6;
}
#newsmain h1:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 0;
  width: 100%;
  border-bottom: 1px solid #ebdaa6;
}
dl.news {
    font-family: 'Orbitron', cursive;
    /*background-color:#000;*/
    margint:0%;
}
dl.news dt {
    font-weight:bold;
	color:#fff;
    background-color:#ebdaa6;
    margin:1% 0% 0% 0%;
	padding:1% 2%;
	font-size: 14px;
}
dl.news dd {
    /*background: rgba( 0, 0, 0, 0.5 );*/
	/*color:#888;*/
	margin-left:0px;  
    margin:0% 0% 2% 0%;
	padding:2% 4% 4% 4%;
	font-size: 12px;
}

section .sns{
text-align: center;
}

.adress {
  /*background: #000;*/
  width:94%;
  margin: 2% 0%;
  padding: 0% 2%;
}

h2{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding:1% 2%;
	background-color:#ebdaa6;
}
h3{
	line-height: 1;
	background-color:#ebdaa6;
}
form {
  /*background: #000;*/
  max-width:100%;
  margin-top:3%;
}
form div {
  padding: 2% 2%;
}
.texted, textarea, .dropdown{
	border:1px solid #666;
	padding: 5px;
	color: #666;
	background: #fff;
	border-radius: 5px;
/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #bbb;
/* Firefox */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
		);
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
/* IE */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
}	
.css_btn_class {
	font-family: 'Orbitron', sans-serif;
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #575757;
	padding:9px 18px;
	text-decoration:none;
	cursor: pointer;
	background:-moz-linear-gradient( center top, #bdbdbd 5%, #666666 100% );
	background:-ms-linear-gradient( top, #bdbdbd 5%, #666666 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#666666');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #bdbdbd), color-stop(100%, #666666) );
	background-color:#bdbdbd;
	color:#333333;
	display:inline-block;
	text-shadow:1px 1px 0px #b5b5b5;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #a3a3a3;
 	-moz-box-shadow:inset 1px 1px 0px 0px #a3a3a3;
 	box-shadow:inset 1px 1px 0px 0px #a3a3a3;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #666666 5%, #bdbdbd 100% );
	background:-ms-linear-gradient( top, #666666 5%, #bdbdbd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#bdbdbd');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #666666), color-stop(100%, #bdbdbd) );
	background-color:#666666;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
.css_btn_class2 {
	font-family: 'Orbitron', sans-serif;
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #575757;
	padding:4px 9px;
	text-decoration:none;
	cursor: pointer;
	background:-moz-linear-gradient( center top, #bdbdbd 5%, #666666 100% );
	background:-ms-linear-gradient( top, #bdbdbd 5%, #666666 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#666666');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #bdbdbd), color-stop(100%, #666666) );
	background-color:#bdbdbd;
	color:#333333;
	display:inline-block;
	text-shadow:1px 1px 0px #b5b5b5;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #a3a3a3;
 	-moz-box-shadow:inset 1px 1px 0px 0px #a3a3a3;
 	box-shadow:inset 1px 1px 0px 0px #a3a3a3;
}
.css_btn_class2:active {
	position:relative;
	top:1px;
}
.css3button {
	font-family: 'Orbitron', sans-serif;
	font-weight:bold;
	color: #ffffff;
	padding:4px 9px;
	background: -moz-linear-gradient(
		top,
		#faf6ea 0%,
		#ebdaa6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#faf6ea),
		to(#ebdaa6));
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: 0px solid #ffffff;
	-moz-box-shadow:
		1px 1px 0px rgba(153,153,153,1),
		inset 0px 0px 0px rgba(255,000,217,0);
	-webkit-box-shadow:
		1px 1px 0px rgba(153,153,153,1),
		inset 0px 0px 0px rgba(255,000,217,0);
	box-shadow:
		1px 1px 0px rgba(153,153,153,1),
		inset 0px 0px 0px rgba(255,000,217,0);
	text-shadow:
		0px -1px 0px rgba(153,153,153,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}
}


/*informationここまで*/

#footer {
	/*background:#000;*/
	margin-top: 0%;
	border-top: 1px solid #ebdaa6;
}
#footer nav,
#footer small {
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
}
#footer nav li {
	display: inline-block;
	margin: 2px 8px;
}
/* IE only */
.oldie #footer nav li {
	display: inline;
	zoom: 1;
}
#footer nav li a {
	color: #fff;
}

#formWrap {
	
	
	/*line-height:120%;
	font-size:90%;*/
}
table.formTable{
	width:96%;
	margin:0 auto;
	
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #999;
	padding:5px 10px;
	display:block;
}
table.formTable th{
	font-weight:bold;
	/*color:#333;
	background:#666;*/
	text-align: center;
}
table.formTable td{
	text-align: left;
}
p.error_messe{
	margin:5px 0;
	color:#b7282e;
}
.snd {
	padding-top:3%;
	padding-bottom:2%;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
/* body {
	Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+10,0d0d0d+21,010101+28,616872+32,d1d4dd+35,f8f9fb+37,f8f9fb+39,ecedf1+41,ebecf1+41,d1d4dd+43,b8bbc4+45,979ba4+47,7a818b+49,616872+51,010101+56,0d0d0d+63,000000+68,000000+100 */

/*background: rgb(0,0,0); /* Old browsers */

/*background: -moz-linear-gradient(-45deg,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 10%, rgba(13,13,13,1) 21%, rgba(1,1,1,1) 28%, rgba(97,104,114,1) 32%, rgba(209,212,221,1) 35%, rgba(248,249,251,1) 37%, rgba(248,249,251,1) 39%, rgba(236,237,241,1) 41%, rgba(235,236,241,1) 41%, rgba(209,212,221,1) 43%, rgba(184,187,196,1) 45%, rgba(151,155,164,1) 47%, rgba(122,129,139,1) 49%, rgba(97,104,114,1) 51%, rgba(1,1,1,1) 56%, rgba(13,13,13,1) 63%, rgba(0,0,0,1) 68%, rgba(0,0,0,1) 100%); /* FF3.6+ */

/*background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(10%,rgba(0,0,0,1)), color-stop(21%,rgba(13,13,13,1)), color-stop(28%,rgba(1,1,1,1)), color-stop(32%,rgba(97,104,114,1)), color-stop(35%,rgba(209,212,221,1)), color-stop(37%,rgba(248,249,251,1)), color-stop(39%,rgba(248,249,251,1)), color-stop(41%,rgba(236,237,241,1)), color-stop(41%,rgba(235,236,241,1)), color-stop(43%,rgba(209,212,221,1)), color-stop(45%,rgba(184,187,196,1)), color-stop(47%,rgba(151,155,164,1)), color-stop(49%,rgba(122,129,139,1)), color-stop(51%,rgba(97,104,114,1)), color-stop(56%,rgba(1,1,1,1)), color-stop(63%,rgba(13,13,13,1)), color-stop(68%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */

/*background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 10%,rgba(13,13,13,1) 21%,rgba(1,1,1,1) 28%,rgba(97,104,114,1) 32%,rgba(209,212,221,1) 35%,rgba(248,249,251,1) 37%,rgba(248,249,251,1) 39%,rgba(236,237,241,1) 41%,rgba(235,236,241,1) 41%,rgba(209,212,221,1) 43%,rgba(184,187,196,1) 45%,rgba(151,155,164,1) 47%,rgba(122,129,139,1) 49%,rgba(97,104,114,1) 51%,rgba(1,1,1,1) 56%,rgba(13,13,13,1) 63%,rgba(0,0,0,1) 68%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */

/*background: -o-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 10%,rgba(13,13,13,1) 21%,rgba(1,1,1,1) 28%,rgba(97,104,114,1) 32%,rgba(209,212,221,1) 35%,rgba(248,249,251,1) 37%,rgba(248,249,251,1) 39%,rgba(236,237,241,1) 41%,rgba(235,236,241,1) 41%,rgba(209,212,221,1) 43%,rgba(184,187,196,1) 45%,rgba(151,155,164,1) 47%,rgba(122,129,139,1) 49%,rgba(97,104,114,1) 51%,rgba(1,1,1,1) 56%,rgba(13,13,13,1) 63%,rgba(0,0,0,1) 68%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */

/*background: -ms-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 10%,rgba(13,13,13,1) 21%,rgba(1,1,1,1) 28%,rgba(97,104,114,1) 32%,rgba(209,212,221,1) 35%,rgba(248,249,251,1) 37%,rgba(248,249,251,1) 39%,rgba(236,237,241,1) 41%,rgba(235,236,241,1) 41%,rgba(209,212,221,1) 43%,rgba(184,187,196,1) 45%,rgba(151,155,164,1) 47%,rgba(122,129,139,1) 49%,rgba(97,104,114,1) 51%,rgba(1,1,1,1) 56%,rgba(13,13,13,1) 63%,rgba(0,0,0,1) 68%,rgba(0,0,0,1) 100%); /* IE10+ */

/*background: linear-gradient(135deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 10%,rgba(13,13,13,1) 21%,rgba(1,1,1,1) 28%,rgba(97,104,114,1) 32%,rgba(209,212,221,1) 35%,rgba(248,249,251,1) 37%,rgba(248,249,251,1) 39%,rgba(236,237,241,1) 41%,rgba(235,236,241,1) 41%,rgba(209,212,221,1) 43%,rgba(184,187,196,1) 45%,rgba(151,155,164,1) 47%,rgba(122,129,139,1) 49%,rgba(97,104,114,1) 51%,rgba(1,1,1,1) 56%,rgba(13,13,13,1) 63%,rgba(0,0,0,1) 68%,rgba(0,0,0,1) 100%); /* W3C */

/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient 




}*/
body {
	background: #fff url() no-repeat center bottom fixed;
}
#header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c91901+0,000000+40 */

background: #ebdaa6; /* Old browsers */

background: -moz-linear-gradient(left,  #ebdaa6 0%, #ffffff 40%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ebdaa6), color-stop(40%,#ffffff)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #ebdaa6 0%,#ffffff 40%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #ebdaa6 0%,#ffffff 40%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #ebdaa6 0%,#ffffff 40%); /* IE10+ */

background: linear-gradient(to right,  #ebdaa6 0%,#ffffff 40%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebdaa6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */


}
#header #logo {
	text-align: left;
}
/*#header #logo h1 {
	margin: 0% 0%;
	padding-top: 1%;
	font-size: 13px;
}*/
#header #logo h1 {
	margin: 0% 0%;
	padding-top: 1%;
	font-size: 30px;
}
#header #logo {
	background: transparent;
}
#header #nav ul {
	float: right;
	overflow: hidden;
}	
#header #nav ul li:first-child,
#header #nav ul li:nth-child(2),
#header #nav ul li:nth-child(3),
#header #nav ul li:nth-child(4),
#header #nav ul li:nth-child(5) {
	width: auto;
	border: 0;
}
#header #nav a {
	padding: 15px;
}
#mainarea {
	margin-top: 0%;
	margin-right: 4%;
	margin-bottom: 0%;
	margin-left: 2%;
	/*background-color: #000;	border: 1px outset #222;
	border-radius: 6px;*/
}
#image{
	box-shadow:rgba(0, 0, 0, 0.65098) 6px 6px 6px 3px;
-webkit-box-shadow:rgba(0, 0, 0, 0.65098) 6px 6px 6px 3px;
-moz-box-shadow:rgba(0, 0, 0, 0.65098) 6px 6px 6px 3px;
	}/**/
/*.ac-container ac-2 input:checked ~ article {
  height: 200px;
 border: 1px solid #ccc;
  border-top: none;
}
*/
.center{
 text-align: center;
}
section h1{
	position: relative;
	font-size: 22px;
	line-height: 1;
	margin: 0px 0px 2px 0px;
	padding: 1% 0% 2% 2%;
	border-left: 6px solid #ebdaa6;  
}
dl.what{
	 font-family: 'Orbitron', cursive;
     overflow: auto;
	 width:100%;
	
	}

dl.what dt{
	padding:2% 4% 0% 2%;
	clear: left;
	float:left;
	width:94%;
	font-size: 10px;
	margin:
}

dl.what dd{
	margin: 0% 0% 0% 0%;
	padding: 1% 0% 2% 4%;
	float: left;
	width: 96%;
	font-size: 14px;
}

#profmainarea {
	margin: 4% 0%;
}
#profmainarea h1{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1pt;
	line-height: 1;
}
#profa{
}
#profb{
	margin-top:3%;
	/*background-color: #000;*/
}
#schedulemain {
	margin: 4% 0%%;
	
}
#schedulemain h1{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1pt;
	line-height: 1;
}
section h2 {
font-size: 16px;
padding:2% 0% 2% 2%;
margin: 2% 0% 2% 0%;
}
section h2 + p {
font-size: 14px;
}
#information{
    margin-top:6%;
	margin-bottom: 4%;
	
}
#information h1{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1pt;
	line-height: 1;
}

form {
  /*background: #000;*/
  width:100%;
  
}
.frm{
margin: 3% 0%;	
}
.adress {
  /*background: #000;*/
  width:94%;
  
  border-radius: 5px;
  margin: 2% 0%;
  padding: 2% 3%;
}
h2{
	font-size:16px;
	text-aligin:left;
	line-height: 1;
	font-weight: bold;
	margin:0;
	padding:1% 2%;
	background-color:#ebdaa6;
}
adress p{
	font-size:18px;
	margin: 1%;
	padding:1%;
	font-weight: bold;
	color:#999; 
}
dl.news dt {
    
    margin:1% 0% 0% 0%;
	padding:1% 2%;
	font-size: 14px;
}
dl.news dd {
   
	margin-left:0px;  
    margin:0% 0% 2% 0%;
	padding:2% 4% 4% 4%;
	font-size: 16px;
}

table.formTable{
	width:100%;
	margin:0 auto;
}
	
table.formTable th{
	width:30%;   
    padding:5px 10px;
	display:table-cell;
	text-align: left;
}

table.formTable td{
	width:70%;   
    padding:5px 10px;
	display:table-cell;
	text-align: left;
}
}



/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {



#header #logo h1 {
	margin: 0% 0%;
	padding-top: 1%;
	font-size: 40px;
}
section h1{
  position: relative;
  font-size: 24px;
  line-height: 1;
  margin:0px 0px 2px 0px;
  padding: 1% 0% 2% 2%;
  border-left: 6px solid #ebdaa6;
}
dl.what{
	 font-family: 'Orbitron', cursive;
     overflow: auto;
	 width:100%;
	}

dl.what dt{
	padding:2% 4% 0% 2%;
	clear: left;
	float:left;
	width:94%;
	font-size: 12px;
	margin:
}

dl.what dd{
	margin: 0% 0% 0% 0%;
	padding: 1% 0% 2% 4%;
	float:left;
	width:96%;
	font-size: 14px;
}

#profmainarea h1{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1pt;
	line-height: 1;
}
#schedulemain h1{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1pt;
	line-height: 1;
}
section h2 {
font-size: 18px;
}
section h2 + p {
font-size: 16px;
}
#information{
    margin-top:6%;
	margin-bottom: 4%;
	
}
#information h1{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1pt;
	line-height: 1;
}
#footer {
	background:transparent;
}
}
