@charset "utf-8";

/* ==================================================================

	page  : パネル
	author: 安達
	
	09/07/31 制作　ver 1.00
	
=================================================================== */

/* =================================
   ■ パネル
================================== */

#panel h3{
	padding-bottom:15px;
}

#panel .itemList{
	border:0;
	padding-bottom:20px;
}

#panel .itemList .subsection{
	display:inline;
	float:left;
	margin-bottom:20px;
	border:1px solid #dbdbdb;
	border-top:5px solid #000;
}

#panel .itemList .subsection ul.items{
	margin-left:22px;
	margin-bottom:0;
}
	#panel .itemList .subsection ul.items li dl{
		border:0;
		text-align:center;
	}
	
	#panel .itemList .subsection ul.items li dl dt{
		padding:0 0 5px 0;
	}
	#panel .itemList .subsection ul.items li dl dd{
		padding:0 0 5px 0;
	}

#panel .itemList .oshiire{
	width:178px;
}

#panel .itemList .closet{
	width:493px;
	margin-left:20px;
}

#panel .itemList .closet ul.items{
	margin-left:-7px;
}

#panel .itemList .closet ul.items li dl{
	margin-left:29px;

}


/* =================================
   ■ 詳細
================================== */

#panel div.item h4{
	margin-bottom:20px;
}

#panel div.item .icon{
	position:relative;
	margin:-10px 0 10px 20px;
}


#panel div.item .pic{
	display:inline;
	float:left;
	width:305px;
	margin-left:20px;
	text-align:left;
}


#panel div.item div.explain{
	display:inline;
	float:right;
	width:330px;
	margin-right:20px;
}

	#panel div.item div.explain .specTable{
		margin-top:5px;
		width:330px;
	}

	#panel div.item div.explain .specTable th,	
	#panel div.item div.explain .specTable td{
		text-align:center;
	}

	#panel div.item div.explain .specTable td span{
		font-size:82%;
	}

