/* ************************************
**** pc,tablet,smp ****
************************************ */
/* structure
------------------------- */
html { font-size: 62.5%; }
*,
*::before,
*::after { box-sizing: border-box; }
h1,
h2,
h3,
p,
dl,
dt,
dd,
ul,
ol,
li {
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 { line-height: 1; }
body {
line-height: 1.9;
font-size: 1.3rem;
font-family: Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "モトヤLシーダ3等幅", MotoyaLCedar, Verdana, Arial, sans-serif;
color: #252525;
background: rgba(41,130,122,.3);
/* opacity チラつき防止 */
/*-webkit-font-smoothing: antialiased;*/
}
.ie__alert { display: none; }
/* フェードイン */
/*.wrap {
background: #fff;
opacity: 0;
}*/
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.