/*===============================================
●PC用ワイド設定 
===============================================*/
@media print, screen and  (min-width: 1101px){
	.noview-pc{
	display:none;
}
html,body {
	margin:0;
	padding:0;
	height:100%;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:0.9em;
	color: #FFF;
	overflow-y: scroll;
	overflow-x: hidden;
	position:relative;
	line-height:180%;
    left: 0;
    overflow-x: hidden;
	background-color:#000;

}
a{
	color: #FFF;
	text-decoration: none;
}
img { 
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
a img  {
	border:none;
}

ul {
	list-style:none;
}
.ie7 body{
	overflow:hidden;
}
.img_right{
	float:right;
	margin-left:10px;
}
.clear{
	clear: both;
}
.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

h2 {
	border-top:#E3A216 1px solid;
	border-bottom:#E3A216 1px solid;
	font-size:25px;
	color:#E3A216;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	font-family:"Times New Roman", Times, serif;
	margin-top:20px;
	margin-bottom:30px;
	font-style:italic;
}
		
.img_right{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.img_left{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.txt_18red{
	font-size:18px;
	color:#C00;
}
.document {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}
.header {
	width:100%;
	background-color:#333;
	
}
.header h1{
	margin:0;
	width:250px;
	float:left;
}
.header h1 img{
	width:100%;
}
/*PCナビゲーションレイアウト*/


.header .nav{
	width:700px;
	padding-top:10px;
	padding-bottom:3px;
	height:38px;
	float:right;
}
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 100%;
  margin: 0px;
  padding: 0;
  border-right:#FFF 1px solid;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}

.dropmenu li {
  position: relative;
  display:block;
	width:19.5%;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	border-left:#FFF 1px solid;
}

.dropmenu li a {
  display: block;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFF;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*子メニュー*/
.dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 130%;
  margin: 0;
  padding: 0;

}

.dropmenu li ul li {
  overflow: hidden;
  background-color:#000;
  width: 100%;
  height: 0;
  color: #333;
  line-height: 160%;
  transition: .2s;
}
.dropmenu li ul li a {
  padding: 10px 10px;
  padding-left:5px;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  color:#FFF;
}
.dropmenu > li:hover > a {  border-bottom:#F60 2px solid; }
.dropmenu > li:hover li:hover > a {  background-color:#333; color:#FFF;}
.dropmenu > li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
.dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
.dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
.dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #FFF;
}
.dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #FFF;
}
.dropmenu li ul li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
.dropmenu li ul li ul li a {   background-image:url(images/common/bg_li3.png); font-size:13px; width:200px;}
.dropmenu li:hover ul li ul li a:hover {  background: #333 }
/*===================================================================================================================================*/


/*スケジュール---------------------------------------------------------------------------*/
.schedule .select table{
	width:60%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:80px;
	border:#FFF 1px solid;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:20px;
	text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px,
             #000 1px -1px 1px, #000 -1px -1px 1px;
}
	
.schedule .select table td{
	text-align:center;
	padding:1%;
	width:50%
}
.schedule .select table td a{
	display:block;
}
.schedule .select table td a:hover{
	background-color:#0B0464;
}
.schedule .select table td:nth-child(1){
	background-color:#666;
}
.schedule .select table td:nth-child(2){
	background-color:#999;
}
.schedule h3{
	font-family:"Times New Roman", Times, serif;
	margin-bottom:30px;
	font-style:italic;
	text-align:center;
	font-size:36px;
}
.schedule .box_title{
	background-image:url(images/schedule/cg01.png);
	background-position:center;
	background-repeat:no-repeat;
	height:150px;
	margin-bottom:50px;
}
.schedule .data table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:50px;
}
.schedule .data td:nth-child(1){
	height:120px;
	width:15%;
	text-align:center;
	color:#FFF;
	font-weight:900;
	font-size:24px;
	line-height:200%;
	border-right:#000 5px solid;
}
.schedule .data td .yobi{
	font-size:20px;
	font-weight:500;
}
.schedule .data td:nth-child(2){
	width:20%;
	border-right:#000 5px solid;
}
.schedule .data td:nth-child(2) img{
	width:100%;
}

.schedule .data td:nth-child(3){
	background-color:#333;
	padding:10px;
	vertical-align:top;
	width:30%;
}
.schedule .data td:nth-child(3) a:hover{
	color:#00F;
}
.schedule .data td:nth-child(4){
	background-color:#333;
	padding:10px;
	vertical-align:top;
}
.schedule .data td:nth-child(4) a .bt_detail{
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
	background: linear-gradient(#000, #061F6F);
	text-align:center;
	padding:3px;
	margin-top:20px;
	font-weight:bold;
	border-top:#666 1px solid;
	border-left:#666 1px solid;
	border-bottom:#000 1px solid;
	border-right:#000 1px solid;
}
.schedule .data td:nth-child(4) a:hover .bt_detail{
	background: linear-gradient(#000, #1502B5);
}
/*スケジュール詳細---------------------------------------------------------------------------*/

.schedule2 h3{
	font-family:"Times New Roman", Times, serif;
	margin-bottom:30px;
	font-style:italic;
	text-align:center;
	font-size:36px;
}
.schedule2 .box_title{
	background-image:url(images/schedule/cg01.png);
	background-position:center;
	background-repeat:no-repeat;
	height:150px;
	margin-bottom:50px;
}
.schedule2 table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:50px;
}
.schedule2 td:nth-child(1){
	width:20%;
	text-align:center;
	background-color:#061F6F;
	color:#FFF;
	font-weight:900;
	font-size:24px;
	line-height:200%;
	border-right:#000 5px solid;
}
.schedule2 td:nth-child(1) img{
	width:90%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.schedule2 td .yobi{
	font-size:20px;
	font-weight:500;
}
.schedule2 td:nth-child(2){
	background-color:#333;
	padding:10px;
	vertical-align:top;
}

.schedule2 td:nth-child(2) .map{
	border:#FFF 1px solid;
	padding:3%;
}
.schedule2 td:nth-child(2) .photo img{
	width:100px;
	float:left;
	margin-right:3%;
	padding:0.2%;
	background-color:#FFF;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
}
.schedule2 td:nth-child(2) .comment{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	border-top:#FFF 3px solid;
	border-bottom:#FFF 3px solid;
	padding-top:25px;
	padding-bottom:25px;
	margin-top:50px;
	margin-bottom:20px;
}
.schedule2 a .bt_contact{
	background: linear-gradient(#000, #666);
	padding:10px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	border-top:#FFF 1px solid;
	border-left:#FFF 1px solid;
	border-bottom:#CCC 1px solid;
	border-right:#CCC 1px solid;
}
.schedule2 a:hover .bt_contact{
	background: linear-gradient(#000, #020876);
}
/*プロフィール---------------------------------------------------------------------------*/
.profile dl{
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	padding:0.5%;
	background: linear-gradient(#666, #333);
}

.profile dl dl{
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	padding:2%;
	margin:0;
	background: linear-gradient(#000, #666);
}
.profile dt{
	font-weight:bold;
	font-size:25px;
	margin-bottom:30px;
}
.profile dt .katagaki{
	font-weight:normal;
	font-size:18px;
}
.profile dl img{
	width:250px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	border-top:#CCC 1px solid;
	border-left:#CCC 1px solid;
	border-bottom:#666 1px solid;
	border-right:#666 1px solid;
}
/*ヒストリー---------------------------------------------------------------------------*/
.history dl{
	margin:0;
	padding:0;
	margin-bottom:50px;
}
.history dt{
	background-color:#061F6F;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	margin-bottom:15px;
}
.history dd{
	margin-left:0;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
.history h4{
	border:#666 1px solid;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}
.history  li{
	list-style:square;
	margin-bottom:10px;
}
.history dd table{
	width:100%;
	border-collapse:collapse;
}
.history dd table th{
	background-color:#333;
	padding:1%;
	text-align:left;
	border:#FFF 1px solid;
	width:20%;
	border:#CCC 1px solid;
}
.history dd table td{
	padding:1%;
	border:#CCC 1px solid;
}
.history dd table td img{
	width:30%;
	margin-right:2%;
}
.history .kanako{
	font-size:18px;
	font-weight:bold;
}
/*お申込　お問合せ---------------------------------------------------------------------------*/
.contact .box_contact{
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	border:#CCC 1px dashed;
	padding:2%;
	margin-bottom:25px;
}
.contact dl{
	border:#CCC 1px solid;
	padding:1%;
	background-color:#333;
}
.contact dt{
	background-color:#0B0464;
	color:#FFF;
	padding:3px;
	padding-left:10px;
}
.contact h3{
	font-family:"Times New Roman", Times, serif;
	margin-bottom:30px;
	font-style:italic;
	text-align:center;
	font-size:36px;
}
.contact .ticket table{
	width:60%;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	margin-bottom:30px;
}
.contact .ticket table th{
	width:80%;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	border:#FFF 1px solid;
}
.contact .ticket table td{
	text-align:center;
	color:#FFF;
	border:#FFF 1px solid;
	margin-bottom:30px;
}

.contact .parson table{
	width:60%;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	margin-bottom:30px;
	margin-top:30px;
}
.contact .parson table th{
	width:20%;
	text-align:left;
	background-color:#666;
	color:#FFF;
	font-weight:normal;
	padding:1%;
	border:#FFF 1px solid;
}
.contact .parson table td{
	text-align:left;
	color:#FFF;
	border:#FFF 1px solid;
	padding:1%;
}

.contact .parson table input[type="text"]{
	width:70%;
	height:30px;
}
.contact .parson table .post input[type="text"]{
	width:20%;
	height:30px;
}
.contact .parson  table .add textarea {
width: 90%;
height: 5em;
}
.contact .parson  table .comment textarea {
width: 90%;
height: 10em;
}
.contact input[type="submit"]{
	width:400px;
	border:#FFF 1px solid;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */
	background: linear-gradient(#000, #061F6F);
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#FFF;;
	padding:6px;
	margin-top:30px;
	margin-bottom:30px;
	display:block;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
}
/*コンペティション---------------------------------------------------------------------------*/
.compe .box1{
	width:80%;
	margin-top:50px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	border-top:#FFF 3px solid;
	border-bottom:#FFF 3px solid;
	padding-top:30px;
	padding-bottom:30px;
	font-size:16px;
}
.compe .box1 table{
	width:100%;
	border-collapse:collapse;
}
.compe .box1 table th{
	padding:1%;
	text-align:left;
	width:10%;
}
.compe .box1 table td{
	padding:1%;
}
.compe .box1 table td a{
	color:#1B94F8;
	text-decoration:underline;
}
.compe a .bt_compe{
width:100%;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:16px;
	padding-top:15px;
	padding-bottom:15px;
	border:2px #FFF solid;
	background-color: #B50F3E;
	color:#FFF;
	box-shadow: 2px 2px 2px #666;
	font-weight:bold;
}
	
/*===================================================================================================================================*/
.box_index3{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:20px;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	border-top:#FFF 1px dotted;
	border-bottom:#FFF 1px dotted;
	font-size:14px;
}
.compe img{
	display:block;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
.footer {
	padding-top:20px;
	padding-bottom:10px;
	font-size:12px;
	margin-top:30px;
	background-color:#333;
	color:#FFF;
}
.footer img{
	width:250px;
	float:right;
}
.footer a:link{
	color:#FFF;
}
.footer a:hover{
	color:#FFF;
}
.footer a:visited{
	color:#FFF;
}

.footer .copyright{
	padding-top:10px;
	width:50%;
	float:right;
}

.footer ul {
	float: left;
	width: 180px;
	text-align:left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	height:140px;
}
.footer ul li {
	margin-bottom: 10px;
	padding: 0px;
	margin-left: 0px;
	list-style-type: none;
	height:18px;
	border-bottom:#CCC 1px dotted;
}




}
/*===============================================
●タブレット用ワイド設定 
===============================================*/
@media only screen and (min-width: 651px) and (max-width: 1100px){
	.noview-tb{
	display:none;
}
html,body {
	margin:0;
	padding:0;
	height:100%;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.0em;
	color: #FFF;
	overflow-y: scroll;
	overflow-x: hidden;
	position:relative;
	line-height:180%;
    left: 0;
    overflow-x: hidden;
	background-color:#000;

}
.document {
	width:98%;
	margin-left:auto;
	margin-right:auto;
}
a{
	color: #FFF;
	text-decoration: none;
}
img { 
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width:100%;
}
a img  {
	border:none;
}

ul {
	list-style:none;
}
.ie7 body{
	overflow:hidden;
}
.clear{
	clear: both;
}

.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

h2 {
	border-top:#E3A216 1px solid;
	border-bottom:#E3A216 1px solid;
	font-size:25px;
	color:#E3A216;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	font-family:"Times New Roman", Times, serif;
	margin-top:20px;
	margin-bottom:30px;
	font-style:italic;
	text-align:center;
}	
.img_right{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.img_left{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.header {
	width:100%;
	background-image:url(images/common/bg_li2.png);
	
}
.header h1{
	margin:0;
	margin-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	float:right;
	width:60%;
	padding-top:5px;
}
.header h1 img{
	width:100%;
}

/*===================================================================================================================================*/


/*スケジュール---------------------------------------------------------------------------*/
.schedule .select table{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:80px;
	border:#FFF 1px solid;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:20px;
	text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px,
             #000 1px -1px 1px, #000 -1px -1px 1px;
}
	
.schedule .select table td{
	text-align:center;
	padding:1%;
	width:50%
}
.schedule .select table td a{
	display:block;
}
.schedule .select table td a:hover{
	background-color:#0B0464;
}
.schedule .select table td:nth-child(1){
	background-color:#666;
}
.schedule .select table td:nth-child(2){
	background-color:#999;
}
.schedule h3{
	font-family:"Times New Roman", Times, serif;
	margin-bottom:30px;
	font-style:italic;
	text-align:center;
	font-size:36px;
}
.schedule .box_title{
	background-image:url(images/schedule/cg01.png);
	background-position:center;
	background-repeat:no-repeat;
	height:150px;
	margin-bottom:50px;
}
.schedule .data table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:50px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.schedule .data td:nth-child(1){
	width:100%;
	display:block;
	text-align:center;
	background-color:#061F6F;
	color:#FFF;
	font-weight:900;
	font-size:20px;
	line-height:150%;
	padding-top:15px;
}
.schedule .data td .yobi{
	font-size:16px;
	font-weight:500;
}
.schedule .data td:nth-child(2){
	width:100%;
	display:block;
}
.schedule .data td:nth-child(2) img{
	width:40%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.schedule .data td:nth-child(3){
	background-color:#333;
	width:98%;
	display:block;
	padding:1%;
	vertical-align:top;
}
.schedule .data td:nth-child(3) a:hover{
	color:#00F;
}
.schedule .data td:nth-child(4){
	background-color:#333;
	width:98%;
	display:block;
	vertical-align:top;
	padding-bottom:30px;
}
.schedule .data td:nth-child(4) a .bt_detail{
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
	background: linear-gradient(#000, #061F6F);
	text-align:center;
	padding:10px;
	margin-top:20px;
	font-weight:bold;
	border-top:#666 1px solid;
	border-left:#666 1px solid;
	border-bottom:#000 1px solid;
	border-right:#000 1px solid;
	width:60%;
	font-size:18px;
	margin-left:auto;
	margin-right:auto;
}
.schedule .data td:nth-child(4) a:hover .bt_detail{
	background: linear-gradient(#000, #1502B5);
}
/*スケジュール詳細---------------------------------------------------------------------------*/

.schedule2 h3{
	font-family:"Times New Roman", Times, serif;
	margin-bottom:30px;
	font-style:italic;
	text-align:center;
	font-size:36px;
}
.schedule2 .box_title{
	background-image:url(images/schedule/cg01.png);
	background-position:center;
	background-repeat:no-repeat;
	height:150px;
	margin-bottom:50px;
}
.schedule2 table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:50px;
}
.schedule2 td:nth-child(1){
	width:20%;
	text-align:center;
	background-color:#061F6F;
	color:#FFF;
	font-weight:900;
	font-size:24px;
	line-height:200%;
	border-right:#000 5px solid;
}
.schedule2 td:nth-child(1) img{
	width:90%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.schedule2 td .yobi{
	font-size:20px;
	font-weight:500;
}
.schedule2 td:nth-child(2){
	background-color:#333;
	padding:10px;
	vertical-align:top;
}

.schedule2 td:nth-child(2) .map{
	border:#FFF 1px solid;
	padding:3%;
}
.schedule2 td:nth-child(2) .photo img{
	width:100px;
	float:left;
	margin-right:3%;
	padding:0.2%;
	background-color:#FFF;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
}
.schedule2 td:nth-child(2) .comment{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	border-top:#FFF 3px solid;
	border-bottom:#FFF 3px solid;
	padding-top:25px;
	padding-bottom:25px;
	margin-top:50px;
	margin-bottom:20px;
}
.schedule2 a .bt_contact{
	background: linear-gradient(#000, #666);
	padding:10px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	border-top:#FFF 1px solid;
	border-left:#FFF 1px solid;
	border-bottom:#CCC 1px solid;
	border-right:#CCC 1px solid;
}
.schedule2 a:hover .bt_contact{
	background: linear-gradient(#000, #020876);
}
/*プロフィール---------------------------------------------------------------------------*/
.profile dl{
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	padding:0.5%;
	background: linear-gradient(#666, #333);
}

.profile dl dl{
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	padding:2%;
	margin:0;
	background: linear-gradient(#000, #666);
}
.profile dt{
	font-weight:bold;
	font-size:25px;
	margin-bottom:30px;
}
.profile dt .katagaki{
	font-weight:normal;
	font-size:18px;
}
.profile dl img{
	width:250px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	border-top:#CCC 1px solid;
	border-left:#CCC 1px solid;
	border-bottom:#666 1px solid;
	border-right:#666 1px solid;
}
/*ヒストリー---------------------------------------------------------------------------*/
.history dl{
	margin:0;
	padding:0;
	margin-bottom:50px;
}
.history dt{
	background-color:#061F6F;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	margin-bottom:15px;
}
.history dd{
	margin-left:0;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
.history h4{
	border:#666 1px solid;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}
.history  li{
	list-style:square;
	margin-bottom:10px;
}
.history dd table{
	width:100%;
	border-collapse:collapse;
}
.history dd table th{
	background-color:#333;
	padding:1%;
	text-align:left;
	border:#FFF 1px solid;
	width:20%;
	border:#CCC 1px solid;
}
.history dd table td{
	padding:1%;
	border:#CCC 1px solid;
}
.history dd table td img{
	width:30%;
	margin-right:2%;
}
.history .kanako{
	font-size:18px;
	font-weight:bold;
}
/*お申込　お問合せ---------------------------------------------------------------------------*/
.contact .box_contact{
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	border:#CCC 1px dashed;
	padding:2%;
	margin-bottom:25px;
}
.contact dl{
	border:#CCC 1px solid;
	padding:1%;
	background-color:#333;
}
.contact dt{
	background-color:#0B0464;
	color:#FFF;
	padding:3px;
	padding-left:10px;
}
.contact h3{
	font-family:"Times New Roman", Times, serif;
	margin-bottom:30px;
	font-style:italic;
	text-align:center;
	font-size:36px;
}
.contact .ticket table{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	margin-bottom:30px;
}
.contact .ticket table th{
	width:80%;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	border:#FFF 1px solid;
}
.contact .ticket table td{
	text-align:center;
	color:#FFF;
	border:#FFF 1px solid;
	margin-bottom:30px;
}

.contact .parson table{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	margin-bottom:30px;
	margin-top:30px;
}
.contact .parson table th{
	width:20%;
	text-align:left;
	background-color:#666;
	color:#FFF;
	font-weight:normal;
	padding:1%;
	border:#FFF 1px solid;
}
.contact .parson table td{
	text-align:left;
	color:#FFF;
	border:#FFF 1px solid;
	padding:1%;
}

.contact .parson table input[type="text"]{
	width:70%;
	height:30px;
}
.contact .parson table .post input[type="text"]{
	width:20%;
	height:30px;
}
.contact .parson  table .add textarea {
width: 90%;
height: 5em;
}
.contact .parson  table .comment textarea {
width: 90%;
height: 10em;
}
.contact input[type="submit"]{
	width:400px;
	border:#FFF 1px solid;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */
	background: linear-gradient(#000, #061F6F);
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#FFF;;
	padding:6px;
	margin-top:30px;
	margin-bottom:30px;
	display:block;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
}
/*コンペティション---------------------------------------------------------------------------*/
.compe .box1{
	width:100%;
	margin-top:50px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	border-top:#FFF 3px solid;
	border-bottom:#FFF 3px solid;
	padding-top:30px;
	padding-bottom:30px;
	font-size:16px;
}
.compe .box1 table{
	width:100%;
	border-collapse:collapse;
}
.compe .box1 table th{
	padding:1%;
	text-align:left;
	width:10%;
}
.compe .box1 table td{
	padding:1%;
}
.compe .box1 table td a{
	color:#1B94F8;
	text-decoration:underline;
}
.compe a .bt_compe{
width:100%;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:16px;
	padding-top:15px;
	padding-bottom:15px;
	border:2px #FFF solid;
	background-color: #B50F3E;
	color:#FFF;
	box-shadow: 2px 2px 2px #666;
	font-weight:bold;
}
/*===================================================================================================================================*/
.box_index3{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:20px;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	border-top:#FFF 1px dotted;
	border-bottom:#FFF 1px dotted;
	font-size:14px;
}
.compe img{
	display:block;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
.footer {
	padding-top:20px;
	padding-bottom:10px;
	font-size:12px;
	margin-top:30px;
	background-color:#333;
	color:#FFF;
}
.footer img{
	width:250px;
	float:right;
}
.footer a:link{
	color:#FFF;
}
.footer a:hover{
	color:#FFF;
}
.footer a:visited{
	color:#FFF;
}

.footer .copyright{
	padding-top:10px;
	width:30%;
	float:right;
}


.footer a:link {
	color: #FFF;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #FFF;
}


dl #acMenu_footer{
	width:100%;
}
#acMenu_footer dt{
	display:block;
	width:100%;
	cursor:pointer;
	margin-bottom:10px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;


	}
#acMenu_footer dd{
	background-color:#333;
	color:#FFF;
	width:100%;
	display:none;
	margin:0;
	padding:0;
	}
#acMenu_footer dd ul {
	width: 100%;
	text-align:center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#acMenu_footer dd ul a:visited {
	text-decoration: none;
	color: #FFF;
}

#acMenu_footer dd ul li {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 0px;
	margin-left: 0px;
	list-style-type: none;
}




}




/*===============================================
●スマホ設定 画面の横幅が650px以下
===============================================*/
@media print, screen and  (max-width: 650px){
.noview-sp{
	display:none;
}
html,body {
	margin:0;
	padding:0;
	height:100%;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.0em;
	color: #FFF;
	overflow-y: scroll;
	overflow-x: hidden;
	position:relative;
	line-height:180%;
    left: 0;
    overflow-x: hidden;
	background-color:#000;

}
.document {
	width:98%;
	margin-left:auto;
	margin-right:auto;
}
a{
	color: #FFF;
	text-decoration: none;
}
img { 
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width:100%;
}
a img  {
	border:none;
}

ul {
	list-style:none;
}
.ie7 body{
	overflow:hidden;
}
.clear{
	clear: both;
}

.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

h2 {
	border-top:#E3A216 1px solid;
	border-bottom:#E3A216 1px solid;
	font-size:25px;
	color:#E3A216;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	font-family:"Times New Roman", Times, serif;
	margin-top:20px;
	margin-bottom:30px;
	font-style:italic;
	text-align:center;
}	
.img_right{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.img_left{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.header {
	width:100%;
	background-image:url(images/common/bg_li2.png);
	
}
.header h1{
	margin:0;
	margin-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	float:right;
	width:60%;
	padding-top:5px;
}
.header h1 img{
	width:100%;
}

/*===================================================================================================================================*/


/*スケジュール---------------------------------------------------------------------------*/
.schedule .select table{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:80px;
	border:#FFF 1px solid;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:20px;
	text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px,
             #000 1px -1px 1px, #000 -1px -1px 1px;
}
	
.schedule .select table td{
	text-align:center;
	padding:1%;
	width:50%
}
.schedule .select table td a{
	display:block;
}
.schedule .select table td a:hover{
	background-color:#0B0464;
}
.schedule .select table td:nth-child(1){
	background-color:#666;
}
.schedule .select table td:nth-child(2){
	background-color:#999;
}
.schedule h3{
	font-family:"Times New Roman", Times, serif;
	margin-bottom:30px;
	font-style:italic;
	text-align:center;
	font-size:36px;
}
.schedule .box_title{
	background-image:url(images/schedule/cg01.png);
	background-position:center;
	background-repeat:no-repeat;
	height:150px;
	margin-bottom:50px;
}
.schedule .data table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:50px;
}
.schedule .data td:nth-child(1){
	width:100%;
	display:block;
	text-align:center;
	background-color:#061F6F;
	color:#FFF;
	font-weight:900;
	font-size:20px;
	line-height:150%;
	padding-top:15px;
}
.schedule .data td .yobi{
	font-size:16px;
	font-weight:500;
}
.schedule .data td:nth-child(2){
	width:100%;
	display:block;
}
.schedule .data td:nth-child(2) img{
	width:60%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.schedule .data td:nth-child(3){
	background-color:#333;
	width:98%;
	display:block;
	padding:1%;
	vertical-align:top;
}
.schedule .data td:nth-child(3) a:hover{
	color:#00F;
}
.schedule .data td:nth-child(4){
	background-color:#333;
	width:98%;
	display:block;
	vertical-align:top;
	padding-bottom:30px;
}
.schedule .data td:nth-child(4) a .bt_detail{
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
	background: linear-gradient(#000, #061F6F);
	text-align:center;
	padding:3px;
	margin-top:20px;
	font-weight:bold;
	border-top:#666 1px solid;
	border-left:#666 1px solid;
	border-bottom:#000 1px solid;
	border-right:#000 1px solid;
}
.schedule .data td:nth-child(4) a:hover .bt_detail{
	background: linear-gradient(#000, #1502B5);
}
/*スケジュール詳細---------------------------------------------------------------------------*/

.schedule2 h3{
	font-family:"Times New Roman", Times, serif;
	margin-bottom:30px;
	font-style:italic;
	text-align:center;
	font-size:36px;
}
.schedule2 .box_title{
	background-image:url(images/schedule/cg01.png);
	background-position:center;
	background-repeat:no-repeat;
	height:150px;
	margin-bottom:50px;
}
.schedule2 table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:50px;
}
.schedule2 td:nth-child(1){
	width:100%;
	display:block;
	text-align:center;
	background-color:#061F6F;
	color:#FFF;
	font-weight:900;
	font-size:20px;
	line-height:150%;
	padding-top:15px;
}
.schedule2 td:nth-child(1) img{
	display:none;
}
.schedule2 td .yobi{
	font-size:16px;
	font-weight:500;
}
.schedule2 td:nth-child(2){
	width:100%;
	display:block;
	background-color:#333;
	padding:1%;
	vertical-align:top;
}

.schedule2 td:nth-child(2) .map{
	border:#FFF 1px solid;
	padding:3%;
}
.schedule2 td:nth-child(2) .photo img{
	width:100px;
	float:left;
	margin-right:3%;
	padding:0.2%;
	background-color:#FFF;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
}
.schedule2 td:nth-child(2) .comment{
	width:100%;
	border-top:#FFF 3px solid;
	border-bottom:#FFF 3px solid;
	padding-top:25px;
	padding-bottom:25px;
	margin-top:50px;
	margin-bottom:20px;
}
.schedule2 p{
	word-break: break-all;
}
.schedule2 a .bt_contact{
	background: linear-gradient(#000, #666);
	padding:10px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	border-top:#FFF 1px solid;
	border-left:#FFF 1px solid;
	border-bottom:#CCC 1px solid;
	border-right:#CCC 1px solid;
}
.schedule2 a:hover .bt_contact{
	background: linear-gradient(#000, #020876);
}
/*プロフィール---------------------------------------------------------------------------*/
.profile dl{
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	padding:0.5%;
	background: linear-gradient(#666, #333);
}

.profile dl dl{
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	padding:2%;
	margin:0;
	background: linear-gradient(#000, #666);
}
.profile dt{
	font-weight:bold;
	font-size:25px;
	margin-bottom:30px;
}
.profile dt .katagaki{
	font-weight:normal;
	font-size:14px;
}
.profile dd{
	margin-left:0;
}
.profile dl img{
	display:block;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	border-top:#CCC 1px solid;
	border-left:#CCC 1px solid;
	border-bottom:#666 1px solid;
	border-right:#666 1px solid;
}
/*ヒストリー---------------------------------------------------------------------------*/
/*ヒストリー---------------------------------------------------------------------------*/
.history dl{
	margin:0;
	padding:0;
	margin-bottom:50px;
}
.history dt{
	background-color:#061F6F;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	margin-bottom:15px;
}
.history dd{
	margin-left:0;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
.history h4{
	border:#666 1px solid;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}
.history  li{
	list-style:square;
	margin-bottom:10px;
}
.history dd table{
	width:100%;
	border-collapse:collapse;
}
.history dd table th{
	display:block;
	background-color:#333;
	padding:1%;
	text-align:left;
	width:97%;
	border:#CCC 1px solid;
}
.history dd table td{
	display:block;
	padding:1%;
	border:#CCC 1px solid;
	width:97%;
	margin-bottom:30px;
}
.history dd table td img{
	display:block;
	width:80%;
	margin-right:2%;
	margin-left:auto;
	margin-right:auto;
}
.history .kanako{
	font-size:18px;
	font-weight:bold;
}
/*お申込　お問合せ---------------------------------------------------------------------------*/
.contact .box_contact{
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	border:#CCC 1px dashed;
	padding:2%;
	margin-bottom:25px;
}
.contact dl{
	padding:1%;
	background-color:#333;
}
.contact dt{
	background-color:#0B0464;
	color:#FFF;
	padding:3px;
	padding-left:10px;
}
.contact dd{
	margin-left:0;
}
.contact h3{
	font-family:"Times New Roman", Times, serif;
	margin-bottom:30px;
	font-style:italic;
	text-align:center;
	font-size:36px;
}
.contact .ticket table{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	margin-bottom:30px;
}
.contact .ticket table th{
	width:80%;
	text-align:center;
	background-color:#061F6F;
	color:#FFF;
	font-weight:bold;
	border:#FFF 1px solid;
}
.contact .ticket table td{
	text-align:center;
	color:#FFF;
	border:#FFF 1px solid;
	margin-bottom:30px;
}

.contact .parson table{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	margin-bottom:30px;
	margin-top:30px;
}
.contact .parson table th{
	width:98%;
	display:block;
	text-align:left;
	background-color:#666;
	color:#FFF;
	font-weight:normal;
	padding:1%;
	border:#FFF 1px solid;
}
.contact .parson table td{
	width:98%;
	display:block;
	text-align:left;
	color:#FFF;
	border:#FFF 1px solid;
	padding:1%;
	margin-bottom:25px;
}

.contact .parson table input[type="text"]{
	width:70%;
	height:30px;
}
.contact .parson table .post input[type="text"]{
	width:20%;
	height:30px;
}
.contact .parson  table .add textarea {
width: 90%;
height: 5em;
}
.contact .parson  table .comment textarea {
width: 90%;
height: 10em;
}
.contact input[type="submit"]{
	width:80%;
	border:#FFF 1px solid;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */
	background: linear-gradient(#000, #061F6F);
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#FFF;;
	padding:6px;
	margin-top:30px;
	margin-bottom:30px;
	display:block;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
}
/*コンペティション---------------------------------------------------------------------------*/
.compe .box1{
	width:100%;
	margin-top:50px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	border-top:#FFF 3px solid;
	border-bottom:#FFF 3px solid;
	padding-top:30px;
	padding-bottom:30px;
	font-size:16px;
}
.compe .box1 table{
	width:100%;
	border-collapse:collapse;
}
.compe .box1 table th{
	padding:1%;
	text-align:left;
	width:28%;
}
.compe .box1 table td{
	padding:1%;
}
.compe .box1 table td a{
	color:#1B94F8;
	text-decoration:underline;
}
.compe a .bt_compe{
	width:100%;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:16px;
	padding-top:15px;
	padding-bottom1:5px;
	border:2px #FFF solid;
	background-color: #B50F3E;
	color:#FFF;
	box-shadow: 2px 2px 2px #666; 
	margin-bottom:40px;
	font-weight:900;
}
/*===================================================================================================================================*/
.box_index3{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:20px;
	padding-top:50px;
	padding-bottom:30px;
	text-align:center;
	border-top:#FFF 1px dotted;
	border-bottom:#FFF 1px dotted;
	font-size:14px;
}
.compe img{
	display:block;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.footer {
	padding-top:20px;
	padding-bottom:10px;
	font-size:12px;
	margin-top:30px;
	background-color:#333;
	color:#FFF;
}
.footer img{
	width:250px;
	float:right;
}
.footer a:link{
	color:#FFF;
}
.footer a:hover{
	color:#FFF;
}
.footer a:visited{
	color:#FFF;
}

.footer .copyright{
	padding-top:10px;
	width:30%;
	float:right;
}


.footer a:link {
	color: #FFF;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #FFF;
}


dl #acMenu_footer{
	width:100%;
}
#acMenu_footer dt{
	display:block;
	width:100%;
	cursor:pointer;
	margin-bottom:10px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;


	}
#acMenu_footer dd{
	background-color:#333;
	color:#FFF;
	width:100%;
	display:none;
	margin:0;
	padding:0;
	}
#acMenu_footer dd ul {
	width: 100%;
	text-align:center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#acMenu_footer dd ul a:visited {
	text-decoration: none;
	color: #FFF;
}

#acMenu_footer dd ul li {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 0px;
	margin-left: 0px;
	list-style-type: none;
}

	
}