@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(http://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/*===============================================
画面の横幅が769px以上（パソコン用）
===============================================*/

@media screen and (min-width: 769px){


/**********************************************/
/*******************body***********************/
/*********************************************/	
	
body{
		width: 100%;
		height: auto;
		margin: 0 auto;
		color: #fff;
	    line-height: 150%;
	   
	}

.cover{
		width: 1200px;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
		clear: both;
	}	
	
.bk_g{
		background: url(../img/top/bk2.png);
		background-repeat: no-repeat;
		background-position: center;
	    background-attachment: fixed;
    	background-color: hsla(0,0%,0%,1.00); 
	}
		
	a { color: white;
		text-decoration: underline;
	}
/**********************************************/
/********************scroll*******************/
/*********************************************/	

.scrollbar_none::-webkit-scrollbar{
    display:none;
}

	
/*	
ul::-webkit-scrollbar {
    width: 10px;
}
ul::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
*/
	
.container{
  width: 80%;
  height: 50px;
  overflow: auto;
}

.inner{
	width: 760px;
	height: 120px;
	overflow-y: scroll
	}	

	
/**********************************************/
/*********************span*********************/
/*********************************************/		
	

h2 {
    overflow: hidden;
    text-align: center;
}

h2 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}

h2 span:before,
h2 span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

h2 span:before {
    right: 100%;
}

h2 span:after {
    left: 100%;
}
	
/**********************************************/
/*****************header_navi*****************/
/*********************************************/	

.top_header{
	width: 240px;
   	height: 100%;
	/*height: 100vh;*/
    /*overflow-y: auto;*/
    position: absolute;
	padding: 25px;
	float: left;
    /*top: 0;
    left: 0;*/
	/*background: #FFF;*/
	background: hsla(0,0%,12%,0.90);
	/*box-shadow: 0 0 8px grey;*/
	z-index: 1000;
	}
	
.header_1{
	width: 240px;
   	height: 100%;
	/*height: 100vh;*/
    /*overflow-y: auto;*/
    /*position: absolute;*/
	padding: 25px;
    /*top: 0;
    left: 0;*/
	/*background: #FFF;*/
	background: hsla(0,0%,12%,0.90);
	/*box-shadow: 0 0 8px grey;*/
	z-index: 1000;
}

.header_navi{
	margin: 20px 0;
	}

.navi_1{
		margin-bottom: 20px;
	}

.navi_1 a{
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}
	
.link_1{
		margin-bottom: 20px;
	}
	
.link_1 a:hover,img.overwhite{
	cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
	}

	
	
/**********************************************/
/*******************wrapper*******************/
/*********************************************/	

.img_cover1{
	width: 100%;
	height: auto;
	margin: 2% auto;
	text-align: center;
	}	
	
	
.main_content{
	width: 100%;
	height: auto;
	position: absolute;
	/*top: 0;*/
	left: 240px;
	float: left;
    /*margin: 0 0 0 240px;*/
	}

.main_content2{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	/*left: 230px;*/
    margin: 0 0 0 240px;
    max-width: 1600px;
	}	

.main_cover{
	width: 840px;
	height: auto;
	margin: 29px 0px 30px 45px;
	background: hsla(0, 0%, 38.4%, 0.7);
	}	
	
.main_cover_photo{
	width: 920px;
	height: auto;
	margin: 29px 0px 30px 30px;
	background: hsla(0, 0%, 38.4%, 0.7);
	padding: 15px;
    overflow: hidden;
	background-image: url(../img/bord.jpg);
	}		
	
	
.regisration,.wanted,.official,.ticket,.schedule,.news{
	width: 100%;
	height: auto;
    position: relative;
    overflow: hidden;
	padding: 2%;
	}		
	
.regisration_cover,.wanted_cover,.ticket_cover,
	.official_cover,.schedule_cover,.news_cover{
	/*position: absolute;*/
	width: 100%;
	height: auto;
	margin: 2%;
	}
	
.title_regisration,.title_wanted,.title_ticket,
	.title_official,.title_schedule,.title_news{
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	}
	
.news_cover{
	width: 780px;
	height:auto;
	background: hsla(0,0%,100%,0.70);
	padding: 2%;
		}

.news_memo{
		margin: 2% 0;
	}	
	
.coment_1{
	width: 50%;
	height: auto;
	float: left;
	}

.img_1{
	width: 50%;
	height: auto;
	float: left;
	}

.schedule_1{
	width: 33%;
	margin: 0px 0px 58px 0px;
	float: left;
	text-align: center;
	}	

.schedule_1 a{
	color: #fff;
	text-decoration: none;
	}
	
.news_memo a{
	color:hsla(0,0%,15%,1.00);
	text-decoration: none;
	}	

.t_font{
	font-size: 0.4em;
	}	

.img_slider{
	width: 100%;
	height: auto;
	margin: 0 auto;
	}
	
.schedule_cover	{
	position: relative;	
	overflow: hidden;
	clear: both;
	}

.item_cover{
	width: 100%;
	height: auto;
	margin: 2% 0;
	}
　 	
	
/**********************************************/
/***************下層ページlayout****************/
/*********************************************/	

.center{
	margin-top: 2%;
	}
	
.entry{
	margin: 2% auto;
	}	
	
.main_title{
	width: 790px;
    margin: 40px 0px 0px 65px;
}


table , td, th {
	border: 1px solid #fff;
	border-collapse: collapse;
}
td, th {
	padding: 2%;
}

.title_schedule1{
	width: 20%;
	}
	
.title_schedule2{
	width: 80%;
	}		



.poster_1{
	width: 30%;
	height: auto;
	margin: 2% auto;
	}

	.round_girl_table {
	 width: 730px;
     margin: 0 auto;
	}	
	
	.round_girl_img {
		width: 60%;
		height: auto;
		margin: 2% 20%;
	}
	
	.official_rule_table {
	 width: 750px;
     margin-bottom: 60px;
	}		
	
	/** チケットの購入ページの電話番号**/
	.t-tel-font {
		font-size: 28px;
		font-weight: bold;
		margin-top: 30px;
		text-align: center;
	}
	/** チケットの購入ページの電話番号**/
	.ticket-banar {
		width: 75%;
		height: auto;
		margin: 0% 12.5%;
	}
	
	textarea {
		width: 80%;
	}
	.textfeed {
		width: 80%;
	}
	
	
/*大会写真ページ　（ライトボックス） PC
---------------------------------------------------------------------------*/

	.eventpage-top {
	float: left;
	margin: 20px 30px 20px 52px;
	}	
	
.Thumbnail_position {
    margin: 5px;
    float: left;
}

.Thumbnail_position_C {
    margin: 0px 24px 5px 25px;
    float: left;
}
	
.Thumbnail_positionB {
    margin: 0px 0px 35px 0px;
    float: left;
}

.Thumbnail_position_BC {
    margin: 0px 24px 35px 25px;
    float: left;
}	

/****　大会写真切り替え　TAB　　　***/		
	#main_cover_photo_tab {
	width: 920px;
	height:auto;
	float: left;
	margin-left: 29px;
	margin-top: 17px;	

	}　
	#main_cover_photo_tab ul {
	list-style: none;
		
	}
	#main_cover_photo_tab ul li {
	float: left;
	border: solid 1px #959595;
	border-radius: 5px;
	width: 220px;
	text-align: center;
	margin: 0px 5px;
	}
	#main_cover_photo_tab ul li a {
    display: block;
	text-decoration: none;
	color: hsl(0, 1.7%, 76.9%);
	padding: 5px 15px 5px 15px;	
	}
	#main_cover_photo_tab ul li a:hover {
    display: block;
	text-decoration: none;
	color: hsla(60,100%,50%,1.00);
	background-color: hsla(0,0%,0%,0.70);
	padding: -2px;
	font-weight: bold;
	border-radius: 5px;	
	}

	
