@charset "UTF-8";

/* =========================================================
reset
========================================================= */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
	vertical-align: bottom;
}

address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul, li {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

q:before, q:after {
	content: '';
}

k abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input, textarea, select {
	*font-size: 100%;
}

/* =========================================================
start
========================================================= */

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	font-size: 88%;
	line-height: 1.6;
	color: #000;
}

a {
	color: #000;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #688746;
}

a:active {
	color: #688746;
}

/* =========================================================
class
========================================================= */

/* クリアフィックス */
.clearfix:before, .clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* マージン設定 */
.mbSS {
	margin-bottom: 0.5em !important;
}

.mbS {
	margin-bottom: 1em !important;
}

.mbM {
	margin-bottom: 2em !important;
}

.mbL {
	margin-bottom: 3em !important;
}

.mbLL {
	margin-bottom: 4em !important;
}

/* テキスト位置 */
.t-aR {
	text-align: right;
}

.t-aC {
	text-align: center;
}

.t-aL {
	text-align: left;
}

/* 見出し */
.headline1 {
	margin-bottom: 0.8em;
	background: url(https://www.tsuyukusa.co.jp/images/common/headlinebg3.gif) repeat left bottom;
	font-size: 115%;
	color: #FFF;
	padding: 8px 10px;
}

.headline1 span {
	background: url(https://www.tsuyukusa.co.jp/images/common/headlineicon.gif) no-repeat left top;
	padding-left: 25px;
}

.headline2 {
	margin-bottom: 0.5em;
	background: url(https://www.tsuyukusa.co.jp/images/common/headlinebg2.gif) repeat-x left center;
	font-size: 115%;
}

.headline2 span {
	margin-left: 20px;
	padding: 0 10px;
	background: #FFF;
}

.headline3 {
	color: #688746;
	font-weight: bold;
	background: url(https://www.tsuyukusa.co.jp/images/common/headlinebg.gif) repeat-y left top;
	padding-left: 10px;
	margin-bottom: 0.3em;
}

/* リード文 */
p.lead {
	color: #688746;
	font-size: 129%;
	font-weight: bold;
}

p.lead span {
	background: #688746;
	color: #FFF;
	font-size: 87%;
	padding: 3px 10px;
	margin-right: 5px;
}

/* フォントスタイル */
.f_attention {
	color: #900;
}

/* リンクアイコン */
.linkicon {
	background: url(https://www.tsuyukusa.co.jp/images/common/arrow.gif) no-repeat left 0.5em;
	padding-left: 10px;
}

/* データリンクアイコン */
.pdficon {
	background: url(https://www.tsuyukusa.co.jp/commonimages/pdf.gif) no-repeat right center;
	padding-right: 20px;
}

.exelicon {
	background: url(https://www.tsuyukusa.co.jp/commonimages/exel.gif) no-repeat right center;
	padding-right: 20px;
}

.wordicon {
	background: url(https://www.tsuyukusa.co.jp/commonimages/word.gif) no-repeat right center;
	padding-right: 20px;
}

/* リンクボタン */

.linkbtnL {
	/* 左寄り */
	float: left;
	background: #688746;
}

.linkbtnL a, .linkbtnL a:link, .linkbtnL a:visited {
	background: url(https://www.tsuyukusa.co.jp/images/common/arrow2.gif) no-repeat 10px center;
	padding: 2px 10px 2px 20px;
	display: block;
	text-decoration: none;
	color: #FFF;
}

.linkbtnL a:hover, .linkbtnL a:active {
	text-decoration: none;
}

.linkbtnC {
	/* 中央寄り */
	text-align: center;
}

.linkbtnC a, .linkbtnC a:link, .linkbtnC a:visited {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding: 2px 0;
	zoom: 1;
	background: #688746;
}

.linkbtnC a:hover, .linkbtnC a:active {
	text-decoration: none;
}

.linkbtnC a span {
	background: url(https://www.tsuyukusa.co.jp/images/common/arrow2.gif) no-repeat 10px center;
	padding: 0 10px 0 20px;
}

.linkbtnR {
	/* 右寄り */
	float: right;
	background: #688746;
}

.linkbtnR a, .linkbtnR a:link, .linkbtnR a:visited {
	background: url(https://www.tsuyukusa.co.jp/images/common/arrow2.gif) no-repeat 10px center;
	display: block;
	padding: 2px 10px 2px 20px;
	color: #FFF;
	text-decoration: none;
}

.linkbtnR a:hover, .linkbtnR a:active {
	text-decoration: none;
}

/* ※マーク */
.asterisk {
	font-size: 86%;
	margin-left: 1em;
	text-indent: -1em;
}

/* テーブルの設定 */
table.tbA th, table.tbA td {
	margin: 0;
	padding: 0;
}

table.tbA {
	border: #DDD solid 1px;
	width: 100%;
}

table.tbA td {
	padding: 5px 8px;
	border-bottom: #DDD solid 1px;
	border-right: #DDD solid 1px;
}

table.tbA th {
	padding: 5px 8px;
	background: #F7F3EB;
	border-right: #688746 dotted 1px;
	border-bottom: #DDD solid 1px;
}

table.tbB {
	width: 100%;
	border: #DDD solid 1px;
	width: 100%;
}

table.tbB th {
	padding: 5px 8px;
	background: #F7F3EB;
	border-bottom: #DDD solid 1px;
	border-right: #DDD solid 1px;
}

table.tbB thead th {
	background: #E8EDE2;
	text-align: center;
	border-right: #DDD solid 1px;
	border-bottom: #688746 dotted 1px;
}

table.tbB td {
	border-bottom: #DDD solid 1px;
	border-right: #DDD solid 1px;
	padding: 5px 8px;
}

/* リスト */
ul.list li {
	background: url(https://www.tsuyukusa.co.jp/images/common/listicon.gif) no-repeat left 0.5em;
	padding-left: 18px;
}

ul.list li ul li {
	list-style: inside circle;
	background: none;
	text-indent: -1em;
	padding-left: 1em;
}

ul.list1-2 li {
	width: 49%;
}

ul.list1-3 li {
	width: 33%;
}

ul.list1-4 li {
	width: 25%;
}

ul.list1-2 li, ul.list1-3 li, ul.list1-4 li {
	float: left;
}

/* ul.list1-2 li>div, ul.list1-3 li>div, ul.list1-4 li>div {
	margin-right: ;
	padding-left: ;
} */

ol.list li span.number {
	padding: 0.3em 0.5em;
	margin-right: 0.5em;
	background: #688746;
	color: #FFF;
	font-size: 86%;
}

ol.list li {
	margin-bottom: 0.5em;
	margin-left: 2em;
	text-indent: -2em;
}

ol.list1-2 li, ol.list1-3 li, ol.list1-4 li {
	line-height: 1.3;
	float: left;
}

.evenlist li {
	float: left;
	white-space: nowrap;
	margin-right: 1.5em;
	zoom: 1;
}

/* 添える写真 */
.figureR {
	float: right;
	margin: 0 0 1.5em 15px;
}

.figureL {
	float: left;
	margin: 0 15px 1.5em 0;
}

/* フロートした写真の横に配置するオブジェクト回り込み解除 */
.nowraparound {
	overflow: hidden;
}

/* 添える写真のキャプション */
span.figcaption {
	display: block;
	font-size: 86%;
	margin-top: 0.5em;
}

/* コラムレイアウトの設定 */
.column {
	position: relative;
	zoom: 1;
	background: url(https://www.tsuyukusa.co.jp/images/common/columnbg.gif) repeat;
	border: 1px solid #D5CEC1;
	padding: 50px 15px 15px 15px;
}

.column:after {
	content: "";
	display: block;
	clear: both;
}

.columntitle {
	position: absolute;
	top: 10px;
	left: -5px;
	background: url(https://www.tsuyukusa.co.jp/images/common/columntitlebg.gif) no-repeat left bottom;
	padding-bottom: 5px;
	color: #FFF;
}

.columntitle span {
	padding: 5px 10px;
	background: #688746;
	display: block;
}

.column .headline2 span {
	background: url(https://www.tsuyukusa.co.jp/images/common/columnbg.gif) repeat;
}

/* 2/1や3/1のボックスの設定 */
.boxcover1-2 {
	overflow: hidden;
	zoom: 1;
	clear: both;
	width: 720px;
	margin-right: -20px;
}

.box1-2 {
	float: left;
	margin-right: 20px;
	width: 340px;
}

.boxcover1-3 {
	zoom: 1;
	overflow: hidden;
	clear: both;
	width: px;
	margin-right: -00px;
}

.box1-3 {
	font-size: 86%;
	float: left;
}

.box2-3 {
	float: left;
}

.box1-4 {
	font-size: 86%;
	float: left;
}

.boxcover1-4 {
	zoom: 1;
	overflow: hidden;
	clear: both;
	width: px;
	margin-right: -00px;
}

/* コラムレイアウトの内の2/1や3/1のボックスの設定 */
.column .box1-2 {
	float: left;
	margin-right: 20px;
	width: 324px;
}

.column .boxcover1-2 {
	overflow: hidden;
	zoom: 1;
	clear: both;
	width: 688px;
	margin-right: -20px;
}

.column .box1-3 {
	float: left;
}

/* セクションのマージン設定 */
.section {
	clear: both;
	margin-bottom: 3.5em;
}

.section .section {
	margin-bottom: 2em;
}

.section .section .section {
	margin-bottom: 1.3em;
}

.contentsheader {
	margin-bottom: 2em;
}

/* セクションにデフォルトでクリアフィックスをかけておく */
.section:before, .section:after, .contentsheader:before, .contentsheader:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.section:after, .contentsheader:after {
	clear: both;
}

.section, .contentsheader {
	*zoom: 1;
}

/* =========================================================
layout
========================================================= */
body {
	/*background: url(https://www.tsuyukusa.co.jp/images/common/bg1.gif) repeat left top;*/
}

.layout_body {
	background: #FFF;
	width: 940px;
	margin: 0 auto;
}

#header {
	height: 129px;
	margin-bottom: 20px;
	position: relative;
	background: url(https://www.tsuyukusa.co.jp/images/header/headertopline.gif) no-repeat left top;
}

#header h1 {
	float: left;
	width: 187px;
	height: 90px;
	background: url(https://www.tsuyukusa.co.jp/images/common/dotline.gif) repeat-y right top;
}

#header h1 img {
	margin-top: 20px;
	margin-left: 20px;
}

#header #glovalnav {
	float: right;
	width: 753px;
	height: 44px;
	background: url(https://www.tsuyukusa.co.jp/images/common/dotline2.gif) repeat-x left top;
	padding-top: 1px;
}

#header #headerbar {
	width: 956px;
	position: absolute;
	top: 90px;
	left: -8px;
	background: url(https://www.tsuyukusa.co.jp/images/header/headerbar.gif) no-repeat left top;
	clear: both;
	height: 39px;
}

#header #transportation {
	float: left;
	margin-top: 7px;
	margin-left: 20px;
}

#header #headerbar form {
	float: right;
	width: 230px;
}

#header #headerbar form input {
	vertical-align: bottom;
	height: 19px;
	border: none;
}

#header #headerbar form .searchbtn {
	margin-top: 8px;
}

#header #headerbar form .searchbox {
	width: 170px;
}

#header #headerbar #cart {
	float: right;
}

#header #glovalnav li {
	float: left;
}

#header #glovalnav li a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

#header #headersubarea {
	height: 45px;
}

#header #headersubarea #subnav {
	margin-top: 15px;
	float: right;
}

#header #headersubarea p {
	margin-top: 18px;
	margin-left: 30px;
	float: left;
}

#header #headersubarea #subnav li {
	font-size: 86%;
	background: url(https://www.tsuyukusa.co.jp/images/common/arrow.gif) no-repeat left center;
	float: left;
	padding-left: 8px;
	margin-right: 15px;
}

#cover {
	margin: 0 20px;
	background: url(https://www.tsuyukusa.co.jp/images/side/sidebg.gif) repeat-y left top;
}

#home #cover {
	background: none;
}

.layout_table {
	background: url(https://www.tsuyukusa.co.jp/images/side/sidebg.gif) repeat-y 20px top;
}

#cover h2.topheadline {
	margin-bottom: 1em;
}

#cover #info {
	padding: 10px;
	border: 1px solid #900;
	text-align: center;
	margin-bottom: 1.5em;
}

#cover #info h2 {
	font-size: 16px;
	color: #900;
	text-align: center;
}

#lengthbanner {
	width: 180px;
	height: 640px;
	overflow: hidden;
	margin-bottom: 2em;
	float: left;
}

