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


/*
——————————event——————————
*/
iframe {
	width:100%; 
	padding:0;
	}
	
#event_table { 
width:100%; 
margin:0;padding:0;
text-align:left;
	font-size: 14px;
}

#event_table th { 
border-bottom:dashed thin #CCC;
padding:4px;
	color: #fff;
}

#event_table td { 
border-bottom:dashed thin #CCC;
padding:10px 4px 4px 10px; 
line-height:1.8em;
}

#event_table p {
	color: #fff;
}

#event_table a {
	text-decoration: none;
	color: #fff;
}

#event_table a:hover {
	color: orange;
}

@media screen and (max-width:599px) {
    /*SmartPhone*/
#event_table th {
		display: block;
	}
	
#event_table td {
		display: block;
	}
}