/* 2nd CSS Document */

.left-frame {
    width: 730px;
    height: auto;
    float: left;
    padding-left: 5px;
}

h1 {
    font-size: 18px;
    margin-bottom: 3px;
    margin-left: 10px;
} 

h6 {
    font-size: 10px;
    font-weight: 100;
    margin:0;
    margin-left: 10px;
    color: #999999;
}

h3 {
    font-size: 16px;
    text-align: center;
    color: #003399;
}

.titol-2nd {
    height: 80px;
    border-bottom: 2px solid #003399;
    display: table-cell;
    vertical-align: middle;
    width: inherit;
}

.main-notice {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 160%;
}

.comp-info {
    width: 90%;
    margin: auto;
    overflow-y: hidden;
    line-height: 180%;
}

.info-table {
    width: 70%;
    margin: auto;
    overflow-y: hidden;
}

.info-table-left {
    width: 15%;
    height: 10px;
    padding: 10px;
    border-bottom: dotted 1px #999999;
    float: left;
    text-align: right;
}

.info-table-right {
    width: 75%;
    height: 10px;
    padding: 10px;
    border-bottom: dotted 1px #999999;
    float: right;
    text-align: left;
}

.right-frame {
    width: 220px;
    float: right;
    padding-right: 20px;
}

.right-frame li {
    list-style: square;
   position: relative;
   padding-left: 5px;
    line-height: 200%;
    margin-left: 15%;
}
 
li:before {
   position: absolute;
   top: .1em;
   left: -3px;
   width: 10px;
   height: 10px;
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
   border-radius: 50%;
   background-color: #003366;
}
 
li:after {
   position: absolute;
   top: .5em;
   left: 1px;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   width: 4px;
   height: 4px;
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
}

.comp-left {
    width: 30%;
    margin: 5px;
    line-height: 160%;
    float: left;
}

.double-line {
    border: 3px double #CCCCCC;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 175%
}

.comp-right {
    width: 65%;
    margin: 5px;
    line-height: 200%;
    float: right;
}

.comp-office {
    width: 500px;
    margin: auto;
    
}


table {
    width: 100%;
    border-collapse: collapse;
}

.tbl-office th {
    width: 30%;
    background: #F9F6E6;
    border: solid 1px #ccc;
    padding: 5px;
    text-align: center;
}

.tbl-office td {
    width: 70%;
    border: solid 1px #ccc;
    padding: 5px;
}
 
/** ボタン **/
.btn-border {
    width: 150px;
    padding: 10px;
    background-color: #CCCCCC;
    border:  solid 1px #666666;
    text-align: center;
    margin: 10px;
}