/*----------------------------------------*/
/*------------- 旧fscss ------------------*/
/*----------------------------------------*/



/*========================================================================
　system_DesginSettings.css

========================================================================　*/





/*========================================================================
　margin、paddingをリセット
========================================================================　*/

/*　system_preset.css　*/
body {
	padding: 0px;
	margin: 0px;
}


/*　system_preset.css　*/
form {
	padding: 0px;
	margin: 0px;
}



/*　=================================================================
商品ページ説明文・スペックレイアウト
=================================================================　*/


#item_detail{
		width:1000px;
		margin:5px auto;
		display:inline-block;
		background-color:#ffffff;
}

#item_comment{
	width:525px;
	display:inline-block;
	line-height: normal;
	padding:10px;
	background-color:#ffffff;
	float:left;
}

#item_spec{
	width:435px;
	background: url(https://www.nutscollection.jp/nordic-watch/img/bg_spec.gif) repeat left top;
	display:inline-block;
	padding:10px;
	float:right;
}



/*　=================================================================
ヘッダーレイアウト
=================================================================　*/


#header_detail{
		width: 1100px;
		text-align: center;
		padding: 0px;
		margin:0px auto;
		display:inline-block;
		background-color:#ffffff;
}



.box_hd_logo{
	width: ;
	float:left;
	padding: 5px 0 10px 0;
	background-color:#fff;
	border-width: 0px;
	border-color: #aaaaaa;
	border-style: dotted;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}




/*　=================================================================
ブランド一覧ページレイアウト
=================================================================　*/


#brand-list_detail{
		width: 100%;
		text-align: center;
		padding: 0px;
		margin:0px auto;
		display:inline-block;
		background-color:#ffffff;
}



.box_brand-list{
	width: 32%;
	float:left;
	padding: 4px;
	background-color:#fff;
	border-width: 0px;
	border-color: #aaaaaa;
	border-style: dotted;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}





/*　=================================================================
ブランドTOPページレイアウト
=================================================================　*/


#brand_detail{
		width:1100px;
		margin:0px auto;
		display:inline-block;
		background-color:#ffffff;
}

#brand_left{
	width:240px;
	display:inline-block;
	padding:10px 30px 10px 10px;
	background-color:#ffffff;
	float:left;
}

#brand_left_item{
	width:200px;
	font-size: normal;
	display:inline-block;
	padding:0px 20px 0px 20px;
	background-color:#ffffff;
	float:left;
}

#brand_main{
	width:800px;
	<!--background: url(https://www.nutscollection.jp/nordic-watch/img/bg_spec.gif) repeat left top;-->
	display:inline-block;
	padding:10px;
	float:right;
}


#brand_point{
	width:780px;
	background-color:#ffffff;
	background: url(https://www.nutscollection.jp/nordic-watch/img/bg_spec.gif) repeat left top;
	font-size:16pt;
	line-height: normal;
	display:inline-block;
	padding:0px 10px 10px 10px;
	float:right;
}


.box_category{
	float:left;
	margin: 4px;
	background-color:#fff;
	border-width: 2px;
	border-color: #aaaaaa;
	border-style: dotted;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width:188px;
	height:260px;
}




/*　=================================================================
テーブル　【ポイントについて】
=================================================================　*/


table.point {
	border-collapse: collapse;
	text-align: center;
	line-height: 3;
	border: 1px solid #ccc;
}
table.point thead {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #666666;
}
table.point thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
}
table.point tbody th {
	width: 300px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
table.point td {
	width: 300px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}




