@charset "UTF-8";

/************************************************
 商品共通スタイル用（注意事項・オプション商品）
************************************************ */

/* ==============================================
　共通設定
/* ============================================= */
.tac {
	text-align: center;
}
.att {
	text-indent: -1em;
	padding-left: 1em;
}
.att:before {
	content: "※";
}
.colorR {
	color: #FF0000;
}
.colorW {
	color: hsl(0, 0%, 100%);
}
.bold {
	font-weight: bold;
}
.fsl {
	font-size: 1.16em;
}
.ofx-scr {
	overflow-x: scroll;
}


/* ==============================================
　「ご注文の前に必ずお読みください。」欄
/* ============================================= */

#readme {
	width: 730px;
	margin: 20px 0;
}

#readme div.title {
	color: #ffffff;
	background-color: #c20024;
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 10px;
}
#readme ul, #readme li, #readme dl {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#readme dl {
	font-size: 12px;
	line-height: 1.4;
}
#readme dt {
	margin: 0;
	padding: 0 10px;
	width: 150px;
	float: left;
	clear: both;
	font-weight: bold;
}
#readme dd {
	margin: 0 0 5px;
	padding: 0 10px 5px 180px;
	border-bottom: 1px dashed #CDCDCD;
}
/*#readme li {
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
}
#readme li:before {
	content: "・";
	margin-right: 0.5em;
}*/
#readme ul {
	padding-left: 1em;
}
#readme li {
	list-style: disc outside;
}
#readme ul.num li {
	list-style-type: decimal;
}
#readme li + li {
	margin-top: 0.25em;
}

#readme strong {
	font-weight: bold;
}
#readme .att {
	margin: 0;
	text-indent: -1em;
	padding-left: 1em;
}
#readme .att:before {
	content: "※";
}
#readme .bold {
	font-weight: bold;
}
#readme dd img[src$="lixil.gif"] {
	border: 1px solid #F16B00 !important;
}


/* ==============================================
　オプション商品一覧
/* ============================================= */

/* エリア
----------------------------------------------- */
#optionitem {
	width: 730px;
	margin: 20px 0;
	background: #FFFFFF;
}
#optionitem div.title {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}


/* リンク
----------------------------------------------- */
#optionitem li a {
	display: block;
	color: #0000DD;
	text-decoration: none;
}


/* リスト（横３列・高さは可変）
----------------------------------------------- */
#optionitem ul, #optionitem li {
	margin: 0;
	padding: 0;
}
#optionitem ul {
	list-style: none;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 0;
	letter-spacing: normal;
}
#optionitem li {
	width: 231px;
	margin: 0 5px 10px;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}

#optionitem li p {
	margin: 10px;
/*	font-size: 14px;
	line-height: 20px;*/
	line-height: 1.6;
	text-decoration: underline;
}
#optionitem li img {
	width: 165px;
	height: 165px;
	border: none;
}
/* 説明欄 */
#optionitem p.caption {
	/*font-size: 12px;*/
	line-height: 14px;
	color: #444444;
	text-decoration: none;
}

/* 色設定 */
#optionitem ul.mado {
	border-top: 4px solid #7CDAF4;
	border-bottom: 4px solid #7CDAF4;
}
#optionitem ul.mado li {
	background: #EFF7F9;
	border: 1px dotted #CCCCCC;
}
#optionitem ul.tategu {
	border-top: 4px solid #FFC301;
	border-bottom: 4px solid #FFC301;
}
#optionitem ul.tategu li {
	background: #FDF5E0;
	border: 1px dotted #CCCCCC;
}
#optionitem ul.exterior {
	border-top: 4px solid #8ECF01;
	border-bottom: 4px solid #8ECF01;
}
#optionitem ul.exterior li {
	background: #EBF8EE;
	border: 1px dotted #CCCCCC;
}


/* hover
----------------------------------------------- */
#optionitem ul li:hover {
	background: #FFF4F4;
	border: 1px solid #FF0000;
}


