body {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#fff;
	width: 100%;
	height:100%;
	font-size:12px;
	line-height:1.5em;
	color:#000;
	margin: 0px;
}

#wrap{
	width: 100%;
  height: 100%;
}





/* wide
--------------------------*/
@media screen and (min-width: 641px) {

#loader {
	background:url(../../images/loading.gif);
	background-size: cover;
    width: 30px;
    height: 30px;
    position: fixed;
    _position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 200;
}

a:hover { opacity: 0.7; filter: alpha(opacity=70);} 

#content{
	width: 100%;
	margin:0 auto;
  padding: 30px 0;
}

#headerAll{
background-color: #cb0010;
width: 100%;
height: 160px;
position: relative;
}

#headerLine{
background-color: #cb0010;
width: 100%;
height: 3px;
margin: 5px 0 0 0;
}

#logoKaso{
width: 250px;
height: 121px;
position: absolute;
top:20px;
left: 20px;
z-index: 10;
}

#btnpagetop{
	position: fixed;
	width:80px;
	height:80px;
	bottom: 30px;
	right: 30px;
}

#topbtn{
width: 60px;
height: 40px;
margin: 0 auto;
padding: 30px 0 0 0;
}

#menuAll{ display: none;}

}



/* small
--------------------------*/
@media screen and (max-width:640px) {

#loader {
	background:url(../../images/loading.gif);
	background-size: cover;
    width: 60px;
    height: 60px;
    position: fixed;
    _position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 200;
}

#content{
	width: 100%;
	margin:0 auto;
  padding: 140px 0 20px 0;
}

#headerAll{
background-color: #cb0010;
width: 100%;
height: 120px;
position: fixed;
top: 0;
left: 0;
z-index: 20;
}

#headerLine{
background-color: #cb0010;
width: 100%;
height: 3px;
position: fixed;
top: 123px;
left: 0;
z-index: 15;
}


#logoKaso{
width: 200px;
height: 95px;
position: absolute;
top:15px;
left: 10px;
z-index: 10;
}

#btnpagetop{
	position: fixed;
	width:80px;
	height:80px;
	bottom: 10px;
	right: 10px;
}

#topbtn{
width: 100px;
margin: 0 auto;
padding: 30px 0 20px 0;
}

#menuBtn{
background: url(../images/nav2/menuBtn.png) no-repeat;
background-size: contain;
width: 40px;
height: 40px;
position: fixed;
top: 20px;
right: 20px;
z-index: 50;
cursor: pointer;
}

#menuBtnAll{
width: 100%;
position: fixed;
top: 120px;
left: 0;
z-index: 30;
display: none;
}

#menuAll{
background-color: #ab0000;
width: 640px;
padding: 10px 0;
}

}


#copyright{
	background: url(../../images/common/copyright2.png) no-repeat center;
	background-size:contain;
	width:200px;
	height:9px;
  margin: 0 auto;
  padding: 30px 0;
}

#footerAll{
width: 100%;
padding: 0 0 30px;
line-height: 0;
}

.lineRed{
background-color: #cb0010;
width: 100%;
height: 1px;
}

