@charset "UTF-8";

/* ================================================================================

:::information:::

ファイル名：/css/fund_price/fund_price.css
概要：基準価額一覧で使用する CSS

================================================================================ */

/* ==========▽ページ内リンク========== */
#page-link {
	list-style: none;
	margin-bottom: 5px;
}

#page-link li {
	display: inline;
}
/* ==========△ページ内リンク========== */

/* ==========▽基準価額一覧========== */
.itemBox {
	padding: 8px 0;
	border-bottom: solid #CCCCCC 1px;
}

.itemBox-top {
	border-top: solid #CCCCCC 1px;
}

.kijunkagaku {
	float: left;
	width: 300px;
	padding-right: 3px;
/*	border-right: dotted #CCCCCC 1px;*/
}

.kijunkagaku dt {
	font-size: 118%;
	margin-bottom: 3px;
}

.kijunkagaku strong {
	font-size: 118%;
}

.pdf-link {
	float: right;
	width: 211px;
}

.pdf-link dt img {
	vertical-align: middle;
	margin-right: 3px;
}

.pdf-link dd {
	float: left;
	height: 19px;
	margin-top: 3px;
}

.pdf03 { width: 71px; }
.pdf04 { width: 60px; }
.pdf05 { width: 71px; }
/* ==========△基準価額一覧========== */

/* ==========▽基準価額グラフ========== */
#spec-navi {
	width: auto;
	margin-top: 20px;
	background-color: #EAEAEA;
	padding: 10px;
	list-style: none;
}

#spec-navi li {
	list-style: none;
	display: inline;
	margin-right: 8px;
}

#spec-navi li img {
	vertical-align: middle;
	margin-right: 2px;
}

#fund-info ul {
	border-bottom: solid #336699 1px;
	padding: 5px 0;
}

#fund-info li {
	list-style: none;
	display: inline;
	margin-right: 10px;
}

#fund-info li strong {
	font-size: 118%;
}
/*分配実績*/
#fund-info table.tbl_bunpai th, 
#fund-info table.tbl_bunpai td {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#fund-info table.tbl_bunpai th {
	font-weight: normal;
	text-indent: -2px;
}
#fund-info table.tbl_bunpai td {
	border-style: none;
}
#fund-info table.tbl_bunpai td.aR {
	text-align: right;
}
#fund-info table.tbl_bunpai td strong {
	font-size: 118%;
}
/**/

#graph-guide {
	margin-left: 50px;
}
#graph-guide li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}

#graph-guide li img {
	vertical-align: middle;
	margin-right: 3px;
}

#touraku{
	border-top: solid #336699 1px;
	text-align: center;
	padding: 5px 0;
}

#touraku strong {
	font-size: 118%;
}

#period {
	padding: 10px 15px;
	background-color: #FDF6D8;
	border: solid #336699 1px;
}

.width01 input {
	width: 60px;
	border: solid #94AEC5 1px;
}

.width02 input {
	width: 30px;
	border: solid #94AEC5 1px;
}
/* ==========△基準価額グラフ========== */

/* ==========▽販売会社一覧========== */
#company-list th {
	width: 210px;
	font-weight: normal;
	padding: 10px 0;
	border-bottom: solid #CCCCCC 1px;
}

#company-list td {
	width: 314px;
	padding: 10px 0;
	border-bottom: solid #CCCCCC 1px;
}

#company-list th, #company-list td {
	vertical-align: top;
	text-align: left;
}

#company-list th img, #company-list td img {
	vertical-align: top;
	margin-right: 3px;
}
/* ==========△販売会社一覧========== */


/* ==========▽見出しタイトル（商品のみ）========== */
/* h1タイトル */
#h1-tit01 { 
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 14pt;
	font-weight: bold; 	
	letter-spacing: -0.02em;
	color: #333333;
	line-height: 1.4;
	background: url(/images/bg_h1.gif) left top no-repeat;
	padding: 0 0 0 10px;
}
#h1-tit01 img {
	text-indent: -10px;
}
/* ==========△見出しタイトル（商品のみ）========== */

概要：追加型商品で使用する CSS

================================================================================ */

dl.dd-position dd{
	margin-left:100px;
	margin-top:-1.5em;
	}
	
dl.dd-position2 dd{
	margin-left:150px;
	margin-top:-1.5em;
	}

.right-mg5{ 
	margin-right:5px;
	vertical-align:middle;
	 }

td.td-center {
	text-align:center;
	}
th.th-center {
	text-align:center;
	}
	