@charset "utf-8"; /*********** * * サイトの土台となる設定 * ***********/ html{font-size:14px} html,body{ height:100%; position:relative; text-align:center; } *{ font-weight:normal; font-family:$font_famiy_gothic; margin:0; padding:0; list-style:none; @include box-sizing(border-box); } h1,h2,h3,h4,h5,div,p,ul,ol,li,small{ font-size:1rem; line-height:1.8; } img{ vertical-align:bottom; max-width:100%; border:0; } a{color:#000;} /* lightbox */ .lb-outerContainer{@include box-sizing(content-box)}