/************************************************** box */
.section h2 {
    color: #000000;
    font-size: 20px;
    line-height: 1.4;
  margin-bottom: 30px;
}
.section h2 span {
    color: #ea020f;
}
.section p.txt {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 25px;
}
.section p.txt a {
    color: #000000;
}
.section ul li {
    list-style: none;
}
.section .box {
    color: #000000;
    padding: 20px 12px 0;
    margin-bottom: 100px;
  background-color: #f4f4f4;
}
.section .box .left {
    float: left;
    margin: 0 28px 0 0;
}
.section .box .right {
    float: right;
    width: 730px;
}
.section .box .right ul.photoArea li {
    float: left;
    width: 172px;
    font-size: 10px;
    line-height: 1;
    margin-right: 14px;
    margin-bottom: 20px;
    text-align: center;
}
.section .box .right ul.photoArea li:nth-child(4) {
    margin-right: 0;
}

#box06 .box .left ul li.taRG {
    text-align: right;
}

#linkArea .contents_menu {
    margin-bottom: 120px;
    border: 1px #686868 solid;
    margin:0 auto 30px;
}
#linkArea .contents_menu .linkBox {
    width: 570px;
    margin: 35px auto;
}
#linkArea .contents_menu .linkBox ul {
    float: left;
}
#linkArea .contents_menu .linkBox ul:nth-child(2) {
    float: right;
}
#linkArea .contents_menu .linkBox ul li {
    line-height: 1.8;
}
#linkArea .contents_menu .linkBox ul li a {
    color: #000000;
    text-decoration: none;
}

