@charset "utf-8";

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

	page  : japaneseceiling-detail
	author: aries45
	
	09/06/27 制作　ver 1.00
	
=================================================================== */

/*------------------------------------------------
	カラム
------------------------------------------------*/
.popup div.item .outline.subsection p.figure{
	display						: inline;
	margin-left				: 32px;
	width							: 280px;
}
.popup div.item .outline.subsection .explain{
	width							: 315px;
}

/*------------------------------------------------
	title
------------------------------------------------*/
.popup div.item .outline .explain h2{
	padding						: 0;
	color							: #231815;
	font-size						: 133%;
	background				: none;
}
.popup div.item .outline .explain h2 span{
	display						: block;
	margin-bottom			: 10px;
	font-size						: 75%;
}
.popup div.item .outline .explain h2 dfn{
	display						: inline-block;
	position						: relative;
	margin-left				: 20px;
}

/*------------------------------------------------
	table
------------------------------------------------*/
.popup-ceiling div.item .outline  table.specTable{
	margin						: 0;
	margin-bottom			: 4px;
	width							: 100%;
	border:solid 1px red;
}

.popup div.item .outline .explain table caption{
	text-align					: left;
}

table.specTable tbody th{
	width							: 40px;
	font-weight				: normal;
	background				:#ffffff;
	border						:1px solid #918b8a;
}

/* サイズボックス
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.specTable tbody td ul.size-box {
	width							: 100px;
}
.specTable tbody td ul.size-box li {
	display						: inline;
	margin-right				: 8px;
	white-space				: nowrap;
	line-height					: 1.5;
}
*:first-child + html .specTable tbody td ul.size-box li {
	float							: left;
}
* html .specTable tbody td ul.size-box {
	overflow						: hidden;
}
* html .specTable tbody td ul.size-box li {
	float							: left;
}


.popup-storage div.item .outline p.type{

}

