.popupwin {
	x-dummy: "";
	clear: both;
	float: none;
	position: absolute;
	z-index: 90;
	font-size: 10px;
	line-height: 1.5;
	background: #FFF;
}


.underline {
	border-bottom:1px solid #DDD;
}


/* サイズ80% ポップアップ画像用 */

select {
	z-index: 1;
}

#iframe{
	z-index: 10;
	position:absolute;
	display: none;
}

div.popupwin {
	width: 384px;
	border: 1px solid #444;
	background: #f0f0f0;
	color: #222;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

div.popupwin table {
	width: 360px;
	margin: 2px auto;
}

div.popupwin table th,
div.popupwin table td {
	text-align: center;
}

div.popupwin table td {
	height: 90px;
}

div#container_stock div.popupwin table th,
div#container_stock div.popupwin table td {
	padding: 0;
}

th.colm_left {
	width: 70px;
}

td.colm_left {
	width: 60px;
}

th.colm_right {
	width: 95px;
}

td.colm_right {
	width: 135px;
}

div.var_img,
div.var_mov {
	width: 430px;
	border: 1px solid #000;
	background: #f4f4f4;
	color: #222;
}

div.var_mov {
	width: 500px;
}

div.var_img table td.var_imgCont,
div.var_mov table td.var_imgCont{
	border-right: 1px solid #999;
	padding: 0 10px 0 0;
	text-align: center;
}

td.var_imgCont div a {
	margin: auto;
	width: 370px;
}

div.var_img div,
div.var_mov div {
	padding: 10px 5px;
	text-align: center;
}

div.var_img table,
div.var_mov table {
	width: auto;
}

div.popupwin dl.col_L,
div.popupwin dl.col_R {
	float: left;
	width: 145px;
	text-align: left;
	line-height: 1.8;
}

div.popupwin dl.col_R {
	width: 220px;
}

div.popupwin dl dt,
div.popupwin dl dd {
	float: left;
	font-size: 10px;
}

div.popupwin dl.col_L dt,
div.popupwin dl.col_L dd {
	width: 70px;
}

div.popupwin dl.col_R dt {
	width: 85px;
}

div.popupwin dl.col_R dd {
	width: 135px;
}


