@charset "UTF-8";
/* -------------------------------------------------------
基本設定
---------------------------------------------------------- */
body { font-family: Hiragino Sans, "ヒラギノ角ゴシック", Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif; line-height: 100%; margin: 0; padding: 0; color: #333; }
/*▼ タブレット端末用：余白設定 ▼*/
@media only screen and (max-width: 1058px) { body { min-width: 1078px; -webkit-box-sizing: content-box; box-sizing: content-box; } }
a { color: #000; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }
input { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-style: none; background: transparent; }
/* -------------------------------------------------------
layout
---------------------------------------------------------- */
.l-contents { width: 1058px; margin: 0 auto; margin: 20px auto 60px; overflow: hidden; }
.l-main { width: 728px; float: left; }
.l-sub { width: 300px; float: right; }