@charset "utf-8";

html {
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-o-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body:before {
display: none;
content: 'sp'
}
@media ( min-width : 640px ) {
body:before {
content: 'pc'
}
}
body {
font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
min-width: 320px;
font-size: 14px;
line-height: 1.5;
background-color: #fff;
color: #000;
}
a{
color: #00F;
}
a:hover{
color: #00F;
}
img{
vertical-align: top;
max-width: 100%;
}
.dev-footer-code{
height:0;
overflow:hidden;
}

