@charset "utf-8";
/* CSS Document */


header .page_title {
    background-image:url(../IMG/price/header_price_img.png);
}



article h1 {
    height: 40px;
    
    margin-top: 80px;
    
    padding: 5px 0 0 20px;
    
    font-size: 25px;
    font-weight: 500;
    
    
    background-image: url(../IMG/price/article_cap_bar.png);
    background-repeat: no-repeat;
}

article h2 {
    margin-top: 20px;
    margin-left: 30px;
    height: 40px;
    
    font-size: 22px;
    
    padding: 5px 0 0 50px;
    
    background-image: url(../IMG/price/article_cap2_bar.png);
    background-repeat: no-repeat;
}

article h3 {
    margin-top: 20px;
    margin-left: 60px;
}

article ul {
    width: 600px;
    
    margin-top: 20px;
    margin-left: 90px;
    
    list-style-type: none;
    
    display: table;
}


article ul span {
    display: table-cell;
    height: 80px;
    
    vertical-align: middle;
}

article ul.ul_double span:nth-child(1) {
    width: 200px;
    
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 35px;
    
    padding-right: 5px;
    
    border: solid thin black;
    background-color: #BFC6FF;
    text-align: right;
    
    
}

article ul.ul_double span:nth-child(2) {
    width: 350px;
    
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    
    padding-left: 10px;
    
        
    border: solid thin black;
    border-left: none;
    
    text-align: left;
    line-height: 120%;
    
}

article ul.ul_triple span:nth-child(1) {
    width: 200px;
    
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    
    text-align: center;
    
    border: solid thin black;
    line-height: 120%;
}

article ul.ul_triple span:nth-child(2) {
    width: 150px;
    
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 22px;
    
    padding-right: 5px;
    
    border: solid thin black;
    border-left: none;
    background-color: #BFC6FF;
    text-align: right;
    
    
}

article ul.ul_triple span:nth-child(3) {
    width: 200px;
    
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    
    padding-left: 10px;
    
        
    border: solid thin black;
    border-left: none;
    
    text-align: left;
    line-height: 120%;
    
}

article ul+p {
    margin: 30px 0 0 50px;
}