#topmain {
	margin-bottom: 20px;
	float: right;
	width: 700px;
}

#topmain iframe {
	width: 700px;
	height: 350px;
}

#slideshow {
	height: 350px;
	overflow: hidden;
}

#recommend {
	margin-bottom: 2em;
	margin-left: 15px;
	float: left;
	width: 345px;
}

#recommend p {
	margin-bottom: 1em;
}

#recommend iframe {
	width: 345px;
	height: 250px;
}

#slider iframe {
	width: 900px;
	height: 200px;
}

#original {
	margin-bottom: 3em;
	position: relative;
	clear: both;
	border: 1px solid #DDD;
	padding: 1px;
}

#original h2 {
	position: absolute;
	top: -11px;
	left: 5px;
}

#original #originalinner {
	height: 178px;
	padding-left: 115px;
	background: url(https://www.tsuyukusa.co.jp/images/top/originalbg.gif) repeat;
}

#original #originalinner #originallead {
	margin-top: 15px;
	margin-left: 5px;
	margin-bottom: 20px;
	float: left;
}

#original #originalinner #morebtn {
	margin-top: 12px;
	margin-bottom: 10px;
	float: right;
}

#original #originalinner ul {
	clear: left;
	float: left;
	width: 100%;
}

#original #originalinner ul li {
	font-size: 86%;
	line-height: 1.4;
	width: 120px;
	margin-right: 10px;
	float: left;
}

