@charset "utf-8";

/* CSS */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページ共有のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 	デザインリセット
--------------------------------------------------------------------------------------- */

*{
	margin: 0;
	padding: 0;
	font-style: normal;
}
	
body,div,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
margin: 0px;
padding: 0px;
}

body {
	color: #000;
	font-family:"ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #f3f3e6;
}

h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}

img,table { border: none;}

th, td, textarea { font-size: 12px; }

ol,ul {	list-style: none;}

address,em,cite { font-style: normal;}

a { overflow: hidden;}

img{ border: 0; vertical-align: bottom;	}


/* --------------------------------------------------------------------------------------
 共通設定
--------------------------------------------------------------------------------------- */

/* リンクカラー -------------------- */

a:link { color: #000080; text-decoration: none; }
a:visited { color: #000080; text-decoration: none; }
a:hover { color: #000080; text-decoration: underline; }


/* 位置 -------------------- */

.alnR { text-align: right; }
.alnC { text-align: center; }
.alnL { text-align: left; }

.fltR { float: right; }
.fltL { float: left; }


/* マージン・余白 -------------------- */

.mgT05 { margin-top: 5px; }
.mgT06 { margin-top: 6px; }
.mgT10 { margin-top: 10px; }
.mgT15 { margin-top: 15px; }
.mgT20 { margin-top: 20px; }
.mgT25 { margin-top: 25px; }
.mgT30 { margin-top: 30px; }


/* float解除 -------------------- */

.clear  { clear: both; font-size: 0px; line-height: 0px;}

.clearfix:after { content:""; display:block; clear:both; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%;}
.clearfix { display:block;}


/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

#header {
	height: 100px;
	width: 1000px;
	background: url(../../img/head_bg.jpg) no-repeat;
	position: relative;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #30F;
}

h1 {
	color: #000;
	float: left;
	position: absolute;
	top: 3px;
	font-size: 10px;
	width: 1000px;
}

#header_logo {
	position: absolute;
	left: 8px;
	top: 15px;
	z-index: 1;
}

#header_tel_sp{
	display:none;
}

#button_cart {
	height: 22px;
	width: 152px;
	position: absolute;
	left: 800px;
	top: 50px;
}

#global_navi { text-align: left; }

#global_navi li {
	display: block;
	float: left;
	height: 42px;
	width: 200px;
	line-height: 50px;
	font-weight: bold;
}

#global_navi a {
	display: block;
	height: 42px;
	width: 200px;
	padding-left: 25px;
}

* html #global_navi a {	width: 200px;	} /* IE6のみ適用 */

#global_navi a:link {
	text-decoration:none;
	color:#FFF;
}
#global_navi a:visited {
	text-decoration:none;
	color:#FFF;
}
#global_navi a:hover {
	text-decoration:none;
	color:#00F;
}

#global_navi .gn01 { background: url(../img/global_navi_bg01.gif) no-repeat; }
#global_navi .gn02 { background: url(../img/global_navi_bg02.gif) no-repeat; }

#global_navi .gn01 a:hover { background: url(../img/global_navi_bg01_on.gif) no-repeat; }
#global_navi .gn02 a:hover{ background: url(../img/global_navi_bg02_on.gif) no-repeat; }

div.button-toggle{display:none;}

/* --------------------------------------------------------------------------------------
 レイアウト　　
--------------------------------------------------------------------------------------- */

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	background: #ffffff;
	width: 1000px;
	padding-bottom: 25px;
}


/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

#footer {
	height: 32px;
	width: 1000px;
	background: url(../img/footer_bg01.gif) repeat-x;
	position: relative;
	color: #00F;
	clear: both;
}

#footernavi {
	position: absolute;
	left: 0px;
	top: 7px;
	font-size: 11px;
	color: #000;
	width: 600px;
}

#footer address {
	position: absolute;
	top: 5px;
	right: 10px;
	font: normal 11px Arial, Helvetica, sans-serif;
	width: 304px;
}

