@charset "utf-8";
/*----------------------------------------------------
	ir.css
----------------------------------------------------*/
@import url("common.css");




/* ニュースリリース・決算短信・プレゼン */
.irList dt {
  	padding: 7px 0 0 0;
	color:#999999;
	font-size: x-small;
	font-weight: bold;
	float: left;
}

.irList dd {
 	width: 470px;
	padding: 5px 0 0 0;
	color: #000066;
	float: right;
}

.irList dd.btm {
   	padding: 7px 0 10px 0;
	font-size: x-small;
	float: right;
}




/* 動画配信・PDF  */
.irList li {
	float: left;
}



/* 有価証券報告書 */
.financialList {
	padding: 7px 0;
}

.financialList dt {
 	color: #000066;
	float: left;
}

.financialList dt {
	width: 110px;
	padding-right: 5px;
}

.financialList dd.title {
	padding: 0 15px 0 3px;
 	color: #000066;
 	float: left;
}

.financialList dd.pdf {
	padding:1px 5px 0 0;
	font-size: x-small;
 	color: #000066;
 	float: left;
}



/* IRカレンダー */
.ircalenderTable {
	width: 560px;
	margin-bottom: 30px;
}

	/* キャプション内テキスト */
	span.year-number {
		color: #689ACC;
		font-size: large;
		font-weight: bold;
	}
	
	span.year-text {
		margin-left: 2px;
		color: #689ACC;
		font-size: small;
	}


.ircalenderTable caption,tr {
  	background: url(../img/ir/dotline.gif) repeat-x bottom;
}

.ircalenderTable th {
	width: 65px;
	padding: 4px 15px 4px 0;
	color: #689ACC;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
}



/* 株式メモ */
.stockholderBox {
	width: 560px;
	padding: 8px 0;
	background: url(../img/ir/bg_stockholder.gif) repeat-x bottom;
}

.stockholderBox dt {
	width: 200px;
	background: url(../img/ir/icon_stockholder.gif) no-repeat 0.4em;
	padding-left: 20px;
	color: #000066;
	font-weight: normal;
	float: left;
}

.stockholderBox dd {
	width: 340px;
	float: right;
}



/* 法定公告 */
#regalBox {
	width: 550px;
	padding: 5px;
}

#regalBox p {
	color: #000066;
}



/*----------------------------------------------------
	IR情報　汎用css
----------------------------------------------------*/
/* リスト */
.irList,.financialList {
	width: 560px;
  	background: url(../img/ir/dotline.gif) repeat-x bottom;
}

/* 動画アイコン */
li.movie {
	background: url(../img/ir/icon_movie.gif) no-repeat 0.3em;
	color: #000066;
	padding-left: 18px;
	margin-right: 18px;
}

/* PDFアイコン */
li.pdf {
	background: url(../img/ir/icon_pdf.gif) no-repeat 0.3em;
	padding-left: 29px;
	color: #000066;
}



/* 外部リンク アイコン位置 */
span.icon {
	margin-left: 3px;
}

.position {
	vertical-align: -2px;
}

	/* リンクの色 */
	li a:link {
		color: #000066;
		text-decoration: underline;
	}
	
	li a:visited {
		color: #000066;
		text-decoration: underline;
	}
	
	li a:hover {
		color: #000066;
		text-decoration: none;
	}
	
	li a:active {
		color: #000066;
		text-decoration: underline;
	}



/* 各ページ共通　PDF資料の閲覧について */
h2.browse-pdf {
	background: url(../img/ir/bg_browse_pdf.gif);
	border-bottom: 1px solid #FF9900;
	color: #FF9900;
	font-weight: normal;
	margin-top: 30px;
	padding: 1px 0 1px 7px;
}

#browse-pdf {
	width: 560px;
	margin-bottom: 60px;
	padding-top: 20px;
}

#browse-pdf p.adobe {
	float: left;
	padding-right: 15px;
}

	/* リンクの色 */
	#browse-pdf a:link {
		color: #666666;
		text-decoration: underline;
	}
	
	#browse-pdf a:visited {
		color: #666666;
		text-decoration: underline;
	}
	
	#browse-pdf a:hover {
		color: #666666;
		text-decoration: none;
	}
	
	#browse-pdf a:active {
		color: #666666;
		text-decoration: underline;
	}




