@charset "utf-8";

@import url(elements.css);	/* 基本要素の定義 */
@import url(layout.css);	/* ページ全体の構成に関わる定義 */
@import url(iehack.css);	/* 基本要素の定義 */


/* @group IR */

#ir li#nav_ir a {
	background-position: 0 -13px;
}



/* @group ir contents */

.subcontents #contents {
	clear: both;
}

.subcontents #contents p {
	margin-bottom: 10px;
}

.subcontents #contents p img {
	float: right;
	margin-left: 20px;
}

.subcontents #contents p:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.subcontents #contents h3 {
	clear: both;
	height: 18px;
	margin-top: 40px;
	padding-bottom: 2px !important;
	border-bottom: 1px dotted #cccccc;
}

.subcontents #contents h3#h3_01 {
	margin-top: 20px !important;
}

.subcontents #contents h3 span {
	position: absolute;
	left: -9999px;
}

/* サブタイトル　画像 */
#ir_index #contents #h3_01 {
	background: url(../imgs/h3_index_01.gif) no-repeat;
}

#ir_index #contents #h3_02 {
	background: url(../imgs/h3_index_02.gif) no-repeat;
}

#ir_reckoning #contents #h3_01 {
	background: url(../imgs/h3_reckoning_01.gif) no-repeat;
}

#ir_pressrelease #contents #h3_01 {
	background: url(../imgs/h3_pressrelease_01.gif) no-repeat;
}

#ir_topics #contents #h3_01 {
	background: url(../imgs/h3_topics_01.gif) no-repeat;
}

#ir_highlight #contents #h3_01 {
	background: url(../imgs/h3_highlight_01.gif) no-repeat;
}

#ir_treat #contents #h3_01 {
	background: url(../imgs/h3_treat_01.gif) no-repeat;
}

#ir_updatehistory #contents #h3_01 {
	background: url(../imgs/h3_updatehistory_01.gif) no-repeat;
}

#ir_kokoku #contents #h3_01 {
	background: url(../imgs/h3_kokoku_01.gif) no-repeat;
}



/* 日付囲み */
.subcontents #contents span.date {
	float: left;
	display: block;
	width: 100px;
	height: 20px;
	margin-right: 10px;
	background: url(../share_imgs/bg_date.gif) no-repeat;
	text-align: center;
	font-weight: bold;
	line-height: 170%;
	color: #fff;
}

#ir p.oldnews {
	text-align: right;
}

/* 注意書き 囲み */
#caption {
	margin-top: 30px;
	background: #f0e8d9 url(../share_imgs/bg_caption_top.gif) no-repeat;
	font-size: 10px;
	color: #776644;
}

	#caption p {
		margin-bottom: 0 !important;
	}
	
	#caption .inner {
		background: url(../share_imgs/bg_caption_bottom.gif) no-repeat 0 bottom;
	}
	
	#caption h3 {
		border: none !important;
		margin: 0 !important;
		padding: 0;
		background: url(../imgs/h_discclaimer.gif) no-repeat;
	}




#ir #contents ul {
	margin-top: 10px;
}

#ir #contents ul li {
	margin-bottom: 10px;
}

#ir #contents ul li img {
	margin-right: 4px;
}

#ir #contents .pagetop {
	margin-top: 20px;
	margin-bottom: 40px;
}




#ir #ir_treat table {
	table-layout: auto;
	margin-bottom: 40px;
	border-collapse: collapse;
}

#ir #ir_treat table th, #ir #ir_treat table td {
	background: none;
	border: 1px solid #e4e4e4;
	padding: 0.4em;
}

#ir #ir_treat caption {
	padding: 4px;
	font-weight: bold;
	background-color: #e4e4e4;
}





/* @group headline IRページ共通ナビゲータ部 */
#ir_haedline {
	background: url(../share_imgs/bg_subnav_headline.gif) repeat-x;
	width: 100%;
	
}
	
	#ir_haedline h2 {
		float: left;
		height: 50px;
		width: 170px;
		
		background: url(../imgs/h2.gif) no-repeat 0 20px;
	}
	
	#ir_haedline h2 span {
		position: absolute;
		left: -9999px;
	}
	
	#ir_haedline:after {
	    content: "";
	    clear: both;
	    height: 0;
	    display: block;
	    visibility: hidden;
	}
	
	#ir_haedline ul {
		float: right;
		height: 50px;
		width: 236px;
		background: transparent url(../share_imgs/bg_subnav_bottomcarb.gif) no-repeat right bottom;
	}
	
	#ir_haedline ul li {
		float: left;
		margin: 0px;
	}
	
	#ir_haedline ul li a {
		display: block;
		width: 116px;
		height: 42px;
	}
	
	#ir_haedline ul li a:hover {
		background-position: 0 -42px !important;
	}
	
	#ir_haedline ul li a span {
		position: absolute;
		left: -9999px;
	}

	#subcontent	#subnav_notification {
		margin-right: 4px;
	}
	
	#subcontent	#subnav_notification a {
		background: url(../share_imgs/btn_notification.gif) no-repeat;
	}
	
	#subcontent	#subnav_stock a {
		background: url(../share_imgs/btn_stock.gif) no-repeat;
	}

