@charset "utf-8";
/* CSS Document */


/* ********************* */
/* 個別ページ　*/
/* ********************* */



/* 上部取扱店へボタン*/
div.titleFrame p.btnToAtm{
	position:absolute;
	display:block;
	left:214px;
	top:70px;
}
div.titleFrame p.btnToAtm a{
	overflow:hidden;
	text-indent:-100000em;
	display:block;
	width:132px;
	height:22px;
}
div.titleFrame p.btnToAtm a:hover{
	background:url(../../interest/roimg/to_atm.gif) no-repeat top left;
}
div.titleFrame p.btnToAtm a{
	background:url(../../interest/img/to_atm.gif) no-repeat top left;
}

/*テーブル類*/

div.contentsDetail table{
	width:675px;
	border-width:1px 0 0 1px;
	border-color:#666;
	border-style:solid;
	margin-bottom:10px;
}

div.contentsDetail th,
div.contentsDetail td{
	padding:3px;
	text-align:center;
	color:#333;
	border-width:0 1px 1px 0;
	border-color:#666;
	border-style:solid;
	line-height:1.3em;
}

div.contentsDetail th{
	background-color:#9EC4FF;
}


/* パターン1 */
div.contentsDetail td.itemCategory{
	background-color:#DEEBFE;
	color:#454545;
	font-weight:bold;
	text-align:left;
}
div.contentsDetail td.itemName{
	width:240px;
	background-color:#FFFFE6;
	text-align:left;
	border-right:none;
}
div.contentsDetail td.itemName_r2{
	width:240px;
	height:40px;
	background-color:#FFFFE6;
	text-align:left;
	vertical-align:middle;
	border-right:none;
}
div.contentsDetail td.itemLink{
	width:80px;
	background-color:#FFFFE6;
}
div.contentsDetail td.itemFinance{
	text-align:right;
	background-color:#F5F5F5;
	width:140px;
}
div.contentsDetail td.itemEsp{
	text-align:right;
	background-color:#F5F5F5;
	width:90px;
}
div.contentsDetail td.itemTerm{
}


div.contentsDetail td.noValue{
	background-color:#F5F5F5;
}

/* 商品ページへのリンク */

div.contentsDetail td.itemLink a{
	overflow:hidden;
	text-indent:-100000em;
	display:block;
	width:77px;
	height:23px;
	margin:0 auto;
}
div.contentsDetail td.itemLink a:hover{
	background:url(../../interest/roimg/to_detail.gif) no-repeat top left;
}
div.contentsDetail td.itemLink a{
	background:url(../../interest/img/to_detail.gif) no-repeat top left;
}

