@charset "utf-8";

header {
    width: 952px;
    height: auto;
    padding: 15px 0;
}

body {
    background: #891C21;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    text-decoration: none;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

p {
    margin: 10px;
}

.fl_r {
    float: right;
}

.fl_l {
    float: left;
}

.clearfix {
    display: inline-table;
    zoom: 100%;
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}




/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}




/*footer*/

footer p {
    text-align: center;
    font-size: 15px;
}



/*nav*/

.nav_box {
    width: 260px;
    height: 116.5px;
    color: #E4DA92;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #E4DA92;
}

.nav_box p {
    display: block;
    margin: auto;
}

a {
    text-decoration: none;
}


/*planbox*/

#planbox {
    width: 950px;
    height: auto;
    text-align: center;
    margin: 5px auto;
}

.plan_child {
    width: 221px;
    height: auto;
    margin: 5px 6px;
    float: left;
    border: 1px solid;
    padding-top: 5px;
}

.price {
    font-size: 20px;
    color: white;
    font-style: bold;
}


/*jisseki*/

.jisseki_img_column{
    width: 900px;
    height: auto;
    margin: 10px 25px;
    clear: both;
}

.jisseki_img{
    width: 430px;
    height: auto;
    margin: 10px auto;
    padding-left: 20px;
    float: left;
}


