
/* ***********************************************

個別対応:

*********************************************** */
/*
/group/company/
*/
#company .company-wrap .panel {
	width: 370px;
	margin: 50px auto 40px;
	text-align: center;
	background-color: #113f87;
	border-radius: 0;
	padding: 30px 15px 30px;
	line-height: 1;
}
#company .company-wrap .panel img {
	max-width: 100%;
	height: auto;
}
#company .company-wrap .company-box__ttl {
	position: relative;
	height: 61px;
	border-radius: 3px;
}
#company .company-wrap .company-box__ttl {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-left: 67px;
	line-height: 3.2;
	overflow: hidden;
}
#company .company-wrap .company-box__ttl a {
	display: block;
	position: relative;
	color: #fff;
	margin-left: -67px;
	padding-left: 67px;
}
#company .company-wrap .company-box__ttl a:after {
	content: "\02192";
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -9px;
	right: 18px;
	width: 18px;
	height: 18px;
	font-size: 18px;
	font-weight: bold;
	text-indent: 0;
	line-height: 1;
	color: #fff;
}
#company .company-wrap .company-box__list {
	padding: 15px;
/*	overflow: hidden;*/
}
#company .company-wrap .company-box__list li {
	margin-bottom: 10px;
	overflow: hidden;
}
#company .company-wrap .company-box__list a {
	line-height: 1;
}


