@charset "UTF-8";
/********************/
/* ブレイクポイント */
/*------------------*/
/* DPC W:1200px     */
/* NPC W:992px      */
/* Tab W:768px      */
/* SP  W:480px      */
/********************/
/*** Default ******************************/
* {
margin:0px;
padding:0px;
}
img {
border:0px;
}
html {
height:100%;
}
body {
height:100%;
font-size:13px;
line-height:16px;
color:#000000;
font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
text-align:center;
margin:0px;
padding:0px;
background-color:#ffffff;
}
.clearfix:after {
content:"";
clear:both;
display:block;
}
/*** Layout ******************************/
div#container {
width:100%;
height:auto;
margin:0px;
padding:0px;
}
div#comingsoon {
width:150px;
height:auto;
margin:0px auto;
padding-top:150px;
}
div#comingsoon a {
font-size:13px;
line-height:16px;
color:#000000;
text-decoration:none;
}
div#comingsoon a img {
border:0px;
}
div#comingsoon p {
padding-top:10px;
}

@media screen and (min-width:1200px){
}
@media screen and (min-width:992px) and (max-width:1199px){
}
@media screen and (min-width:768px) and (max-width:991px){
}
@media screen and (min-width:480px) and (max-width:768px){
}
@media screen and (min-width:0px) and (max-width:479px){
}

/*** Detail ******************************/
