@charset "utf-8";

/* body setting
-------------------------------------*/
html,body{
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%;
}
ol.ol{
list-style: none;
padding: 0;
font-weight: normal;
}

/* #breadcrumb
-------------------------------------*/
p#breadcrumb{
margin-bottom: 20px;
text-align: right;
}

/* footer
-------------------------------------*/
footer{
background: rgba(118,30,208,0.7);
color: #fff;
position: relative;
font-weight: bold;
}
footer p{
text-align: center;
}
footer p#copyright{
margin-top: 1em;
padding: 0.25em 0;
background: #e7d5f3;
color: #8539d2;
text-transform: uppercase;
}