/* @end */




/* ---------------------------- */

/* @group subnav */

ul#subnav_btn {
	margin-left: 8px;
}

ul#subnav_btn:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

ul#subnav_btn li {
	float: left;
	margin-right: 2px;
}

ul#subnav_btn li a {
	
	display: block;
	width: 116px;
	height: 25px;
}

ul#subnav_btn li a:hover {
	background-position: 0 -25px !important;
}

ul#subnav_btn li a span {
	position: absolute;
	left: -9999px;
}

ul#subnav_btn li#subnav_01 a {
	background: url(../imgs/btn_sub_01.gif) no-repeat;
}

ul#subnav_btn li#subnav_02 a {
	background: url(../imgs/btn_sub_02.gif) no-repeat;
}

ul#subnav_btn li#subnav_03 a {
	background: url(../imgs/btn_sub_03.gif) no-repeat;
}

ul#subnav_btn li#subnav_04 a {
	background: url(../imgs/btn_sub_04.gif) no-repeat;
}

ul#subnav_btn li#subnav_05 a {
	background: url(../imgs/btn_sub_05.gif) no-repeat;
}

ul#subnav_btn li#subnav_06 a {
	background: url(../imgs/btn_sub_06.gif) no-repeat;
}

ul#subnav_btn li#subnav_07 a {
	background: url(../imgs/btn_sub_07.gif) no-repeat;
}

#ir_index ul#subnav_btn li#subnav_01 a {
	background-position: 0 -25px !important;
}

#ir_reckoning ul#subnav_btn li#subnav_02 a {
	background-position: 0 -25px !important;
}

#ir_pressrelease ul#subnav_btn li#subnav_03 a {
	background-position: 0 -25px !important;
}

#ir_topics ul#subnav_btn li#subnav_04 a {
	background-position: 0 -25px !important;
}

#ir_highlight ul#subnav_btn li#subnav_05 a {
	background-position: 0 -25px !important;
}

#ir_treat ul#subnav_btn li#subnav_06 a {
	background-position: 0 -25px !important;
}

#ir_updatehistory ul#subnav_btn li#subnav_07 a {
	background-position: 0 -25px !important;
}
/* @end */


/* ページ毎の個別設定 */


/* トピックス */

#ir_topics #contents h4
{
	margin-bottom: 10px;
}



/* ハイライト　決算表 */

#ir_highlight table {
	table-layout: auto;
}

#ir_highlight table#hilight thead td 
{
	text-align: center;
}

#ir_highlight table#hilight thead tr#term td 
{
	font-weight: bold;
}

#ir_highlight table#hilight tbody td 
{
	text-align: right;
}


/* 電子公告 */
#ir_kokoku p#note_edinet
{
	margin-top: 30px;
}

#ir_kokoku	#subnav_notification a {
		background-position: 0 -42px !important;
}

/*xj-news*/

#xj-mainlist span.label { float:left; width:8%; padding:3px; text-align:center; min-width:70px; display:block; margin-right:10px;}
#xj-mainlist span.label.icon_discro { background-color: #CCC;}
#xj-mainlist span.label.icon_result { background-color: #FCC;}
#xj-mainlist span.label.icon_legal { background-color: #9C9;}
#xj-mainlist span.label.icon_ir { background-color: #CCF;}
#xj-mainlist span.label.icon_info { background-color: #FFC;}

.subcontents #contents p span.pdf img { float:none; vertical-align:bottom;}

#xj-select-year #year li { float:left; margin-right:10px;}
#xj-select-year #year { overflow:hidden; margin-bottom:20px;}
#xj-select-year #year li.active a { font-weight:bold; text-decoration:none;}

#xj-select-category #type li { float:left; margin-right:10px; width:100px; background-color:#996600; text-align:center; padding:3px 0; margin-right:1px;}
#xj-select-category #type li a { color:#FFFFFF; text-decoration:none;}
#xj-select-category #type li.active { background-color: #F0E4D2;}
#xj-select-category #type li.active a { color:#996600;}
#xj-select-category #type { overflow:hidden;}
h4 { overflow:hidden; position:relative; margin-bottom:10px;}
h4 a.backnum { display:block; position:absolute; left:200px; top:0; width:250px;}

.library { margin-bottom:30px;}
ul.linklist { overflow:hidden; margin-top:0; margin-bottom:20px;}
ul.linklist li { float:left; margin-right:2px; padding:3px; background:url(../imgs/arrow_linklist.gif) left 3px no-repeat; padding-left:15px;}
ul.linklist li.active a { font-weight:bold; text-decoration:none;}


