@charset "utf-8";

/* ----------------------------------------------------------------
* layout
* nav
* copyright
---------------------------------------------------------------- */

/* ----------------------------------------------------------------
layout
---------------------------------------------------------------- */
#mp_footer {
padding:13px 10px 15px 10px;
border-top:2px solid #0068b7;
font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
font-size:10px;
text-align:left;
line-height:1.6;
}
/* ----------------------------------------------------------------
nav
---------------------------------------------------------------- */
#mp_footer nav ul {
color:#0087e6;
}
#mp_footer nav li {
display:inline-block;
padding-bottom:4px;
}
#mp_footer nav li:not(:last-of-type):after {
color:#ddd;
content:" |";
}
#mp_footer nav li:only-child {
content:"";
}
#mp_footer nav a {
display:inline-block;
color:#0087e6;
text-decoration:none;
}
#mp_footer nav a:visited {
color:#6633cc;
}
#mp_footer nav a:focus {
color:#6633cc;
}
/* ----------------------------------------------------------------
copyright
---------------------------------------------------------------- */
#footer_copyright {
font-weight:bold;
}
#footer_copyright p {
margin:3px 0 5px 0;
}
#footer_copyright a {
color:#435b67;
text-decoration:underline;
}