h1	{
    background:url("../img/title_price.jpg");	/*コーナーごとに指定*/
    background-size: 100% auto;
}

table   {
    margin: 10px auto;
}
table tr td {
    border: solid 2px #a8a8a8 ;
    padding: 10px 0 10px 10px;
    font-size: large;
}
.border {
    border: solid 2px #a8a8a8 ;
    margin: 20px auto;
    padding: 10px;
}

#price_list li,
#procedure li{
    list-style-type: disc;
    list-style-position: inside;
}

#procedure ul    {
    margin: 5px 0 10px;
}
#procedure li    {
    padding-left: 30px;
}

.bold   {
    margin-top: 0px;
    margin-bottom: 5px;
}

@media screen and (min-width:1101px){
    table tr td {
        width: 150px;
    }
    .border,.div_center {
        width: 700px;
    }
    .border>ul  {
        padding-left: 30px;
    }
}

@media screen and (max-width:1100px) and (min-width:751px){
    table tr td {
        width: 150px;
    }
    .border {
        width: 70%;
    }
    .border>ul  {
        padding-left: 30px;
    }
}

@media screen and (max-width:750px){
    table tr td {
        width: 30%;
    }
    .border {
        width: 90%;
    }
    .border>ul  {
        padding-left: 15px;
    }
}