@charset "UTF-8";
/* CSS Document */


/* ---------------------------------- about Head ---------------------------------- */
#viArea {
	background: url(../img/vi_about.jpg) left top no-repeat;
	left: 3px;
	top: 0;
	height: 150px;
	width: 950px;
	position: relative;
}

#viArea .breadCrumbs {	background: url(../img/vi_about_btm.jpg) left bottom no-repeat;}

#contents {
	margin: 0 0 0 43px;
	width: 910px;
}

#main {
	float: left;
	width: 640px;
}

#rightMenu {
	float: right;
	width: 210px;
}



/* ---------------------------------- history Uniq ---------------------------------- */
#contents h2 {
	margin-bottom: 13px;
}

#contents .outlineTable {
	background: url(../../common/img/bg_dott_999.gif) left top repeat-x;
	width: 640px;
}

#contents .outlineTable th {
	background: url(../../common/img/bg_dott_999.gif) left bottom repeat-x;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	vertical-align: top;
	padding: 9px 10px 9px 4px;
	width: 15%;
}

#contents .outlineTable td {
	background: url(../../common/img/bg_dott_999.gif) left bottom repeat-x;
	line-height: 150%;
	vertical-align: top;
	padding: 9px 10px 9px 4px;
	width: 85%;
}

#contents .outlineTable td ul li {
	font-size: 100%;
	line-height: 150%;
	padding-bottom: 3px;
}

#contents .tblSepa {
	padding-top: 10px;
	width: 535px;
}

#contents .tsLeft {
	float: left;
	margin-right: 10px;
	width: 240px;
}

#contents .tsRight {
	float: left;
	width: 281px;
}


/* ---------------------------------- 20240829 add ---------------------------------- */
#contents .historyList .listMain {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#contents .historyList .listMain p{
	font-size: 100%;
}
#contents .historyList .listMain li {
	margin-top: 100px;
    width: 80%;
    margin-bottom: 50px;
    position: relative;
}
#contents .historyList .listMain li img{
	width: 100%;
	height: auto;
}
#contents .historyList .listMain li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 2%;
    top: -9px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    background: #000;
}
#contents .historyList .listMain::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 105px);
    border-left: 1px dashed #000;
    position: absolute;
    top: auto;
    bottom: 105px;
    left: 1.5%;
}
#contents .historyList .listMain li .year {
    position: absolute;
    top: -60px;
    font-size: 25px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: calc(2% + 20px);
    right: auto;
}
#contents .historyList .listMain li .year span {
    display: inline;
    font-size: 12px;
    line-height: 24px;
}
#contents .historyList .listMain li .month {
    position: absolute;
    top: -22px;
    z-index: 10;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    padding: 0 20px;
    color: #fff;
}
#contents .historyList .listMain li .month::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 14px solid #000;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: none;
    left: -10px;
}
#contents .historyList .listMain li.corpo .month::before {
    border-right: 14px solid #e72410;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: none;
    left: -10px;
    right: auto;
}
#contents .historyList .listMain li.brand .month::after {
    content: "Brand";
    display: inline;
}
#contents .historyList .listMain li.corpo .month::after {
    content: "Company";
    display: inline;
}
#contents .historyList .listMain li.corpo .month {
    left: calc(2% + 20px);
    right: auto;
    background: #e72410;
}
#contents .historyList .listMain li.corpo::before {
    background: #e72410;
}
#contents .historyList .listMain li.brand .month {
    left: calc(2% + 20px);
    background: #000;
}
#contents .historyList .listMain li .contentBlk {
    width: 86%;
    background: #eeeeee;
    padding: 20px 15px;
    transition-duration: 0.3s;
    margin-right: 0;
    margin-left: auto;
}
#contents .historyList .listMain li .contentBlk.wImg .imgBlk {
    width: 150px;
}
#contents .historyList .listMain li .contentBlk.col2 picture {
    align-items: center;
}
#contents .historyList .listMain li .contentBlk.wImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#contents .historyList .listMain li .contentBlk.wImg .txtBlk {
    width: 100%;
    margin-bottom: 1em;
}