.fremA {
	margin-bottom: 45px;
	float: left;
}	

/****　大会写真ページ　タイトル　***/	
    .fremA_title_box{
	width: 99%;
	float: left;
	border-radius: 5px;	
	padding-left: 2%;
   
		
	}
	p.fremA_title {
	font-size: 25px;
	font-weight: bold;
	float: left;
	margin-right: 20px;
	font-family: "Sawarabi Mincho";
	text-shadow: 1px 2px 2px #111010;	
	}
	p.fremA_sub_title {
	float: left;
	margin-right: 10px;
	font-weight: bold;
	margin-top: 10px;
	font-family: 'Noto Sans JP','メイリオ',Meiryo,sans-serif;		
	}
	p.fremA_sub_text {
	float: left;
	margin-right: 10px;
	margin-top: 13px;
	font-family: 'Noto Sans JP','メイリオ',Meiryo,sans-serif;		
	}
	
	.arrow_box{
    position:relative;
    width:230px;
    background:#FF7B1E;
    padding:10px;
    text-align:center;
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	padding: 5px 15px 5px 15px;		
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.arrow_box:after{
    border-color: rgba(255, 123, 30, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FF7B1E;
}
.arrow_box:before{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    border-top-color:#FFFFFF;
}
	
/**********************************************/
/*****************footer_navi******************/
/*********************************************/	
	
footer{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: hsla(0,0%,18%,1.00);
	color: hsla(0,0%,93%,1.00);
	}
	
	.copyright{
	padding: 6px 0;
	text-align: center;
	float: unset;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #0f0f0f80;
	height: 29px;
	font-size: 12px;
	}	
	
/**********************************************/
/*******************content*******************/
/*********************************************/	

.page_top{
		position: fixed;
		right: 2%;
		bottom: 2%;
		padding: 20px;
		color: #FFF;
		background-color: hsla(0,0%,0%,0.70);
		border-radius: 10px;/*角の丸み*/
	}

.navToggle{
	display: none;
	}


/**********************************************/
/*****************footer_cover****************/
/*********************************************/		
	
.footer_cover{
		display: none;
	}

	
/**********************************************/
/*********************entry********************/
/*********************************************/	
	
#formWrap {
	width:700px;
	margin:0 auto;
	color:#FFF;
	line-height:120%;
	font-size:90%;
}
table.formTable {
	width:100%;
	margin:0 auto 30px auto;
	border-collapse:collapse;
}
table.formTable td, table.formTable th {
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th {
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

/** 改行　**/	
.br::before {
	content: "\A" ;
	white-space: pre ;
}	
	
}



/*===============================================
画面の横幅が768pxまで（タブレット用）
===============================================*/
@media screen and (max-width: 768px){

	
/**********************************************/
/********************body**********************/
/*********************************************/	
	
body{
		width: 100%;
		height: auto;
		margin: 0 auto;
		color: #fff;
	    font-size: 14px;
	    
	}

.cover{
		width: 100%;
		height: auto;
		margin: 0 ;
		position: relative;
		overflow: hidden;
		clear: both;
	}	
	
.bk_g{
	background-color: hsla(0,0%,0%,1.00); 
	}
		
	a { color: white;
		text-decoration: underline;
	}
/**********************************************/
/*****************header_navi*****************/
/*********************************************/	

.img_logo{
	width: 30%;
	height: auto;
	margin: 2%;
	}	
	
header{
	width:100%;
	height:auto;
	position: fixed;
	z-index: 999;
	margin:0 auto;
	/*overflow:hidden;*/
	display:block;
	background:hsla(0,0%,0%,0.80);
	
	/* box-shadow */
	box-shadow:0px 1px 7px -2px rgba(92,92,92,0.44);
	-moz-box-shadow:0px 1px 7px -2px rgba(92,92,92,0.44);
	-webkit-box-shadow:0px 1px 7px -2px rgba(92,92,92,0.44);

	/* border-radius */
	border-radius:0px 0px 0px 0px ;
	-moz-border-radius:0px 0px 0px 0px ;
	-webkit-border-radius:0px 0px 0px 0px ;
	}

.header_link,.header_sns{
	display: none;
	}
	
/*--------------------------------------------*/
/*----------------Toggle Button----------------*/
/*--------------------------------------------*/	

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
	
.navToggle {
    display: block;
    position:absolute;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
	
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
	
	
/**********************************************/
/*******************wrapper********************/
/*********************************************/		

.main_content{
	width: 100%;
	height: auto;
    margin: 0 auto;
	}	

.img_slider,.img_content{
	width: 100%;
	height: auto;
	margin: 0 auto;
	}
	
.slider{
		margin: 26% auto 0;
	}	

.main_cover {
    width: 96%;
	height: auto;
    margin: 3% 2%;
    background: hsla(0, 0%, 38.4%, 0.7);
}	

.main_title{
	margin: 0 2%;
	}	
	
/**********************************************/
/*********************span*********************/
/*********************************************/		
	

h2 {
    overflow: hidden;
    text-align: center;
}

h2 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}

h2 span:before,
h2 span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

h2 span:before {
    right: 100%;
}

h2 span:after {
    left: 100%;
}

/**********************************************/
/*******************content*******************/
/*********************************************/
	
.regisration,.wanted,.official,.ticket,.schedule,.news{
	width: 100%;
	height: auto;
    position: relative;
    overflow: hidden;
	padding: 2%;
	}		

.regisration_cover,.wanted_cover,.ticket_cover,
	.official_cover,.schedule_cover,.news_cover{
	margin: 2%;
	}
	
.title_regisration,.title_wanted,.title_ticket,
	.title_official,.title_schedule,.title_news{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	}
	
.news_cover{
	width: 96%;
	height:auto;
	background: hsla(0,0%,100%,0.70);
	padding: 2%;
	}

.news_memo{
		margin: 2% 0;
	}	
	

.schedule_1{
	width: 50%;
	margin: 2% auto;
	/*float: left;*/
	text-align: center;
	}	

.schedule_1 a{
	color: #fff;
	text-decoration: none;
	}
	
.news_memo a{
	color:hsla(0,0%,15%,1.00);
	text-decoration: none;
	}	

.t_font{
	font-size: 0.4em;
	}	

.img_slider{
	width: 100%;
	height: auto;
	margin: 0 auto;
	}
	
.schedule_cover	{
	position: relative;	
	overflow: hidden;
	clear: both;
	}

.item_cover{
	width: 100%;
	height: auto;
	margin: 2% 0;
	}	
	
.img_content{
	margin: 2% 0;
	}	
	
.img_item{
	width: 100%;
	height: auto;
	margin: 0 auto;
	}
		/** チケットの購入ページの電話番号**/
	.t-tel-font {
		font-size: 20px;
		font-weight: bold;
		margin-top: 30px;
		text-align: center;
	}
	/** チケットの購入ページの電話番号**/
	.ticket-banar {
		width: 75%;
		height: auto;
		margin: 0% 12.5%;
	}
	textarea {
		width: 95%;
	}
	.textfeed {
		width: 95%;
	}
/**********************************************/
/****************下層ページlayout***************/
/*********************************************/	

.underlayer_1{
	margin-top: 35%;	
	}

.poster_1{
	margin: 0 2% ;
	}
	
.list_1{
	margin: 3% 2% 0 2%;
	}

table , td, th {
	/*border: 1px solid #fff;*/
	border-collapse: collapse;
}

table{
	border-top:1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	}
	
td, th {
	padding: 2%;
	border-bottom: 1px solid #fff;
}

table, tbody, tr, th, td {
display: block;
}
	
.title_schedule1{
	width: 100%;
	}
	
.title_schedule2{
	width: 100%;
	}

.entry{
	margin: 2% auto;
	}		

.center{
	margin-top: 2%;
	}
	
	.label {
	background: hsla(0,0%,12%,0.75)	;
	}
	
	.round_girl_img {
	width: 100%;
	height: auto;
	margin: 2% auto;
	}
/**********************************************/
/********************scroll*******************/
/*********************************************/	

	
ul::-webkit-scrollbar {
    width: 10px;
}
ul::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}	

	
/*大会写真ページ　（ライトボックス） PC
---------------------------------------------------------------------------*/
	.eventpage-top {
	width: 100%;
	height: auto;
	margin-top: 10px;	
	}	
	
.Thumbnail_position { }

.Thumbnail_position_C {
    margin: 0px 24px 5px 25px;
    float: left;
}
	
.Thumbnail_positionB {
    margin: 0px 0px 35px 0px;
    float: left;
}

.Thumbnail_position_BC {
    margin: 0px 24px 35px 25px;
    float: left;
}	

/****　大会写真切り替え　TAB　　　***/		
	#main_cover_photo_tab {
	width: 100%;
	height:auto;
	float: left;
	margin-top: 17px;
	margin-bottom: 20px;	
	}　
	#main_cover_photo_tab ul {
	list-style: none;
		
	}
	#main_cover_photo_tab ul li {
	float: left;
	border: solid 1px #959595;
	border-radius: 5px;
	width: 23%;
	text-align: center;
	margin: 0px 1%;
	font-size: 11px;
	height: 60px;	
	}
	#main_cover_photo_tab ul li a {
    display: block;
	text-decoration: none;
	color: hsl(0, 1.7%, 76.9%);
	padding: 5px 15px 5px 15px;
	font-size: 11px;	
	}

	
