@charset "UTF-8";
@import url(layout.css) screen and (min-width:1001px);
@import url(sp.css) screen and (max-width:1000px);

body {background:url(../images/bg.jpg) 0px 0px;background-size:100%;}
img {max-width:100%;height:auto;}
.leftCol {float:left;}
.rightCol {float:right;}
.mincho {font-family: "source-han-serif-japanese";}

@media screen and (max-width:480px) {
.over480 {display:none;}.under480 {}
}
@media screen and (min-width:481px) {
.over480 {}.under480 {display:none;}
}

p.indent {text-indent:1.0em;}
.ml00 {margin-left:0px !important;}
.mb00 {margin-bottom:0px !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}

/*ページジャンプ*/
#page-top {position: fixed;bottom: 40px;}
#page-top a {text-align: center;display: block;}
#page-top a:hover {}