body { font-family:"游ゴシック体","YuGothic","游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",'Meiryo',"MS Pゴシック",Helvetica,Arial,sans-serif; font-size: 13px; color: #333333; /*line-height: 1.8;*/ letter-spacing: 1px; word-break: break-all; -ms-word-break: break-all; word-wrap: break-word; -webkit-text-size-adjust: 100% } /* Noscript --------------------------*/ .noscript { position: fixed; top: 0; left: 0; width: 100%; height: 100%; min-width: 320px; background: #000; z-index: 10000; } .noscript span{ position: absolute; font-size: 18px; top:50%; bottom: 50%; left:0; right:0; margin:-50px auto auto auto; line-height: 2em; color: #CCC; text-align: center; } /* リンク --------------------------*/ a:link, a:visited { color:#000; text-decoration: none; } /* Container --------------------------*/ #container{ box-sizing: border-box; width: 100%; overflow: hidden; } .wrapper{ /*max-width: 950px;*/ margin: 0 auto; position: relative; } @media screen and (max-width: 768px) { /*#container{ box-sizing: border-box; padding: 0; width: 100%; max-width: 950px; position: relative; }*/ } /* ロールオーバー --------------------------*/ .rollover{ transition:all 0.2s; } .rollover:hover{ opacity:0.7; } /* レスポンシブ --------------------------*/ img { height:auto; max-width:100%; width:auto; } .pc{ display: block; } .sp{ display: none; } @media screen and (max-width: 768px) { .pc{ display: none; } .sp{ display: block; } } /* clearfix --------------------------*/ .clearfix:after { display:block; clear:both; height:0px; visibility:hidden; content:"."; } .clearfix { min-height: 1px; } * html .clearfix { height: 1px; height: auto; overflow: hidden; }