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




/*_________________________________________________schedule
*/


ul.schedule{
margin-top:40px
}

.schedule li{

	line-height: 1.5em;
	margin-top: 0.5em;
	padding-left: 1.5em;
	position:relative;
}




.schedule li:before {
	
	font-size: 1em;
	/*font-family: 'FontAwesome';
	content: "\f105";*/
	content: "■";
	color: #a9a9a9;
	display:block; 
	position:absolute; 

	left:0px; 

}




		
		/*schedule table*/

/* Table */

.timeTable-waku{
    width:95%;
    margin:auto;
}

.table-wrapper{
	margin-top: 40px;	
}


	table.schedule {
	margin: 1rem 0 2em 0;
	width: 100%;

	font-size: 90%;
	line-height: 1.3em;
	
	}

		table.schedule tbody tr {
    border: 1px solid #A4A4A4;
    /*	border-left: 0;
	border-right: 0;*/
    background-color: #E9E9E9;
		}

			table.schedule tbody tr:nth-child(2n + 1) {
/*	background-color: #FFF9DA;*/
			}

		table.schedule td {
			padding: 1rem 0.5rem !important;
            text-align: center;
          
		}

	
	
			table.schedule tbody tr td {
				border: solid 1px #A4A4A4; /*ボーダー*/
				border-left-width: 0;
				border-top-width: 0;
                color: #000;
			}
			
			.td-blue {
    background-color: #1DA2BB;
    color: #fff !important;
    text-align: center;
    font-weight: bold;           
			}
			
			.td-red {
	background-color: #E9143D;
		color: #fff !important;
	text-align: center;
			}

			.td-title{
	font-size: 100%;
	display: block;
	margin-bottom: 0.1em;
			}
			
			.td-en{
    color: hsla(0,0%,40%,1.00);
    font-size: 80%;
    display: block;
    /*	border-bottom: 1px solid hsla(0,0%,36%,1.00);*/
    /*margin-bottom: 0.6em;*/
    margin-top: 0px;
/*    padding-bottom: 0.5em;*/
    line-height: 1.3em;
			}
			
	.td-hall1{
    text-align: center;
    background-color: hsla(0,0%,84%,1.00);
    line-height: 1.3em;
			
	}

.td-hall2{
	text-align: center;
	background-color: #E9143D;
	line-height: 1.3em;
	color: #fff !important;
	font-weight: bold;
	font-size: 120%;
	}
	
	
	.td-whall1{
    background-color: hsla(0,0%,100%,1.00);
    
	}

.star{
    font-size: 1.2em;
    color: #E20068;
    top: 0px;
	margin-top:0.5rem;  
    line-height: 1rem;
}

	
			
	.button-schedule{
	font-size: 70%;
	padding-top: 0.2em;
	padding-right: 0.4em;
	padding-bottom: 0.1em;
	padding-left: 0.4em;
	border: 1px solid #950053;
	margin-top: 0em;
	margin: 0em;
	margin-bottom: 0.2em;
	margin-right: 0em;
	min-width: 0%;
	background-color: #000;
	color: #E9143D !important;
}		

.button-schedule:hover{
	color: #fff !important;
	background-color: #580032;
	border: 1px solid #950053;
}


.los_logo{
	position: relative;
	max-width: 230px;
}





@media (max-width: 768px) {
    
    .timeTable-waku{
    width:100%;
    margin:auto;
}

   	table.schedule td {
			padding: 0.5rem 0.2rem !important;
            text-align: center;
          
		} 
    
    .td-blue,
    .td-red,
    .td-hall1{
    font-size: 80%!important;
    font-weight: bold;
    }
    
    .td-title{
	font-size: 90%!important;
			}
    
    
    .td-en{
    color: hsla(0,0%,40%,1.00);
    font-size: 70%; 
    }
}

