@charset "utf-8";

/* base
-------------------------------------*/
.pc{
display: block;
}
.sp{
display: none;
}
#wrap{
width: 1000px;
margin: 0 auto;
}


/* footer
-------------------------------------*/
footer{
padding: 2em 40px;
border-top: 3px solid #337ab7;
background: #f5f5f5;
color: #333;
position: relative;
}
footer h2{
width: 45%;
padding-bottom: 5px;
margin-bottom: 24px;
border-bottom: 1px solid #ccc;
}
footer h3{
margin-bottom: 15px;
}
footer dl dt,footer dl dd{
line-height: 1.8em;
}
footer p#copyright{
margin-top: 2em;
padding-top: 2em;
border-top: 1px solid #e5e5e5;
text-align: center;
}

/* pagetop
-------------------------------------*/
p#pagetop a{
position: fixed;
font-weight: bold;
right: 5%;
bottom: 80px;
z-index: 9999;
opacity: 0.6;
}
p#pagetop a:hover{
opacity: 1;
}
