html,body,#wrapper {
    height: 100%;
}

body {
    line-height: 1;
    margin: 0;
    font-size: 12px;
    font-family: HelveticaNeue,"HiraKakuProN-W3", sans-serif;
    -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

p {
    color: #3d3d3d;
    line-height: 1.8;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dotted #ccc;
    margin: 1em 0 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    margin: 0;
}

input, select {
    vertical-align: middle;
}

a {
    -webkit-tap-highlight-color: rgba(255,255,255,.1);
    color: #008ecd;
    text-decoration: none;
}

a:hover {
    color: #cc0000;
}

i {
    font-style: normal;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

h2 {
    background: #008ecd;
    -moz-border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    color: #fff;
    font-size: 122%;
    line-height: 1.2;
    padding: .5em; 
    text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.3);
}

h3 {
    color: #2d2d2d;
    display: inline-block;
    margin: 20px 0 10px;
    padding: 0 0 0 8px;
    text-shadow: -1px 1px 0px rgba(255, 250, 255, .1);
}

h3:first-of-type {
    margin-top: 10px;
}

img {
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    display: inline-block;
    margin: 5px;
}

/*-------------------------------------
    layout 
---------------------------------------*/
#wrapper {
    background: -moz-linear-gradient(top,  #fff 0%,#f8f8f8 100%);
    background: -webkit-linear-gradient(top,  #f8f8f8 0%,#f0f0f0 100%);
    position: relative;
    height: auto;
    min-height: 100%;
}

#contents-wrapper {
    padding-bottom: 110px;
}

#contents {
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    margin: 0 10px 10px;
    padding: 10px;
}

#contents-link {
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 10px 20px;
    padding: 2px 0;
}

#contents-list {
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    margin: 0 10px 20px;
    padding-bottom: 10px;
}

#bottom {
    border-top: 1px solid rgba(0, 0, 0, .1);
    height: 111px;
    position: relative;
    margin-top: -111px;
}

/*-------------------------------------
    header 
---------------------------------------*/
#header {
    padding: 10px 10px 0;
}

/*-------------------------------------
    contents 
---------------------------------------*/
.manual-num {
    content: "";
    color: white;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #83a517;
    background: #b3d833;
    background-image: -moz-linear-gradient(top, #a5c929 0%, #b3d833 100%);
    background-image: -webkit-linear-gradient(top, #a5c929 0%, #b3d833 100%);
    box-shadow: inset 0px 1px 0 rgba(255, 255, 255, .25);
    display: inline-block;
    font-weight: bold;
    font-size: 120%;
    height: 20px;
    line-height: 1.4;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    width: 20px;
}

.cap-num {
    color: white;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    background: #f70f72;
    display: inline-block;
    font-size: 100%;
    height: 18px;
    line-height: 1.5;
    margin: 0 3px;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    width: 18px;
}

/*-------------------------------------
    contract 
---------------------------------------*/
#payment-method {
   padding: 10px 0; 
}

#payment-method a {
    display: inline-block;
}

#payment-method p {
    padding-left: 10px;
}

#payment-method h4 {
    color: #4d4d4d;
    font-size: 110%;
    margin: 20px 0 5px;
    position: relative;
    padding-left: 15px;
}

#payment-method li:first-of-type h4 {
    margin-top: 0;
}

#payment-method h4::after {
    content: "";
    color: white;
    box-shadow: inset 0px 1px 0 rgba(255, 255, 255, .5);
    border: 1px solid #bbb;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #ccc;
    display: inline-block;
    height: 8px;
    margin-top: -1px;
    position: absolute;
    top: 25%;
    left: 0;
    width: 8px;
}

/*-------------------------------------
    list 
---------------------------------------*/
.listC-style {
    border-top: 1px solid #ccc;
    background: #fff;
    color: rgb(43, 43, 43);
    display: block;
    padding: .5em 25px .5em .5em;
    position: relative;
    font-size: 122%;
    font-weight: bold;
    text-shadow: -1px 1px 0px rgba(255, 250, 255, .1);
}

.listC li a {
    background: #e4f5ff;
    line-height: 2.2;
}

.listC li a:hover {
    color: #3d3d3d;
}

.listC li:first-child .listC-style {
    border-top: none;
}

.listC li:last-child .listC-style {
    border-bottom: 1px solid #ccc;
}

