@charset "shift_jis";

/* Media Queries */
@media screen and (max-width: 760px){

/*-----------------------
Edit
-----------------------*/
#header    { display: none; } /* header */
#headerMap { display: none; } /* クリッカブルマップ */
#navi      { display: none; } /* グロナビ */
#pan       { display: none; } /* パンクズリスト */
#side_navi { display: none; } /* サイドナビ */
#title     { display: none; } /* ページタイトル */


/*-----------------------
Contents
-----------------------*/
#container { width: 100%; }
#main { width: 100%; float: none; }

#main_copy { width: 100%; height: auto; float: none; margin: 0; padding: 0px 10px; -webkit-box-sizing: border-box; box-sizing: border-box; }
#main_copy table td { display: block; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }
#main_copy table tr.form-finding td:last-child { display: none; }
#main_copy table tr.form-checkbox td input { width: auto; }
#main_copy table tr td:last-child { margin-bottom: 10px; padding: 5px 0 0 0; }
#main_copy table tr td input { width: 70%; }
#main_copy table tr td textarea { width: 100%; height: 5em; -webkit-box-sizing: border-box; box-sizing: border-box; }

#footer { width: 100%; float: none; }
#footer p:first-child { display: none; }


}