@charset "utf-8";

#top-column_en{
	width:750px;
}

#top-column_en dl {
    display: block;
    float: left;
    min-height: 105px;
    height:auto!important;
    _height:105px;
    margin-right:10px;
}

#top-column_en dl.column1 {
	width: 364px;
	background: transparent url(../img/top_dl_bg.gif) no-repeat scroll left top;
}
#top-column_en dl.column2 {
	width: 364px;
	background: transparent url(../img/top_message_bg.jpg) no-repeat scroll left top;
}

#top-column_en dl.column1 dt,
#top-column_en dl.column2 dt{
	font-weight:bold;
	font-size:108%;
	margin:9px 0 0 9px;
}
#top-column_en dl dd{
	margin:3px 9px 0;
	line-height:150%;
	font-size:91%;
	width:250px;
}

#top-column_en dl.list dd img{
	margin-left:5px;
}

.year_title{
	background:url(../img/icn_left_blue.gif) no-repeat 0 50%;
	color:#2F4291;
	font-size:120%;
	border-bottom:1px dotted #888;
	padding:5px 0 5px 10px;
	font-weight:bold;
}

.briefingTitOpn,.briefingTitOpnLong {
    background:  url("../../img/common/list_bg01.gif") 0 0 ;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.briefingTitOpnLong{
    background:  url("../../img/common/list_bg01_long.gif") 0 0 ;
}
	
.briefingTitOpn span,.briefingTitOpnLong span {
    background: url("../../img/common_en/btn_close.gif") left 0 no-repeat!important;
    cursor: pointer;
    height: 0;
    overflow: hidden;
    padding-top: 10px!important;
    position: absolute;
    right: 10px;
    top: 7px!important;
    width: 70px!important;
}
.briefingArea {
	display:none;
	background-color:#fafafa;
	padding:5px;
	*height:100%;
}

.briefingTitOpn span.close {
    background: url("../../img/common_en/btn_close.gif") right 0 no-repeat!important;
    width:39px!important;
}

#briefing dl dt span { /* 20160413 旧english.cssから移行 */
    background-image: url("../../img/common_en/btn_close.gif") ;
    padding-top:10px;
    width:70px;
}

#briefing dl dt span.close { /* 20160413 旧english.cssから移行 */
    background-image: url("../../img/common_en/btn_close.gif") ;
    width:39px;
}
.irlibtxt{ /* 20160413 */
width:638px;
}

div.ro_btn_zoom_e, div.ro_btn_downloadexcel_e {
    width:216px;
}

.ro_btn_zoom_e a, .ro_btn_downloadexcel_e a {
    display:block;
    width:216px;
    height:26px;
    background:url(../data/img/zoom.png) no-repeat left top;
    font-size:1px;
    line-height:1px;
    text-indent:-9898px;
    text-decoration:none;
    outline:none;
}

.ro_btn_zoom_e a:hover, .ro_btn_downloadexcel_e a:hover {
    background-position:left bottom;
}

.ro_btn_downloadexcel_e a {
    background:url(../img/btn_downloadexcel.png) no-repeat left top;
}
/*財務・業績*/
#irdata .tabs {
display: table;
margin: 0px 0px 20px;
border-bottom: 4px solid #294b92;
width: 100%;
table-layout: fixed;
}
#irdata .tabs >li {
display: table-cell;
padding: 0px 5px;
height: 48px;
font-size:130%;
border-left: 6px solid #FFF;
background: #d9e3f7 none repeat scroll 0% 0%;
}
#irdata .tabs > li:first-child {
border-left: medium none;
}
#irdata .tabs a {
display: block;
text-align: center;
vertical-align: middle;
line-height:48px;
width:100%;
height:100%;
}
#irdata .tabs > .tab.active {
background: #294b92 none repeat scroll 0% 0%;
}
#irdata .tabs > .tab.active > a  {
font-weight: bold!important;
color: #FFF!important;
}
#irdata .panels > .panel {
display: none;
}
#irdata .panels > .panel.active {
display: block;
}