/* ==============================================
　商品ページ
/* ============================================= */
/* 標準設定
----------------------------------------------- */
#itemnotes,
#itemnotes2 {
	width: 730px;
}
#itemnotes p,
#itemnotes2 p {
	margin: 30px 0;
}
#itemnotes p.entry,
#itemnotes2 p.entry {
	padding: 10px;
	background-color: #FF9;
	font-size:16px;
	font-weight:bold;
}
#itemnotes img,
#itemnotes2 img {
	max-width: 730px;
}
#itemnotes .ofx-scr img,
#itemnotes2 .ofx-scr img {
	max-width: initial;
}


/* マージン設定
----------------------------------------------- */
#itemnotes.m0 p,
#itemnotes2.m0 p {
	margin: 0;
}
#itemnotes.m60 p,
#itemnotes2.m60 p {
	margin: 60px 0;
}

#itemnotes p.m0,
#itemnotes2 p.m0 {
	margin: 0;
}
#itemnotes p.m30,
#itemnotes2 p.m30 {
	margin: 30px 0;
}
#itemnotes p.m60,
#itemnotes2 p.m60 {
	margin: 60px 0;
}


/* ボーダー設定
----------------------------------------------- */
#itemnotes .bt10 {
	padding-top: 10px;
	border-top: 1px solid #DDD;
}


/* オプションTABLE
----------------------------------------------- */
#itemnotes table.Option ,
#itemnotes2 table.Option {
	font-size: 12px;
	color: hsl(0, 0%, 0%);
	border-collapse: collapse;
}
#itemnotes table.Option caption ,
#itemnotes2 table.Option caption {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#itemnotes table.Option caption::before,
#itemnotes2 table.Option caption::before {
	content: "□";
}
#itemnotes table.Option th,
#itemnotes2 table.Option th,
#itemnotes table.Option td ,
#itemnotes2 table.Option td {
	text-align: center;
	border: 1px solid hsl(0, 0%, 0%);
}
#itemnotes table.Option th ,
#itemnotes2 table.Option th {
	padding: 10px;
	line-height: 1;
	font-weight: bold;
	background: hsl(17, 12%, 88%);
}
#itemnotes table.Option tr:first-child th,
#itemnotes2 table.Option tr:first-child th {
	font-size: 1.2em;
}
#itemnotes table.Option tr th:first-child,
#itemnotes2 table.Option tr th:first-child {
	width: 64px;
}
#itemnotes table.Option td.img,
#itemnotes2 table.Option td.img {
	position: relative;
	line-height: 0;
}
#itemnotes table.Option td img ,
#itemnotes2 table.Option td img {
	line-height: 0;
	width: 165px;
}
#itemnotes table.Option td div ,
#itemnotes2 table.Option td div {
	position: absolute;
	line-height: 1;
	font-weight: bold;
}
#itemnotes table.Option td div.def,
#itemnotes2 table.Option td div.def {
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0;
	color: hsl(0, 0%, 100%);
	background: hsl(0, 0%, 0%);
}
#itemnotes table.Option td div.att,
#itemnotes2 table.Option td div.att {
	right: 5px;
	bottom: 5px;
}
#itemnotes table.Option + table.Option ,
#itemnotes2 table.Option + table.Option {
	margin-top: 20px;
}


/* カラーリスト
----------------------------------------------- */
#itemnotes ul.ColorList,
#itemnotes2 ul.ColorList,
#itemnotes ul.ColorList li ,
#itemnotes2 ul.ColorList li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: hsl(0, 0%, 0%);
}
#itemnotes ul.ColorList ,
#itemnotes2 ul.ColorList {
	width: 730px;
	font-size: 0;
	letter-spacing: normal;
}
#itemnotes ul.ColorList li ,
#itemnotes2 ul.ColorList li {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 180px;
	line-height: 0;
	overflow: hidden;
	z-index: 0;
}
#itemnotes ul.ColorList li.def::before,
#itemnotes2 ul.ColorList li.def::before {
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	content: "";
	border: 2px solid hsl(0, 100%, 50%);
	z-index: 1;
}
#itemnotes ul.ColorList li img ,
#itemnotes2 ul.ColorList li img {
	width: 180px;
	line-height: 0;
}
#itemnotes ul.ColorList div ,
#itemnotes2 ul.ColorList div {
	position: absolute;
	line-height: 1;
	font-size: 12px;
}
#itemnotes ul.ColorList div.title ,
#itemnotes2 ul.ColorList div.title {
	top: 50%;
	left: 0;
	margin-top: -.5em;
	width: 100%;
	text-align: center;
}
#itemnotes ul.ColorList div.def ,
#itemnotes2 ul.ColorList div.def {
	bottom: 2px;
	left: 0;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	background: hsl(0, 0%, 0%);
	color: hsl(0, 0%, 100%);
	font-weight: bold;
}
#itemnotes ul.ColorList div.att ,
#itemnotes2 ul.ColorList div.att {
	bottom: 5px;
	left: 5px;
	right: 5px;
}

