@charset "UTF-8";
#wrapper {
    padding-top: 40px;
}

.anchor ul li {
    margin: 0 84px;
}


/* data
......................................................... */
#data {
    margin-top: 30px;
}

#data .section_title {
    margin-bottom: 77px;
}

#data .section_contents .q_container {
    overflow: hidden;
    text-align: center;
    margin-bottom: 128px;
}

#data .section_contents .q_container .q_box:first-child {
    margin-left: 0
}

#data .section_contents .q_container .q_box {
    width: 402px;
    float: left;
    margin-left: 160px;
}

#data .section_contents .q_container .q_box h2 {
    text-align: left;
    margin-bottom: 27px;
}


#data .section_contents .q_container .q_box .fig {
    margin-bottom: 26px;
}



/* event
......................................................... */
#event {
    margin-top: -42px;
}
#event_list {
    overflow: hidden;
    margin-top: 29px;
}

.event_box:first-child {
    margin-left: 0;
}

.event_box {
    width: 310px;
    float: left;
    margin-left: 25px;
}

/* career
......................................................... */
#career {
    margin-top: 68px;
}

#timeline {
    width: 585px;
    margin: 0 auto;
    position: relative;
    margin-top: 110px;
    margin-bottom: 120px;
}

#other{
    position:absolute;
    top: -68px;
    right: -284px;
    width: 284px;
    font-size: 12px;
    line-height: 1.7;
}
#other .title{
    position: absolute;
    top: 67px;
    font-size: 18px;
    font-weight: bold;
    color: #ffb414;
}

#other .first {
    position: absolute;
    top: 108px;
    width: 255px;
    padding:7px;
    border: solid 1px;
    border-color: #ffb414;
}
#other .second{    
    position: absolute;
    top: 275px;
    width: 255px;
    border: solid 1px;
    padding: 7px;
    border-color: #ffb414;
}
#other .third{    
    position: absolute;
    top: 420px;
    width: 255px;
    border: solid 1px;
    padding: 7px;
    border-color: #ffb414;
}

#timeline ol .timeline_item {
    overflow: hidden;
    margin-bottom: 10px;
}

#timeline ol .timeline_item .timeline_img {
    width: 151px;
    float: left;
}

#timeline ol .timeline_item dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #ffb414;
}