#footer a:link {
	text-decoration:none;
	color: #000;
}
#footer a:visited {	text-decoration:none;	color: #ffffff;}
#footer a:hover {
	text-decoration:underline;
	color: #00F;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　トップページのスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#main_img {
	padding-top: 3px;
	padding-bottom: 15px;
	clear: both;

}

#index_main {
	width: 950px;
	text-align: left;
}

#index_left {
	float: left;
	width: 700px;
	padding-left: 2em;
}

#index_left h2 {
	background: url(../../img/index_title_bg01.gif) no-repeat;
	height: 28px;
	width: 700px;
	color: #FFF;
	line-height: 28px;
	font-weight: bold;
	text-indent: 10px;
	clear: both;
}

#index_left .leftBox01 {
	width: 700px;
}

.leftBox01 h3 {
	color: #000;
	font-size: 18px;
	font-weight: bolder;
}


.showcase { padding-bottom: 25px; }

.showcase li {	width: 200px;}

.showcase img {
	float: left;
	margin-right: 8px;
}

.showcase li .name { color: #F3955F; }

.showcase li .detail {
	padding-top: 10px;
	font-size: 91.5%;
	line-height: 1.3;
}

.news_list {
	margin-top: 10px;
	line-height: 1em;
	clear: both;
}

.news_list dt {
	width: 6em;
	float: left;
	color: #F3955F;
	line-height: 1.3em;
	font-size: 11px;
}

.news_list dd {
	padding-left: 6em;
	font-size: 11px;
	line-height: 1.3em;
	padding-bottom: 8px;
}

#index_right {
	float: right;
	width: 180px;
	padding-left: 2em;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　サブページのスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 	サブページ共通
--------------------------------------------------------------------------------------- */

#sub_main {
	margin: 0 20px;
	padding-top: 15px;
	clear: both;
	text-align: center;
}

#sub_main h2 {
	margin-bottom: 27px;
	background: url(../../img/sub_title_bg01.gif) no-repeat;
	height: 37px;
	line-height: 37px;
	font-weight: bold;
	padding-left: 10px;
	font-size: 15px;
	text-align: left;
}

#side_navi {
	float: left;
	width: 135px;
	background: url(../../img/side_navi_line01.gif) no-repeat left top;
	padding-top: 2px;
	text-align: left;
}

#side_navi li {
	background: url(../../img/side_navi_line01.gif) no-repeat left bottom;
	width: 135px;
	font-weight: bold;
}

* html #side_navi li { display: inline; } /* IE6のみ適用 */

#side_navi a {
	display: block;
	background: url(../../img/side_navi_p01.gif) no-repeat left 11px;
	padding: 7px 5px 9px 10px;
}

#content_two {
	float: right;
	width: 800px;
	text-align: left;
}

#content_one {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#content_two h3 {
	line-height: 28px;
	color: #F00;
	text-align: center;
	height: 28px;
	width: 800px;
	font-size: 15px;
	font-weight: bold;
	background: url(../../img/sub_title_bg02.gif) no-repeat;
	clear: both;
	text-align: center;
}

.pagetop {
	text-align: right;
	clear: both;
	padding-top: 10px;
	font-size: 11px;
	background: url(../../img/privacy_img_line.gif) repeat-x left top;
}


/* --------------------------------------------------------------------------------------
 	商品一覧
--------------------------------------------------------------------------------------- */

.product_set {
	margin-top: 10px;
	background: url(../../img/side_navi_line01.gif) repeat-x left bottom;
	padding-bottom: 17px;
	clear: both;
}

.product_set .detail_set {
	float: right;
	width: 500px;
	padding-top: 10px;
}

.product_set .detail_set h4 {
	font-size: 14px;
	font-weight: bold;
	color: #F2894D;
}

.product_set .detail_set p {
	padding-top: 12px;
	line-height: 1.4;
}

