@charset "UTF-8";


/* movie */
@media screen and (max-width: 640px) {
    .movie_iframe iframe {
		max-width:100%;
        height:auto;
    }
}

@media screen and (min-width: 641px), print {
		.movie_iframe iframe {
		max-width:100%;
        max-height:100%;
    }
}

@media screen and (min-width: 641px), print {
	

.business_table table{
	width:100%;
}

.business_table td{
	width:25%;
	text-align:center;
}

}

@media screen and (max-width: 640px) {

	.business_table tbody tr {
	  display: block;
	}
	.business_table tbody td {
	  display: block;
	  box-sizing: border-box;
	margin-bottom:10px;
	text-align:center;
	}
	.business_table tbody td:after {
	  content: '';
	  display: block;
	  clear: both;
	}
	
}