#original #originalinner ul li img {
	border: 1px solid #FFF;
}

#category {
	margin-bottom: 3em;
}

#category ul li {
	float: left;
}

#salecorner {
	margin-bottom: 3em;
	float: left;
	width: 442px;
}

#salecorner ul {
	padding: 7px 0 0 7px;
	background: url(https://www.tsuyukusa.co.jp/images/top/salebg.gif) repeat left top;
}

#salecorner ul li {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}

#othercorner {
	margin-bottom: 3em;
	float: right;
	width: 452px;
	margin-right: -10px;
	overflow: hidden;
}

#othercorner div {
	margin-bottom: 2em;
	padding: 15px;
	width: 185px;
	float: left;
	margin-right: 10px;
	background: url(https://www.tsuyukusa.co.jp/images/top/kochira_bg.jpg) repeat-x left top;
}

#othercorner div ul li {
	font-size: 87%;
	background: url(https://www.tsuyukusa.co.jp/images/common/arrow.gif) no-repeat left center;
	padding-left: 8px;
}

#side, #sidessl {
	margin-bottom: 2em;
	width: 180px;
	float: left;
}

#side iframe {
	width: 180px;
	min-height: 3920px;
}

#sidessl iframe {
	width: 180px;
	min-height: 2500px;
}