.fremA {
	margin-bottom: 45px;
	float: left;
}	

/****　大会写真ページ　タイトル　***/	
    .fremA_title_box{
	width: 99%;
	float: left;
	border-radius: 5px;	
	padding-left: 2%;
   
		
	}
	p.fremA_title {
	font-size: 20px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	font-family: "Sawarabi Mincho";
	text-shadow: 1px 2px 2px #111010;	
	}
	p.fremA_sub_title {
	float: left;
	font-size: 13px;	
	margin-right: 5px;
	font-weight: bold;
	margin-top: 10px;
	font-family: 'Noto Sans JP','メイリオ',Meiryo,sans-serif;		
	}
	p.fremA_sub_text {
	float: left;
	font-size: 13px;	
	margin-right: 10px;
	margin-top: 13px;
	font-family: 'Noto Sans JP','メイリオ',Meiryo,sans-serif;		
	}
	
	.example-image {
	width: 46%;
	height: auto;
	margin: 2%;
	float: left;
	}
	
	
	.arrow_box{
    position:relative;
    width:230px;
    background:#FF7B1E;
    padding:10px;
    text-align:center;
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	padding: 5px 15px 5px 15px;		
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.arrow_box:after{
    border-color: rgba(255, 123, 30, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FF7B1E;
}
.arrow_box:before{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    border-top-color:#FFFFFF;
}
	
	
/**********************************************/
/*****************footer_navi******************/
/*********************************************/		

.page_top{
padding: 8px;
text-align: center;
color: #FFF;
background-color: hsla(0,0%,0%,0.70);
width: 41px;
height: 37px;
border: 1px solid hsla(0,0%,100%,1.00);
border-radius: 5px;
display: block;
position: fixed;
bottom: 3%;
right: 1%;
	
	}
	

	
.footer_cover{
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
	}
	.footer_cover img {
		width: 40%;
		height: auto;
		margin: 2% 5%;
		float: left;
	} 

	
footer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	color: hsla(0,0%,93%,1.00);
	}
	
.copyright{
	padding: 2% 0;
	text-align: center;
	}

/** 改行　**/	
.br_sp::before {
	content: "\A" ;
	white-space: pre ;
}		
	
}


/**********************************************/
/***************banner画像に関して**************/
/*********************************************/	

.img_1 a:hover,.schedule_1 a:hover{
	cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

