/* レイアウト・スマホ
---------------------------------------------------------------------------------------------- */

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

.left .contents {
	float:right;
}

/* 右寄せ */

.right .sidebar {
	float:right;
}

.right .contents {
	float:left;
}

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

/* ４列 */
.four_sheet li {
	width:95% !important;
	height:auto !important;
	padding:0 !important;
	padding-bottom:15px !important;
	margin:0 auto !important;
	margin-bottom:15px !important;
	border:1px solid #ccc !important;
}

.four_sheet li img {
	width:95%;
	height:auto;
	text-align:center;
	margin:10px 0;
}

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

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

.four_sheet li .thumbnail {
	text-align:center;
}

/* ３列 */
.three_sheet li {
	width:95% !important;
	height:auto !important;
	padding:0 !important;
	padding-bottom:15px !important;
	margin:0 auto !important;
	margin-bottom:15px !important;
	border:1px solid #ccc !important;
}

.three_sheet li img {
	width:95%;
	height:auto;
	text-align:center;
	margin:10px 0;
}

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

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

.three_sheet li .thumbnail {
	text-align:center;
}

/* ２列 */
.two_sheet li {
	width:95% !important;
	height:auto !important;
	padding:0 !important;
	padding-bottom:15px !important;
	margin:0 auto !important;
	margin-bottom:15px !important;
	border:1px solid #ccc !important;
}

.two_sheet li img {
	width:95%;
	height:auto;
	text-align:center;
	margin:10px 0;
}

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

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

.two_sheet li .thumbnail {
	text-align:center;
}

/* １列 */
.one_sheet li {
	width:95% !important;
	height:auto !important;
	padding:0 !important;
	padding-bottom:15px !important;
	margin:0 auto !important;
	margin-bottom:15px !important;
	border:1px solid #ccc !important;
}

.one_sheet li img {
	width:95%;
	height:auto;
	text-align:center;
	margin:10px 0;
}

.one_sheet li span {
	width:95%;
	margin:0 auto;
	overflow:hidden;
	display:block;
}

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

.one_sheet li .thumbnail {
	text-align:center;
}


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

.list li img {
	display:none;
}

.list li span {
	width:100%;
	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;*/
}
