/* レイアウト
---------------------------------------------------------------------------------------------- */

/* 左寄せ */
.left .sidebar {
	float:left;
}

.left .contents {
	float:right;
}

/* 右寄せ */

.right .sidebar {
	float:right;
}

.right .sidebar ul {
	margin-left:10px;
}

.right .contents {
	float:left;
}

/* 製品情報・サムネイル
---------------------------------------------------------------------------------------------- */

/* ４列 */
.four_sheet li {
	width:153px !important;
	height:auto !important;
	float:left !important;
	padding:5px !important;
	padding-bottom:15px !important;
	margin:5px !important;
	border:1px solid #ccc !important;
}

.four_sheet li img {
	width:150px;
	height:auto;
}

.four_sheet li span {
	width:150px;
	margin:0 auto;
	overflow:hidden;
	display:block;
}

.four_sheet li span a {
	font-size:14px;
}

.four_sheet li .thumbnail {
	text-align:center;
	min-height:120px;
}

/* ３列 */
.three_sheet li {
	width:218px !important;
	height:auto !important;
	float:left !important;
	padding:5px !important;
	padding-bottom:15px !important;
	margin:5px !important;
	border:1px solid #ccc !important;
}

.three_sheet li img {
	width:200px;
	height:auto;
}

.three_sheet li span {
	width:200px;
	margin:0 auto;
	overflow:hidden;
	display:block;
}

.three_sheet li span a {
	font-size:14px;
}

.three_sheet li .thumbnail {
	text-align:center;
	min-height:120px;
}

/* ２列 */
.two_sheet li {
	width:350px !important;
	height:auto !important;
	float:left !important;
	padding:5px !important;
	padding-bottom:15px !important;
	margin:5px !important;
	border:1px solid #ccc !important;
}

.two_sheet li img {
	width:325px;
	height:auto;
}

.two_sheet li span {
	width:325px;
	margin:0 auto;
	overflow:hidden;
	display:block;
}

.two_sheet li span a {
	font-size:14px;
}

.two_sheet li .thumbnail {
	text-align:center;
	padding:10px 0;
	min-height:280px;
}

/* １列 */
.one_sheet li {
	width:700px !important;
	height:auto !important;
	float:left !important;
	padding:5px !important;
	padding-bottom:15px !important;
	margin:5px !important;
	border:1px solid #ccc !important;
}

.one_sheet li img {
	width:330px;
	height:auto;
}

.one_sheet li span {
	width:330px;
	margin:0 auto;
	padding:10px;
	float:left;
}

.one_sheet li span a {
	font-size:14px;
}

.one_sheet li .thumbnail {
	text-align:center;
	min-height:280px;
}


/* リスト表示 */
.list li {
	width:700px !important;
	height:auto !important;
	float:left !important;
	padding:5px !important;
	padding-bottom:15px !important;
	margin:5px !important;
	border-bottom:1px dotted #ccc !important;
}

.list li img {
	display:none;
}

.list li span {
	width:700px;
	margin:0 auto;
	padding:0;
	float:left;
}

.list li span a {
	font-size:14px;
}

.list li .thumbnail {
	display:none;
}


/* 製品情報・詳細ページ
---------------------------------------------------------------------------------------------- */

/* 左画像 */
.left dt {
	width:200px;
	height:auto;
	min-height:190px;
	text-align:center;
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	float:left;
}

.left dt img {
	width:190px;
	height:auto;
}

.left dd {
	width:500px;
	height:auto;
	min-height:190px;
	padding:10px 0;
	vertical-align:top;
	border-bottom:1px dotted #ccc;
	float:right;
}

/* 右画像 */
.right dt {
	width:200px;
	height:auto;
	min-height:190px;
	text-align:center;
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	float:right;
}

.right dt img {
	width:190px;
	height:auto;
}

.right dd {
	width:500px;
	height:auto;
	min-height:190px;
	padding:10px 0;
	vertical-align:top;
	border-bottom:1px dotted #ccc;
	float:left;
}
