@charset "utf-8";

/*=================================
	company
================================ */

/* history */
#flashContent { width:100%; height:100%; }
.movieBox {
	margin: 15px auto 0;
	width: 790px;
	text-align: center;
	z-index: 1;
}
.anchorBtn {
	border: 1px solid #0a0a0a;
}
.anchorBtn > li {
	position: relative;
	display: table;
	float: left;
	width: 196px;
	border-left: 1px solid #0a0a0a;
	text-align: center;
}
.anchorBtn > li:first-child {
	width: 197px;
	border-left: none;
}
.anchorBtn > li > a {
	display: table-cell;
	height: 74px;
	padding-bottom: 11px;
	color: #333333;
	vertical-align: middle;
}
.anchorBtn > li > a:after {
	position: absolute;
	bottom: 9px;
	left: 50%;
	width: 13px;
	height: 9px;
	margin-left: -7px;
	background: url(/common/images/com_ic05.png) no-repeat 0 0;
	content: "";
}
.anchorBtn > li > a > .year {
	display: inline-block;
	margin-top: 1px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.38;
}

.timeSection {
	margin-top: 15px;
}
.anchorBtn + .timeSection {
	margin-top: 25px;
}
.timeSection > .title {
	text-align: center;
}
.timeSection > .title > span {
	position: relative;
	display: inline-block;
	min-width: 168px;
	padding: 0 14px;
	background-color: #cc0000;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
}
.timeSection > .title > span:before {
	position: absolute;
	top: 0;
	left: -26px;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-right: 13px solid #cc0000;
	border-bottom: 13px solid transparent;
	border-left: 13px solid transparent;
	content: "";
}
.timeSection > .title > span:after {
	position: absolute;
	top: 0;
	right: -26px;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 13px solid #cc0000;
	content: "";
}

.timeSection > .wrap {
	position: relative;
	margin-top: 25px;
	padding-bottom: 25px;
}
.timeSection > .wrap:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #cccccc;
	content: "";
}
.timeSection > .wrap .mt60 {
	margin-top: 60px !important;
}
.timeSection > .wrap > .heightAuto {
	height: auto !important;
}
.timeSection > .wrap > .historyBlock01 {
	float: left;
	width: 395px;
}
.timeSection > .wrap > .historyBlock02 {
	float: right;
	width: 394px;
}
.timeSection > .wrap > .historyBlock01 + .historyBlock01,
.timeSection > .wrap > .historyBlock02 + .historyBlock02 {
	clear: both;
}
.timeSection > .wrap > *:first-child > .yearTitle {
	margin-top: 0 !important;
}
.timeSection > .wrap > [class^=historyBlock].special + [class^=historyBlock].special > .yearTitle,
.timeSection > .wrap > .historyBlock02 + .historyBlock01 > .yearTitle {
	margin-top: 60px;
}
.timeSection > .wrap > .historyBlock01 + .historyBlock02 > .yearTitle {
	margin-top: 0;
}
#heisei.timeSection > .wrap > [class^="historyBlock"] > .yearTitle {
	margin-top: 35px;
}
#heisei.timeSection > .wrap > .historyBlock01 + .historyBlock02 > .yearTitle {
	margin-top: 60px;
}
#heisei.timeSection > .wrap > .historyBlock02 + .historyBlock01 > .yearTitle {
	margin-top: 0;
}

[class^=historyBlock] {
	overflow: hidden;
	padding-left: 15px;
}
[class^=historyBlock] > .yearTitle {
	position: relative;
	margin-top: 25px;
	margin-left: -15px;
	background: url(/company/images/histoy_hr01.jpg) repeat-x 0 50%;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}
[class^=historyBlock] > .yearTitle + * {
	margin-top: 10px;
}
[class^=historyBlock] > .yearTitle > span {
	display: inline-block;
	padding-left: 15px;
	background-color: #ffffff;
}
[class^=historyBlock] > .yearTitle .era {
	font-size: 14px;
	font-size: 1.4rem;
}
[class^=historyBlock] > .photo {
	margin-top: 10px;
}
[class^=historyBlock] > .photo > img {
	border: 1px solid #cccccc;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
[class^=historyBlock] > .normalList01 > li {
	margin-top: 5px;
	background-position: 0 0.4em;
	line-height: 1.4;
}
[class^=historyBlock] > .normalList01 > li > .numList01 > li:before {
	color: #333333;
}
[class^=historyBlock].special > .yearTitle {
	min-height: 44px;
	padding-top: 9px;
	background: #ececec;
}
[class^=historyBlock].special > .yearTitle + * {
	margin-top: 15px;
}
[class^=historyBlock].special > .yearTitle:after {
	position: absolute;
	top: 0;
	right: -44px;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-right: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 22px solid #ececec;
	content: "";
}
[class^=historyBlock].special > .yearTitle > span {
	display: block;
	background-color: #ececec;
}
.historyBlock01.special > .yearTitle {
	margin-right: 22px;
}
.historyBlock02 {
	padding-left: 30px;
}
.historyBlock02 > .yearTitle {
	margin-left: -30px;
	padding-left: 30px;
}
.historyBlock02 > .yearTitle > span {
	display: block;
	padding-left: 0;
}
.historyBlock02.special > .yearTitle {
	margin-left: -10px;
	padding-left: 0;
}
.historyBlock02.special > .yearTitle > span {
	padding-left: 10px;
}
.historyBlock02.special > .yearTitle:after {
	right: auto;
	left: -44px;
	border-right: 22px solid #ececec;
	border-left: 22px solid transparent;
}
/*150630追記*/
.normalList01 img.icon {
	margin:0 5px 0 3px;
}

/* clearfix */
.anchorBtn:after,
.timeSection > .wrap:after {
	clear: both;
	display: block;
	content: "";
}
.anchorBtn,
.timeSection > .wrap {
	zoom: 1;
}