@charset "utf-8";

/* header
-------------------------------- */
#header {
	position: relative;
}
#header a {
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
/* headerLogoBlock */
#headerLogoBlock {
	margin: 0 auto;
	padding: 5px 0;
}

/* companyLogo */
#companyLogo {
	float: left;
}
#companyLogo a {
	display: block;
	width: 228px;
	height: 28px;
	background: url(/english/common/img/header_logo01_2601.png) no-repeat 0 0;
	background-size: 228px 28px;	
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#companyLogo a:hover {
	opacity: 0.7;
}

/* chapter */
.boderColumn02{
	border:#e6e6e6 solid 1px;
	border-radius:6px;
	margin-top:2.0em;
	padding:0;
}
.boderColumn02  > .heading02{
	position:relative;
	background:none;
	border-bottom:#007561 solid 2px;
	margin-top:0;
	padding:0.8em 0 0.8em 2.8em;
	outline:none;
	color:#333333;
}
.boderColumn02  .heading02.annualTitle:before{
	content: "";
	position: absolute;
	top: 28%;
	left: 5%;
	display: inline-block;
	width: 22px;
	height: 22px;
	background:url(/english/common/img/com_ic06_2601.png) no-repeat 0 0;
}
.boderColumn02  .heading02.irTitle:before{
	content: "";
	position: absolute;
	top: 24%;
	left: 5%;
	display: inline-block;
	width: 24px;
	height: 21px;
	background:url(/english/common/img/com_ic07_2601.png) no-repeat 0 0;
}
.boderColumn02  .heading02.repoTitle:before{
	content: "";
	position: absolute;
	top: 28%;
	left: 5%;
	display: inline-block;
	width: 17px;
	height: 26px;
	background:url(/english/common/img/com_ic08_2601.png) no-repeat 0 0;
	background-size:17px 24px;
}
.boderColumn02  .heading02.shareholdersTitle:before{
	content: "";
	position: absolute;
	top: 20%;
	left: 5%;
	display: inline-block;
	width: 29px;
	height: 29px;
	background:url(/english/common/img/com_ic12_2601.png) no-repeat 0 0;
}
.boderColumn02  .heading02.topicTitle:before{
	content: "";
	position: absolute;
	top: 20%;
	left: 5%;
	display: inline-block;
	width: 29px;
	height: 29px;
	background:url(/english/common/img/com_ic15_2601.png) no-repeat 0 0;
}
.boderColumn02 .inner{
	margin-top:0;
	padding:0 1em 1.1em;	
}
.boderColumn02 .inner .iconLinkList02 li {
	margin-top: 0.8em;
}
.boderColumn02 .inner .iconLinkList02 li a {
	position: relative;
	display: inline-block;
	padding-left: 1.5em;
}
.boderColumn02 .inner .iconLinkList02 li a[href$=".pdf"]:before{
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	display: inline-block;
	width: 11px;
	height: 12px;
	background: url(/english/common/img/com_ic09.png) no-repeat 0 0;
}
.boderColumn02 .inner .iconLinkList02 li a:after{
	background:none;
}

/* anchorList */
.anchorList02 li {
	position: relative;
	width: 100%;
	margin: 0.5em 0 0;
	border-bottom: solid 2px #cccccc;
	border-right: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;
	border-top: solid 1px #f2f2f2;
	border-radius:5px;
}
.anchorList02 li:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}
.anchorList02 li a{
	display:block;
	position:relative;
	padding:0.8em 1.2em 1.0em 2.0em;
	color:#555555;
	font-size:1.5em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
.anchorList02 li a:after{
	content: "";
	position: absolute;
	top: 83%;
	left: 50%;
	display: inline-block;
	width: 16px;
	height: 12px;
	margin-top: -7px;
	background: url(/english/common/img/com_ic02_2601.png) no-repeat 0 0;
}
.anchorList02 li a:hover {
	color: #008F79;
}
.anchorList02 li.annual{
	background:url(/english/common/img/com_ic03_2601.png) no-repeat 7% 50%;
	background-size:auto 42%;
}
.anchorList02 li.ir{
	background:url(/english/common/img/com_ic04_2601.png) no-repeat 7% 50%;
	background-size:auto 40%;
}
.anchorList02 li.report{
	background:url(/english/common/img/com_ic05_2601.png) no-repeat 7% 50%;
	background-size:auto 50%;	
}
.anchorList02 li.shareholders{
	background:url(/english/common/img/com_ic11_2601.png) no-repeat 7% 50%;
	background-size:auto 50%;	
}
.anchorList02 li.topic{
	background:url(/english/common/img/com_ic13_2601.png) no-repeat 7% 50%;
	background-size:auto 50%;	
}

/* iconDlList01 */
.iconDlList01 dt{
	margin-top:0.8em;
}
[class*="iconDlList"] > dt:first-child {
	margin-top: 0;
}
.iconDlList01 dd a{
	position:relative;
	padding-left:1.5em;
}
.iconDlList01 dd a[href$=".pdf"]:before{
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	display: inline-block;
	width: 11px;
	height: 12px;
	background: url(/english/common/img/com_ic09.png) no-repeat 0 0;
}

/* clearfix */
#headerTopBlock:after,
#headerLogoBlock:after,
#container:after,
.anchorList02:after {
	content : "";
	display : block;
	clear : both;
}



