@charset "utf-8";

/* body setting
-------------------------------------*/
html,body{
width: 100%;
height: 100%;
line-height: 1.5;
}
@font-face{
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 100;
}
@font-face{
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 200;
}
@font-face{
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 300;
}
@font-face{
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 400;
}
@font-face{
font-family: "Yu Gothic";
src: local("Yu Gothic Bold");
font-weight: bold;
}
body{
background: #fff;
font-size: 100%;
font-family: Yu Gothic,Meiryo,"MS PGothic",sans-serif;
letter-spacing: 0.05em;
}
#wrap{
width: 100%;
}

/* #breadcrumb
-------------------------------------*/
p#breadcrumb{
margin-bottom: 20px;
text-align: right;
}

/* footer
-------------------------------------*/
footer{
width: 100%;
padding-top: 1em;
background: #3fa9f5;
color: #fff;
}
footer p{
text-align: center;
}
footer p#copyright{
margin-top: 1em;
padding: 0.25em 0;
background: #86c9f9;
color: #fff;
text-transform: uppercase;
}