@charset "Shift_JIS";

/* =================================
 	http://www.mens-ziobit.com/
==================================== */

/* 最終更新　2011/10/16
------------------------------------------------- */


/* brand_single.css
------------------------------------------------- */

/* アルファベット                           
------------------------------------------------- */

.alphabet_box{margin: 0px 0px 10px 5px;}
.alphabet_box img{	margin: 0px 0px 0px 0px;}
.alphabet_box ul li{
	display:inline;}

/* テーブルの指定                           
------------------------------------------------- */
table {
    border-collapse: separate;
    border-width: 1px;
    border-style: solid;
    border-color: #F8CE74;
    border-spacing: 3px;
    width:100%;
	padding:  0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

table.single {
	margin: 0px 0px 25px 0px;
}

table tr th {
	padding: 5px 10px 3px 10px;
	border-bottom: solid 1px #D8B262;
	border-right: solid 1px #F8CE74;
	border-left: solid 5px #D8B262;
	font-weight: bold;
	font-size: 12px;
	width:10%;


	background-color:#FEEFCF;
	white-space:nowrap;
}

table tr td {
	padding: 5px 10px 3px 10px;
	border-bottom: solid 1px #D8B262;
	font-size: 12px;
}

table tr td.price{
	width:80px;
}

/* 見出し内の右側「詳細はこちら」「戻る」-------------------------------- */
#contents h3.modoru {
	line-height:1.7; /* IE6のpadding対策*/
	position:relative;
	height: 100%;  /*IE6ポジション対策*/
}

#contents h3.modoru a{
	background: url(../img/parts_contents/modoru.gif) no-repeat scroll right bottom transparent;
 	text-indent: -5000px;
	position:absolute;  /*flot不可。IE6でレイアウト崩れる*/
	bottom:5px;
	right:10px;
	width:90px;
	height: 100%;  /*IE6ポジション対策*/
}







