@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

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

img {
   vertical-align: bottom;
}

a {
    text-decoration: none;
}

#wrap {
    width: 960px;
    
    margin: 0 auto;
    padding: 0 10px;
    font-family: '小塚ゴシック Pr6N';
}

/* ---- header ---- */
header {
    padding: 10px 0;
    background: url(images/marble5.jpg)no-repeat center center / cover;
}
header div:first-of-type {
    width: 760px;
    padding: 0;
    line-height: 1.7;
    background: #ffffff;
    float: left;
    text-align: center;
}
header div:first-of-type p {
    position: relative;
    top: 20px;
    font-size: 12px;
}
header div:first-of-type h1 {
    font-size: 72px;
}
header div:first-of-type h1 span {
    position: relative;
    top: -15px;
    font-size: 24px;
}
header div:last-of-type {
    width: 200px;
    padding: 40.5px 0;
    float: right;
    background: #ffffff;
    text-align: center;
}
header div:last-of-type p:first-of-type {
    margin-bottom: 5px;
    line-height: 1;
    font-size: 30px;
}
header div:last-of-type p:last-of-type {
    border: solid 1px #000000;
    font-size: 12px;
}

/* ---- nav ---- */
ul {
    padding: 10px 0;
    list-style: none;
}
li {
    width: 190.8px;
    padding: 6px 0;
    line-height: 27px;
    border-left: solid 1px #000000;
    float: left;
    text-align: center;
    font-size: 21px;
}
li:last-of-type {
    border-right: solid 1px #000000;
}
li span {
    display: block;
    font-size: 14px;
}

/* ---- contener ---- */
#contener {
    margin-top: 20px;
}
section {
    width: 640px;
    float: left;
}

h2 {
    margin-bottom: 12px;
    line-height: 36px;
    border-bottom: double 2px #804F21;
    font-size: 21px;
}

#secInTop div {
    width: 207px;
    float: left;
}
#secInTop div:not(:last-of-type) {
    margin-right: 9.5px;
}
#secInTop div p:nth-of-type(2) {
    margin-top: 5px;
    background: url(images/marble7.jpg)no-repeat center center / cover;
    text-align: center;
    font-size: 13px;
}
#secInTop div p:last-of-type {
    height: 69px;
    margin-top: 5px;
    padding: 5px 10px;
    line-height: 21px;
    background: url(images/marble6.jpg)no-repeat center center / cover;
    font-size: 12px;
}
#secInBottom dl {
    border: double 2px #804F21;
}
#secInBottom dt {
    width: 160px;
    height: 79px;
    padding: 5px 0 5px 5px;
    border-bottom: solid 1px #40210F;
    float: left;
    font-size: 14px;
}
#secInBottom dd {
    width: 471px;
    height: 79px;
    padding: 5px 0 5px 0;
    line-height: 21px;
    border-bottom: solid 1px #40210F;
    float: left;
    font-size: 14px;
}
#secInBottom dd span {
    font-size: 12px;
}

aside {
    width: 300px;
    float: right;
}
aside div {
    margin-bottom: 20px;
}
aside div:first-of-type {
    width: 260px;
    height: 109px;
    padding: 20px;
    line-height: 21px;
    background: url(images/marble5.jpg)no-repeat center center / cover;
    text-align: center;
}
aside div:first-of-type p {
    background: #ffffff;
}
aside div:first-of-type p:first-of-type {
    padding: 15px 0;
    position: relative;
    font-size: 16px;
}
aside div:first-of-type p:first-of-type:after {
    content: "";
    display: block;
    width: 250px;
    border-bottom: double 2px #804F21;
    position: absolute;
    bottom: 0;
    left: 5px;
}
aside div:first-of-type p:last-of-type {
    padding: 15px 0;
    font-size: 12px;
}

aside div:not(:first-of-type) p {
    width: 250px;
    padding: 0 20px 14.5px;
    line-height: 24px;
    background: url(images/marble6.jpg)no-repeat center center / cover;
    border: solid 5px #40210F;
    font-size: 12px;
}
aside div:not(:first-of-type) h2 {
    padding-left: 5px;
}

/* ----footer ---- */
footer {
    height: 105px;
    margin-top: 10px;
    background: url(images/marble5.jpg)no-repeat center center / cover;
    position: relative;
}
footer p {
    width: 447px;
    padding: 28.5px 0;
    line-height: 21px;
    position: absolute;
    top: 0;
    right: 50px;
    font-size: 12px;
}