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

/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	index.html
--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.introTxt { margin-top: 12px; line-height: 2.4; }

#indexTable { margin-top: 65px; }
#indexTable th { vertical-align: middle; }
#indexTable td#tableLocationCell { padding-right: 0; }
#indexTable td#tableLocationCell > div { display: flex; justify-content: space-between; }
#indexTable td#tableLocationCell div .commonIframe { border: none; width: 63%; height: 205px; margin: 10px 0 10px 15px; }

@media screen and (max-width: 750px) {
    .introTxt { margin-top: 7px; line-height: 1.7; }
    #indexTable { margin-top: 27px; }
    #indexTable col.commonCol01 { width: 105px; }
    #indexTable th { padding: 13px; }
    #indexTable td { vertical-align: middle; padding-left: 8px; padding-right: 8px; }
    #indexTable td#tableLocationCell > div { display: block; }
    #indexTable td#tableLocationCell div .commonIframe { width: 100%; margin: 10px 0 0; }
}


