@charset "utf-8";
#page-title {
	background: url(../img/company/img-title.jpg) no-repeat center top fixed;
}
#history {
	background: #F8F8F8;
}
#history dl {
	width: 560px;
	margin: 0 auto;
	position: relative;
}
#history dl:after {
	content: '';
	width: 1px;
	height: 100%;
	padding-bottom: 40px;
	background: #B7C4CC;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: 0;
}
#history dt {
	width: 80px;
	height: 30px;
	border-radius: 3px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	background: #1250C2;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	clear: both;
	position: relative;
	z-index: 1;
}
#history dd {
	width: 260px;
	clear: both;
	background: #FFF;
	margin: 20px 0;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	z-index: 1;
}
#history dd+dd {
	margin-top: 0;
}
#history dd.left:before {
	content: '';
	display: block;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #FFF;
	position: absolute;
	right: -8px;
	top: 15px;
}
#history dd.right:before {
	content: '';
	display: block;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #FFF;
	position: absolute;
	left: -8px;
	top: 15px;
}
#history dd:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #738A9B;
	border: 2px solid #F8F8F8;
	border-radius: 100%;
	position: absolute;
	top: 15px;
	z-index: 1;
}
#history dd.left:after {
	content: '';
	right: -28px;
}
#history dd.right:after {
	content: '';
	left: -28px;
}
#history dd span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #1250C2;
	margin-bottom: 5px;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@media only screen and (max-width: 560px) {
#history {
	overflow: hidden;
}
#history dl {
	width: auto;
}
#history dl:after {
	left: 40px;
}
#history dt {
	margin: 0;
}
#history dd {
	width: calc(100% - 60px);
	float: right;
}
#history dd.left:before {
	border-left: none;
	border-right: 8px solid #FFF;
	right: initial;
	left: -8px;
}
#history dd.left:after {
	right: initial;
	left: -28px;
}
}

.pdf-button{
	width: 155px;
    padding-right: 30px;
    line-height: 40px;
    text-align: center;
    margin: 30px auto 0;
    background: url(../img/btn-pdf.png) no-repeat center center;
    background-size: 185px 40px;
    color: #C01E07 !important;
    font-size: 14px;
    display: block;
    font-weight: bold;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.pdf-button:hover{
	color: #FFF !important;
	background-color: #C01E07;

}