/* スマートフォンなど、画面幅が狭いデバイス向け設定 */
@media only screen and (max-width:768px){

table { width: 100%; border-collapse: collapse; padding-left: 10px; padding-right: 10px; }

iframe { width: 80%; height: auto; }

.space { margin: 50px 0px 0px 0px; }}



/* パソコン向け設定 */
@media only screen and (min-width:480px){

table { width:650px; }}

/* 共通設定 */
a:link { color:#bc002d; }

a:visited { color: #bc002d; }