#contents {
	float: right;
	width: 700px;
	margin-bottom: 3.5em;
}

#contents #topicpass {
	font-size: 86%;
	margin-bottom: 1em;
}

#contents #pagetitle {
	margin-bottom: 2em;
}

#footer {
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	clear: both;
	padding-top: 10px;
	background: url(https://www.tsuyukusa.co.jp/images/footer/footerbg.gif) repeat left top;
	border-top: 1px solid #577728;
}

#footer #copyright {
	clear: both;
	background: url(https://www.tsuyukusa.co.jp/images/footer/footerbg2.gif) repeat left top;
	text-align: center;
	font-size: 87%;
	color: #FFF;
	padding: 5px;
}

#footer h2 {
	margin-bottom: 1em;
	text-align: center;
	background: url(https://www.tsuyukusa.co.jp/images/common/dotline2.gif) repeat-x left center;
}

#footer h2 img {
	background: url(https://www.tsuyukusa.co.jp/images/footer/footerbg.gif) repeat;
	padding: 0 10px;
}

#footer #calendar {
	text-align: center;
	background: url(https://www.tsuyukusa.co.jp/images/common/dotline.gif) repeat-y right top;
	width: 195px;
	float: left;
}

#footer #calendar p {
	margin-bottom: 2em;
}

