@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------
商品ページ共通
-----------------------------------------------------------*/
#page #column02 #newTextBox h5 {
	font-size: 120%;
	font-weight: 600;
	vertical-align: middle;
	width: 564px;
	background-color: #DDE7E9;
	padding: 3px;
}

/*-----------------------------------------------------------
lineup
-----------------------------------------------------------*/
#page #column02 #newTextBox .lineupTable {
	margin-bottom: 30px;
	border-right: 2px #E2E6E7 solid;
	border-top: 2px #E2E6E7 solid;
	width: 570px;
}
#page #column02 #newTextBox .lineupTable td {
	width: 20%;
	padding: 5px;
	vertical-align: top;
	border-left: 2px #E2E6E7 solid;
	border-bottom: 2px #E2E6E7 solid;
}

/*-----------------------------------------------------------
detail
-----------------------------------------------------------*/
#page #column02 #newTextBox #detailTable {
	text-align: left;
	width: 570px;
}
#page #column02 #newTextBox #detailTable #photo {
	text-align: center;
	width: 200px;
}
#page #column02 #newTextBox #detailTable #textBox {
	vertical-align: top;
}
#page #column02 #newTextBox #detailTable #textBox table {
	margin-bottom: 10px;
}
#page #column02 #newTextBox #detailTable #textBox table th {
	width: 40%;
	padding: 4px 4px 4px 0px;
	font-weight: 400;
	border-bottom: 1px solid #CCCCCC;
}
#page #column02 #newTextBox #detailTable #textBox table td {
	padding: 2px 2px 2px 0px;
	border-bottom: 1px solid #CCCCCC;
}
#page #column02 #newTextBox #detailTable .flag {
	float: left;
	width: 40px;
	height: 26px;
	margin-right: 10px;
}
#page #column02 #newTextBox #detailTable h6 {
	font-size: 140%;
	font-weight: 600;
	padding-top: 6px;
	margin-bottom: 10px;
}
#page #column02 #newTextBox #detailTable p {
	margin-bottom: 10px;
}
