/* --ボディー-- */
html { overflow-y: scroll; font-size: 62.5%; }
body { margin: 0px; -webkit-text-size-adjust: 100%; background-color: #ffffff; font-size: 1.4rem; color: #333333; line-height: 1.7; font-family:"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif; }

/* --テキストリンク 通常-- */
a { color: #0033cc; text-decoration: underline; }
a:hover { color: #cc0000; text-decoration: underline; }

/* --コンテナ-- */
#container { width: 100%; border-top: 5px #eeeeee solid; overflow: hidden; }

/* --コンテンツ-- */
#contents { width: 800px; margin: 20px auto; border: 10px #eeeeee solid;　padding-bottom: 50px; }

/* --メイン-- */
#main { padding: 50px; text-align: center; }

/* -----調整----- */
.mb50 { margin-bottom: 50px; }
.mb100 { margin-bottom: 100px; }
.fs16 { font-size: 1.6rem; }
.fs20 { font-size: 2.0rem; }
.bold { font-weight: bold; }

/* -------------------------------------------------------------------------------- スマホ・タブレット用 ----------------------------------------------------------------------------------- */

@media screen and (max-width: 980px) {

img { max-width: 100%; height: auto; }

#contents { width: 90%; }


}