.arrow::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    width: 9px;
    height: 9px;
    margin-top: -6px;
    border-top: solid 4px #008ecd;
    border-right: solid 4px #008ecd;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.listC-style:hover {
    color: #3d3d3d;
}

.listD-style, 
.listE-style {
    border-top: 1px dotted #dadada;
    background: #e4f5ff;
    color: #3d3d3d;
    display: block;
    padding: .5em 25px .5em .5em;
    position: relative;
    font-size: 114%;
    text-shadow: -1px 1px 0px rgba(255, 250, 255, .1);
}

.listD-top {
    background: rgb(245, 251, 255)!important;
}

.listE-style {
    background: #fff;
    padding: .5em .5em .5em 35px;
}

#contents-link li:first-child .listD-style, 
#contents-link li:first-child .listE-style {
    border-top: none;
}

.listD li a {
    line-height: 2.2;
}

.listD li a:hover {
    color: #3d3d3d;
}

.listDE {
    background: #fff;
    background-image: -moz-linear-gradient(top, #e4f5ff 0%, #fff 100%)!important;
    background-image: -webkit-linear-gradient(top, #e4f5ff 0%, #fff 100%)!important;
}

.listD-style::after, 
.listE-style::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    width: 9px;
    height: 9px;
    margin-top: -6px;
    border-top: solid 4px #008ecd;
    border-right: solid 4px #008ecd;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.listE-style::after {
    left: 10px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

a.listD-style:hover {
    color: #3d3d3d;
}

/*-------------------------------------
    icon
---------------------------------------*/
.menu-icon {
    display: block;
    height: 30px;
    margin: 0 auto 5px;
    overflow: hidden;
    vertical-align: middle;
    width: 30px;
}

.menu-icon.toppage {
    background: url(/image/sp/icon-top1.png) no-repeat;
    background-size: contain;
}

.menu-icon.contract {
    background: url(/image/sp/icon-contract1.png) no-repeat;
    background-size: contain;
}

.menu-icon.account {
    background: url(/image/sp/icon-account1.png) no-repeat;
    background-size: contain;
}

.menu-icon.manual {
    background: url(/image/sp/icon-manual1.png) no-repeat;
    background-size: contain;
}

.active .menu-icon.manual {
    background: url(/image/sp/icon-manual2.png) no-repeat;
    background-size: contain;
}

/*-------------------------------------
    menu
---------------------------------------*/
#menu {
    -moz-background-size: 10px 10px;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
    border-top: 1px solid rgba(255,255,255,.9);
    border-bottom: 1px solid rgba(0,0,0,.8);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%,
 rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #fff), color-stop(0.25, #fff), color-stop(0.25, #f7f7f7), color-stop(0.5, #f7f7f7), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, #f7f7f7));
}

#menu ul {
    text-align: center;
    width: 100%;
}

#menu li {
    border-left: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(255,255,255,.7);
    float: left;
    padding: 5px 0 8px;
    width: 24.3%;
}

#menu li.active {
    background: rgba(0,0,0,.1);
    padding-right: 1px;
}

#menu li.active a {
    color: #008ecd;
}

#menu li:last-of-type {
    border-right: none;
}

#menu li:first-of-type {
    border-left: none;
}

#menu a {
    color: #4b4b4b;
    display: block;
    font-size: 11px;
    text-align: center;
}

/*-------------------------------------
    footer
---------------------------------------*/
#footer {
    background: #323232;
    background: -moz-linear-gradient(top,  #323232 0%,#222222 100%);
    background: -webkit-linear-gradient(top,  #323232 0%,#222222 100%);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1);
    min-height: 50px;
}

#copyright {
    color: rgba(255,255,255,0.6);
    font-size: 10px;
    line-height: 1.4;
    padding: 10px 0;
    text-align: center;
    text-shadow: 1px -1px 0px #000000;
    margin: 0 auto;
}

#copyright a, 
#copyright a:hover {
    color: rgba(255,255,255,0.8);
}

#forPC {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    text-decoration: underline;
    margin-left: 1em;
}

@media screen and (max-width: 449px) {
    #copyright {
        width: 300px;        
    }
}

/*-------------------------------------
    common 
---------------------------------------*/
.FSsmall {
    font-size: 90%;
}

.FSlarge {
    font-size: 120%;
}

.FWB {
    font-weight: bold;
}

.FWN {
    font-weight: normal;
}

.hidden {
    display: none;
}

.CRED {
    color: #cc0000;
}