#footer #sitemap, #footer #tsuyukusacontents, #footer #calendar {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#footer #sitemap {
	background: url(https://www.tsuyukusa.co.jp/images/common/dotline.gif) repeat-y right top;
	float: left;
	width: 546px;
}

#footer #sitemap ul {
	float: left;
	width: 230px;
	margin: 0 0 0 20px;
	font-weight: bold;
}

#footer #sitemap ul li {
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 0.8em;
}

#footer #sitemap ul li a {
	background: url(https://www.tsuyukusa.co.jp/images/common/arrow.gif) no-repeat left 0.6em;
	padding-left: 8px;
}

#footer #sitemap ul li ul li {
	font-size: 86%;
	margin-bottom: 0;
}

#footer #sitemap ul li span {
	border-left: 3px solid #688746;
	padding-left: 10px;
}

#footer #sitemap ul li ul {
	margin: 0;
	font-weight: normal;
}

#footer #tsuyukusacontents {
	text-align: center;
	float: left;
	width: 197px;
}

#footer #tsuyukusacontents p {
	margin-bottom: 1em;
}

.qa .question {
	text-decoration: underline;
	margin-bottom: 1em;
	cursor: pointer;
	background: url(https://www.tsuyukusa.co.jp/images/common/arrow3.gif) no-repeat left 0.3em;
	padding-left: 20px;
}

.qa .question span.number {
	display: inline-block;
	padding: 0.3em 0.5em;
	margin-right: 0.5em;
	background: #688746;
	color: #FFF;
	font-size: 86%;
	text-decoration: none;
}

.qa .answer {
	overflow: hidden;
	border: 1px solid #DDD;
	padding: 15px;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}



/* =========================================================
foam
========================================================= */

.formMiddle {
	width: 50%;
}

.formLong {
	width: 80%;
}

.formShort {
	width: 25%;
}

.formBox {
	width: 100%;
	height: 100px;
}

.essential {
	color: #900;
}

.submit {
	padding: 5px 10px;
}



/* =========================================================
news用スタイル
========================================================= */
#news {
	margin-bottom: 2em;
	margin-left: 20px;
	float: left;
	width: 337px;
	height: 250px;
}

#news #newsframe {
	width: 337px;
	height: 240px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#news #newsframe iframe {
	/*width:335px;
	height:240px;*/
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#newstable {
	background: #FFF;
	/*width:335px;
	height:240px;*/
}

#newstable table {
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/* =========================================================
future用スタイル
========================================================= */

td.layout_menu {
	padding-left: 20px !important;
	background: none;
}

td.layout_content {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

#FS2_itemlayout_list_D .itemGroup {
	font-weight: Bold;
	font-size: 100%;
}

.groupLayout h2 {
	font-weight: normal;
}

.user_content table td {
	text-align: left;
}

.user_inner_content table a {
	color: #999999;
}

/* =========================================================
ブラウザデフォルトに戻るスタイル
========================================================= */

