@charset "Shift_JIS";

	
/* ==================================================
	ProductContent [ 製品ページ ]
===================================================== */
#discmaker{
	margin: 50px auto;
	width: 800px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
	line-height: 1.5;
	color: #666;
	font-size:16px;
	}

#discmaker h2.title{
	font-size:180%;
	text-align: center;
	padding: 5px;
	color: #000000;
}


#discmaker table.productSpec2{
	width: 800px; /* テーブルの幅を50%に指定 */
	margin: 0 auto; /* 左右の余白を自動で設定して中央に配置 */
	border: 1px solid #ccc; /* ボーダーを付ける場合の例 */
}

#discmaker table.productSpec2 td{
	padding:10px;
	border-top: 1px solid #ccc;
	text-align:left;
}
#discmaker table.productSpec2 th{
	padding:10px;
	border-top: 1px solid #ccc;
	text-align:left;
	background-color:#efefef;
	width:30%;
}

#discmaker .bottomLine{
	border-bottom: 1px solid #ccc;
}

#discmaker .caption{
	font-size:80%;
	text-align:left;
}