#company .company-wrap .t1 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.55, #3069c1), color-stop(0.54, #497bc9));
	background: -webkit-linear-gradient(top, #497bc9 54%, #3069c1 55%);
	background: -moz-linear-gradient(top, #497bc9 54%, #3069c1 55%);
	background: -o-linear-gradient(top, #497bc9 54%, #3069c1 55%);
	background: -ms-linear-gradient(top, #497bc9 54%, #3069c1 55%);
	background: linear-gradient(to bottom, #497bc9 54%, #3069c1 55%);
}
#company .company-wrap .t1:before {
	content: '';
	position: absolute;
	width: 46px;
	height: 46px;
	top: 50%;
	margin-top: -23px;
	left: 14px;
	display: block;
	background-image: url(/group/img/company/icon_01.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}

#company .company-wrap .t2 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.55, #8c5829), color-stop(0.54, #996d46));
	background: -webkit-linear-gradient(top, #996d46 54%, #8c5829 55%);
	background: -moz-linear-gradient(top, #996d46 54%, #8c5829 55%);
	background: -o-linear-gradient(top, #996d46 54%, #8c5829 55%);
	background: -ms-linear-gradient(top, #996d46 54%, #8c5829 55%);
	background: linear-gradient(to bottom, #996d46 54%, #8c5829 55%);
}
#company .company-wrap .t2:before {
	content: '';
	position: absolute;
	width: 46px;
	height: 46px;
	top: 50%;
	margin-top: -23px;
	left: 14px;
	display: block;
	background-image: url(/group/img/company/icon_02.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}

#company .company-wrap .t3 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.55, #136489), color-stop(0.54, #1876a0));
	background: -webkit-linear-gradient(top, #1876a0 54%, #136489 55%);
	background: -moz-linear-gradient(top, #1876a0 54%, #136489 55%);
	background: -o-linear-gradient(top, #1876a0 54%, #136489 55%);
	background: -ms-linear-gradient(top, #1876a0 54%, #136489 55%);
	background: linear-gradient(to bottom, #1876a0 54%, #136489 55%);
}
#company .company-wrap .t3:before {
	content: '';
	position: absolute;
	width: 46px;
	height: 46px;
	top: 50%;
	margin-top: -23px;
	left: 14px;
	display: block;
	background-image: url(/group/img/company/icon_03.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}

#company .company-wrap .t4 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.55, #286c4e), color-stop(0.54, #2e7e5b));
	background: -webkit-linear-gradient(top, #2e7e5b 54%, #286c4e 55%);
	background: -moz-linear-gradient(top, #2e7e5b 54%, #286c4e 55%);
	background: -o-linear-gradient(top, #2e7e5b 54%, #286c4e 55%);
	background: -ms-linear-gradient(top, #2e7e5b 54%, #286c4e 55%);
	background: linear-gradient(to bottom, #2e7e5b 54%, #286c4e 55%);
}
#company .company-wrap .t4:before {
	content: '';
	position: absolute;
	width: 46px;
	height: 46px;
	top: 50%;
	margin-top: -23px;
	left: 14px;
	display: block;
	background-image: url(/group/img/company/icon_04.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}

#company .company-wrap .t5 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.55, #a33d77), color-stop(0.54, #B25088));
	background: -webkit-linear-gradient(top, #B25088 54%, #a33d77 55%);
	background: -moz-linear-gradient(top, #B25088 54%, #a33d77 55%);
	background: -o-linear-gradient(top, #B25088 54%, #a33d77 55%);
	background: -ms-linear-gradient(top, #B25088 54%, #a33d77 55%);
	background: linear-gradient(to bottom, #B25088 54%, #a33d77 55%);
}
#company .company-wrap .t5:before {
	content: '';
	position: absolute;
	width: 46px;
	height: 46px;
	top: 50%;
	margin-top: -23px;
	left: 14px;
	display: block;
	background-image: url(/group/img/company/icon_05.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}

#company .company-wrap .t6 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.55, #c03a3a), color-stop(0.54, #c44949));
	background: -webkit-linear-gradient(top, #c44949 54%, #c03a3a 55%);
	background: -moz-linear-gradient(top, #c44949 54%, #c03a3a 55%);
	background: -o-linear-gradient(top, #c44949 54%, #c03a3a 55%);
	background: -ms-linear-gradient(top, #c44949 54%, #c03a3a 55%);
	background: linear-gradient(to bottom, #c44949 54%, #c03a3a 55%);
}
#company .company-wrap .t6:before {
	content: '';
	position: absolute;
	width: 46px;
	height: 46px;
	top: 50%;
	margin-top: -23px;
	left: 14px;
	display: block;
	background-image: url(/group/img/company/icon_06.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}

#company .company-wrap .t7 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.55, #6f6117), color-stop(0.54, #807124));
	background: -webkit-linear-gradient(top, #807124 54%, #6f6117 55%);
	background: -moz-linear-gradient(top, #807124 54%, #6f6117 55%);
	background: -o-linear-gradient(top, #807124 54%, #6f6117 55%);
	background: -ms-linear-gradient(top, #807124 54%, #6f6117 55%);
	background: linear-gradient(to bottom, #807124 54%, #6f6117 55%);
}
#company .company-wrap .t7:before {
	content: '';
	position: absolute;
	width: 46px;
	height: 46px;
	top: 50%;
	margin-top: -23px;
	left: 14px;
	display: block;
	background-image: url(/group/img/company/icon_07.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}

#company .company-wrap .t8 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.55, #a04c18), color-stop(0.54, #a75522));
	background: -webkit-linear-gradient(top, #a75522 54%, #a04c18 55%);
	background: -moz-linear-gradient(top, #a75522 54%, #a04c18 55%);
	background: -o-linear-gradient(top, #a75522 54%, #a04c18 55%);
	background: -ms-linear-gradient(top, #a75522 54%, #a04c18 55%);
	background: linear-gradient(to bottom, #a75522 54%, #a04c18 55%);
}
#company .company-wrap .t8:before {
	content: '';
	position: absolute;
	width: 46px;
	height: 46px;
	top: 50%;
	margin-top: -23px;
	left: 14px;
	display: block;
	background-image: url(/group/img/company/icon_08.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}

#company .company-wrap .t9 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.55, #704bb5), color-stop(0.54, #7558ad));
	background: -webkit-linear-gradient(top, #7558ad 54%, #704bb5 55%);
	background: -moz-linear-gradient(top, #7558ad 54%, #704bb5 55%);
	background: -o-linear-gradient(top, #7558ad 54%, #704bb5 55%);
	background: -ms-linear-gradient(top, #7558ad 54%, #704bb5 55%);
	background: linear-gradient(to bottom, #7558ad 54%, #704bb5 55%);
}
#company .company-wrap .t9:before {
	content: '';
	position: absolute;
	width: 46px;
	height: 46px;
	top: 50%;
	margin-top: -23px;
	left: 14px;
	display: block;
	background-image: url(/group/img/company/icon_09.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}

#company .company-wrap .t10 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.55, #386d2d), color-stop(0.54, #347838));
	background: -webkit-linear-gradient(top, #347838 54%, #386d2d 55%);
	background: -moz-linear-gradient(top, #347838 54%, #386d2d 55%);
	background: -o-linear-gradient(top, #347838 54%, #386d2d 55%);
	background: -ms-linear-gradient(top, #347838 54%, #386d2d 55%);
	background: linear-gradient(to bottom, #347838 54%, #386d2d 55%);
}
#company .company-wrap .t10:before {
	content: '';
	position: absolute;
	width: 46px;
	height: 46px;
	top: 50%;
	margin-top: -23px;
	left: 14px;
	display: block;
	background-image: url(/group/img/company/icon_10.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}

#company .company-wrap .t11 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.55, #2f7273), color-stop(0.54, #408081));
	background: -webkit-linear-gradient(top, #408081 54%, #2f7273 55%);
	background: -moz-linear-gradient(top, #408081 54%, #2f7273 55%);
	background: -o-linear-gradient(top, #408081 54%, #2f7273 55%);
	background: -ms-linear-gradient(top, #408081 54%, #2f7273 55%);
	background: linear-gradient(to bottom, #408081 54%, #2f7273 55%);
}
#company .company-wrap .t11:before {
	content: '';
	position: absolute;
	width: 46px;
	height: 46px;
	top: 50%;
	margin-top: -23px;
	left: 14px;
	display: block;
	background-image: url(/group/img/company/icon_11.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}

#company .company-wrap .t12 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.55, #35639c), color-stop(0.54, #456d9f));
	background: -webkit-linear-gradient(top, #456d9f 54%, #35639c 55%);
	background: -moz-linear-gradient(top, #456d9f 54%, #35639c 55%);
	background: -o-linear-gradient(top, #456d9f 54%, #35639c 55%);
	background: -ms-linear-gradient(top, #456d9f 54%, #35639c 55%);
	background: linear-gradient(to bottom, #456d9f 54%, #35639c 55%);
}
#company .company-wrap .t12:before {
	content: '';
	position: absolute;
	width: 46px;
	height: 46px;
	top: 50%;
	margin-top: -23px;
	left: 14px;
	display: block;
	background-image: url(/group/img/company/icon_12.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}

#company .company-wrap .t13 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.55, #925c09), color-stop(0.54, #996719));
	background: -webkit-linear-gradient(top, #996719 54%, #925c09 55%);
	background: -moz-linear-gradient(top, #996719 54%, #925c09 55%);
	background: -o-linear-gradient(top, #996719 54%, #925c09 55%);
	background: -ms-linear-gradient(top, #996719 54%, #925c09 55%);
	background: linear-gradient(to bottom, #996719 54%, #925c09 55%);
}
#company .company-wrap .t13:before {
	content: '';
	position: absolute;
	width: 46px;
	height: 46px;
	top: 50%;
	margin-top: -23px;
	left: 14px;
	display: block;
	background-image: url(/group/img/company/icon_13.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}

#company .company-wrap .t14 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.55, #bf4b4b), color-stop(0.54, #be5656));
	background: -webkit-linear-gradient(top, #be5656 54%, #bf4b4b 55%);
	background: -moz-linear-gradient(top, #be5656 54%, #bf4b4b 55%);
	background: -o-linear-gradient(top, #be5656 54%, #bf4b4b 55%);
	background: -ms-linear-gradient(top, #be5656 54%, #bf4b4b 55%);
	background: linear-gradient(to bottom, #be5656 54%, #bf4b4b 55%);
}
#company .company-wrap .t14:before {
	content: '';
	position: absolute;
	width: 46px;
	height: 46px;
	top: 50%;
	margin-top: -23px;
	left: 14px;
	display: block;
	background-image: url(/group/img/company/icon_14.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	#company .company-wrap .panel {
		width: auto;
		margin: 20px 0 15px;
		padding: 15px;
	}
	#company .company-wrap .company-box__list {
		margin: 16px 13px 16px;
		padding: 0;
	}
	#company .company-wrap .company-box__list.company-box__list-2col {
		margin-bottom: 0;
	}
	#company .company-wrap .company-box__list.company-box__list-right {
		margin-top: 0;
	}

}

.pl05{padding-left:0.5em;}









/*
/group/safe/culture/asec/
*/
body.culture-asec {}
body.culture-asec #ASECIntroduceInner {
	position:relative;
	width:950px;
	height:713px;
	background:url(/ana-info/ana/lounge/image/center_maincontents_img.jpg) no-repeat scroll top left;
}

body.culture-asec .stepBox {
	position:absolute;
}

body.culture-asec .stepBox p {
	font-size:12px;
	margin:0 22px;
}

body.culture-asec .stepBox h3 {
	margin:-11px 0 0 11px;
	padding-bottom:10px;
	position:relative;
}

body.culture-asec .stepBox .contentTitle {
	font-size:15px;
	font-weight:bold;
	padding-bottom:3px;
	margin:0 22px;
}

body.culture-asec .step1 {
	width:316px;
	height:455px;
	padding:0;
	background:url(/ana-info/ana/lounge/image/center_stepback01.png) no-repeat scroll top left;
	top:152px;
	left:0;
}

body.culture-asec .step1 p {
	padding-bottom:20px;
	line-height:1.7em;
}

body.culture-asec .step1 p img {
	margin:3px 0 12px 15px;
	float:right;
}

body.culture-asec .step2 {
	width:264px;
	height:362px;
	background:url(/ana-info/ana/lounge/image/center_stepback02.png) no-repeat scroll top left;
	top:16px;
	right:1px;
}

body.culture-asec .step2 .img {
	text-align:center;
	margin:7px 22px 0;
}

body.culture-asec .step3 {
	width:564px;
	height:259px;
	background:url(/ana-info/ana/lounge/image/center_stepback03.png) no-repeat scroll top left;
	bottom:45px;
	right:26px;
}

body.culture-asec .step3 h3 {
	margin-left:10px;
}

body.culture-asec .step3 .clearfix {
	margin:0 22px;
}

body.culture-asec .step3 .contentLeft {
	float:left;
	width:165px;
	height:111px;
	margin-top:3px;
}

body.culture-asec .step3 .contentRight {
	float:left;
	width:348px;
}

body.culture-asec .step3 .contentRight .contentTitle {
	margin:0;
}

body.culture-asec .step3 .contentRight p {
	margin:0;
}

body.culture-asec .step3 .contentTitle {
	padding-bottom:2px;
}



/*
/group/company/ana/uniform/
*/
body.ana-uniform .history-nav {
	margin-top: 30px;
	margin-bottom: 35px;
}
body.ana-uniform .history-nav ul {
	overflow: hidden;
	margin-right: -14px;
}
body.ana-uniform .history-nav li {}
body.ana-uniform .history-nav li a {
	display: block;
	float: left;
	margin-right: 13px;
	margin-bottom: 15px;
}
body.ana-uniform .history-nav li a > img {
	vertical-align: bottom;
}
body.ana-uniform .history-nav__year {
	position: relative;
	margin-left: 16px;
	margin-top: 3px;
	font-size: 15px;
}
body.ana-uniform .history-nav__year:before {
	position: absolute;
	width: 0;
	height: 0;
	top: 0.39em;
	line-height: 1.4;
	left: -14px;
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #04118f;
	border-right: 2px solid #04118f;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	vertical-align: top;
}

body.ana-uniform .uniform-box {
	overflow: hidden;
	margin-bottom: 20px;
}
body.ana-uniform .uniform-box-wrap {
	display: inline;
}
body.ana-uniform .uniform-box__head {
	float: left;
	width: 20%;
	text-align: center;
}
body.ana-uniform .uniform-box__body {
	float: left;
	width: 80%;
}
body.ana-uniform .uniform-box-inner {
	float: right;
	width: 80%;
}

@media screen and (max-width: 767px) {

	body.ana-uniform .history-nav ul {
		overflow: hidden;
		margin-right: -10px;
	}
	body.ana-uniform .history-nav li {
		display: inline-block;
		width: 18%;
		margin-bottom: 10px;
	}
	body.ana-uniform .history-nav li a {
		display: block;
		float: none;
		margin: 0;
	}
	body.ana-uniform .history-nav li a > img {
		vertical-align: bottom;
	}
	body.ana-uniform .history-nav__year {
		font-size: 11px;
		margin-left: 8px;
	}
	body.ana-uniform .history-nav__year:before {
		position: absolute;
		width: 0;
		height: 0;
		top: 0.39em;
		line-height: 1.4;
		left: -7px;
		display: block;
		content: "";
		width: 4px;
		height: 4px;
		border-top: 1px solid #04118f;
		border-right: 1px solid #04118f;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		vertical-align: top;
	}

	body.ana-uniform .uniform-box {
		margin-bottom: 20px;
	}
	body.ana-uniform .uniform-box-wrap {
		display: table ;
		width: 100%;
		table-layout: fixed;
	}
	body.ana-uniform .uniform-box__head {
		width: 110px;
		float: none;
		display: table-cell;
		padding-right: 20px;
		text-align: center;
		vertical-align: top;
	}
	body.ana-uniform .uniform-box__head > img {
		text-align: left;
		vertical-align: top;
		padding-bottom: 20px;
	}
	body.ana-uniform .uniform-box__body {
		float: none;
		display: table-cell;
		width: auto;
		vertical-align: top;
	}
	body.ana-uniform .uniform-box-inner {
		width: 100%;
	}
}



/*
/group/company/ana/fleet/
*/
body.ana-fleet .l-grid-col__inner {
	padding-left: 2%;
}
body.ana-fleet .l-grid-group__inner {
	padding: 1%;
}
body.ana-fleet .history-head__link {
	font-weight: bold;
	text-indent: -0.9em;
}
body.ana-fleet .history-head__link:before {
	position: relative;
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-right: 9px;
	top: -3px;
	background-color: transparent;
	border-top: 5px solid transparent;
	border-left: 6px solid #03118E;
	border-right: 0 solid transparent;
	border-bottom: 5px solid transparent;
}

body.ana-fleet .history-list {
	padding-left: 4%;
}
body.ana-fleet .history-list li {
	font-size: 13px;
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	body.ana-fleet .l-grid-group__inner {
		padding: 0;
	}
	body.ana-fleet .l-grid-col__inner {
		padding-left: 0;
	}
	body.ana-fleet .history-head__link {
		font-weight: bold;
		text-indent: -0.9em;
	}
	body.ana-fleet .history-head__link:before {
		position: relative;
		display: inline-block;
		content: "";
		width: 0;
		height: 0;
		margin-right: 9px;
		top: -3px;
		background-color: transparent;
		border-top: 5px solid transparent;
		border-left: 6px solid #03118E;
		border-right: 0 solid transparent;
		border-bottom: 5px solid transparent;
	}

	body.ana-fleet .history-list {
		padding-left: 0;
	}
	body.ana-fleet .history-list li {
		margin-bottom: 10px;
	}

}



/*
/group/safe/comfortable/
/group/safe/information/
*/
body.safe-comfortable .safe-flow-outer,
body.safe-information .safe-flow-outer {
	padding: 1.5%;
	border: 1px solid #b1afaf;
}
body.safe-comfortable .safe-flow__list,
body.safe-information .safe-flow__list {
	display: table;
	margin-bottom: 10px;
}
body.safe-comfortable .safe-flow__list dt,
body.safe-information .safe-flow__list dt {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
body.safe-comfortable .safe-flow__list dd,
body.safe-information .safe-flow__list dd {
	display: table-cell;
	vertical-align: middle;
}
body.safe-comfortable .safe-flow__ttl,
body.safe-information .safe-flow__ttl {
	line-height: 1.2;
	font-weight: bold;
}
body.safe-comfortable .safe-flow__lead,
body.safe-information .safe-flow__lead {
	font-size: 12px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	body.safe-comfortable .safe-flow-outer,
	body.safe-information .safe-flow-outer {
		padding: 15px;
	}
	body.safe-comfortable .safe-flow__list dt,
	body.safe-information .safe-flow__list dt {
		width: 120px;
	}
}



/*
/group/csr/activity/
*/
body.csr-activity .postion-relative {
    position: relative;
}
body.csr-activity .link-activity-02 {
    background: rgba(0, 0, 0, 0) url("/group/images/csr/group/activity/activity_img_02_link_off_2016.gif") no-repeat scroll 0 0;
    display: block;
    height: 30px;
    left: 288px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 559px;
    width: 777px;
}
body.csr-activity .link-activity-02:hover, body.csr-activity .link-activity-02:active {
    background: rgba(0, 0, 0, 0) url("/group/images/csr/group/activity/activity_img_02_link_on_2016.gif") no-repeat scroll 0 0;
}


/*
/group/about-us/officer/
*/
body.about-us-officer .profile-box__table th {white-space:nowrap !important;}
body.about-us-officer .profile-box__table th,
body.about-us-officer .profile-box__table td {vertical-align:top;}

/*

*/

@media screen and (max-width: 767px) {
}




/*
/group/csr/community/revival/
*/
body.community-revival .activity {		
  border: solid 3px #1f9dda;
}
body.community-revival .activity .heading-block--bdr {
  border-bottom: none;
}
body.community-revival .timeLine {
	padding: 30px 0 5px 16px;
	background: url(/group/images/csr/community/timeLine-terminal02.gif) no-repeat 0px top;
}
body.community-revival .timeLine .timeLine-inner {
	padding: 0 0 0 18px;
	border-left: 8px solid #1f9dda;
}
body.community-revival .timeLine .timeLine-inner .marker{
  position: relative;
  top: 0;
  left: -37px;
  padding: 0 0 0 35px;
  background: url(/group/images/csr/community/timeLine-marker.gif) no-repeat left center;
}
body.community-revival .timeLine .timeLine-inner .marker span{
  display: block;
  padding: 11px 30px 9px;
  _padding: 12px 30px 7px 35px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  background: url(/group/images/csr/community/timeLine-marker-arrow.gif) no-repeat;
}
body.community-revival .timeLine .bgSkyBlue { 
	padding: 11px 20px 9px;
	color: #fff;
	background: #1f9dda;
	font-size: 20px;
}




/*
/group/investors/irdata/supplement/
/group/investors/irdata/supplement/backnumber.html
/group/investors/irdata/annual/backnumber.html
ページ内リンク7並び＆他ページリンク設置
*/
.anchor-box-pagetop {
	background-color: #e9ecef;
	margin-bottom: 40px;
}
.anchor-box-pagetop .anchor-pagetop_list {
	margin-right: 27px !important;
}
.anchor-box-pagetop .anchor-box-link {
	text-align: right;
	padding-bottom: 10px;
	padding-right: 15px;
}


