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

.years{font-size: 2rem;font-weight: bold;line-height: 1.3;	display:block; width:100%; width:100vw; max-width:100%; min-height:48px; margin:0 auto; padding:13px 30px 13px 20px; position:relative; text-align:center; background-color:#cc0000; color:#fff;}
.history{ margin-top:20px;margin-bottom:20px;}
.history ul{ display:table;}
.history ul li:first-child{width:20%;}

.history ul li{display: table-cell; width:80%;}

.half{position:absolute; /* 絶対配置 */
	left:15%;} /* 左から半分 */