.product_set .detail_set table {
	width: 500px;
	border-collapse: collapse;
	border-top: 1px solid #d1c4b2;
	margin-top: 10px;
}

.product_set .detail_set th {
	background: #f0ebe6;
	padding: 7px 5px 7px 10px;
	width: 80px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #d1c4b2;
}

.product_set .detail_set td {
	padding: 2px 5px 2px 10px;
	border-bottom: 1px solid #d1c4b2;
}

.product_set .photo {
	float: left;
	width: 270px;
}


/* --------------------------------------------------------------------------------------
 	特定取引法に基づく表記
--------------------------------------------------------------------------------------- */

table.law {
	border: 1px solid #663b00;
	border-left: 4px solid #663b00;
	border-collapse: collapse;
	text-align: left;
}

table.law th,
table.law td {
	padding: 10px 12px;
	border: 1px solid #663b00;
	line-height: 1.6;
}

table.law th {
	width: 130px;
	background: #fdede4;
	vertical-align: text-top;
}

table.law span {
	display: block;
	margin-top: 10px;
	color: #f2894d;
}

table.law a:link { color: #f2894d; text-decoration: none; }
table.law a:visited { color: #f2894d; text-decoration: none; }
table.law a:hover { color: #f2894d; text-decoration: underline; }
table.law a:active { color: #f2894d; text-decoration: underline; }


/* --------------------------------------------------------------------------------------
 	決済・お問い合わせ
--------------------------------------------------------------------------------------- */

ul.faq { line-height: 1.6; }

ul.faq li {
	margin-bottom: 12px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	background: url(../../img/faq_img_line.gif) repeat-x left bottom;
}

ul.faq li ul li ul {
	margin: 10px 0;
	list-style: inside disc;
}

ul.faq li ul li ul li {
	margin: 0;
	background: none;
}

ul.faq li.faqQ {
	margin-bottom: 10px;
	padding-left: 32px;
	color: #f2894d;
	font-weight: bold;
	font-size: 13px;
	background-image: url(../../img/faq_img_0111.gif);
	background-repeat: no-repeat;
}

ul.faq li.faqA {
	padding: 0 0 13px 32px;
	background-image: url(../../img/faq_img_0111.gif);
	background-repeat: no-repeat;
}

div.contact {
	overflow: hidden;
	margin-top: 17px;
	height: 68px;
	background: #fce7db;
	line-height: 1.6;
}

div.contact .contactL {
	float: left;
	width: 180px;
	color: #f2894d;
	font-weight: bold;
	line-height: 67px;
	text-align: center;
	font-size: 15px;
}

div.contact .contactR {
	margin-left: 180px;
	padding: 15px 0;
}

div.contact span { color: #f2894d; }


/* --------------------------------------------------------------------------------------
 	プライバシーポリシー
--------------------------------------------------------------------------------------- */

dl.privacy {
	padding-bottom: 1px;
}

dl.privacy dt {
	padding-left: 10px;
	height: 26px;
	background: url(../../img/privacy_bg01.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	line-height: 26px;
	padding-top: 3px;
}

dl.privacy dd {
	margin: 12px 0 20px;
	line-height: 1.4;
}

dl.privacy ol {
	margin: 10px 0;
	padding-left: 1.8em;
}

dl.privacy li { text-indent: -1.8em; }

#content_one dl.privacy ul {
	margin: 10px 0;
	padding-left: 1.8em;
	list-style-type: disc;
}

#content_one dl.privacy ul li { text-indent: 0; }

dl.privacy span {
	display: block;
	margin-top: 1em;
	color: #f2894d;
}

p.privacy {
	margin-bottom: 1.6em;
	padding-bottom: 1.4em;
	line-height: 1.4;
}

p.privacy-revision{
	text-align: right;
}

#wrapper #content #sub_main #content_two #recommendset01 .detail_set form table tr th strong {
	color: #F00;
}
#wrapper #content #sub_main #content_two #recommendset01 .detail_set form table tr td strong {
	color: #F00;
}
#wrapper #content #sub_main #content_two #recommendset02 .detail_set form table tr th strong {
	color: #F00;
}
#wrapper #content #sub_main #content_two #recommendset02 .detail_set form table tr td strong {
	color: #F00;
}
#wrapper #content #sub_main #content_two #recommendset03 .detail_set form table tr th strong {
	color: #F00;
}
#wrapper #content #sub_main #content_two #recommendset03 .detail_set form table tr td strong {
	color: #F00;
}
#sub_main #content_two #recommendset01 .detail_set form table tr th strong {
	color: #F00;
}
#sub_main #content_two #recommendset01 .detail_set form table tr td strong {
	color: #F00;
}
#sub_main #content_two #recommendset02 .detail_set form table tr th strong {
	color: #F00;
}
#sub_main #content_two #recommendset02 .detail_set form table tr td strong {
	color: #F00;
}
#sub_main #content_two #recommendset03 .detail_set form table tr th strong {
	color: #F00;
}
#sub_main #content_two #recommendset03 .detail_set form table tr td strong {
	color: #F00;
}
#sub_main #content_two #recommendset04 .detail_set form table tr th strong {
	color: #F00;
}
#sub_main #content_two #recommendset04 .detail_set form table tr td strong {
	color: #F00;
}
#wrapper #content #sub_main #content_two #recommendset01 .detail_set p strong {
	color: #F00;
}
.red {
	color: #F00;
}
#wrapper #content #index_main #index_left .news_list dd a {
	color: #009;
}
#wrapper #footer #footernavi a {
	color: #000;
}
#footer #footernavi a {
	color: #000;
}
#footer #footernavi a {
	color: #000;
}
#footer #footernavi a {
	color: #000;
}
#footer #footernavi a {
	color: #000;
}
#wrapper #footer #footernavi a {
	color: #000;
}
#sub_main #footer #footernavi a {
	color: #000;
}
#sub_main #footer #footernavi a {
	color: #000;
}
#wrapper #footer #footernavi a {
	color: #000;
}
#wrapper #footer #footernavi a {
	color: #000;
}
#wrapper #footer #footernavi a {
	color: #000;
}
#sub_main #footer #footernavi a {
	color: #000;
}
#wrapper #footer #footernavi a {
	color: #000;
}
#wrapper #footer #footernavi a {
	color: #000;
}
#wrapper #footer #footernavi a {
	font-size: 11px;
}
#wrapper #footer #footernavi a {
	color: #000;
}
#wrapper #footer #footernavi a {
	color: #000;
	text-align: left;
}
#wrapper #content #sub_main #content_two #recommendset01 div p strong {
	color: #F00;
}
#wrapper #content #sub_main #content_two #recommendset01 div form table tr th strong {
	color: #F00;
}
#wrapper #content #sub_main #content_two #recommendset01 div form table tr td strong {
	color: #F00;
}

/* --------------------------------------------------------------------------------------
 	特定商取引法に関する記述
--------------------------------------------------------------------------------------- */

dl.order {
	padding:0px;
	border-bottom:2px #b29680 dotted;
}
dl.order dt.order1 {
	padding-left: 10px;
	height: 24px;
	line-height:24px;
	background-color:#f2894d;
	border-top:3px #c86e28 solid;
	color: #fff;
	font-weight: bold;
}
dl.order dd {
	margin: 12px 0 20px;
	line-height: 1.4;
}
dl.card dt {
	margin: 1em 0 0 2em;
	font-weight:bold;
}
dl.card dd {
	margin: 0 0 0 3em;
}
dl.card img {
	margin:2px 6px;
}

.essecfclmain {
	margin:0 0 15px 85px;
}
.essecfclmain a:hover img {
	opacity:0.7;
}

/* -----------------------------------------
 	割引の適用範囲
-------------------------------------------- */
.notice{
	font-size:0.8em;
	line-height:20px;
	margin-left:180px;
	
}