@charset "utf-8";

/*--- link ---*/

ul li a:link, ul li a:visited, ul li a:active {
    color:#0063C0;
    text-decoration:underline;
}

ul li a:hover {
    color:#FF1B15;
}

/*--- SP用スタイル ---*/

div#sp_about_body{
    width:100%;
    max-width:640px;
    padding:0px;
    background-color:#fff;
    font-size:1em;
    font-family:Helvetica,Arial,sans-serif;
    text-shadow:0px 1px 0px rgb(255,255,255);
}

div#sp_about_body h3 {
    color:#000;
    font-size:12px;
    font-weight:bold;
    margin:10px 5px;
}

div#sp_about_body h4 {
    color:#000;
    font-size:12px;
    font-weight:bold;
    margin:10px 5px;
}

div#sp_about_body ul {
    /*
    margin:0px 1% 0px 1%;
    */
    margin:0px 0px 5px 0px;
    padding:0px 7%;
}

div#sp_about_body ul li {
    color:#000;
    font-size:12px;
    font-weight:bold;
    text-align:left;
    border-bottom-width:1px;
}

.sp_about_title {
    overflow:hidden;
}

.sp_body {
    width:100%;
    max-width:640px;
    border-bottom:1px solid rgb(187,187,187);
}

.sp_about_contents {
    width:100%;
    max-width:640px;
}

.frmHamarepo {
    white-space:normal;
    color:#000;
    font-size:12px;
    font-weight:bold;
    margin:5px 5px;
}