.system_content {
	background-attachment: scroll !important;
	background-color: transparent !important;
	background-image: none !important;
	background-position: 0% 0% !important;
	background-repeat: repeat !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	bottom: auto !important;
	caption-side: top !important;
	clear: none !important;
	clip: auto !important;
	color: #000 !important;
	content: normal !important;
	counter-increment: none !important;
	counter-reset: none !important;
	cursor: auto !important;
	direction: ltr !important;
	display: inline !important;
	empty-cells: show !important;
	float: none !important;
	font-size: medium !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	height: auto !important;
	left: auto !important;
	letter-spacing: normal !important;
	line-height: normal !important;
	list-style-image: none !important;
	list-style-position: outside !important;
	list-style-type: disc !important;
	margin: 0 !important;
	max-height: none !important;
	max-width: none !important;
	min-height: 0 !important;
	min-width: 0 !important;
	orphans: 2 !important;
	outline-color: invert !important;
	outline-style: none !important;
	outline-width: medium !important;
	overflow: visible !important;
	padding: 0 !important;
	page-break-after: auto !important;
	page-break-before: auto !important;
	page-break-inside: auto !important;
	position: static !important;
	right: auto !important;
	table-layout: auto !important;
	text-align: left !important;
	text-decoration: none !important;
	text-indent: 0 !important;
	text-transform: none !important;
	top: auto !important;
	unicode-bidi: normal !important;
	vertical-align: baseline !important;
	visibility: visible !important;
	white-space: normal !important;
	widows: 2 !important;
	width: auto !important;
	word-spacing: normal !important;
	z-index: auto !important;
}

/* =========================================================
大西さんが書いたスタイル
========================================================= */

.system_content p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*p.pan {line-height: 50%;}*/
p.pan {
	line-height: 1.3em;
}

* .gl_Item {
	margin-right: 0px;
}

.system_content {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.utility {
	padding: 0px;
	margin: 0px 0px;
}

span.itemCatchCopy {
	color: #469f5f;
	font-size: small;
}

h2.itemGroup {
	white-space: normal;
	TEXT-ALIGN: left;
}

span.FS2_special_price {
	color: #FF0000;
	font-size: small;
}

span.FS2_itemPrice_addition {
	color: #FF0000;
	font-size: small;
}

p.FS2_postage {
	color: #FF0000;
	font-size: small;
}

/* =========================================================
商品ページテンプレート用
========================================================= */

table.pd5 td {
	padding: 5px;
}

table.pd10 td {
	padding: 10px;
}

table.pd15 td {
	padding: 15px;
}

/*オリジナル*/
#original2 {
	overflow: hidden;
	background: url(../images/top/bg_original.png) repeat left top;
	width: 680px;
	padding: 1px;
	font-size: 72%;
}

#original2 .title_area {
	margin-bottom: 12px;
	overflow: hidden;
	padding: 20px;
	overflow: hidden;
	background: url(../images/top/bg_original.gif) repeat-x left top #FFF;
}

/*#original2 .title_area h2,
#original2 .title_area p{
	float:left;
}*/
#original2 .title_area .original_lead {
	width: 330px;
	margin-right: 20px;
}

#original_item_list {
	clear: both;
}

#original2 .original_large {
	width: 190px;
}

#original2 .original_large img {
	width: 204px;
}

#original2 .original_medium {
	width: 190px;
}

#original2 .original_medium.last {
	width: 412px;
	height: 185px;
}

#original2 .original_item {
	padding: 10px;
	margin-bottom: 15px;
	background: #FFF;
	float: left;
	margin-left: 12px;
}

#original2 .original_item img {
	display: block;
	margin-bottom: 10px;
	margin-left: -7px;
	margin-right: -7px;
	margin-top: -7px;
}

#original2 h2 {
	margin-right: 20px;
	position: inherit;
}

#original2 .price {
	margin-top: 5px;
	color: #900;
	text-align: right;
	font-weight: bold;
}

#original2 .original_small {
	padding-bottom: 0;
}

#original2 .original_small img {
	padding-bottom: 3px;
	margin-bottom: 0;
}

#original2 #original_item_list_small {
	/*clear:both;
	overflow:hidden;
	display:table;
	width:100%;*/
	background: #FFF;
	margin-bottom: 15px;
	padding: 10px 10;
	overflow: hidden;
}

#original2 #original_item_list_small li {
	/*text-align:center;
	vertical-align:middle;
	display:table-cell;*/
	float: left;
	display: inline-block;
	margin-right: 1em;
	padding: 3px;
}

#original2 #original_item_list_small li.last {
	margin-right: 0;
}

/*オリジナルここまで*/