/* 本体カラー用 */
#itemnotes ul.ColorList.Main li ,
#itemnotes2 ul.ColorList.Main li {
	width: calc(100% / 3 - (15px * 2 / 3));
	height: auto;
	z-index: 0;
	margin: 0 15px 15px 0;
}
#itemnotes ul.ColorList.Main li:nth-child(3n + 3),
#itemnotes2 ul.ColorList.Main li:nth-child(3n + 3) {
	margin-right: 0;
}
#itemnotes ul.ColorList.Main.Row5 li ,
#itemnotes2 ul.ColorList.Main.Row5 li {
	width: calc(100% / 5 - (15px * 4 / 5));
	height: auto;
	z-index: 0;
	margin: 0 15px 15px 0;
}
#itemnotes ul.ColorList.Main.Row5 li:nth-child(3n + 3),
#itemnotes2 ul.ColorList.Main.Row5 li:nth-child(3n + 3) {
	margin-right: 15px;
}
#itemnotes ul.ColorList.Main.Row5 li:nth-child(5n + 5),
#itemnotes2 ul.ColorList.Main.Row5 li:nth-child(5n + 5) {
	margin-right: 0;
}
#itemnotes ul.ColorList.Main li div ,
#itemnotes2 ul.ColorList.Main li div {
	position: relative;
}
#itemnotes ul.ColorList.Main li div.img ,
#itemnotes2 ul.ColorList.Main li div.img {
	text-align: center;
}
#itemnotes ul.ColorList.Main li div.img img ,
#itemnotes2 ul.ColorList.Main li div.img img {
	width: 100%;
}
#itemnotes ul.ColorList.Main li div.title ,
#itemnotes2 ul.ColorList.Main li div.title {
	margin-top: .5em;
	text-align: left;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
}


/* ==============================================
　説明部分
/* ============================================= */
dl.ExList {
	margin: 1em 0;
	padding: 0;
	border: 1px solid hsl(0, 0%, 80%);
	font-size: 13px;
	color: hsl(0, 0%, 0%);
}
dl.ExList.w700 {
	width: 700px;
}
dl.ExList dt,
dl.ExList dd {
	margin: 0;
	padding: 0.7em;
}
dl.ExList dt {
	font-weight: bold;
	background: hsl(0, 0%, 95%);
	border-bottom: 1px solid hsl(0,0%,80%);
}
dl.ExList ul,
dl.ExList li {
	margin: 0;
	padding: 0;
}
dl.ExList ul {
	padding-left: 1em;
}
dl.ExList li {
	list-style: disc outside;
}


/* ==============================================
　楽天カテゴリリスト
/* ============================================= */
ul.UserCatList, ul.UserCatList li {
	margin: 0;
	padding: 0;
}
ul.UserCatList {
	margin: 20px 0;
	width: 100%;
	list-style-type:none;
	list-style-position:outside;
	font-size: 0;
}
ul.UserCatList li {
	display: inline-block;
	width: 240px;
	font-size: 13px;
	line-height: 1.4;
	vertical-align: top;
}
ul.UserCatList li:before{
  content: "・";
  margin-right: 0.5em;
}
ul.UserCatList li a{
	color:#0000ff;
}
ul.UserCatList li img{
	vertical-align:middle;
	padding:0;
	margin:0;
}



/* ==============================================
　入力フォーム用
/* ============================================= */
/* フレーム
----------------------------------------------- */
#ordercart {
	margin: 15px 0 0;
}


/* リンク
----------------------------------------------- */
a.orderForm {
	display: block;
	width: 730px;
	margin: 60px 0;
	padding: 1em 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	background: #F00;
	color: #FFF;
	text-align: center;
}
