@charset "utf-8";

/* 製品情報 - PC電源共通 */

div#psu_outline {
	float:left;
	width:590px;
}
div#psu_outlinephoto {
	width:142px;
	float:right;
	margin:15px 0;
}
div#psu_caution {
	border:1px #c00 solid;
	margin:0 30px;
	padding:5px;
	background:#fdd;
	font-size:0.85em;
	line-height:1.35;
}


/* 製品仕様枠 */
table.tablefloat {
	clear:both;
	width:85%;
	margin:0 auto;
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
	border-right:none;
	border-bottom:none;
	border-collapse:separate;
    border-spacing:0;
}
	table.tablefloat th {
		width:35%;
		background:#465;
		border-top:none;
		border-left:none;
		border-right:1px #ccc solid;
		border-bottom:1px #ccc solid;
		padding:5px;
		color:#fff;
		font-weight:bold;
		text-align:center;
		vertical-align:middle;
	}
	table.tablefloat caption {
			background:#ded;
			border-top:1px #ccc solid;
			border-left:1px #ccc solid;
			border-right:1px #ccc solid;
			padding:5px;
			color:#343;
			font-weight:bold;
			text-align:left;
		}
		table.tablefloat th.subspec {
			background:#ded;
			color:#343;
			text-align:left;
		}
	table.tablefloat td {
		background:#fff;
		padding:5px;
		border-top:none;
		border-left:none;
		border-right:1px #ccc solid;
		border-bottom:1px #ccc solid;
		vertical-align:middle;
	}
		table.tablefloat td.centering {
			text-align:center;
		}



/*電源テンプレートに使用しているテーブルCSS*/

table.dengentable {
	width:520px;
	border:none;
}

table.dengentable2 {
	width:700px;
	border-bottom:1px solid #CCCCCC;
	margin-top:10px;
	margin-bottom:0px;
	border-top:none;
	border-left:none;
	border-right:none;
}

table.dengentable td,table.dengentable2 td {
	border:none;
	text-align:left;
}

table.dengentable2 td.w_170 {
	width:170px;
}

table.dengentable2 td.w_20 {
	width:20px;
}

table.dengentable2 img {
	padding-bottom:10px;
}

/*電源テンプレート、製品詳細に使用しているテーブルCSS*/

table.dengenseihin {
	clear:both;
	width:640px;
	margin:0 auto;
	color: #000;
}
	table.dengenseihin caption {
		padding:5px 10px;
		text-align:left;
		background:#eee;
		margin-top:20px;
		border:1px solid #ccc;
		color: #000;
	}
	table.dengenseihin th {
		background:#333;
		border-left:1px #ccc solid;
		border-bottom:1px #ccc solid;
		border-right:1px #ccc solid;
		padding:2px 5px;
		text-align:left;
		color:#fff;
	}
	table.dengenseihin td {
		border-bottom:1px #ccc solid;
		border-right:1px #ccc solid;
		padding:2px 5px;
	}
