@charset "UTF-8";

/*------ チェック -------*/
 {load_hfdesign}
/*-------------------------------------------------------------------
* ピクセル　％  文字サイズ相対指定は%で行う。
---------------------------------------------------------------------
10px   65  	% 
11px   69  	%
12px   75  	%
13px  82  	%
14px  88  	%
15px  94  	%
16px  100	% 
17px  107  	%
18px  113	% 
19px  119	% 
20px  125	% 
22px  138  	%
24px  150  	%
26px  163  	%
28px  175  	%
30px  188  	%
32px  200  	%
36px  225  	%
48px  300  	%
*/
 /*---------------------------------------------
     Browser Default Initialization seo_e_white
   ---------------------------------------------*/
 * {margin:0;padding:0;}
 html {
     overflow-y: scroll;
     height: 100%;
 }
 body {
     margin: 0;
     padding: 0;
     font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   
     color: #333;
     font-size: 16px;
     line-height: 125%;
     text-align: left;
     -webkit-text-size-adjust: 100%;
     background-color: #FFF;
     height: 100%;
     word-wrap: break-word;
 }
 div, dl, dt, dd, ul, ul li, ol, ol li, h1, h2, h3, h4, h5, h6,
 pre, form, fieldset, input, textarea, p, blockquote, th, td,
 section, nav, article, aside, hgroup, header, address,
 figure, figcaption {
     margin: 0;
     padding: 0;
 }
 address, caption, cite, code, dfn, em, strong, th, var {
     font-style: normal;
     font-weight: normal;
 }
 table {
     border-collapse: collapse;
     border-spacing: 0;
     width: 100%;
 }
 caption, th {text-align: left;}
 q:before ,q:after {content: '';}
 object, embed {vertical-align: top;}
 hr {display: none;}
 h1, h2, h3, h4, h5, h6 {
     font-size: 100%;
     font-weight: normal;
 }
 img, abbr, acronym, fieldset {border: 0;}
 img {
     -ms-interpolation-mode: bicubic;
     border: none;
 }
 ul li, ol li {list-style-type: none;}
 input {vertical-align: middle;}
 
 a {outline: none;}
 a:link {
     text-decoration: none;
     color: #333;
 }
 a:visited {
     text-decoration: none;
     color: #333;
 }
 a:hover {
     text-decoration: underline;
     color: #9F8D58;
 }
 a:hover img {
     opacity: .70;
     filter: alpha(opacity=70);
     -ms-filter: "alpha(opacity=70)";
     -khtml-opacity: .70;
     -moz-opacity: .70;
     cursor: pointer;
 }
 a:active {
     text-decoration: underline;
     color: #333;
 }
 img {
     /* max-width: 100%;
     height: auto;
     width: auto;*/
 }
 .text-center {text-align: center;}
 #wrapper {
     width: 100%;
     background-color: #FFF;
     min-height: 100%;
 }
.none {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix { display: inline-table; }
strong{ font-weight: bold ;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*------ インプットボックス -------*/
 
 input[type="text"]:focus {
  outline: 0;
  
}
 
/*------ ここから
 article h1 {
     background: url(../img/Tline-scolumn.gif) repeat-x left bottom;
     padding: 0 0 12px 0;
     margin-bottom: 15px;
     color: #333;
     font-size: 90%;
     font-weight: bold;
     line-height: 165%;
 } -------*/
/*------ article h2 {
     background: none repeat scroll 0 0 transparent;
     border-bottom: 1px dotted;
     font-size: 75%;
     font-weight: bold;
     line-height: 200%;
     margin-bottom: 10px;
     padding: 0;
 } -------*/
 
 
 #sub-column h2 {
	 display:none;
     font-size: 80%;
     font-weight: bold;
     line-height: 165%;
     padding: 0 0 10px;
     margin: 0 0 4px;
 }
 
 .w100 {width: 100%;}
 .bold {font-weight: bold;}
 #contents-pop {width: auto;}
/*------ ヘッダー -------*/
 div#wrapper div#enquete-header,
 div#wrapper > div#cart-header,
 header {
     width:100%;
     margin:0 auto;
     background-color: #FFF;
 }
 div#wrapper div#enquete-header,
 div#wrapper > div#cart-header,
 header {padding-top:0px;}
 #header-inner {
     width: 1000px;
     margin: 0 auto;
     *zoom: 1;
 }
/*------ チェック ヘッダーバックグラウンド用？-------*/
 header #header-inner{
     {if $hfdesign.h_bgurl}
     background:url({$hfdesign.h_bgurl}) {$hfdesign.h_bgurlp|background_pos} no-repeat;
     {/if}
 }
 #header-inner #logo {
     display: table-cell;
     vertical-align: top;
     padding: 20px 0 15px 0;
	 *float:left;
 }
 #header-inner #logo img{
     width: 191px;
 }
 #header-inner #hNav, #lNav {
     display: table-cell;
     vertical-align: top;
     padding: 0px 0;
	 *float:left;
 }
/*------ 右 -------*/
 #header-inner #hNav {
     width: 411px;
     text-align: right;
 }
 #header-inner #lNav {
     width: 411px;
     text-align: left;
 }
 * html #header-inner div {
   display: inline;
   zoom: 1;
 }
 *:first-child+html #header-inner div {
   display: inline;
   zoom: 1;
 }
/*------ ロゴ -------*/
 #header-inner #logo {width: 191px;}
 #header-inner h1 {
     max-width: 191px;
     background: none;
     margin: 0;
     padding: 0;
 }
/*------ チェック -------*/
 #header-inner h1 a img:hover, #header-inner h2 a img:hover {
     opacity: 1;
     filter: alpha(opacity=100);
     -ms-filter: "alpha(opacity=70)";
     -khtml-opacity: 1;
     -moz-opacity: 1;
     filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 }
/*------ 検索ボックス
 #hNav #searchbox_wrap {
     overflow: hidden;
     margin: 10px 0;
 }
 #hNav #searchbox {
     line-height: 160%;
     font-size: 65%;
     color: #999;
     text-align:right;
     float: right;
     overflow: hidden;
 }
 #hNav #searchbox p.cart-search {margin-top: 10px;}
 #hNav #searchbox p {
     float: left;
     margin: 0px 5px 0 0;
 }
 #hNav #searchbox p img {vertical-align: bottom;}
 #hNav #searchbox form{
     background: url(../img/searchbox.gif) no-repeat left top;
     width: 230px;
     height: 27px;
     float: left;
 }
 #hNav #searchbox input.searchbox {
     border: none;
     width: 189px;
     height: 24px;
     padding: 0 5px;
 } -------*/
 #hNav #searchbox input.searchSubmit {padding: 1px 1px 0 0;}
#keyword-con {
     width: 1000px;
     text-align: right;
     margin: 0 auto;
     *zoom: 1;
 }
 
 
 #keyword-con ul#keyword {
     line-height: 80%;
     color: #333;
     text-align: right;
     margin-top: 10px;
 }
 #keyword-con ul#keyword li {
	      font-size: 60%;
     display: inline-block;
     *display: inline;
     *zoom: 1;
     padding: 0 0 0 10px;
 }
 #keyword-con ul#keyword li a {
color: #666;
 }
 #keyword-con ul#keyword li a:hover {
     color: #9F8D58;
 }
/*------ ヘッダーナビ -------*/
 #hNav ul#header-nav {
     line-height: 100%;
     color: #333;
 }
 #hNav ul#header-nav li {
     display: inline-block;
     *display: inline;
     *zoom: 1;
     font-size: 65%;
	 height: 29px;
     margin: 0px 0px 0 4px;
     padding: 0px 0 0px 0px;
 }
 #hNav ul#header-nav li a:hover {
     text-decoration: none;
 }
/*------ ヘッダーナビ左 -------*/
 #lNav ul#header-navr {
     line-height: 100%;
     color: #999;
 }
 #lNav ul#header-navr li {
     display: inline-block;
     *display: inline;
     *zoom: 1;
     font-size: 69%;
     padding: 7px 10px 0 0px;
 }
 #lNav ul#header-navr li a:hover {
     text-decoration: none;
 }
 #hNav ul#header-nav li img {
	 vertical-align:middle;
 }
 #hNav #tel {
     line-height: 100%;
     color: #333;
     text-align: right;
     margin-top: 10px;
 }
 
/*------ ヘッダー上 -------*/
 
 
 #header-top {
     width: 100%;
    background-color: #333;
	height:28px;
 }
 
 
 #header-topcon {
     width: 1000px;
     margin: 0 auto;
     *zoom: 1;
 }
 
  #header-topcon #top-hNav, #top-lNav {
     display: table-cell;
     vertical-align: top;
     padding: 0px 0;
	 *float:left;
 }
 
 
 
 #top-hNav ul#header-nav2 {
     line-height: 100%;
     color: #FFF;
 }
 #top-hNav ul#header-nav2 li {
     display: inline-block;
     *display: inline;
     *zoom: 1;
     font-size: 82%;
	 height: 28px;
     margin: 0px 0px 0 8px;
     padding: 0px 0 0px 0px;
 }
 #top-hNav ul#header-nav2 li a {
	  color: #FFF;
     text-decoration: none;
 }
 #top-hNav ul#header-nav2 li a:hover {
     text-decoration: underline;
 }
 #top-hNav ul#header-nav2 li img {
	 vertical-align: middle;
 }
/*------ 右 -------*/
 #header-topcon #top-hNav {
     width: 500px;
     text-align: right;
 }
 #header-topcon #top-lNav {
     width: 500px;
     text-align: left;
 }
 * html #header-topcon div {
   display: inline;
   zoom: 1;
 }
 *:first-child+html #header-topcon div {
   display: inline;
   zoom: 1;
 }
 #header-topcon h1 {
	 background-color:#333;
	 font-size: 69%;
	 color:#FFF;
     margin: 0;
	 margin-top:5px;
     padding: 0;
 }
 
/*------ グローバルナビ 共通、カート　CSSメガメニュー 途中 -------*/
 
 #gnav {
     width: 100%;
    background-color: #FFF;
    border-top: 1px solid #EEEEEE;
     border-bottom: 1px solid #EEEEEE;
 }
 #gnav div.cart-nav,
 #gnav nav {
     width: 970px;
     margin: 0 auto;
     *zoom: 1;
 }
 #gnav div.cart-nav .menu,
 #gnav nav .menu {
    width: 100%;
    position: relative;
}
.menu  li.m-menu{
    width: auto;
    float: left;
    text-align:center;
     font-size: 82%;
    height: 46px;
  margin: 0px 10px;
 }
.menu  li.menu-news{ /* ■News  */
    margin: 0px 10px 0px 40px;	
}
 /*--#gnav div.cart-nav ul li:first-child,
 #gnav nav ul li:first-child {
     padding-left: 15px;
     background-image: none;
 }--*/
 #gnav div.cart-nav .menu  li.m-menu a,
 #gnav nav .menu  li.m-menu a {
    display: block;
    color: #333;
    text-indent: -9999px;
    height: 100%;
}
 #gnav div.cart-nav .menu  li.m-menu a:hover,
 #gnav nav .menu  li.m-menu a:hover{
	background-position: 50% -40px;
}
.menu-bedroom a{ /* ■Bedroom  */
	/* width: 65px; 本当の幅/メニューがそろうまで仮*/
	width: 120px;
	background: url(/USERTHEMEIMG/vol1/melody.sh.shopserve.jp/nv-bedding.png) no-repeat 50% 0;
}
.menu-new a{ /* ■Bedroom  */
	/* width: 65px; 本当の幅/メニューがそろうまで仮*/
	width: 62px;
	background: url(/USERTHEMEIMG/vol1/melody.sh.shopserve.jp/nv-new.png) no-repeat 50% 0;
}
.menu-bathroom a{ /* ■Bathroom  */
	/* width: 68px; */
		width: 120px;
	background: url(/USERTHEMEIMG/vol1/melody.sh.shopserve.jp/nv-bath.png) no-repeat 50% 0;
}
.menu-kichen-table a{ /* ■Kitchen & Table  */
	width: 105px;
	background: url(/USERTHEMEIMG/vol1/melody.sh.shopserve.jp/nv-kichen.png) no-repeat 50% 0;
}
.menu-pyjama-robe a{ /* ■Pyjama & Robe  */
	/* width: 105px; */
	width: 120px;
	background: url(/USERTHEMEIMG/vol1/melody.sh.shopserve.jp/nv-pyjama.png) no-repeat 50% 0;
}
 .menu-baby-kid a{ /* ■Baby & Kid  */
	width: 81px;
	background: url(/USERTHEMEIMG/vol1/melody.sh.shopserve.jp/nv-baby.png) no-repeat 50% 0;
}
 .menu-gift a{ /* ■Gift  */
	width: 35px;
	background: url(/USERTHEMEIMG/vol1/melody.sh.shopserve.jp/nv-gift.png) no-repeat 50% 0;
}
 .menu-custom a{ /* ■Custom Made  */
	width: 97px;
	background: url(/USERTHEMEIMG/vol1/melody.sh.shopserve.jp/nv-custom.png) no-repeat 50% 0;
}
 .menu-news a{ /* ■News  */
	width: 55px;
	background: url(/USERTHEMEIMG/vol1/melody.sh.shopserve.jp/nv-news.png) no-repeat 50% 0;
}
 .menu-topics a{ /* ■Topics  */
	width: 49px;
	background: url(/USERTHEMEIMG/vol1/melody.sh.shopserve.jp/nv-topics.png) no-repeat 50% 0;
}
 .menu-blog a{ /* ■Blog  */
	/*width: 97px; */
	width: 45px;
	background: url(/USERTHEMEIMG/vol1/melody.sh.shopserve.jp/nv-blog.png) no-repeat 50% 0;
}
 
  .menu-brands a{ /* ■brands  */
	/*width: 97px; */
	width: 80px;
	background: url(/USERTHEMEIMG/vol1/melody.sh.shopserve.jp/nv-brands.png) no-repeat 50% 0;
}
  .menu-about a{ /* ■brands  */
	/*width: 97px; */
	width: 149px;
	background: url(/USERTHEMEIMG/vol1/melody.sh.shopserve.jp/nv-linencompany.png) no-repeat 50% 0;
}
 
 ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 101;
  border-bottom: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
}
.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu__second-level li {
    
}
.menu__second-level li a:hover {
     color: #9F8D58;
}
/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}
 #gnav div.cart-nav .menu  ul.menu__second-level  li a,
 #gnav nav .menu  ul.menu__second-level  li a {
     color: #333;
  display: block;
  text-indent: 0;
  background-image:none;
  width: 100%;
}
 #gnav div.cart-nav .menu  ul.menu__second-level  li a:hover,
 #gnav nav .menu  ul.menu__second-level  li a:hover { 
         color: #9F8D58;
}
 #gnav div.cart-nav .menu  ul.menu__second-level  li,
 #gnav nav .menu  ul.menu__second-level  li {
    margin: 0px 0px;
    line-height: 30px;
}
.menu > li.menu__single {
    position: relative;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 46px;
    background: #FFF;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu-bathroom ul.menu__second-level{
    padding: 20px 10px;
          width:100px;
}
li.menu-news ul.menu__second-level {
    padding: 20px 10px;
         width:100px;
}
li.menu-bathroom ul.menu__second-level li{
          width:100px;
}
li.menu-news ul.menu__second-level li{
        width:100px;
}
li.menu__single:hover ul.menu__second-level {
    top: 46px;
    visibility: visible;
    opacity: 1;
background-color: rgba(255,255,255,1);
}
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 46px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 10px;
    background: #FFF;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	
}
li.menu__mega:hover ul.menu__second-level {
    top: 46px;
    visibility: visible;
    opacity: 1;
background-color: rgba(255,255,255,1);
}
li.menu__mega ul.menu__second-level  li.nextbox {
    float: left;
     width: 32%;
    border: none;
	height:auto;
	
}
li.menu__mega ul.menu__second-level  li.nextbox:nth-child(3n+2) {
    margin: 0 2% 0 0;
}
li.menu__mega ul.menu__second-level  li.nextbox ul{
		
}
li.menu__mega ul.menu__second-level  li.nextbox ul li {
    float: none;
}
li.menu__mega ul.menu__second-level  li.nextbox img {     
margin-top: 5px;
}
 /*------ コンテンツ -------*/
 
 
 #contents {
     width: 1000px;
     margin: 0 auto;
     padding-top: 0px;
	 overflow:hidden;
     *zoom: 1;
	 padding-top: 15px;
     padding-bottom: 57px;
 }
 
 
 
 #sub-column {
	
     float: left;
     width: 200px;
     margin-right: 20px;
     padding-bottom: 60px;
     *zoom: 1;
     word-break:break-all;
 }
 
 #main-column {
     float: right;
     width: 780px;
     margin-bottom: 60px;
 }
 
 #main-column-full {
     width: 100%;
     margin: 0 auto 60px;
 }
 
 
 div#wrapper  div#enquete-section,
 div.cart-article div.cart-section,
 article section {padding: 0;}
 div#wrapper  div#enquete-section:first-child,
 div.cart-article div.cart-section:first-child,
 article section:first-child {border-top: none;}
 div.cart-article p,
 article p {
     color: #333;
     font-size: 0.8rem;
 }
 div.cart-article a:hover p,
 article a:hover p {color: #666;}
 div#wrapper  div#enquete-section ul,
 div.cart-article div.cart-section ul,
 article section ul {
     font-size: 90%;
     font-size: 0.9rem;
     line-height: 160%;
     color: #333;
 }
 
 
 #mainVisual {
	 width: 100%;
	
	 
    text-align: center;
 overflow:hidden;}
 
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li img {
	width: 100%;
	display: none;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../../../../images/sildes/btnPrev.png) no-repeat right center;}
.slider_next {background: #fff url(../../../../images/sildes/btnNext.png) no-repeat left center;}
.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 13px;
	text-align: center;
	position: absolute;
	z-index: 200;
}
.pagination a {
	margin: 0 5px;
	width: 13px;
	height: 13px;
	display: inline-block;
	overflow: hidden;
	background-image: url(../images/sildes/pagination.png);
      background-position: 0 0;
}
.pagination a.active
.pagination a:hover.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	background-position: 0 -13px
}
/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
 
  /*------ パンくづ -------*/
 
 #bread-crumb {
	 padding: 10px 10px 3px 10px;
	 margin: 0 0 20px 0;
    /* background-color:#F6F4E8*/}
 #bread-crumb-listTop, .bread-crumb-listCate {
     width: 100%;
     padding:0;
     margin: 0;
 }
 #bread-crumb-listTop ol, .bread-crumb-listCate ol {
     width: 780px;
     margin: 0;
     padding: 0;
     overflow: hidden;
     *zoom: 1;
 }
 #bread-crumb-listTop ol li, .bread-crumb-listCate ol li {
     float: left;
     *float: none;
     *display: inline;
     padding: 0 10px 0 13px;
     font-size: 60%;
     line-height: 120%;
     background: url(https://linencompanyjp.com/pic-labo/breadcrumb_bg.gif) no-repeat left center;
     *zoom: 1;
 }
 #bread-crumb-listTop ol li:first-child {
     padding-left: 0;
     background-image: none;
 }
 #bread-crumb-listTop, .bread-crumb-listCate {
     padding: 0;
     margin: 0 0 3px 0;
 }
 
 
 
 .column-set {
     width: 100%;
     overflow: hidden;
     *zoom: 1;
 }
  /*------ 3列 -------*/
 
 .column3 {
     float: left;
     width: 250px;
     margin: 0 15px 20px 0;
     padding-bottom: 20px;
  
 }
 .column3:nth-child(3n) {margin: 0 0 20px 0;}
 .column3 .itemThumb-wrap {margin: 0 0 10px 0;}
 .column3 .itemThumb {
     display: table-cell;
     text-align: center;
     height: auto;
     width: 250px;
     vertical-align: middle;
     margin-bottom: 5px;
 }
 .column3 .itemThumb a {
     height: auto;
     width: 250px;
     display: block;
 }
 
  .column3 .itemThumb a img {
     
         width: 250px;
 }
 .column3 h3 {
     font-size: 70%;
     line-height: 120%;
     margin-bottom: 3px;
 }
 .column3 p {font-size:80%;}
 .column3 img {vertical-align: bottom;}
 .column3 p.price {margin-bottom: 3px;}
 .column3 p.sp_price {color: #BE0006;}
 
 
 /*------ 4列 -------*/
 .column4 {
     float: left;
     width: 185px;
     margin: 0 13px 20px 0;
     padding-bottom: 20px;
  
 }
 .column4:nth-child(4n) {margin: 0 1px 20px 0;}
 .column4 .itemThumb-wrap {margin: 0 0 10px 0;}
 .column4 .itemThumb {
     display: table-cell;
     text-align: center;
     height: auto;
     width: 185px;
     vertical-align: middle;
     margin-bottom: 5px;
 }
 .column4 .itemThumb a {
     height: auto;
     width: 185px;
     display: block;
 }
 .column4 .itemThumb a img {
     
     max-width: 185px;
 }
 .column4 .item-list-span-img{
     width:185px;
     display:inline-block;
 }
 
 
 .column5 .item-list-span-img{
     width:142px;
     display:inline-block;
 }
 .column4 h3 {
     font-size: 70%;
     line-height: 130%;
     margin-bottom: 3px;
 }
 .column4 p {font-size: 80%;}
 .column4 img {vertical-align: bottom;}
 .column4 p.sp_price {color: #BE0006;}
 .column5 {
     float: left;
     width: 142px;
     margin: 0 17px 20px 0;
     padding-bottom: 10px;
    
 }
 .column5:nth-child(5n) {margin-right:1px;}
 .column5:nth-child(5n+1) {clear:both;}
 
 .column5 .itemThumb-wrap {margin: 0 0 10px 0;}
 .column5 .itemThumb {
     display: table-cell;
     height: auto;
     width: 142px;
     margin-bottom: 5px;
     text-align: center;
     vertical-align: middle;
 }
 .column5 .itemThumb a {
     height: auto;
     width: 142px;
     display: block;
 }
 .column5 .itemThumb a img {
     /*------ max-height: 142px; -------*/
     max-width: 142px;
 }
 .column5 h3 {
     font-size: 70%;
     line-height: 130%;
     margin-bottom: 3px;
 }
 .column5 p {font-size: 70%;}
 .column5 img {vertical-align: bottom;}
 .column5 p.sp_price {color: #BE0006;}
 
 
 
 p.fx_price span.strike {text-decoration: line-through;}
 p.sp_price span.special_price_str,
 p.sp_price span.selling_price_str,
 p.sp_price span.selling_price,
 p.sp_price span.taxin,
 p.sp_price span.discount_rate{color: #BE0006;}
 p.price span.selling_price,
 p.price span.taxin{color: #BE0006;}
 
 
 section .newItem h2, section .pickup h2, section .ranking h2, section .group h2, section .category h2 {
     border: none;
     font-size: 90%;
     font-weight: bold;
     line-height: 165%;
     margin-bottom: 10px;
     padding: 0 0 10px;
     min-height: 25px;
 }
 .newItem {
     background: url(../img/Title-new.gif) no-repeat right 4px;
     position: relative;
     margin: 30px 0 10px;
 }
 .newItem .new-Title {
     position: absolute;
     right: 0px;
     top: 3px;
 }
 .newItem h2 {
     background: url(../img/Tline-new.gif) repeat-x left bottom;
     margin-bottom: 15px;
     padding-right: 100px !important;
 }
 .column3 .badge {
     padding: 4px 0 0 4px;
     position: absolute;
     z-index: 100;
 }
 .column4 .badge {
     padding: 4px 0 0 4px;
     position: absolute;
     z-index: 100;
 }
 .pickup {
     background: url(../img/Title-pickup.gif) no-repeat right 4px;
     position: relative;
     margin-bottom: 10px;
 }
 .pickup .pickup-Title {
     position: absolute;
     right: 0px;
     top: 4px;
 }
 .pickup h2 {
     background: url(../img/Tline-pickup.gif) repeat-x left bottom;
     margin-bottom: 15px;
     padding-right: 60px !important;
 }
 .pickup .column5 {margin-bottom: 20px;}
 .pickup .column5 .itemThumb {
     margin-bottom: 5px;
     position: relative;
 }
 .pickup .column5 .badge {
     padding: 4px 0 0 4px;
     position: absolute;
     z-index: 100;
 }
 .ranking {
     background: url(../img/Title-ranking.gif) no-repeat right 4px;
     position: relative;
 }
 .ranking .ranking-Title {
     position: absolute;
     right: 0px;
     top: 4px;
 }
 .ranking h2 {
     background: url(../img/Tline-ranking.gif) repeat-x left bottom;
     margin-bottom: 15px;
     padding-right: 66px !important;
 }
 .ranking .column5 {margin-bottom: 20px;}
 .ranking .column5 .itemThumb {position: relative;}
 .ranking .column5 .badge {
     padding: 4px 0 0 4px;
     position: absolute;
     z-index: 100;
 }
 .half-cont_wrap01, .half-cont_wrap02 {overflow: hidden;}
 .half-cont {
     float: left;
     width: 48%;
     margin-right: 4%;
 }
 .half-cont:nth-child(2n) {
     float: left;
     width: 48%;
     margin-right: 0;
 }
 .news {
     padding-bottom: 20px;
     margin-bottom: 30px;
     border-bottom: 1px dotted #333333;
 }
 #main-column .news {background: url(../img/Title-news.gif) no-repeat right 4px;}
 .news h2 {
     background: url(../img/Tline-news.gif) repeat-x left bottom;
     display: block;
     width: 100%;
     border: none;
     font-size: 90%;
     font-weight: bold;
     line-height: 165%;
     margin-bottom: 10px;
     padding: 0 0 10px;
     min-height: 25px;
 }
 .news h2 img {
     display: block;
     height: 20px;
     width: 85px;
     margin: 0 auto;
 }
 .news .news-contents {
     overflow: hidden;
     padding: 5px 0 0;
 }
 dl.news-box {
     font-size: 75%;
     color: #333;
     padding: 10px 0;
     border-bottom: 1px solid #B9B9B9;
 }
 dl.news-box:first-child {padding: 0 0 10px 0;}
 dl.news-box:last-child {border: none;}
 .news-box dd {line-height: 145%;}
 .news-box dd a {color: #2675c1;}
 .news-box dd a:hover {color: #489ef0;}
 
 
 
 .w100 .news {
     float: none;
     width: 100%;
     margin-right: 0;
     padding: 0 0 15px;
     border-bottom: 1px dotted #333333;
 }
 .w100 .news h2 {
     background: url(../img/Tline-news.gif) repeat-x left bottom;
     display: block;
     width: 100%;
     margin: 0 0 20px;
 }
 .w100 .news h2 img {
     display: block;
     height: 20px;
     width: 85px;
     margin: 0 auto;
 }
 .shopDiary{background: url(../img/Title-shop.gif) no-repeat right top;}
 
 #sub-column .shopDiary{background: none;}
 /*------  .freeArea2 {
     padding-bottom: 20px;
     margin-bottom: 30px;
     border-bottom: 1px dotted #333333;
 }
 .freeArea2 h2 {
     background: url(../img/Tline-shop.gif) repeat-x left bottom;
     display: block;
     width: 100%;
     margin: 0 0 20px;
     padding: 0;
     padding-bottom:10px;
     border: none;
 }
 .freeArea2 h2 img {
     display: block;
     height: 20px;
     width: 85px;
     margin: 0 auto;
 }
 .freeArea2 .free-contents {padding-top: 10px;}
 .freeArea2 .free-banner {margin-bottom: 5px;}
 .freeArea2 .free-contents p {
     font-size: 70%;
     line-height: 160%;
 }
 .freeArea2 .free-contents p a{text-decoration: underline;}
 .w100 .freeArea2 {
     float: none;
     width: 100%;
     padding: 0 0 15px;
     border-bottom: 1px dotted #333333;
 }
 .freeArea2 .free-contents ul
 {margin: 0px 40px;}
 .freeArea2 .free-contents ul li
 {list-style-type: square;}
 .freeArea2 .free-contents ol
 {margin: 0px 40px;}
 .freeArea2 .free-contents ol li
 {list-style-type: decimal;}
 .w100 .freeArea2 h2 {
     background: url(../img/Tline-shop.gif) repeat-x left bottom;
     display: block;
     width: 100%;
     margin: 0 0 20px;
     padding: 0;
 }
 .w100 .freeArea2 h2 img {
     display: block;
     height: 20px;
     width: 85px;
     margin: 0 auto;
 } -------*/
 #main-column .w100 .freeArea2 .freeAreaTitle{padding-left:5px;}
 #main-column .half-cont .freeArea2 .freeAreaTitle{
     padding-left:5px;
     font-size: 14px;
     font-weight: bold;
     line-height: 165%;
     border: none;
     margin-bottom: 10px;
     padding: 0 0 10px;
     min-height: 25px;
 }
 .cont .freeArea2 h2{
     border: medium none;
     font-size: 90%;
     font-weight: bold;
     line-height: 165%;
     margin-bottom: 10px !important;
     padding: 0 0 10px !important;
 }
 .group {
     position: relative;
     padding-bottom: 20px;
     margin-bottom: 30px;
     border-bottom: 1px dotted #333333;
 }
 .group .group-Title {
     position: absolute;
     right: 0px;
     top: 4px;
 }
 .group h2 {
     background: url(../img/Tline-group.gif) repeat-x left bottom;
     margin-bottom: 15px;
     padding-right: 38px !important;
 }
 .group .group-banner {margin-bottom: 5px;}
 .group ul {line-height: 110%;}
 .group ul li {
     display: inline-block;
     *display: inline;
     *zoom: 1;
     font-size: 75%;
     padding: 0 3px 0 12px;
     background: url(../img/slash_000.gif) no-repeat left center;
 }
 .group ul li:first-child {
     background-image: none;
     padding: 0 3px 0 0;
 }
 .w100 .group {
     background: url(../img/Title-group.gif) no-repeat right 4px;
     position: relative;
     float: none;
     width: 100%;
     margin-right: 0%;
     padding-bottom: 20px;
     margin-bottom: 30px;
     border-bottom: 1px dotted #333333;
 }
 .w100 .group .group-Title {top: 3px;}
 .w100 .group h2 {
     background: url(../img/Tline-group.gif) repeat-x left bottom;
     display: block;
     width: 100%;
     margin: 0 0 15px;
 }
 .w100 .group h2 img {
     display: block;
     height: 20px;
     width: 85px;
     margin: 0 auto;
 }
 #main-column .group {background: url(../img/Title-group.gif) no-repeat right 4px;}
 .category {
     position: relative;
     padding-bottom: 20px;
     margin-bottom: 30px;
     border-bottom: 1px dotted #333333;
 }
 .category .category-Title {
     position: absolute;
     right: 0px;
     top: 4px;
 }
 .category h2 {
        /*------ background: url(../img/Tline-category.gif) repeat-x left bottom;-------*/
     margin-bottom: 15px;
 }
 .category .category-banner {margin-bottom: 5px;}
 .category ul {line-height: 110%;}
 .category ul li {
     display: inline-block;
     *display: inline;
     *zoom: 1;
     font-size: 75%;
     padding: 0 3px 0 12px;
     background: url(../img/slash_000.gif) no-repeat left center;
 }
 .category ul li:first-child {
     background-image: none;
     padding: 0 3px 0 0;
 }
 .w100 .category {
     background: url(../img/Title-category.gif) no-repeat right 4px;
     position: relative;
     float: none;
     width: 100%;
     padding-bottom: 20px;
     margin-bottom: 30px;
     border-bottom: 1px dotted #333333;
 }
 .w100 .category h2 {
     background: url(../img/Tline-category.gif) repeat-x left bottom;
     display: block;
     width: 100%;
     margin: 0 0 15px;
 }
 .w100 .category h2 img {
     display: block;
     height: 20px;
     width: 85px;
     margin: 0 auto;
 }
 .w100 .category h3 {
     font-weight: bold;
     line-height: 120%;
     font-size: 80%;
 }
 #main-column .category {background: url(../img/Title-category.gif) no-repeat right 4px;}
  .freeArea {
     width: 100%;
     height: 300px;
     background-color: #EEE;
 }
 #sub-column .group, #sub-column .category, #sub-column #followUs, #sub-column .newItem, #sub-column .link {
     width: 100%;
     border: none;
     top: 0;
     left: 0;
     margin: 0;
     padding: 0;
 }
 
   /*------ サイドバー ノーマル-------*/
 
 #sub-column .category h3 {
     font-size: 80%;
     font-weight: bold;
     padding: 0;
    
 }
 #sub-column .group nav, #sub-column .category nav, #sub-column .link nav {
     margin-bottom: 20px;
     border-top: none;
 }
 #sub-column .group nav ul, #sub-column .category nav ul, #sub-column .link nav ul {line-height: 160%;}
 #sub-column .group nav ul li, #sub-column .category nav ul li, #sub-column .link nav ul li {
     padding: 5px 0;
     background-image: none;
     display: block;
     font-size: 82%;
 }
 #sub-column .link nav ul li {line-height:180%;}
 #sub-column .keyword nav ul li {
  display: inline;
 }
 #sub-column .group nav ul li a, #sub-column .category nav ul li a, #sub-column .link nav ul li a {
     color: #333;
     display: block;
     text-decoration: none;
     padding: 3px 0  0px 15px;
     line-height: 130%;
	 background: url(https://linencompanyjp.com/pic-labo/point.gif) no-repeat 0% center;
 }
 #sub-column .link nav ul li a{
     display: inline;
 }
 
 
 #sub-column .group nav ul li:first-child a, #sub-column .category nav ul li:first-child a, #sub-column .link nav ul li:first-child a {
     border-top: none;
    padding: 4px 0  0px 15px;
 }
 #sub-column .group nav ul li a:hover, #sub-column .group nav ul li a:active, #sub-column .link nav ul li a:hover, #sub-column .link nav ul li a:active {
     color: #9F8D58;
     text-decoration: none;
 }
 #sub-column .sitelink:hover{}
 #sub-column .category nav ul li.cat2 a {
     zoom: 1;
     display: block;
     padding: 3px 2px 3px 30px;
     margin:0px 0;
     line-height: 100%;
     color:#000;
     text-decoration: none;
	 background: url(https://linencompanyjp.com/pic-labo/point.gif) no-repeat 10% center;
 }
 
 #sub-column .category nav ul li a:hover {
     color: #9F8D58;
 }
 
 
 
 
 #sub-column #snav_calendar h2 {background-image: none;}
 #sub-column #subc_calendar {
     background: url(../img/BGline-scolumn.gif) repeat left top;
     padding: 8px;
     width:  184px;
     margin-bottom: 20px;
 }
 
 
 #sub-column div.subc_cal_cont {
     background-color: #FFF;
     width:     154px;
     padding: 10px 15px 15px 15px;
 }
 #sub-column div#subc_calendar h2 {
     width:  154px;
     text-align: center;
     padding: 21px 0 3px 0;
     margin: 0 0 10px 0;
     border-bottom: 1px dotted #333;
     background: url(../img/Title-scolumn_calendar.gif) no-repeat;
     background-position: center;
 }
 #sub-column div.cal_wrapper {padding: 7px 0 0 0;}
 #sub-column div.cal_wrapper table.cal {
     width: 100%;
     line-height: 130%;
 }
 #sub-column div.cal_wrapper table.cal tr th p.month {
     float: left;
     width: 70%;
     text-align: center;
     font-size: 80%;
 }
 #sub-column div.cal_wrapper table.cal tr th input {
     float: left;
     border: none;
 }
 #sub-column div.cal_wrapper table.cal tr th input.prev {
     background: url(../img/calendar_pleft.gif) no-repeat left bottom #FFF;
     width: 15%;
     height: 17px;
 }
 #sub-column div.cal_wrapper table.cal tr th input.next {
     background: url(../img/calendar_pright.gif) no-repeat right bottom #FFF;
     width: 15%;
     height: 17px;
 }
 #sub-column div.cal_wrapper table.cal tr td {
     border: solid 1px #CCC;
     font-size: 70%;
     text-align: center;
 }
 #sub-column div.cal_wrapper table.cal tr.headline td {
     border: none;
     padding: 10px 0 2px 0;
 }
 #sub-column div.subc_cal_cont .cap {
     font-size: 60%;
     font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
     width: auto;
 }
 #sub-column div.subc_cal_cont .cap ul {margin: 3px 0 0;}
 #sub-column div.subc_cal_cont .cap li {
     display: inline-block;
     line-height: 140%;
     overflow: hidden;
 }
 #sub-column div.subc_cal_cont .cap li span {margin: 0 10px 0 0;}
 #sub-column div.subc_cal_cont .cap .ico_cap01 {
     font-size: 120%;
     vertical-align: middle;
     margin: 0 2px 0 0;
     color: #FF5078;
 }
 #sub-column div.subc_cal_cont .cap .ico_cap02 {
     font-size: 120%;
     vertical-align: middle;
     margin: 0 2px 0 0;
     color: #39F;
 }
 #sub-column div.subc_cal_cont .cap .cap-info {
     line-height: 140%;
     padding: 10px 0 0;
 }
 #sub-column div.cal_wrapper table.cal tr td div.Today {
     background-color: #CCCCCC;
     font-weight: bold;
 }
 #sub-column div.cal_wrapper table.cal tr td div.Deli {background-color: #EFE;}
 #sub-column div.cal_wrapper table.cal tr td div.Holyday {
     background-color: #FF5078;
     color: #FFFFFF;
 }
 #sub-column div.cal_wrapper table.cal tr td div.backward {
     color: #CCC;
     font-weight: normal;
     background-color: #FFF;
 }
 #sub-column div.cal_wrapper table.cal tr td div.pointer {cursor: pointer;}
 #sub-column div.cal_wrapper table.cal tr td div.pointer:hover {background-color: #EEE;}
 #sub-column #snav_mailMag {
     background: url(../img/BGline-scolumn.gif) repeat left top;
     padding: 8px;
     width:  194px;
     margin-bottom: 20px;
 }
 #sub-column #snav_mailMag h2 {background-image: none;}
 #sub-column div.snav_mailMag_cont {
     background: #FFF url(../img/Title-scolumn_mmag.gif) no-repeat center top;
     width:     161px;
     padding: 46px 16px 8px 17px;
 }
 #sub-column div.snav_mailMag_cont h2 {
     width:  161px;
     text-align: center;
     padding: 0 0 3px 0;
     margin: 0 0 7px 0;
     border-bottom: 1px dotted #333;
 }
 #sub-column div.snav_mailMag_cont p {
     font-size: 70%;
     line-height: 130%;
     padding: 5px 0 10px;
 }
 #sub-column div.snav_mailMag_cont input.mailAddress{
     width: 120px;
     height: 18px;
     position: relative;
     vertical-align: middle;
 }
 #sub-column div.snav_mailMag_cont input.submit_mailMag {
     width: 30px;
     height: 18px;
     text-align: center;
     background-color: #272727;
     border: none;
     color: #FFF;
     font-size: 75%;
 }
 #sub-column div.snav_mailMag_cont input.submit_mailMag:hover {background-color: #666;}
 #sub-column #snav_followUs {margin: 0 0 20px 0;}
 #sub-column #snav_followUs nav ul {overflow: hidden;}
 #sub-column #snav_followUs nav ul li {
     float: left;
     margin: 0 5px 0 0;
     padding: 0;
 }
 #sub-column #snav_followUs nav ul li img {vertical-align: bottom;}
 #sub-column #snav_followUs nav ul li a:hover img{
     opacity: .70;
     filter: alpha(opacity=70);
     -ms-filter: "alpha(opacity=70)";
     -khtml-opacity: .70;
     -moz-opacity: .70;
     cursor: pointer;
 }
 #subc_freeArea {
     margin: 0 0 20px 0;
     padding-bottom: 10px;
     border-bottom: 1px dotted #333;
 }
 #subc_freeArea img {margin-bottom: 10px;}
 #sub-column .newItem {
     background:url(../img/Title-new.gif) no-repeat right 1px;
     position: relative;
     margin: 30px 0 0 0;
     line-height: 90%;
 }
 #sub-column .newItem h2 {
     background: url(../img/Tline-new.gif) repeat-x left bottom;
     font-size: 80%;
     font-weight: bold;
     line-height: 165%;
     padding: 0 0 10px 0;
     margin-bottom: 15px;
 }
 #sub-column .newItem .new-Title {
     position: absolute;
     right: 0px;
     top: 1px;
 }
 #sub-column .newItem .column3, #sub-column .newItem .column4 {
     padding: 0 0 10px 0;
     margin: 0 0 25px 0;
     float: none;
     width: 100%;
 }
 #sub-column .newItem .column4 .itemThumb-wrap {margin: 0 20px 10px 20px;}
 #sub-column .newItem .column4 .itemThumb {
     height: auto;
     width: 170px;
     display: table-cell;
     text-align: center;
     vertical-align: middle;
 }
 #sub-column .newItem .column4 .itemThumb a img {
     max-height: auto;
     max-width: 170px;
	 width: 170px;
 }
 #sub-column .newItem h3 {text-align: left;}
 #sub-column .newItem p.price {
     text-align: left;
     margin: 0;
 }
 #sub-column .newItem p.sp_price {text-align: left;}
 #sub-column .newItem p.sp_price {color: #BE0006;}
 #sub-column .newItem .column4 .badge {
     padding: 4px 0 0 4px;
     position: absolute;
     z-index: 100;
 }
 #sub-column .newItem .column4_fourth .itemThumb {
     margin: 0 20px 5px 20px;
     position: relative;
 }
 #sub-column .pickup {
     background:url(../img/Title-pickup.gif) no-repeat right 2px;
     position: relative;
     line-height: 90%;
 }
 #sub-column .pickup .pickup-Title {
     position: absolute;
     right: 0px;
     top: 1px;
 }
 #sub-column .pickup h2 {
     background: url(../img/Tline-pickup.gif) repeat-x left bottom;
     margin-bottom: 15px;
     font-size: 80%;
     font-weight: bold;
     line-height: 165%;
     padding: 0 0 10px 0;
 }
 #sub-column .pickup .column5 {
     padding: 0 0 10px 0;
     margin: 0 0 25px 0;
     float: none;
     width: 100%;
 }
 #sub-column .pickup .column5 .itemThumb-wrap {margin: 0 40px 10px 40px;}
 #sub-column .pickup .column5 .itemThumb {
     margin: 0 0 5px 0;
     position: relative;
     text-align: center;
     height: auto;
     width: 130px;
 }
 #sub-column .pickup .column5 .itemThumb img {
     max-height: 130px;
     max-width: 130px;
 }
 #sub-column .pickup .column5 .badge {
     padding: 4px 0 0 4px;
     position: absolute;
     z-index: 100;
 }
 #sub-column .ranking {
     background: url(../img/Title-ranking.gif) no-repeat 100% 1px;
     position: relative;
     line-height: 90%;
 }
 #sub-column .ranking .ranking-Title {
     position: absolute;
     right: 0px;
     top: 1px;
 }
 #sub-column .ranking h2 {
     background: url(../img/Tline-ranking.gif) repeat-x left bottom;
     margin-bottom: 15px;
     font-size: 80%;
     font-weight: bold;
     line-height: 165%;
     padding: 0 0 10px 0;
 }
 #sub-column .ranking .column5 {
     padding: 0 0 10px 0;
     margin: 0 0 25px 0;
     float: none;
     width: 100%;
 }
 #sub-column .ranking .column5 .itemThumb-wrap {
     margin: 0 40px 10px 40px;
     height: 130px;
     width: 130px;
 }
 #sub-column .ranking .column5 .itemThumb {
     margin-bottom: 5px;
     position: relative;
     text-align: center;
 }
 #sub-column .ranking .column5 .itemThumb img {
     max-height: 130px;
     max-width: 130px;
 }
 #sub-column .ranking .column5 .itemThumb {
     margin-bottom: 5px;
     position: relative;
 }
 #sub-column .ranking .column5 .badge {
         padding: 4px 0 0 4px;
         position: absolute;
         z-index: 100;
 }
 #main-column .recommend .column5 .badge {
     padding: 4px 0 0 4px;
     position: absolute;
     z-index: 100;
 }
 
  
   /*------ フッター-------*/
 
 div#cart-footer,
 footer {
         margin:0 auto;
         line-height: 100%;	 
         position: relative;
         clear: both;
 }
 
 
   /*------ コンタクト-------*/
   
   #foot-contacts {
	  background:#F6F4E9;
	  border-bottom: 1px solid #EEEEEE;
 }  
   #foot-contacts-box {
	  	background:#F6F4E9;
     margin: 0 auto;
	 width: 1000px;
	 padding:20px 0;
	 
 }  
 
  .contactWrap01 {
	 width: 966px;
	 margin: 0 auto;
	 border:4px solid #333333;
	 padding:3px;
	 background-color:#FFF;
    
 }  
  .contactWrap {
	  width: 964px;
	 border:1px solid #333333;
	 height: 94px;
	 display:table;
    
 }  
   .contactWrap #contact-l,#contact-r,#contact-c {
	 display: table-cell;
	 vertical-align: middle;
	 padding:0;
	 *float:left;
    
 }  
    .contactWrap #contact-l {
	      width: 420px;
		  background: url(https://www.linencompanyjp.com/pic-labo/bg-contact01.gif) 0 0px no-repeat;
		  
    
 } 
	 
     .contactWrap #contact-c {
	      width:230px;
		  background: url(https://linencompanyjp.com/pic-labo/bg-contact02.gif) 0 0px no-repeat;
    
 }   
      .contactWrap #contact-r {
	      width: 314px;
		  background: url(https://linencompanyjp.com/pic-labo/bg-contact03.gif) 0 0px no-repeat;
    
 }    
  
  
  .contactWrap #contact-l p,#contact-c p,#contact-r p{ display: block; height: 94px; text-indent: -9999px; }
  
        .contactWrap #contact-r p a{
			width: 314px;
			 height: 94px;
			   display:block;
  }  
 
 #footer-inner {
     width: 1000px;
     margin: 0 auto;
     overflow: hidden;
 }
 
 
 footer #footer-inner{
    {if $hfdesign.f_bgurl}
     background:url({$hfdesign.f_bgurl}) {$hfdesign.f_bgurlp|background_pos} no-repeat ;
     {/if}
 }
 
 
   
	 
	 
 
    /*------ フッターナビ-------*/
 
  .footer-wrap{
  margin-top: 10px;
  clear: both;
}
 .footer-sites{
    overflow: hidden;
}
.footer-sites div.footer-box {
  float: left;
  width: 20%;
}
.footer-sites div.footer-box dl{
  margin:20px 0 0;
}
.footer-sites div.footer-box dl dt{
	 font-family:'Didot W02 Italic';
	 font-size:113%;
  margin-bottom: 15px;
}
.footer-sites div.footer-box dl dd {
  margin-left: 0;
} 
.footer-sites div.footer-box ul.untitle {
  margin-top: 50px;
  margin-left: 20px;
}
.footer-sites div.footer-box ul.nav-foot > li {
  font-size:75%;
  margin-bottom:0px;
}
.footer-sites div.footer-box ul.nav-foot > li > a{
  display: block;
  padding:3px 10px 3px 0px;
}
.footer-sites div.footer-box ul.nav-foot-child li a{
  display: block;
  padding:3px 10px 3px 15px;
  background: url(https://linencompanyjp.com/pic-labo/point.gif) no-repeat 0% center;
}
 
 div#cart-footer #footer-inner .footer_gnavi,
 footer #footer-inner .footer_gnavi {
     text-align: center;
     padding:20px;
	  
 }
 
 
 
				
 
 div#cart-footer #footer-inner .footer_gnavi ul li,
 footer #footer-inner .footer_gnavi ul li {
     display: inline-block;
     *display: inline;
     *zoom: 1;
     *margin-bottom: 12px;
     padding: 0 3px 0 18px;
     line-height: 100%;
     font-size: 60%;
     color: #333;
     background: url(https://linencompanyjp.com/pic-labo/slash.gif) no-repeat left center;
 }
 
 
 
 div#cart-footer #footer-inner .footer_gnavi ul li:first-child,
 footer #footer-inner .footer_gnavi ul li:first-child {
     background-image: none;
     padding: 0 3px 0 0;
 }
 div#cart-footer #footer-inner .footer_gnavi ul li a,
 footer #footer-inner .footer_gnavi ul li a {color: #333;}
 
 
       /*------ ソーシャルナビ-------*/
 
 div#cart-footer #footer-inner .social-box,
 footer #footer-inner .social-box {
     padding-bottom:0px;
	  
 }
  div#cart-footer #footer-inner .footer_gnavi p.follow,
 footer #footer-inner  .footer_gnavi p.follow {
	 text-indent:-9999px;
	 margin-bottom: 5px;
	background: url(https://linencompanyjp.com/pic-labo/bg-follow.gif) no-repeat center top;
	height:15px;
	  
 }
 
 
  div#cart-footer #footer-inner .footer_gnavi ul.socialnavi li,
 footer #footer-inner .footer_gnavi ul.socialnavi li {
	 height: 30px;
	 width: auto;
	 padding: 0 3px 0 3px;
     background-image: none;
 }
 
 
 
  div#cart-footer #footer-inner .footer_gnavi ul.socialnavi li a,
 footer #footer-inner .footer_gnavi ul.socialnavi li a {
	 display: block;
     text-indent: -9999px;
     height: 100%;}
 
 
  div#cart-footer #footer-inner .footer_gnavi ul.socialnavi li.facebook a,
 footer #footer-inner .footer_gnavi ul.socialnavi li.facebook a{
	 width: 30px;
     background: url(https://linencompanyjp.com/pic-labo/ico-facebook.png) no-repeat 0 0;
     }
				
  div#cart-footer #footer-inner .footer_gnavi ul.socialnavi li.tumbir a,
 footer #footer-inner .footer_gnavi ul.socialnavi li.tumbir a{
	 width: 30px;
     background: url(https://linencompanyjp.com/pic-labo/ico-tumbir.png) no-repeat 0 0;
     }
	 
	   div#cart-footer #footer-inner .footer_gnavi ul.socialnavi li.insta a,
 footer #footer-inner .footer_gnavi ul.socialnavi li.insta a{
	 width: 30px;
     background: url(https://linencompanyjp.com/pic-labo/ico-insta.png) no-repeat 0 0;
     }
				
  div#cart-footer #footer-inner .footer_gnavi ul.socialnavi li a:hover,
 footer #footer-inner .footer_gnavi ul.socialnavi li a:hover{background-position: 0 -40px;}
 
 
 
 
 div#cart-footer div.cart-nav,
 footer nav {
     float: right;
     font-size: 67%;
     text-align: right;
     padding:20px;
 }
 
  #copyright{
	  background-color:#000;
	  width:100%;
     
      }
  #copyright div.copyright-box{
	  width:980px;
	  background-color:#000;
	  margin:0 auto;
	  text-align: center;
	   font-size: 67%;
	  padding:10px
      } 
	  
	    #copyright div.copyright-box h1{
	  color: #FFF;
	  line-height: 180%;
	  margin-bottom:5px;
      } 
	  
 #copyright ul li {
     color: #FFF;
     background-image: none;
     padding: 0;
 }
 div#cart-footer #footer-inner .footer_gnavi ul li a:hover,
 footer #footer-inner .footer_gnavi ul li a:hover {
    color: #9F8D58;
     text-decoration: underline;
 }
 
  
   /*------ ページトップ-------*/
 
 #page-top {
     position: fixed;
     bottom: 67px;
     right: 20px;
     font-size: 77%;
     z-index: 100;
 }
 #page-top a {
     background: #666;
     text-decoration: none;
     color: #fff;
     width: 39px;
     height: 39px;
     padding: 0;
     text-align: center;
     display: block;
 }
 
 #page-top a.ico-top:hover {
     text-decoration: none;
     background-image: url(/USERTHEMEIMG/vol1/melody.sh.shopserve.jp//pagetop_on.gif);
 }
  #page-top a.ico-call:hover {
	  background:none;
     text-decoration: none;
     background-image: url(../../../../images/pagetop_on2.gif);
 }
   #page-top a.ico-mail:hover {
     text-decoration: none;
     background-image: url(/USERTHEMEIMG/vol1/melody.sh.shopserve.jp//pagetop_on3.gif);
 }
   #page-top a.ico-cart:hover {
	  background:none;
     text-decoration: none;
     background-image: url(/USERTHEMEIMG/vol1/melody.sh.shopserve.jp//pagetop_on4.gif);
 }
 #page-top a:hover img {opacity: 0;}
 
 section #guide p {
     font-size: 75%;
     line-height: 175%
 }
 section #guide .guide01 {padding-bottom: 20px;}
 section #guide .guide01 h2 {
     font-size: 75%;
     font-weight: bold;
     line-height: 200%;
     border-bottom:1px dotted;
     margin-bottom: 20px;
     background: none;
     padding: 0;
 }
 section #guide .guide01 ul {
     font-size: 75%;
     list-style-type: disc;
     margin-top: 10px;
 }
 section #guide .inner {
     overflow: hidden;
     margin-bottom: 10px;
 }
 section #guide .inner .fL {
     float: left;
     width: auto;
     margin-right: 20px;
     max-width: 350px;
 }
 section #guide .inner .fR {
     float: right;
     width: auto;
     max-width: 350px;
 }
 section #guide .chart .ttlShop {
     font-size: 80%;
     font-weight: bold;
     border: none;
     margin: 0;
 }
 section #guide table {
     line-height: 120%;
     border-bottom: 1px dotted #000000;
     table-layout: fixed;
 }
 section #guide table th {
     background-color: #EEEEEE;
     border-top: 1px dotted #000000;
     color: #2B2B2B;
     font-size: 75%;
     font-weight: bold;
     padding: 15px 20px;
     width: 100px;
 }
 section #guide table th.shopGuidePointClass{width:530px;}
 section #guide table td {
     font-size: 75%;
     border-top: 1px dotted #000000;
     padding: 15px 20px;
     width: 530px;
 }
 #shopGuide_wrap section #guide table td {width: 50%;;}
 section #guide table th.shopGuidePointClass {width: 50%;}
 section #guide ul
 {margin: 0px 40px;}
 section #guide ul li
 {list-style-type: square;}
 section #guide ol
 {margin: 0px 40px;}
 section #guide ol li
 {list-style-type: decimal;}
 #DiaryList h2, #Diary h2 {font-size: 90%;}
 #DiaryList .Diary-cont, #Diary .Diary-cont {margin: 0 0 15px;}
 #DiaryList article {margin: 0 0 40px;}
 .state_l {
     border-top: 1px dotted #333;
     padding: 10px 0 0;
     font-size: 65%;
 }
 .state_r {
     border-top: 1px dotted #333;
     padding: 10px 0 0;
     margin: 0 0 25px;
     text-align: right;
     font-size: 65%;
 }
 .state_l ul, .state_r ul {line-height: 90%;}
 .state_l li, .state_r li {
     display: inline-block;
     *display: inline;
     *zoom: 1;
     padding: 0 3px 0 0;
 }
 .state_l li.comment, .state_r li.comment {
     border-left: 1px solid #333;
     padding: 0 0 0 5px;
 }
 .state_l li.cate, .state_r li.cate {
     border-left: 1px solid #333;
     padding: 0 5px;
 }
 .state_l li.name {
     border-right: 1px solid #333;
     padding: 0 5px 0;
     margin: 0 5px 0 0;
 }
 #Diary .more, #Journal .more {
     display: block;
     width: 160px;
     height: 22px;
     font-size: 75%;
     font-size: 0.75rem;
     color: #FFF;
     text-align: center;
     vertical-align: middle;
     margin: 10px 0 0;
     padding: 3px 0 0;
     background: url(../img/btn-confirm_bg.gif) repeat-x scroll left top;
 }
 #Diary a, #Journal a, #JournalList a {text-decoration: underline;}
 
 #Diary a .more:hover, #Journal a .more:hover {
     width: 160px;
     height: 22px;
     background: url(../img/btn-confirm_bg_on.gif) repeat-x scroll left top;
 }
 #Diary .more img, #Journal .more img {
     padding: 0 5px 0;
     vertical-align: middle;
 }
 #DiaryList .comment-t, #Diary .comment-t, #JournalList .comment-t, #Journal .comment-t {
     font-size: 80%;
     font-weight: bold;
     margin: 0 0 10px 0;
 }
 #Diary .comment-cont, #Journal .comment-cont {margin: 0 0 15px;}
 #Diary fieldset, #Journal fieldset {margin-bottom: 5px;}
 #Diary legend, #Journal legend {
     background: none repeat scroll 0 0 transparent;
     font-size: 75%;
     line-height: 200%;
     padding: 0;
     width: 100%;
 }
 #Diary fieldset p, #Journal fieldset p {
     margin-bottom: 5px;
     font-size: 75%;
     font-size: 0.75rem;
 }
 #Diary fieldset input, #Journal fieldset input {margin: 0 3px 2px 0;}
 #Diary input.name, #Journal input.name {
     width: 215px;
     height: 20px;
     margin: 0;
 }
 #Diary input.url, #Journal input.url {
     width: 215px;
     height: 20px;
     margin: 0;
 }
 #Diary textarea, #Journal textarea {
     width: 360px;
     height: 100px;
     margin: 0;
     padding: 1px;
 }
 #Diary .btn-confirm, #Journal .btn-confirm {margin: 10px 0 0 120px;}
 .btn-confirmPost {
     height: 25px;
     width: 120px;
     color: #FFF;
     padding: 0 0 0 8px;
     font-size: 80%;
     font-size: 0.8rem;
     text-align: center;
     background: url(../img/btn-confirm_bg.gif) repeat-x left top;
     border: none;
     margin: 0 0 0 5px;
 }
 .btn-confirmPost:hover {background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;}
 #comment-form #comment-post {margin: 0;}
 #comment-form legend  {
     background: none repeat scroll 0 0 transparent;
     font-size: 75%;
     line-height: 200%;
     padding: 0;
     width: 100%;
     font-weight: bold;
 }
 #comment-form p {margin-bottom: 15px;}
 #comment-form .name {
     width: 215px;
     height: 16px;
 }
 #comment-form .comment-txt {
     width: 360px;
     padding: 0;
     height: auto;
 }
 #comment-post {margin: 35px 0;}
 .comment-box {margin: 30px 0 0;}
 div.caution p {
     color: #d51414;
     font-size: 70%;
     line-height: 145%;
 }
 .btn-confirmBack {
     height: 25px;
     width: 80px;
     color: #FFF;
     padding: 0 0 0 8px;
     font-size: 75%;
     font-size: 0.75rem;
     text-align: center;
     background: url(../img/btn-back_bg.gif) no-repeat left top;
     border: none;
     margin: 0 5px 0 0;
 }
 .btn-confirmBack:hover {background: url(../img/btn-back_bg_on.gif) repeat-x left top;}
 @-moz-document url-prefix() {
     .btn-confirmPost {
         padding: 0 5px 2px;
     }
     .btn-confirmBack {
         padding: 0 2px 2px 8px;
     }
 }
  #JournalList h1, #Journal h1 {
	      text-indent:-999px;
		
	  }
	  
 article #main-column #JournalList h1,  article #main-column #Journal h1 {
      
    
     line-height: 0;
     margin-bottom: 0px;
     padding: 0 0 0px;
 }
 
 #JournalList h2, #Journal h2 {font-size: 100%;
 border-bottom:1px solid #CCC;
 font-weight:bold;
 padding-bottom:5px;
 margin-bottom:15px;}
  #JournalList div.journal-cont h2, #Journal div.journal-cont h2 {
 border-bottom: none}
   #JournalList div.journal-cont h2 a, #Journal div.journal-cont h2 a {
	   text-decoration:underline;}
 
  #JournalList h2 a, #Journal h2 a {
	  text-decoration:none;}
	  
 #JournalList .journal-cont, #Journal .journal-cont {margin: 0 0 15px;}
 #JournalList article {margin: 0 0 40px;}
 #JournalList .journal-cont ul, #Journal .journal-cont ul
 {margin: 0px 40px;}
 #JournalList .journal-cont ul li, #Journal .journal-cont ul li
 {list-style-type: none;}
 #JournalList .journal-cont ol, #Journal .journal-cont ol
 {margin: 0px 40px;}
 #JournalList .journal-cont ol li, #Journal .journal-cont ol li
 {list-style-type: decimal;}
 section#document_wrap h2 {
     font-size: 85%;
     font-weight: bold;
     line-height: 200%;
     border-bottom:1px dotted;
     margin-bottom: 10px;
     background: none;
     padding: 0;
 }
 section#document_wrap h3 {font-size: 75%;}
 section #document li {
     font-size: 75%;
     font-size: 0.75rem;
 }
 section #document .txt-list01 {padding-bottom: 30px;}
 section #document .txt-list01 li.c1 {
     display: inline-block;
     *display: inline;
     *zoom: 1;
     padding: 0 25px 0 0;
 }
 section #document .txt-list02 {
     padding-bottom: 10px;
     overflow: hidden;
 }
 section #document .txt-list02 h3 {font-weight: bold;}
 section #document .txt-list02 section.tree00 {
     float: left;
     padding: 0 35px 20px 0;
     width:156px;
 }
 section #document .txt-list02 ul.tree01 {
     padding: 0 0 0 12px;
     overflow: hidden;
 }
 section #document .txt-list02 ul.tree01 li.c2 {
     padding: 0 0 0 14px;
     margin: 0 0 0 3px;
     font-size: 75%;
     font-size: 0.75rem;
 }
 section #document .txt-list02 ul.tree01 li.c3 {
     padding: 0 0 0 28px;
     margin: 0 0 0 3px;
     font-size: 75%;
     font-size: 0.75rem;
 }
 section #document .txt-list02 ul.tree01 li.c4 {
     padding: 0 0 0 42px;
     margin: 0 0 0 3px;
     font-size: 75%;
     font-size: 0.75rem;
 }
 section #document .txt-list02 ul.tree01 ul.tree02 li.c5 {
     padding: 0 0 0 56px;
     margin: 0 0 0 3px;
     font-size: 75%;
     font-size: 0.75rem;
 }
 section #document .txt-list02 ul.tree01 li.sp1 {
     float:left;
     padding: 0 0 0 14px;
     margin: 0 0 0 3px;
     font-size: 75%;
     font-size: 0.75rem;
 }
 section #document .txt-list02 ul.tree01 li.sp2 {
     float:left;
     padding: 0 0 0 2px;
     font-size: 75%;
     font-size: 0.75rem;
 }
 section #document .txt-list02 ul.tree01 li.sp3{
     float:left;
     padding: 0 0 0 2px;
     font-size: 75%;
     font-size: 0.75rem;
 }
 section #document .txt-list02 ul.tree01 ul.tree02 li.c5 a{
     display: inline;
     *display: inline;
     *zoom: 1;
     padding: 0 10px 0 0;
     font-size: 110%;
     font-size: 0.75rem;
 }
 section #document .txt-list02 ul.iB {
     padding: 5px 0 0 12px;
     float: left;
     line-height: 120%;
 }
 section #document .txt-list02 ul.iB li {
     padding: 0 10px 0 0;
     float: left;
 }
 section #document .txt-list03 {
     padding-bottom: 30px;
     overflow: hidden;
 }
 section #document .txt-list03 section.tree00 {
     float: left;
     padding: 0 35px 0 0;
     width: 156px;
 }
 section #document .txt-list03 ul.tree01 li {
     padding: 0 0 0 7px;
     margin: 0 0 0 5px;
     background: url(../img/ico_list01.gif) no-repeat left center;
 }
 #contact div.caution {margin-bottom: 15px;}
 #contact div.caution p {
     color: #d51414;
     font-size: 70%;
     line-height: 145%;
 }
 #formArea_cc #contact form {margin-top: 30px;}
 #contents-pop #contact {
     width: auto;
     margin: 10px 20px;
 }
 #contact {
     width: 720px;
     margin: 0 auto;
 }
 #contact h4 {font-size: 75%;}
 #contact .txtBox {margin: 25px 0 10px;}
 section #contact .text-center {
     text-align: center;
     margin: 50px 0;
 }
 #contact .txtBox p.txt-T {
     font-size: 80%;
     font-weight: bold;
     margin-bottom: 5px;
 }
 section #document li {
     font-size: 100%;
     font-size: 0.75rem;
 }
 #contact table {
     width: 100%;
     margin: 10px 0 0;
     word-break:break-all;
 }
 #contents-pop table {width: 100%;}
 #contact table th {
     width: 28%;
     padding: 20px;
     font-size: 75%;
     font-weight: bold;
     color: #2B2B2B;
     background-color: #EEE;
     border-top: dotted 1px #000;
     border-bottom: dotted 1px #000;
 }
 #contact em {
     color: #C23E42;
     margin-left: 5px;
     font-size: 90%;
     font-size: 0.7rem;
 }
 #contact table td {
     width: 72%;
     font-size: 75%;
     font-size: 90%\9;
     padding:20px;
 }
 #contact table td input.name, #contact table td input.tel {
     height: 16px;
     width: 40%;
     padding: 2px 5px;
 }
 #contact table td input.mailAddress, #contact table td input.mailAddress2 {
     height: 20px;
     width: 60%;
 }
 #contact .weaktxt {
     color: #333;
     font-size: 90%;
     padding: 5px 0 0;
 }
 #contact .note {
     color: #333;
     font-size: 95%;
     font-size: 0.7rem;
     line-height: 150%;
     margin: 0 0 15px;
 }
 #contact .txtBox .note {
     font-size: 70%;
     font-size: 0.7rem;
 }
 #contact table td textarea {
     height: 150px;
     width: 90%;
     padding: 5px;
 }
 #contact table td .text-area {
     display: block;
     margin: 0 0 15px;
 }
 #contact .btn-confirm {
     text-align: center;
     padding: 20px;
     border-bottom: none;
     font-size: 100%;
 }
 #contact .btn-confirm-enq {
     padding: 20px;
     font-size: 100%;
 }
 #contact input.btn-confirmNext {
     height: 25px;
     width: 150px;
     color: #FFF;
     font-size: 75%;
     font-size: 0.75rem;
     text-align: center;
     background: url(../img/btn-confirm_bg.gif) repeat-x left top;
     border: none;
     margin: 0 5px;
 }
 #contact input.btn-confirmNext:hover {background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;}
 #contact .btn-enq input.btn-confirmNext {
     height: 25px;
     width: 200px;
     color: #FFF;
     padding: 0;
     font-size: 75%;
     font-size: 0.75rem;
     background: url(../img/btn-confirm_bg.gif) repeat-x left top;
     border: none;
     margin: 0 5px;
 }
 #contact .btn-enq input.btn-confirmNext:hover {background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;}
 #contact input.btn-confirmBack {
     height: 25px;
     width: 80px;
     color: #FFF;
     padding: 0 0 0 8px;
     font-size: 75%;
     font-size: 0.75rem;
     text-align: center;
     background: url(../img/btn-back_bg.gif) no-repeat left top;
     border: none;
     margin: 0 5px;
 }
 #contact input.btn-confirmBack:hover {background: url(../img/btn-back_bg_on.gif) no-repeat left top;}
 #contact input.btn-confirmCancel {
     height: 25px;
     width: 120px;
     color: #FFF;
     padding: 0 0 0 8px;
     font-size: 75%;
     font-size: 0.75rem;
     text-align: center;
     background: url(../img/btn-confirm_bg.gif) repeat-x left top;
     border: none;
     margin: 0 5px;
 }
 #contact .btn-confirmCancel:hover {background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;}
 #contact .btn-confirmClose {
     height: 25px;
     width: 120px;
     color: #FFF;
     padding: 0 0 0 8px;
     font-size: 80%;
     font-size: 0.8rem;
     text-align: center;
     background: url(../img/btn-close_bg.gif) no-repeat left top;
     border: none;
     margin: 0 5px;
 }
 #contact .btn-confirmClose:hover {background: url(../img/btn-close_bg_on.gif) no-repeat left top;}
 @-moz-document url-prefix() {
     #contact .btn-enq input.btn-confirmNext {
         padding: 0 5px 2px;
     }
     #contact input.btn-confirmNext {
         padding: 0 5px 2px;
     }
     #contact input.btn-confirmBack {
         padding: 0 2px 2px 8px;
     }
     #contact input.btn-confirmCancel {
         padding: 0 2px 3px 8px;
     }
     #contact input.btn-confirmClose {
         padding: 0 2px 4px 8px;
     }
 }
 #contact fieldset {margin-bottom: 25px;}
 #contact legend {
     background: none repeat scroll 0 0 transparent;
     border-bottom: 1px dotted;
     font-size: 75%;
     font-weight: bold;
     line-height: 200%;
     margin-bottom: 10px;
     padding: 0;
     width: 100%;
 }
 #contact fieldset p {
     margin-bottom: 5px;
     font-size: 75%;
     font-size: 0.75rem;
 }
 #contact fieldset ul {overflow: hidden;}
 #contact fieldset li {
     font-size: 75%;
     font-size: 0.75rem;
 }
 #contact fieldset li.fL {
     float: left;
     margin-right: 20px;
 }
 #contact fieldset input {margin: 0 3px 2px 0;}
 #contact fieldset label {
     margin-right: 10px;
     font-size: 100%;
     font-size: 0.75rem;
 }
 #contact input.txtF {
     height: 16px;
     margin: 0;
     padding: 2px 5px;
 }
 #contact input.mailAddress {
     width: 300px;
     margin: 0;
 }
 #contact input.name_sei {margin: 0 10px 0 0;}
 #contact select {
     margin: 0 0 5px;
     padding: 3px 1px;
     min-width: 110px;
 }
 #contact fieldset textarea {
     width: 70%;
     height: 150px;
     padding: 5px;
 }
 #contact .commentItem {padding: 10px 0 0;}
 #contact table td.commentWite {
     border-bottom: 1px dotted #000000;
     border-top: 1px dotted #000000;
     font-size: 100%;
     padding: 15px 20px 20px;
     width: 72%;
 }
 #contact .commentItem {font-weight: 150%;}
 #contact .memberF {
     padding: 20px 20px 10px;
     margin: 20px 0 0 0;
     border: 10px solid #EEE;
 }
 #contact .atttxt {
     color: #333;
     font-size: 75%;
     padding: 5px 0 0;
 }
 #contact .memberF input {
     width: 40%;
     height: 16px;
     margin: 0;
     padding: 2px 5px;
 }
 #contact .memberF th {padding: 10px 20px;}
 #contact .memberF td {
     padding: 10px 20px;
     font-size: 100%;
 }
 #contact .memberF input.btn-confirm160 {margin: 10px 0 0;}
 .memberName {
     border-bottom: 1px dotted;
     font-size: 75%;
     font-weight: bold;
     line-height: 200%;
     margin-bottom: 5px;
     padding: 0;
 }
 #contact input.btn-confirm120 {
     height: 25px;
     width: 120px;
     color: #FFF;
     padding: 0;
     font-size: 75%;
     font-size: 0.75rem;
     background: url(../img/btn-confirm_bg.gif) repeat-x left top;
     border: none;
     margin: 0 5px;
 }
 #contact input.btn-confirm120:hover {background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;}
 #contact input.btn-confirm160 {
     height: 25px;
     width: 160px;
     color: #FFF;
     padding: 0 0 0 8px;
     font-size: 75%;
     font-size: 0.75rem;
     text-align: center;
     background: url(../img/btn-confirm_bg.gif) repeat-x left top;
     border: none;
 }
 #contact input.btn-confirm160:hover {background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;}
 #contact input.btn-confirmReg {
     height: 25px;
     width: 160px;
     color: #FFF;
     padding: 0 0 0 8px;
     font-size: 75%;
     font-size: 0.75rem;
     text-align: center;
     background: url(../img/btn-confirm_bg.gif) repeat-x left top;
     border: none;
 }
 #contact input.btn-confirmReg:hover {background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;}
 #contact input.btn-confirmBackItem {
     height: 25px;
     width: 120px;
     color: #FFF;
     padding: 0 5px 2px 15px;
     font-size: 75%;
     font-size: 0.75rem;
     text-align: center;
     background: url(../img/btn-back_bg120.gif) no-repeat left top;
     border: none;
     margin: 0 5px;
 }
 #contact input.btn-confirmBackItem:hover {background: url(../img/btn-back_bg120_on.gif) no-repeat left top;}
 @-moz-document url-prefix() {
     #contact input.btn-confirm120, #contact input.btn-confirm160, #contact input.btn-confirmReg {
         padding: 0 5px 2px;
     }
     #contact input.btn-confirmBackItem {
         padding: 0 2px 2px 8px;
     }
 }
 #contact .mailm:first-child {margin: 3px 0 0;}
 #contact .mailm {margin: 30px 0 0 0;}
 #contact .mailm .txtBox {margin: 0;}
 #contact .mailm .txtBox h2 {
     border-bottom: none;
     margin: 0;
     font-weight: normal;
 }
 #contact .mailm .caution {margin: 0 0 5px;}
 #contact table.mailMF td {
     overflow: hidden;
     font-size: 100%;
     border-top: dotted 1px #000;
     border-bottom: dotted 1px #000;
 }
 #contact table.mailMF input.mailAddress {
     margin: 0 10px 0 0;
     float: left;
 }
 #contact table.mailMF span.btn-confirm {
     display: block;
     float: left;
     padding: 0;
 }
 #contact table.mailMF input.btn-confirmNext, #contact .mailMC input.btn-confirmNext {
     float: left;
     height: 21px;
     width: 100px;
     padding: 0 5px 2px;
 }
 #contact .mailMF input.btn-confirmNext:hover {background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;}
 @-moz-document url-prefix() {
     #contact table.mailMF input.btn-confirmNext, #contact .mailMC input.btn-confirmNext {
     padding: 0 5px 3px;
     }
 }
 #contact table.mailMF td.n1 {
     border-bottom: none;
     padding: 20px 20px 10px;
 }
 #contact table.mailMF td.n2 {
     border-top: none;
     padding: 10px 20px 20px;
 }
 #contact table.mailMF td p {
     float: left;
     padding: 2px 0 0;
     margin-right: 10px;
 }
 #contact input.mailAddress_new {
     height: 20px;
     width: 60%;
     margin: 0 10px 0 0;
     float: left;
 }
 #contact .mailMC span.btn-confirm {
     display: block;
     padding: 0;
 }
 #contact .freeArea {
     margin: 60px 50px 0;
     width: 620px;
     background-color: #FFFFFF;
 }
 #contact .ann-input {
     margin: 5px 0 0;
     font-size: 100%;
 }
 #contact .ann-input input {margin: 0 3px 2px 0;}
 
 
 /*------ リスト -------*/
 
 #itemList_wrap {margin: 0 0 20px 0;}
 #itemList {
     margin: 15px 0 0 0;
     position: relative;
 }
 article #main-column #itemList section {margin: 0;}
 .column4 h2 {
     font-size: 80%;
     line-height: 140%;
     margin-bottom: 3px;
     background: none;
     font-weight: normal;
     padding: 0;
     border: none;
 }
 article #main-column #itemList section.column4 {
     overflow: hidden;
     margin: 0 13px 20px 0;
 }
 article #main-column #itemList section.column4:nth-child(4n) {margin: 0 1px 20px 0;}
 #itemList2 {margin:15px 0 0 0;position:relative;}
 #itemList2 .column4 {float:none;width:100%;height:auto !important;overflow:hidden;*zoom:1;}
 #itemList2 .column4 .itemThumb-wrap {float:left;padding-right:15px;}
 #itemList2 .column4 .inner-catch {
     line-height:160%;
     margin-top:3px;
 }
 #itemList_wrap #pager-top {
     width: 100%;
     padding: 5px 0 0 0;
     overflow: hidden;
     line-height: 100%;
 }
 #itemList_wrap div.pagerlist #pager-bm {
     width: 100%;
     padding: 0;
     margin: 0 0 20px 0;
     overflow: hidden;
     line-height: 100%;
 }
 #itemList_wrap #pager-top .quantity {
     float: left;
     font-size:80%;
     line-height:100%;
 }
 #itemList_wrap #pager-bm .quantity {
     float: left;
     font-size:80%;
     line-height:100%;
     margin: 1px 30px 0 0;
 }
 #itemList_wrap #pager-top .selectbox, #itemList_wrap #pager-bm .selectbox {font-size: 70%;}
 #itemList_wrap #pager-top .selectbox {margin-bottom:10px;}
 #itemList_wrap #pager-top .selectbox .select01 {margin-right:10px;}
 #itemList_wrap #pager-top .pagerlist, #itemList_wrap #pager-bm .pagerlist {float: right;}
 #itemList_wrap #pager-top ul, #itemList_wrap #pager-bm ul {
     margin: 0;
     padding: 0;
     overflow: hidden;
     *zoom: 1;
 }
 #itemList_wrap #pager-top ul li, #itemList_wrap #pager-bm ul li {
     float: left;
     *float: none;
     *display: inline;
     padding: 0 4px;
     margin: 0;
     line-height: 120%;
     *zoom: 1;
     font-size: 80%;
 }
 #itemList_wrap #pager-top ul li.pagericon, #itemList_wrap #pager-bm ul li.pagericon  {
     float: left;
     *float: none;
     *display: inline;
     padding: 0;
     margin: 0;
     line-height: 120%;
     *zoom: 1;
 }
 #pager-top ul li.selected, #pager-bm ul li.selected {
     font-weight: bold;
     color: #333;
     text-decoration: none;
 }
 
 
 
 /*------ 商品詳細 -------*/
 
 #itemDetail-cont {overflow: hidden;}
 #itemDetail-cont .cartArea input:hover,
 #itemDetail-cont .cartArea .variation a:hover{
     opacity: .70;
     filter: alpha(opacity=70);
     -ms-filter: "alpha(opacity=70)";
     -khtml-opacity: .70;
     -moz-opacity: .70;
     cursor: pointer;
 }
 #itemDetail-cont .itemThumb-wrap {
     float: left;
     width: 350px;
     margin: 0 20px 0 0;
 }
 /*--メイン画像-*/
 #itemDetail-cont .itemThumb-wrap .itemThumb-main {text-align:center;}
 #itemDetail-cont .itemThumb-wrap .itemThumb-main img {
     height: auto;
     margin: 0 0 5px 0;
	 max-width:350px;
 }
 #itemDetail-cont .itemThumb-wrap .itemThumb ul {overflow: hidden;}
 #itemDetail-cont .itemThumb-wrap .itemThumb ul li {
     float: left;
     padding: 0;
     height: 66px;
     width: 66px;
     margin: 0 5px 5px 0;
     overflow: hidden;
 }
 #itemDetail-cont .itemThumb-wrap .itemThumb ul li:nth-child(5n) {margin: 0 0 5px 0;}
 #itemDetail-cont .itemOutline {
     float: left;
     width: 410px;
 }
 #itemDetail-cont .itemOutline .icons {margin: 0 0 15px 0;}
 #itemDetail-cont .itemOutline  ul.ico_salesMethod {
     overflow: hidden;
     margin: 0 0 10px 0;
 }
 #itemDetail-cont .itemOutline ul.ico_salesMethod li {
     float: left;
     width: 60px;
     height: 17px;
 }
 #itemDetail-cont .itemOutline  ul.ico_itemType {overflow: hidden;}
 #itemDetail-cont .itemOutline ul.ico_itemType li {
     float: left;
     width: 35px;
     height: 36px;
 }
 
 
 article#Detail #main-column h1 {
     background: none;
     margin-bottom: 10px;
     font-size: 113%;
     font-weight: normal;
     padding: 0;
 }
 article#Detail #main-column h2 {
     background: none;
     border-bottom: 1px dotted #333;
     margin: 0;
     font-size: 80%;
     padding: 0;
 }
 /*-チェック-*/
 article#Detail section#itemDetail-wrap p.price {
     font-size: 90%;
     margin-bottom: 3px;
 }
 article#Detail section#itemDetail-wrap p.sp_price {
     font-size: 90%;
     color: #FF0000;
     font-weight: bold;
     margin-bottom: 3px;
 }
 article#Detail section#itemDetail-wrap p.regular_price {
     font-size: 80%;
     margin-bottom: 0;
     color: #2A78D0;
 }
 section#itemDetail-wrap table.spec {
     line-height: 250%;
     margin: 15px 0 15px;
     font-size: 70%;
 }
 section#itemDetail-wrap table.spec tr {border: none;}
 section#itemDetail-wrap table.spec tr.date {line-height:150%;}
 section#itemDetail-wrap table.spec th {
     vertical-align: top;
     padding: 0 5px 0 0;
     width: 40%;
 }
 section#itemDetail-wrap table.date {margin: 15px 0 3px;}
 section#itemDetail-wrap table.jan {margin: 0 0 15px;}
 section#itemDetail-wrap table.price {
     line-height: 170%;
     margin: 0 0 20px;
 }
 section#itemDetail-wrap table.price th {
     font-size: 70%;
     padding: 0 0 1px;
 }
 section#itemDetail-wrap table.price td {font-size: 80%;}
 table.price tr.fx_price span.strike span.fixed_price,
 table.price span.strike {text-decoration: line-through;}
 table.price tr.price span.selling_price,
 table.price tr.price span.discount_rate,
 table.price tr.sp_price span.special_price,
 table.price tr.sp_price span.taxin,
 table.price tr.sp_price span.discount_rate {
     color: #BE0006;
     font-size: 120%;
     font-weight: bold;
     margin-bottom: 3px;
 }
 table.price tr.price span.taxin {
     color: #BE0006;
     font-size: 83%;
     font-weight: normal;
     margin-bottom: 3px;
 }
 table.price tr.rg_price span.regular_price_str {
     color: #2A78D0;
     margin-bottom: 3px;
 }
 table.price tr.rg_price span.regular_price,
 table.price tr.rg_price span.taxin
 {
     color: #2A78D0;
     margin-bottom: 3px;
 }
 table.price tr.rg_price span.publish_point {color:inherit;}
 .quantityArea select.quantity {padding: 1px 2px;}
 section#itemDetail-wrap .cartArea {margin-bottom: 20px;}
 section#itemDetail-wrap .cartArea img {
     width: 350px;
     height: 30px;
 }
 section#itemDetail-wrap .cartArea img.nostock {
     width: auto;
     height: auto;
 }
 section#itemDetail-wrap .cartArea table.variation {
     width: 100%;
     word-break:break-all;
 }
 section#itemDetail-wrap .cartArea tr.t-variation {
     background-image: url(../img/valiation_bk.gif);
     background-repeat: x-repeat;
     background-position: left top;
 }
 section#itemDetail-wrap .cartArea table.variation th {
     font-size: 60%;
     font-weight: bold;
     padding: 3px 5px;
     text-align: center;
     line-height: 150%;
     border: 1px solid #CCCCCC;
 }
 section#itemDetail-wrap .cartArea table.variation tr {border-bottom: 1px dotted #CCCCCC;}
 section#itemDetail-wrap .cartArea table.variation tr.t-variation {border: none;}
 section#itemDetail-wrap .cartArea table.variation td {
     font-size: 60%;
     padding: 5px;
     text-align: center;
     line-height: 150%;
     border: 1px solid #CCCCCC;
 }
 
  section#itemDetail-wrap .cartArea table.variation td p{
     font-size: 0.65rem;
 }
 section#itemDetail-wrap .cartArea table.variation td img {
     vertical-align: middle;
     width: 110px;
     height: 20px;
 }
 section#itemDetail-wrap .cartArea table.variation span.nostock {color: #BE0006;}
 section#itemDetail-wrap p.cancel {
     padding-left: 20px;
     background-image: url(../img/ico_return.gif);
     background-repeat: no-repeat;
     background-position: left top;
     font-size: 70%;
     margin-bottom: 5px;
 }
 section#itemDetail-wrap p.review_txt {
     padding-left: 20px;
     background-image: url(../img/ico_review.gif);
     background-repeat: no-repeat;
     background-position: left top;
     margin-bottom: 15px;
     font-size: 70%;
 }
 section#itemDetail-wrap p.cancel a, section#itemDetail-wrap p.review_txt a {display: block;}
 .itemOutline ul.snsArea, article#Detail .itemOutline ul.infoArea {
     overflow: hidden;
     margin-bottom: 10px;
     height:30px;
 }
 section#itemDetail-wrap .itemOutline li {
     float: left;
     margin-right: 5px;
 }
 section#itemDetail-wrap .description {
     margin: 20px 0 0;
     width: 100%;
     padding: 0;
 }
 section#itemDetail-wrap .description p {
    /*------ font-size: 70%;
     line-height: 160%; -------*/
 }
 article#Detail #main-column .spec-g_txt_table_wrap {
     width: 100%;
     overflow: hidden;
 }
 article#Detail #main-column section.spec-g_txt {
     float: left;
     margin-right: 4%;
     width: 48%;
     padding: 20px 0 0;
 }
 article#Detail #main-column section.spec-g_txt p {
     font-size: 70%;
     padding-top: 10px;
     line-height: 160%;
 }
 article#Detail #main-column section.spec-g_table {
     float: right;
     width: 48%;
     padding: 20px 0 0;
 }
 article#Detail #main-column section.spec-g_table table {width: 100%;}
 article#Detail #main-column section.spec-g_table th {
     width: 70px;
     max-width: 70px;
     min-width: 25px;
     padding: 5px 0;
 }
 article#Detail #main-column section.spec-g_table tr {
     border-bottom: 1px dotted #CCC;
     width: 100%;
     font-size: 65%;
 }
 article#Detail #main-column section.spec-g_table td {padding: 5px 0;}
 article#Detail #main-column .w100 section.spec-g_txt {
     float: none;
     width: 100%;
 }
 article#Detail #main-column .w100 section.spec-g_txt p {
     font-size: 70%;
     padding-top: 10px;
     line-height: 160%;
 }
 article#Detail #main-column .w100 section.spec-g_table {
     float: none;
     width: 100%;
 }
 article#Detail #main-column .w100 table.spec-g_cont tr {
     border-bottom: 1px dotted #CCC;
     width: 100%;
 }
 article#Detail #main-column .w100 table.spec-g_cont th {padding: 5px 0;}
 article#Detail #main-column .w100 table.spec-g_cont td {padding: 5px 0;}
 
 
 
 
 section.userreview {padding: 20px 0 0;}
 section.userreview table.userreview_list {
     width: 100%;
     font-size: 70%;
     margin: 10px 0 0 0;
     line-height: 160%;
     border-bottom: 1px dotted #CCC;
 }
 section.userreview div.more {
     width: 80px;
     height: 19px;
     margin: 3px 0 0 0;
 }
 section.userreview div.more a img {
     width: 80px;
     height: 19px;
     vertical-align: middle;
 }
 section.userreview table.userreview_list tr td.userreview_user {text-align: left;}
 section.userreview table.userreview_list tr td.userreview_date {text-align: right;}
 section.userreview table.userreview_list td.userreview_rate img {vertical-align: middle;}
 section.userreview table.userreview_list td.userreview_comment {padding: 10px 0 20px;}
 article#Detail #main-column section.recommend {padding: 60px 0 0;}
 article#Detail #main-column section.recommend h2 {
	 border-bottom:none;
	 text-align:center;
     font-family:'Didot W02 Italic';
     font-size:188%;
     margin:0 0 30px 0;
     padding: 0 0 2px 0;
 }
 article#Detail section.column5 {border: none;}
 .column-set .quantityArea {margin-top: 5px;}
 .column-set .quantityArea span {font-size: 70%;}
 article #main-column .pageNav_top {
     overflow: hidden;
     font-size: 70%;
     padding-bottom: 5px;
     border-bottom: 1px dotted #111111;
 }
 article #main-column .pageNav{font-size: 70%;}
  article #main-column .pageL  {
     float: left;
     width:100%;
 }
 article #main-column .pageNav_top .pageL {width: 50%;}
 article #main-column .pageR {float: right;}
 article #main-column h1 {
        color: #333333;
     font-size: 90%;
     font-weight: bold;
     line-height: 165%;
     margin-bottom: 15px;
     padding: 0 0 10px;
 }
 article #main-column section.rating {
     padding-bottom: 30px;
     margin-bottom: 5px;
     border-bottom: 1px dotted #111111;
 }
 article #main-column section.rating .reviewBox {
     overflow: hidden;
     margin: 15px 0;
 }
 article #main-column section.rating .tmb {
     float: left;
     margin-right: 20px;
     width:80px;
 }
 article #main-column section.rating .reviewTxt {
     float: right;
     width: 620px;
 }
 article #main-column section.rating .reviewTxtNoImg {
     float: left;
     width: 100%;
 }
 article #main-column section.rating .ttlArea {overflow: hidden;}
 article #main-column section.rating h2 {
     float: left;
     font-size: 100%;
     background: none;
     font-weight: normal;
     padding: 0;
     margin: 0;
     line-height: 160%;
     border-bottom: none;
 }
 article #main-column section.rating .btnMore {float: right;}
 article #main-column section.rating .reviewTxt ul ,
 article #main-column section.rating .reviewTxtNoImg ul {
     margin: 5px 0;
     vertical-align: middle;
     line-height: 120%;
     overflow: hidden;
 }
 article #main-column section.rating .reviewTxt ul li ,
 article #main-column section.rating .reviewTxtNoImg ul li {
     float: left;
     margin-right: 5px;
     font-size: 75%;
 }
 article #main-column section.rating .comment p {
     background: #eaeaea;
     padding: 5px 15px 15px;
 }
 article #main-column section.rating .comment h3 {
     padding: 20px 0 0 15px;
     background: url(../img/shop/trigona.png) no-repeat;
     font-size: 70%;
     font-weight: bold;
 }
 article #main-column .pageNav .pageL strong , article #main-column .pageNav_top .pageL strong {font-weight: bold;}
 article #main-column section.rating .reviewBox_item h2 {
     color: #0C3;
     float: left;
     font-size: 75%;
     background: none;
     font-weight: bold;
     padding: 0;
     margin: 0;
     line-height: 160%;
     border-bottom: none;
 }
 article #main-column section.rating .reviewBox_item {margin: 15px 0;}
 article #main-column section.rating .reviewBox_item ul {
     overflow: hidden;
     vertical-align: middle;
     line-height: 120%;
 }
 article #main-column section.rating .reviewBox_item ul li {
     float: left;
     margin-right: 5px;
     margin-bottom: 10px;
     font-size: 75%;
 }
 article #main-column section.rating .reviewBox_item ul li.point {
     margin-right: 20px;
     color: #F60;
     font-weight: bold;
 }
 article #main-column section.rating ul li.space {margin-right: 20px;}
 article #main-column #itemBox {
     overflow: hidden;
     margin-bottom: 15px;
 }
 article #itemBox h2 {
     float: left;
     font-size: 90%;
     border-bottom: none;
 }
 article #itemBox p {float: right;}
 #contact #center1 .centerbox {margin:0px;}
 #contact #center1 .centerbox .mainCont .step_navi01 {
     background-image: url("../img/navi01.gif");
     background-repeat: no-repeat;
 }
 #contact #center1 .centerbox .mainCont .step_navi02 {
     background-image:url(../img/navi02.gif);
     background-repeat:no-repeat;
 }
 #contact #center1 .centerbox .mainCont .step_navi03 {
     background-image:url(../img/navi03.gif);
     background-repeat:no-repeat;
 }
 #contact #center1 .centerbox .mainCont .step_navi04 {
     background-image:url(../img/navi04.gif);
     background-repeat:no-repeat;
 }
 #contact #center1 .centerbox .mainCont .step_navi01,#contact #center1 .centerbox .mainCont .step_navi02,#contact #center1 .centerbox .mainCont .step_navi03,#contact #center1 .centerbox .mainCont .step_navi04 {
     height: 83px;
     text-align: center;
     width: 100%;
 }
 #contact #center1 .centerbox .mainCont input[type="button"],
 #contact #center1 .centerbox .mainCont input[type="submit"]{
     height: 25px;
     color: rgb(255, 255, 255);
     padding: 0px 8px;
     font-size: 0.8rem;
     text-align: center;
     background: url("../img/btn-confirm_bg.gif") repeat-x scroll left top transparent;
     border: medium none;
     margin: 5px 5px;
     width:auto;
 }
 #contact #center1 .centerbox .mainCont input[type="button"]:hover,
 #contact #center1 .centerbox .mainCont input[type="submit"]:hover{background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;}
 #contact #center1 .center{text-align:center!important;}
 #contact #center1 p.center a#logout{float:none;}
 #deli_scadule .deli_plan_box{width:681px;}
 #contact #center1 .centerbox .mainCont input[name="PZIP_SEEK"]{width:180px;}
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table td.day,
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table td.sat,
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table td.sun,
 #center3 .centerbox table td[align="right"],
 #center3 .centerbox .right,
 #contact #center1 .right{text-align:right!important;}
 
 #center-seo .centerbox .backcolor3 .deli_plan_box table.layoutp5 th,
 #center-seo .centerbox table th[align="left"],
 #center-seo .centerbox table td[align="left"],
 #center3 .centerbox .backcolor3 .deli_plan_box table.layoutp5 th,
 #center3 .centerbox table th[align="left"],
 #center3 .centerbox table td[align="left"],
 #contact #center1 .left{text-align:left!important;}
 #contact #center1 .middle{vertical-align:middle!important;}
 #contact #center1 .buttom{vertical-align:bottom!important;}
 #contact #center1 .float_left{float:left!important;}
 #contact #center1 .centerbox .title1{
     padding:15px 0px 12px 8px;
     margin:0px;
     width:auto;
     line-height:100%;
     font-weight:bold;
     font-size:12px;
     vertical-align:middle;
     letter-spacing:0.2em;
     color:#000000;
     background-color:#D6D6D6;
 }
 #contact #center1 .centerbox .title1 a{color:#000000;text-decoration:underline;}
 #contact #center1 .centerbox .title1 a:hover{
     color:#000000;
     text-decoration:underline;
     font-weight:bold;
 }
 #contact #center1 .centerbox .mainCont {
     padding:10px;
     margin:0px;
     width:auto;
     background-color:#FFFFFF;
 }
 .backcolor1 strong,.backcolor2 strong{font-weight:bold;}
 #contact #center1 .centerbox .mainFrame .mainCont #confirm .right{width:100%!important;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table{font-size:100%;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3  {padding:5px 0px;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 th {padding:10px;border:1px solid #999999;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td {padding:2px 4px;border:1px solid #999999;font-size:0.75rem;}
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first,
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second,
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third,
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.deli_plan_calday,
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {border:none;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .side {padding:10px 15px;}
 #contact #center1 .backcolor3 { background:#D7EBF4;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor1 {width:35%;background:#DDDDDD}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.backcolor1 {background:#DDDDDD}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.backcolor1 td{text-align:center;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 {vertical-align:middle;background:#FFFFFF;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2[width="17%"]{width:1%;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[type="text"] ,
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[type="password"]{padding:2px 1px;height:16px;}
 #contact #center1 .centerbox .mainFrame .mainCont form[name="NEXT"] .bordlayoutp3 table.border tbody tr td.backcolor1{background:#DDDDDD;width:100%\9;}
 #deli_scadule .deli_scadule_box div.backcolor3.deli_plan table.layoutp5.deli_plan_day tbody tr td.backcolor1{width:15%!important;}
 #deli_scadule .deli_scadule_box table.layoutp5.deli_cycle tbody tr td.backcolor1{width:35%\9!important;}
 #contact #center1 .centerbox .mainFrame .mainCont form[name="PREV_ENQUETE"] + form[name="NEXT"] .bordlayoutp3 table.border tbody tr td.backcolor1{background:#DDDDDD;width:30%\9!important;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td{width:15%;#width:100%;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td{width:25%;#width:100%;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td + td{width:12%;}
 #contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.border tbody tr td + td + td + td{width:26%;}
 #contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.border tbody tr td + td + td + td + td{width:12%;}
 #contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.border tbody tr td + td + td + td + td + td{width:10%;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td + td + td{width:8%;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td + td + td + td{width:10%;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 form[name="NEXTM"] table.border tbody tr td{width:auto;}
 #contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] .bordlayoutp3 table.border tbody tr td{width:auto;}
 #contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] table.border tbody tr td.backcolor1.center,
 #contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"],
 #contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"] + td + td[width="49%"]{width:49%;}
 #contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] table.border tbody tr td + td,
 #contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"] + td,
 #contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td.backcolor2 + td{width:2%;}
 #contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] table.border tbody tr td + td +td.backcolor1.center{width:49%;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.layoutp5.deli_cycle tbody tr td{width:auto;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=right]{text-align:right;}
 #deli_scadule table.deli_plan_cal tbody tr td{vertical-align:top;}
 #contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border{border: 1px solid #999999;width:100%!important}
 #contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border tbody tr td.backcolor2 table.layoutp3{margin-top: 0px;}
 #contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border tbody tr td{border:none;padding:2px 9px;}
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_day th {
     font-size: 100%;
     background-color: inherit;
     border: none;
 }
 table#enter #center3 .centerbox .mainCont div.bordlayoutp3 form[name=list] table[align=center],
 table#enter #center3 .centerbox .mainCont div.bordlayoutp3.center form table[align=center],
 table#enter #center3 .centerbox .mainCont div.bordlayoutp3.center table[align=center]{
     width:auto;
     margin:0 auto;
 }
 table#enter #center3 .centerbox .mainCont div.bordlayoutp3 hr{
     display:block;
     margin:5px;
 }
 table#enter #center-seo .centerbox .mainCont div.bordlayoutp3,
 table#enter #center3 .centerbox .mainCont div.bordlayoutp3 {padding: 5px 0;}
 table#enter{
     background: none repeat scroll 0 0 #FFFFFF;
     text-align: left;
     width: 100%;
 }
 table#enter #center3 .centerbox form[name="NEXT"] .mainCont .bordlayoutp3 table tbody td div.send_info{
     width:75% !important;
     margin:0 54px !important;
 }
 #center-seo .centerbox a,#center3 .centerbox a{text-decoration : underline;}
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table caption,
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div>table tr.backcolor2 td[align="center"],
 #center3 .centerbox .bordlayoutp3 table td[align="center"],
 #center3 .centerbox .bordlayoutp3 table tr.center td,
 #center-seo .centerbox .center,#center3 .centerbox .center,
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=center] {text-align:center;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=center] p font[color=red] strong{font-weight:bold;}
 #contact #center1 .float_right,table#enter td#center3 div.centerbox form div.mainCont input.float_right{float:right!important;}
 table#enter td#center3 div.centerbox form div.mainCont div{width:100%!important;}
 table#enter td#center3 div.centerbox form div.mainCont input.float_right{
     position: absolute;
     right: 19px;
     top: 77px;
 }
 table#enter td#center3 div.centerbox input[type=checkbox]{margin-top:5px;}
 #contact #center1 .centerbox .mainFrame{
     margin:0px;
     padding:1px;
     background-color:#EBEBEB;
 }
 #contact #center1 .box_in_box{text-align:center!important;}
 #contact .layoutp3 table.layoutp3 tbody td,
 #contact .layoutp3 table.layoutp5 tbody td,
 #contact .bordlayoutp3 table tbody td{text-align:left}
 #contact .layoutp3 table.layoutp3 tbody td,
 #contact .layoutp3 table.layoutp5 tbody td{padding:5px }
 #contact .mainFrame .mainCont .layoutp3 table.layoutp3 tbody td.center,
 #contact .mainFrame .mainCont .layoutp3 table.layoutp5 tbody td.center{width: 2%;}
 #contact .mainFrame .mainCont .layoutp3 table.layoutp3 tbody td label,
 #contact .mainFrame .mainCont .layoutp3 table.layoutp5 tbody td label strong{font-size: 0.75rem;}
 #contact .mainFrame .mainCont #tradesafe_div1 {
     font-size: 100% !important;
     line-height: 142% !important;
 }
 #center3 .centerbox .red,
 #contact #center1 .red{color:#CC0000;font-size: 0.75rem!important;}
 #contact #center1 .point {font-size:120%;color:red;font-weight:900;}
 #contact #center1 .pointline {font-size:100%;color:#FFFFFF;font-weight:900;padding:5px ;padding-bottom:5px;background-color:#666666;margin-top:5px;margin-bottom:5px;}
 #contact .mainFrame .mainCont a{color:#333333; font-size:0.75rem;}
 #contact .mainFrame .mainCont div.layoutp3 table tbody tr td{border:none;}
 #contact .mainFrame .mainCont a:hover{color:#666666; text-decoration: underline;}
 #contact .mainFrame .mainCont h4{
     font-size: 0.75rem;
     font-weight:bold;
 }
 #contents div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame{
     border: 1px solid #EBEBEB;
     margin: 0;
     padding: 10px;
     background-color:#fff;
 }
 #contents .enquete-section #contact table tbody tr td div.mainCont:first-child{padding:0px;}
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] p{
     margin: 5px 0;
     padding: 2px 0;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td:first-child{width:45%;}
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table{width:50%;}
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr td{
     padding: 1px;
     text-align: left;
     vertical-align: top;
     word-break: break-all;
     border:none;
     font-size:100%;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame{border:soild 1px;}
 div.enquete-section #contact{width:100%;}
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type="text"],
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type="password"],
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] select{
     height: 20px;
     padding: 0;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] h4.title {
     background: none repeat scroll 0 0 transparent;
     border-bottom: 1px dotted;
     font-size: 110%;
     font-weight: bold;
     line-height: 200%;
     margin-bottom: 10px;
     padding: 0;
     width: 100%;
 }
 #enquete-header{
      /*-width:960px;-*/
     margin:0 auto;
     background-color: #FFF;
     {if $hfdesign.h_bgurl}
     background:url({$hfdesign.h_bgurl}) {$hfdesign.h_bgurlp|background_pos} no-repeat;
     {else}
     background:url(../img/header_bg.gif) repeat-x left top;
     {/if}
 }
 #enquete-header #logo {
      /*- margin: 0 auto;
     width: 960px;-*/
 }
 #enquete-header #logo .shoplogo img{
     display: table-cell;
     vertical-align: middle;
     padding: 5px 0;
 }
 #enquete-header #logo .shoplogo h1 {
     max-width: 340px;
     background: none;
     margin: 0;
     padding-top: 5px;
 }
 #enquete-header #logo .shoplogo h1 a:hover img, #enquete-header #logo h1 a:hover img {
     opacity: 1;
     filter: alpha(opacity=100);
     -ms-filter: "alpha(opacity=70)";
     -khtml-opacity: 1;
     -moz-opacity: 1;
     filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 }
 #enquete-header #logo .shoplogo img.float_right{float:right;}
 #enquete-header #logo .shoplogo img.float_left{float:left;}
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=radio] ,
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=checkbox] {margin:0px 5px 3px 5px;}
 div.enquete-section{padding:0;}
 div.enquete-section #contact table tbody tr td#center1 .centerbox .mainCont h3.title1{
     background: url("../img/Tline-scolumn.gif") repeat-x scroll left bottom transparent;
     color: #333333;
     font-size: 120%;
     font-weight: bold;
     line-height: 165%;
     margin-bottom: 15px;
     padding: 0 0 12px;
 }
 div.enquete-section #contact table tbody tr td{
     width:100%;
     border-top:none;
     padding:0px;
 }
 div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS4_1] {margin-left:22px;}
 div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS4_2] ,
 div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS4_3]{margin-left:11px;}
 div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] select[name=ANS5_1]{margin-left:13px;}
 div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS5_2]{margin-left:25px;}
 div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS5_3]{margin-left:2px;}
 div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS5_4]{margin-left:26px;}
 div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] strong{font-weight:bold;}
 div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] textarea{
     height: 150px;
     padding: 5px;
     width: 70%;
 }
 div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=submit]{
     background: url("../img/btn-confirm_bg.gif") repeat-x scroll left top transparent;
     border: medium none;
     color: #FFFFFF;
     font-size: 0.75rem;
     height: 25px;
     margin: 0 5px;
     padding: 0;
     width: 200px;
 }
 div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=submit]:hover{background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;}
 .shoplogo{width:340px;}
 #enquete-footer{
     width:960px;
     margin:0 auto;
     height: 57px;
     line-height: 100%;
     position: relative;
     clear: both;
 }
 #enquete-footer #footer-inner .footer_gnavi{float:left;}
 #enquete-footer #footer-inner .footer_gnavi ul li:first-child{
     background-image:none;
     padding:0 3px 0 0;
 }
 #enquete-footer #footer-inner .footer_gnavi ul li{
     background: url("../img/slash_ccc.gif") no-repeat scroll left center transparent;
     color: #999999;
     display: inline-block;
     font-size: 60%;
     line-height: 100%;
     padding: 0 3px 0 18px;
 }
 #enquete-footer #footer-inner .footer_gnavi ul li a{color:#999;}
 #enquete-footer #footer-inner .footer_gnavi ul li a:hover{
     color:#fff;
     text-decoration: underline;
 }
 #enquete-footer #footer-inner .footer_gnavi ul li{float:left}
 #enquete-footer #copyright{
     float: right;
     font-size: 67%;
     text-align: right;
     color: #FFF;
 }
 #center-seo .centerbox,#center3 .centerbox {
     font-size: 75%;
     line-height: 200%;
     margin: 0px;
     padding: 0 10px 10px;
     word-break:break-all;
 }
 #center-seo h3.title1,#center3 h3.title1 {
     background: url("../img/Tline-scolumn.gif") repeat-x scroll left bottom transparent;
     color: #333333;
     font-size: 120%;
     font-weight: bold;
     line-height: 165%;
     margin-bottom: 15px;
     padding: 0 0 10px;
 }
 #center-seo #bread,#center3 #bread {
     margin: 0px;
     padding: 3px 15px;
     text-align: left;
     font-size: 75%;
     line-height: 200%;
 }
 #center-seo .mainCont,#center3 .mainCont {
     padding: 10px;
     margin: 0px;
     width: auto;
 }
 #center-seo .centerbox .caution,#center3 .centerbox .caution {
     font-weight: bold;
     color: #d51414;
 }
 #center-seo .centerbox table th,#center-seo .centerbox table td,#center3 .centerbox table th,
 #center3 .centerbox table td {
     word-break: break-all;
     vertical-align: top;
     text-align: left;
     padding: 1px;
 }
 #center3 .centerbox table td[width="5%"] {width: 10%;}
 #center-seo .centerbox .backcolor1,#center3 .centerbox .backcolor1 {background-color: #EEEEEE;}
 #center-seo .centerbox .bordlayoutp3 table th,#center3 .centerbox .bordlayoutp3 table th {
     color: #2B2B2B;
     font-weight: bold;
     text-align: center;
     word-break: normal;
 }
 #center3 .layoutp3 table th,
 form[name$="FORM"]~tbody #center3 .layoutp3 table th {
     width: 25%;
     font-weight: bold;
     *width: 0%;
 }
 #center-seo .centerbox th.backcolor1,
 #center-seo .bordlayoutp3 th,
 #center-seo .bordlayoutp3 td,
 #center3 .centerbox th.backcolor1,
 #center3 .bordlayoutp3 th,
 #center-seo .bordlayoutp3 td,#center3 .bordlayoutp3 td {
     border: 1px solid #999999;
     vertical-align: middle;
 }
 #center3 .bordlayoutp3 .layoutp3 th,
 #center3 .bordlayoutp3 .layoutp3 td {
     padding: 0px;
     border: none;
 }
 #center3 .bordlayoutp3 .layoutp3 td.send_info {border: 1px solid #999999;}
 #center3 .bordlayoutp3 .layoutp3 td.send_info+td {*width: 70%;}
 #center3 .centerbox strong,
 #center3 .centerbox h4 {
     text-align: left;
     font-weight: bold;
 }
 #center-seo .centerbox .layoutp3 + .bordlayoutp3>table,
 #center3 .centerbox .layoutp3 + .bordlayoutp3>table {width:95%;}
 
 #center-seo input[type="submit"],
 #center-seo input[type="button"],
 #center3 input[type="submit"],
 #center3 input[type="button"] {
     height: 25px;
     color: #FFF;
     padding: 0 8px 0 8px;
     font-size: 80%;
     font-size: 0.8rem;
     text-align: center;
     background: url(../img/btn-confirm_bg.gif) repeat-x left top;
     border: none;
     margin: 2px 2px;
     width:auto;
     width:initial;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div>table tr.backcolor2 td div select,
 #center-seo select, #center-seo input[type="text"],
 #center3 select,
 #center3 input[type="text"],
 #center3 input[type="password"] {
     height: 20px;
     line-height:20px;
     padding: 0px;
     margin: 2px 0px;
     min-width: inherit;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div>table tr.backcolor2 td div select,
 #center-seo select,
 #center-seo textarea,
 #center3 select,
 #center3 textarea{
     padding: 1px;
     margin: 2px 0px;
 }
 #center3 select[name="SEL_CARD"] {
     margin-left: 5px;
     padding: 1px;
 }
 #center-seo input[type="submit"]:hover,
 #center-seo input[type="button"]:hover,
 #center3 input[type="submit"]:hover,
 #center3 input[type="button"]:hover {background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;}
 #center-seo .centerbox table td input[type="radio"],
 #center3 .centerbox table td input[type="radio"] {
     margin: -3px 3px 0px 5px;
 }
 table#enter form[name="NEWMEM"] #center3 .centerbox .bordlayoutp3 table td[colspan="2"] input[type="checkbox"] {margin: -3px 4px 0px 0px;}
 #center-seo p,#center3 p {
     margin: 5px 0px;
     padding: 2px 0px;
 }
 #center3 .centerbox .bordlayoutp3 table td.backcolor2 div form {display: inline-block;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div>table tr.backcolor2 td {background-color:#FFFFFF;}
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.layoutp5.deli_cycle tbody tr td input[type="radio"],
 #contact #center1 .centerbox .mainCont form[name="NEXT"] h4 + div.right input[type="button"],
 #contact #center1 .centerbox .mainCont form[name="NEXT"] h4 + div.right input[type="submit"] {
     margin: 0px 3px;
     height: 20px;
 }
 #center-seo .bordlayoutp3 table tbody tr td input[type="button"],
 #center3 .bordlayoutp3 table tbody tr td input[type="button"]{
     width:190px;
 }
 section .freeTop h2 {
     border: medium none;
     font-size: 90%;
     font-weight: bold;
     line-height: 165%;
     margin-bottom: 10px !important;
     padding: 0 0 10px !important;
 }
 
 /*------ サイド検索ボックス -------*/
 
 .leftSearch {overflow: hidden;}
 .leftSearch #searchbox_wrap {
	      float: right;
	 	 width:200px;
     margin: 0px 0 5px 0;
     overflow: hidden;
	  border: 1px solid #eee;
 }
 .leftSearch searchbox {
     color: #999;
     float: right;
     font-size: 65%;
     line-height: 160%;
     overflow: hidden;
     text-align: right;
 }
 .leftSearch #searchbox form {
    
     float: left;
     height: 27px;
     width: 200px;
 }
 .leftSearch #searchbox input.searchbox {
     border: medium none;
     margin-left: 1px;
     padding: 0 5px 0 10px;
     width: 150px;
     height:26px;
 }
 .leftSearch #searchbox input.searchSubmit {padding: 1px 1px 0 0;}
 .leftSearch #searchbox p {
     float: left;
     margin: 5px 5px 0 0;
 }
 
 
 #header-inner h2 {max-width : 340px;}
 .siteName {
     margin:0px;
     padding:10px 10px 5px 10px;
     font-size:100%;
     line-height:1em;
 }
 .siteName a {color:black ;text-decoration:none;}
 .siteName a:hover {color:blue;text-decoration:underline;}
 .sitecopy{
     padding:10px 10px 5px 5px;
     margin:0px;
     color:#999999;
     font-size:80%;
     line-height:1em;
 }
 .sitecopy a {color:black;text-decoration:none;}
 .sitecopy a:hover {color:blue;text-decoration:underline;}
 .header_area {
     text-align:left;
     
     margin:0px 0px 0px 0px;
     padding:0px;
 }
 .footer_area {
     text-align:left;
     margin:0px 0px 0px 0px;
     padding:0px;
 }
 .cart-section .header_area {
     margin: 0 auto;
 }
 .cart-section .footer_area {
     margin: 0 auto;
 }
 
 
 
 #contents #main-column .footer_area{padding-top:5px;}
 .pageNav form img{float:right;}
 
 
  /*------ サイドカテゴリー -------*/
 
 #sub-column .category .fukidashi nav,
 #sub-column .category .tatenarabi nav,
 #sub-column .category #sps-itemListAllCategory nav {margin-bottom:0;}
 #sub-column .category .fukidashi nav:last-child,
 #sub-column .category .tatenarabi nav:last-child,
 #sub-column .category #sps-itemListAllCategory section nav:last-child {margin-bottom:20px;}
 #sub-column .category #sps-itemListAllCategory section nav:first-child {margin-bottom:0;}
 #sub-column .category .fukidashi ul {zoom:1;}
 #sub-column .category .fukidashi nav {position:relative;}
 
 #sub-column .category .fukidashi nav .sps-itemCategorySub {
     width:100%;
     position:absolute;
     top:0;
     left:100%;
     display:none;
 }
 #sub-column .category .fukidashi nav:hover .sps-itemCategorySub {
     display:block;
     z-index:999;
 }
 #sub-column .category .fukidashi nav .sps-itemCategorySub {
     padding: 5px;
     border-top:1px solid #ddd;
     border-left:1px solid #ddd;
     border-right:1px solid #aaa;
     border-bottom:1px solid #aaa;
     background:#fff;
 }
 #sub-column .category .fukidashi nav .sps-itemCategorySub .cat2 a {
     color:#333;
     font-weight:normal;
 }
 #sub-column .category .fukidashi nav .sps-itemCategorySub .cat2 a:hover {
          color: #9F8D58;
     font-weight:normal;
 }
 
   #sub-column .category nav ul li a {
    
	 background: url(https://linencompanyjp.com/pic-labo/point.gif) no-repeat 0% center;
     
 }
 
 
 
  #sub-column .category nav ul li.listcat1 a {
    
	 background: url(https://linencompanyjp.com/pic-labo/point.gif) no-repeat 0% center;
     
 }
 
 #sub-column .category nav ul li.listcat2 a {
     zoom: 1;
     display: block;
     padding: 3px 2px 3px 30px;
	 background: url(https://linencompanyjp.com/pic-labo/point.gif) no-repeat 10% center;
     margin:0px 0;
     line-height: 100%;
     color:#000;
     text-decoration: none;
     font-weight:bold;
 }
 #sub-column .category nav ul li.listcat3 a {
     zoom: 1;
     display: block;
     padding: 3px 2px 3px 50px;
	 background: url(https://linencompanyjp.com/pic-labo/point.gif) no-repeat 20% center;
     margin:0px 0 ;
     line-height: 100%;
     color:#000;
     text-decoration: none;
 }
 
  #sub-column .category nav ul li.listcat2 a:hover, #sub-column .category nav ul li.listcat3 a:hover{
     color: #9F8D58;
 }
 
 #sub-column .category nav ul li.child a {color:#000;}
 section.half-cont div.category section h3{
     font-weight: bold;
     line-height: 120%;
     font-size:    80%;
 }
 #sub-column .category .sps-allList {margin-bottom:20px;}
 #sub-column .category .sps-allList+#sps-itemListAllCategory {
     display:none;
     margin-top:-20px;
 }
 
 
 
 
 #center1 .centerbox .mainCont{
     width: 600px;
     padding: 10px;
 }
 #center1 .centerbox .mainCont h3{
     line-height: 43px;
     margin-bottom: 0;
     padding: 0;
     vertical-align: middle;
     font-size: 100%;
     font-weight: bold;
     background: url("../img/Tline-scolumn.gif") repeat-x scroll left bottom transparent;
     color: #333333;
 }
 .mainCont .comment_box  td.backcolor1 {
     background-color: #EEEEEE;
     border: 1px solid #999999;
      color: #2B2B2B;
     font-weight: bold;
     text-align: center;
     word-break: normal;
 }
 .mainCont .comment_box  td.backcolor2 {
     background-color: #fff;
     border: 1px solid #999999;
     color: #2B2B2B;
     font-weight: normal;
     text-align: center;
     word-break: normal;
 }
 .mainCont .comment_box  td.backcolor2 div.float_left{text-align:left;}
 .mainCont .comment_box  td.backcolor2 div.float_left a{text-decoration: underline;}
 .mainCont .comment_box  td.backcolor1,
 .mainCont .comment_box  td.backcolor2{text-align:left;}
 .mainCont .comment_box td.center{text-align:center !important;}
 .mainCont .comment_box td.backcolor2 div.write_comment input[type="submit"],
 .mainCont .comment_box td.backcolor2 div.write_comment input[type="button"] {
     height: 25px;
     color: #FFF;
     padding: 0 8px 0 8px;
     font-size: 80%;
     font-size: 0.8rem;
     text-align: center;
     background: url(../img/btn-confirm_bg.gif) repeat-x left top;
     border: none;
     margin: 2px 2px;
 }
 .mainCont .comment_box td.backcolor2 div.write_comment  input[type="submit"]:hover,
 .mainCont .comment_box td.backcolor2 div.write_comment  input[type="button"]:hover {background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;}
 div.mainCont input[type="button"],
 div.mainCont input[type="submit"]{
     width:150px;
     width:auto\9;
     height:25px;
     color: #FFF;
     padding: 0 8px 0 8px;
     font-size: 0.8rem;
     text-align: center;
     background: url(../img/btn-confirm_bg.gif) repeat-x left top;
     border: none;
     margin: 2px 2px;
 }
 div.mainCont input[type="button"]:hover,
 div.mainCont input[type="submit"]:hover{background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;}
 div.cart-section div#contact img[height="1"]{display:none;}
 .itemDescFc{
     position:absolute;
     margin-left:5px;
 }
 .itemThumb-wrap-left{
     width:170px;
     padding-left:10px;
 }
 .itemThumb-wrap-right{
     width:70%;
     word-break:break-all;
     margin-left:210px;
 }
 #enter #contents {
     width: auto;
 }
/*------ リスト-------*/
.page-title-listin3{/* 高さを調整後一覧box */
	margin-bottom:15px;
}
 
.page-title-listin3 h2.box-tp{
    font-family:'Didot W02 Italic';
	font-size:188%;
 }
.page-title-listin3 h2.box-tp span.smallh{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	color:#666;
	font-size:13px;
 }
 
 #sub-column .sub-menu {
     margin: 0 0 0px 0;
     padding-bottom: 0px;
     border-bottom: 1px solid #EEEEEE;
     background: url(https://linencompanyjp.com/pic-labo/pointer.gif) no-repeat right center;	 
	 position:relative;
	 width:180px;
	 padding:10px;
	 margin-bottom:5px;
	 cursor: pointer;
 }
 #sub-column .sub-menu a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}
 #sub-column .sub-menu a:hover{
    background-color:#FFF;
    opacity: .70;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: .70;
    -moz-opacity: .70;
}
 #sub-column .sub-menu h3{
    font-family:'Didot W02 Italic';
	font-size:125%;	
	 margin-bottom:5px;	
}
 #sub-column .sub-menu h4{
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	color:#666;
	font-size:69%;	
}
/*------------- スライド - 商品詳細--------------*/
#gallery {
  position: relative;
  width: 780px;
  height: 602px;
  margin: 0 auto 30px auto;
  padding: 0px 0;
}
#gallery .slideFrame {
  position: relative;
  height: 500px;
  overflow: hidden;
  margin-bottom: 10px;
  text-align:center;
}
/* slide images */
#gallery .slideFrame ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 7800px;
  margin: 0;
}
#gallery .slideFrame ul li {
  float: left;
  width: 780px;
}
/* gallery items */
#gallery ul li,
#gallery ul li label,
#gallery p label,
#gallery label i {
}
/* gallery list button */
#gallery ul.nav {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#gallery ul.nav li {
  float: left;
  margin-right: 10px;
  
}
#gallery ul.nav li:first-child  {
  margin-left: 10px;
  
}
/*サムネイルのマウスオーバーでポインターを手のひら*/
#gallery ul.nav li label img {
	cursor: pointer;
}
/* CSS Programming */
#gallery input:first-of-type:checked ~ .slideFrame ul {
 
}
#gallery input:nth-of-type(2):checked ~ .slideFrame ul {
  left:-100%;
}
#gallery input:nth-of-type(3):checked ~ .slideFrame ul {
  left:-200%;
}
#gallery input:nth-of-type(4):checked ~ .slideFrame ul {
 left:-300%;
}
#gallery input:nth-of-type(5):checked ~ .slideFrame ul {
  left:-400%;
}
#gallery input:nth-of-type(6):checked ~ .slideFrame ul {
  left:-500%;
}
#gallery input:nth-of-type(7):checked ~ .slideFrame ul {
  left:-600%;
}
#gallery input:nth-of-type(8):checked ~ .slideFrame ul {
  left:-700%;
}
#gallery input:nth-of-type(9):checked ~ .slideFrame ul {
  left:-800%;
}
#gallery input:nth-of-type(10):checked ~ .slideFrame ul {
  left:-900%;
}
#gallery input {
  display: none;
}
/* transition */
#gallery ul.nav li label {
}
/* clearfix */
#gallery ul:before, #gallery ul:after {
  content: ""; display: table;
}
#gallery ul:after {
  clear: both;
}
#gallery ul {
  *zoom: 1;
}
#gallery .slideFrame ul  {
  transition: left 1s cubic-bezier(0.85, 0.03, 0.15, 0.96) 0s;
  -webkit-transition: left 1s cubic-bezier(0.85, 0.03, 0.15, 0.96) 0;
}
/****************************************
         商品詳細
*****************************************/
section#itemDetail-wrap .description .product-detail {
    font-size: 82%;
    line-height: 165%;
	margin-bottom:60px;
 }
#p-info {
     margin: 0 0 0 0;
 }
#p-info .p-info-brand-w {
     float: left;
     width: 430px;
     margin: 0 20px 0 0;
 }
#p-info .p-info-brand-w .p-info-brand {
     font-size: 75%;
     
 }
#p-info .p-info-brand-w .p-info-brand p.info-brand-de{
     	margin-bottom:15px;
     
 }
#p-info .p-info-brand-w .p-info-brand p.brands-logo{     
     text-align: center;
     margin-bottom:30px;
 }
#p-info .p-info-de-w {
     float: left;
     width: 330px;
     margin-bottom:30px;
 }
#p-info .p-info-de-w p {
     font-size: 75%;
     padding: 5px 0;
 }
#p-info .p-info-de-w table.p-info-t {
     width: 100%;
     word-break:break-all;
 }
#p-info .p-info-de-w table.p-info-t th,
#p-info .p-info-de-w table.p-info-t td{  
     font-size: 75%;
     padding: 5px 5px 5px 10px;
     line-height: 150%;
}
#p-info .p-info-de-w table.p-info-t tr:nth-child(odd) th {  
  background-color: #F6F0D7;  
}
#p-info .p-info-de-w table.p-info-t tr:nth-child(even) th {  
  background-color: #FFF;  
}  
#p-info .p-info-de-w table.p-info-t tr:nth-child(odd) td {  
  background-color: #F6F0D7;  
}
#p-info .p-info-de-w table.p-info-t tr:nth-child(even) td {  
  background-color: #FFF;  
}  
.remark {
     margin: 0 0 30px 0;
     
 }
.remarks {
     float: left;
     width: 380px;
     
 }
.remarks dt{
       font-size: 75%;
     padding: 5px 0;
	 font-weight:bold;
 }
.remarks ul{
	line-height:150%;
	color:#666;
 }
.remarks ul li{
     font-size: 69%;
     padding-left: 1em;
     text-indent: -1em;
 }
/*-you may also like-*/
.also-l{
       margin: 0 0 0 0;
	   border-top: 1px solid #EEEEEE;
	   padding:30px 0;
 }
/*------ ミラベルカラバリ-------*/
section#itemDetail-wrap .description .C-varilist {
     width:100%;
	 margin: 0 auto;
	 padding: 0;
	 color: #fff;
	 text-align: center;
 }
section#itemDetail-wrap .description .C-varilist li{
     list-style: none;
	 float: left;
	 margin: 0 5px  5px 0;
	 padding: 0 ;
 }
section#itemDetail-wrap .description .C-varilist a{
     display: block;
	 position: relative;
     transition: .3s;
 }
.wrap a:before {
     display: inline-block;  
     padding: 0;
     margin: 0;
}
section#itemDetail-wrap .description .C-varilist a span{
     position: absolute;
	 opacity: 0;
	 top: -5px;
	 left: -5px;
	 width: 66px;
	 padding: 8px;
     background: #333;
	 color: #FFF;
	 font-size: 10px;
	 line-height: 1;
	 transition: .3s;
 }
 
section#itemDetail-wrap .description .C-varilist a span:after{
     position: absolute;
	 top: 100%;
	 left: 35px;
	 height: 0;
	 width: 0;
	 border: 5px solid transparent;
	 border-top: 5px solid #333;
	 content: "";
 }
section#itemDetail-wrap .description .C-varilist a:hover span{
     opacity: 1;
	 top: -33px;
 }
section#itemDetail-wrap .description .C-zoom{
     padding:15px 0 0 0;
     width:100%;
     text-align:center;
}
/*------ リスト-------*/
section#itemDetail-wrap h3.de-subtitle{
	 width:100%;
	 text-align:center;
     font-family:'Didot W02 Italic';
     font-size:188%;
     margin:0 0 30px 0;
 }
section#itemDetail-wrap h3.de-subtitle span.smallh{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	color:#666;
	font-size:13px;
 }
section#itemDetail-wrap .description dl.C-vari{
     margin:0 0 0 0;
}
section#itemDetail-wrap .description dl.C-vari dt{
	 width:100%;
	 text-align:left;
     font-family:'Didot W02 Italic';
     font-size:125%;
     margin-bottom:10px;
}
section#itemDetail-wrap .description dl.C-vari span.smallh{
     font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
     color:#666;
     font-size:11px;
}
/****************************************
         TOP
*****************************************/
/*------ news-------*/
#newsWrapper {
    padding: 20px 0 30px;
     }
	 
	 
#newsWrapper .page-title-tp {
    height:62px;
    margin: 0; 
	}
	
#newsWrapper .newsbox {
    overflow-y: scroll;
    height:100px;
    padding: 0 0 0 0; 
	}
	
#newsWrapper .newsbox{
     float: left;
     padding: 0px 0;
 }
#newsWrapper .page-title-tp{
    float: left;
    padding: 38px 0 0px ;
 }
 
 .page-title-tp h2.big-title{    
    font-family:'Didot W02 Italic';
    font-size:200%;	
   
 }
 #newsWrapper .page-title-tp {
     width: 220px;
     text-align: center;
 }
#newsWrapper .newsbox {
     width: 780px;
     text-align: left;
 }
#newsWrapper .date {
	 font-size: 75%;
    float: left;
    width: 20%; }
	 
#newsWrapper .date img{
     padding-bottom:2px;
	 margin-left:10px;
     vertical-align: middle;	 
 }
	
#newsWrapper .newsbox li {		
    overflow: hidden;
    margin: 0 0 5px;
	border-bottom: 1px solid #dcdcdc;
    zoom: 1; 
	}
	
#newsWrapper .newsbox li a{
     color: #333;
     text-decoration: underline;
    
	 }
#newsWrapper .newsbox li a:hover {
     text-decoration: underline;
     color: #9F8D58;
    
	 }
#newsWrapper .newstext {
	font-size: 75%;
    float: right;
    width: 80%;
    margin: 0 0 5px;
     }
#newsWrapper .newstext img{
     padding-bottom:2px;
	 margin-left:10px;
     vertical-align: middle;	 
 }
 
#newsWrapper .newstext h3 {
    font-weight: normal; }
#maincolumn{
    margin: 0 0 10px 0;
}
/*------ メインバナー-------*/
.main-bn {
    margin:0 10px;
    width: 310px;
    overflow: hidden;
}
#shopby{
    margin: 0 0 30px 0;
}
.shopby-bn {
    margin:0 10px;
    width: 310px;
    overflow: hidden;
}
.column01 {
      position: relative;
      height: 555px; 
      overflow: hidden; 
}
.column02 {
      
      position: relative;
      height: 274px;   
      overflow: hidden;
}
.column03 {
      position: relative;
      height: 130px;   
      overflow: hidden;
}
.column01 img.bigban,
.column02 img.smallbn,
.column03 img.shopbyban {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    max-width: 100%;
    max-height: 100%
}
.column01 img.icobn {
    display: block;
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 4;
    max-width: 100%;
    max-height: 100%
}
.column03 img.icobn {
    display: block;
    position: absolute;
    left: 20px;
    top: 23px;
    z-index: 4;
    max-width: 100%;
    max-height: 100%
}
.column01 .data{
    position: absolute;
    left: 0;
    top: 350px;
    z-index: 2;
    width: 310px;
	text-align:center;
}
.column02 .data {
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 3;
    width: 310px;
	text-align:center;
}
.column03 .data {
    position: absolute;
    left: 100px;
    top: 33px;
    z-index: 3;
    width: 200px;
	text-align:center;
}
.column03 .data02 {
    position: absolute;
    left: 105px;
    top: 40px;
    z-index: 3;
    width: 200px;
	text-align:center;
}
.column01 h2,
.column02 h2 {
    margin: 0 6px 6px 0;
    font-family:'Didot W02 Italic';
    font-size:200%;	
}
.column03 h2 {
    margin: 0 6px 6px 0;
    font-family:'Didot W02 Italic';
    font-size:168%;	
}
.column01 h2 a,
.column02 h2 a {
     color:#000;
     text-decoration: none;
     color: inherit
}
.column03 h2 a{
     color:#FFF;
     text-decoration: none;
     color: inherit
}
.column03 div.data p.white a{
     color:#FFF;
     text-decoration: none;
     color: inherit
}
.column03 div.data02 p.white a{
     color:#FFF;
     text-decoration: none;
     color: inherit
}
.column01 p {
     font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
     margin: 35px 6px 6px 0
}
.column03 p {
     line-height:150%;
     font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
     margin: 0px 0px 0px 0
}
.column02 p.firsttex {
	font-family:Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-size:80%;	
    margin: 5px 6px 6px 0
}
.column02 p.secondtex {
     font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
     font-size:88%;
     margin: 40px 6px 6px 0
}
.column01 .btn {
    position: absolute;
    left: 50px;
    bottom: 0;
    width: 210px;
	font-family:Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	text-align:center;
    z-index: 4;
	font-size:82%;
	background-color:#907D47;
	color:#333;
	text-decoration:none;
	vertical-align:middle;
	padding:4px 0;
}
.column01:hover .btn  {
     color:#FFF;
     text-decoration:none;		
}
.column01:hover img  {
     opacity: .70;
     filter: alpha(opacity=70);
     -ms-filter: "alpha(opacity=70)";
     -khtml-opacity: .70;
     -moz-opacity: .70;
     cursor: pointer;		
}
.column02 .btn {
    position: absolute;
    left: 50px;
    bottom: 0;
    width: 210px;
	font-family:Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	text-align:center;
    z-index: 4;
	font-size:82%;
	background-color:#000;
	color:#FFF;
	text-decoration:none;
	vertical-align:middle;
	padding:4px 0;
}
.column02:hover .btn  {
     background-color:#000;
     color:#9F8D58;
     text-decoration:none;		
}
.column02:hover img  {
     opacity: .70;
     filter: alpha(opacity=70);
     -ms-filter: "alpha(opacity=70)";
     -khtml-opacity: .70;
     -moz-opacity: .70;
     cursor: pointer;		
}
.column03 .btn {
    position: absolute;
    left: 97px;
    bottom: 0;
    width: 116px;
	font-family:Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	text-align:center;
    z-index: 4;
	font-size:82%;
	background-color:#000;
	color:#FFF;
	text-decoration:none;
	vertical-align:middle;
	padding:1px 0;
}
.column03:hover .btn  {
     background-color:#000;
     color:#9F8D58;
     text-decoration:none;		
}
.column03:hover img  {
     opacity: .70;
     filter: alpha(opacity=70);
     -ms-filter: "alpha(opacity=70)";
     -khtml-opacity: .70;
     -moz-opacity: .70;
     cursor: pointer;
		
}
/*------ sp　サービス-------*/
#spservice{
    margin: 0 0 80px 0;
}
.spservice-box {
    margin:0 10px;
    width: 473px;
    overflow: hidden;
	position: relative;
    height: 86px; 
	border: 1px solid #EEE;
    text-align:center;
}
.spservice-box h2 {
     font-family:'Didot W02 Italic';
     font-size:188%;			
}
.spservice-box h2 span.sp-s-t{
     font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
     font-size:12px;
     padding-left:10px; 	
}
.spservice-box h2 a{
	padding-top:30px;	
    width: 473px;
    height: 56px;    
	color:#000;
	text-decoration:none;
	display: block;
		
}
.spservice-box .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 116px;
	font-family:Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	text-align:center;
    z-index: 2;
	font-size:82%;
	background-color:#000;
	color:#FFF;
	text-decoration:none;
	vertical-align:middle;
	padding:1px 0;
}
.spservice-box:hover .btn  {
     background-color:#000;
     color:#9F8D58;
     text-decoration:none;		
}
 .spservice-box:hover h2 {
     opacity: .60;
     filter: alpha(opacity=60);
     -ms-filter: "alpha(opacity=60)";
     -khtml-opacity: .60;
     -moz-opacity: .60;
     cursor: pointer;
	
}
.white {
	color:#FFF;
}
.black {
     color:#000;
}
.gray {
     color:#666;
}
.white-shadow {
     text-shadow:
     4px 0px 6px rgba(255,255,255,0.9),
     0px 4px 6px rgba(255,255,255,0.9),
     -4px 0px 6px rgba(255,255,255,0.9),
     0px -4px 6px rgba(255,255,255,0.9);
}
.gray-shadow {
     text-shadow:
     4px 0px 6px rgba(77,77,77,0.8),
     0px 4px 6px rgba(77,77,77,0.8),
     -4px 0px 6px rgba(77,77,77,0.8),
     0px -4px 6px rgba(77,77,77,0.8);
}
/*------ トップページタイトル-------*/
.page-title-top{/* 高さを調整後一覧box */
     margin-bottom:30px;
     text-align:center;
}
 
.page-title-top h2.box-tp{
     font-family:'Didot W02 Italic';
     font-size:200%;
     margin-bottom:15px;
 }
 .page-title-top h3.box-tp-s{
     font-family:Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
     text-align:center;
     font-size:100%;
     padding-top:10px;
     margin-bottom:10px;
 }
 
 
 
 /*------ SHOPPING GUIDE-------*/
 
 #sp-guide{
     margin: 0 0 60px 0;
}
.sp-guidebox {
     width: 100%;   
}
.sp-guidebox li {
     display: inline-block;
     *display: inline;
     *zoom: 1;    
     padding: 0 12px;
 }
.sp-guidebox li img{
     width: 220px;
     border-radius: 220px;
     -webkit-border-radius: 220px;
     -moz-border-radius: 220px;
     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
     filter: gray;
      -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
 }
.sp-guidebox li img:hover {
	filter: none;
-webkit-filter: grayscale(0%);
	
     
 }
 
.sp-guidebox li a:hover img {	
     opacity: 1;
     filter: alpha(opacity=100);
     -ms-filter: "alpha(opacity=60)";
     -khtml-opacity: 1;
     -moz-opacity: 1;
     
 }
 
 /*------ ranking-------*/
 
 #top-ranking{
    margin: 0 0 60px 0;
}
 #top-ranking .column-ranking .itemThumb {position: relative;}
 #top-ranking .column-ranking .badge {
     padding: 0px 0 0 6px;
     position: absolute;
     z-index: 100;
 }
 
 
 #top-ranking .column-ranking:nth-child(5n) {margin-right:1px;}
 #top-ranking .column-ranking:nth-child(5n+1) {clear:both;}
.column-ranking {
     float: left;
     width: 180px;
     margin: 0 10px 0px 10px;
   
 }
.column-ranking .itemThumb-wrap {	
     margin: 0 0 10px 0;
	 }
	 
.column-ranking .itemThumb {
     padding-top:20px;
     display: table-cell;
     height: auto;
     width: 180px;
     margin-bottom: 5px;
     text-align: center;
     vertical-align: middle;
 }
.column-ranking .itemThumb a {
     height: auto;
     width: 180px;
     display: block;
 }
.column-ranking .itemThumb a img {
     max-height: 180px;
     max-width: 180px;
 }
.column-ranking h3 {
     font-size: 82%;
     line-height: 140%;
     margin-bottom: 5px;
 }
 .column-ranking h3 a{
	 color:#000;
     text-decoration:none;
 }
  .column-ranking h3 a:hover{
     color:#000;
     text-decoration:none;
 }
.column-ranking p {font-size: 82%;}
.column-ranking img {vertical-align: bottom;}
.column-ranking p.sp_price {color: #333;}
.column-ranking .p-detail {
	opacity: 0.0;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.column-ranking:hover .p-detail {
     color:#000000;
     opacity: 1.0;
}
/*------ sp　サービス-------*/
#service{
     margin: 0 0 0px 0;
}
.service-box {
     margin:0 10px;
     position: relative;
     border: 1px solid #EEE;
     width: 225px;
     height: 100px; 
     text-align:center;
}
.service-box h2 {
    font-family:'Didot W02 Italic';		
}
.service-box h2 span.DW30 {
     font-size:188%;			
}
.service-box h2 span.DW20 {
     font-size:125%;	
		
}
.service-box h2 span.DW26 {	
     font-size:163%;	
		
}
.service-box h2 span.DW18 {
     padding-right:5px;
     font-size:113%;	
		
}
.service-box h2 span.sp-jp{
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	font-size:12px;
	
	  
	 	
}
.service-box h2 a{
	padding-top:30px;	
    width:225px;
    height:70px;    
	color:#000;
	text-decoration:none;
	display:block;
		
}
.service-box .btn {
    position: absolute;
    left: 54px;
    bottom: -10px;
    width: 116px;
	font-family:Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	text-align:center;
    z-index: 2;
	font-size:82%;
	background-color:#000;
	color:#FFF;
	text-decoration:none;
	vertical-align:middle;
	padding:1px 0;
}
.service-box:hover .btn  {
     background-color:#000;
     color:#9F8D58;
     text-decoration:none;		
}
 .service-box:hover h2 {
     opacity: .60;
     filter: alpha(opacity=60);
     -ms-filter: "alpha(opacity=60)";
     -khtml-opacity: .60;
     -moz-opacity: .60;
     cursor: pointer;		
}
/****************************************
        style
*****************************************/
 article #main-column h1.listnew{
	 width:100%;
	 text-align:left;
     font-family:'Didot W02 Italic';
     font-size:145%;
     margin-bottom:0px;
	 padding-bottom:0px;
	 font-weight:normal;
}
 article #main-column h1.cont-new{
	 width:100%;
	 text-align:left;
	 font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
     font-size:130%;
     margin-bottom:15px;
	 padding-bottom:0px;
	 font-weight:bold;
}
 article #main-column h2.listnew2{
	 width:100%;
	 text-align:left;
     font-family:'Didot W02 Italic';
     font-size:145%;
     margin-bottom:10px;
	 padding-bottom:0px;
	 font-weight:normal;
}
article #main-column .stylep p.stylecaption{
	
     margin-bottom:10px;
	 
}
 article #main-column span.smallh{
     font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
     color:#666;
     font-size:14px;
	 padding-left:5px;
}
 .column4 h2.styletl,
   #JournalList div.journal-cont section.column4 h2.styletl,
   #Journal div.journal-cont section.column4 h2.styletl {
     font-size: 88%;
     line-height: 130%;
     margin-bottom: 3px;
     background: none;
     font-weight: normal;
     padding: 0;
     border: none;
 }
 .column3 h2.styletl {
     font-size: 90%;
     line-height: 130%;
     margin-bottom: 3px;
     background: none;
     font-weight: normal;
     padding: 0;
     border: none;
 }
 
 .graysl {
     color:#666;
	 font-size:75%;
	 margin-bottom:3px;
}
 .blacksl {
     color:#333;
	 font-size:75%;
	 margin-bottom:3px;
}
 .graysl a{
     color:#666;
	
	
}
 .gold{
     color:#9F8D58;
	
	
}
 .stylep {
     margin: 15px 0 0 0;
     position: relative;
 }
 article #main-column .stylep section {margin: 0;}
 article #main-column .stylep section.column4 {
     overflow: hidden;
     margin: 0 13px 20px 0;
 }
 article #main-column .stylep section.column4:nth-child(4n) {margin: 0 1px 20px 0;}
 article #main-column .stylep section.column3 {
     overflow: hidden;
     margin: 0 15px 20px 0;
 }
 article #main-column .stylep section.column3:nth-child(3n) {margin: 0 0px 20px 0;}
/****************************************
       guide
*****************************************/
.guide-conbox{
	width: auto;
	padding: 0 0px 0 0px;
	margin: 0 0 0px 0;
}
article #main-column .guide-conbox h1{
	text-indent: -9999px;
	margin: 0 0 0 0px;
	display: block;
	height: 100px;
	width: 780px;
	padding:0 ;
	
}
.guide-conbox h1.guide-tencho {
	background: url(../../../../images/guide/guide-tencho.png) no-repeat 50% 0;
	
}
.guide-conbox h1.guide-press {
	background: url(../../../../images/guide/guide-press.png) no-repeat 50% 0;
	
}
.guide-conbox h1.guide-size {
	background: url(../../../../images/guide/guide-size.png) no-repeat 50% 0;
	
}
.guide-conbox h1.guide-how {
	background: url(../../../../images/guide/guide-how.png) no-repeat 50% 0;
	
}
.guide-caption {
	text-align:center;
	margin: 30px 0 50px 0;
	
}
.guide-caption p.main-gd-explain{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 20px;
}
.guide-caption p.sub-gd-explain{
	     line-height: 200%;
}
.guide-caption p.sub-gd-explain02{
	     line-height: 200%;
	font-size: 113%;
	font-weight: bold;
}
 .gd-voice p{
   line-height: 180%;
 }
 
 .gd-voice dl dt span.profile-name{
	background-color:#9F8D58;
	color:#FFF;
	vertical-align:middle;
	padding:3px 15px;
	margin-right:10px;
	margin-bottom:10px;
	font-size:88%;
}
 .gd-voice dl dt{
	 	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	margin-bottom:10px;
	font-weight:bold;
	
}
 .gd-voice dl.profile-tencho{
	font-size:88%;
	line-height: 145%;
	margin-top:60px;
}
 .gd-voice dd p{
	font-size:88%;
}
 .bg-col-q{
		background-color:#F6F4E9;
		padding:15px;
	margin-bottom:30px;	
}
 .tencho-qa{
	 border: 1px solid #EEE;
	
}
 .tencho-qa dl dt{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	margin-bottom:15px;
	font-weight:bold;
	padding-top:10px;
	
}
.tencho-qa dl dd{
	font-size: 88%;
	margin-bottom:10px;	
	
	
	
}
.tencho-qa dl dd p.answer{
	
	
	padding-left: 2em; /*1em（1文字）分、右に動かす*/
    text-indent: -2em; /*最初の行だけ1em（1文字）分、左に動かす*/
	
	
}
.tencho-qa dl dd span.ans{
	
	font-family:'Didot W02 Italic';
	font-weight:bold;
	color:#B29200;
}
.contact-con {
	text-align:center;
	padding-top:30px;
	
	margin: 30px 0 0 0;
	
}
.contact-con p.main-gd-explain{
	color:#333;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	font-size: 100%;
	line-height:180%;
	font-weight: bold;
	margin-bottom: 30px;
}
.contact-con h2{
	
	margin-bottom: 10px;
}
.contact-con p{
	color:#666;
	font-size:69%;	
	margin-bottom: 10px;
}
 .con-how {
	 width:100%;
	 padding-bottom:20px;
 }
 
  .con-how p.about-how{
	     border-top: 1px solid #CCC;
		 padding-top:10px;
	
 }
 
 .con-how .con-menu {
    width: 100%;
    max-width: 1000px;
    margin: 5px auto 30px auto;
}
 .con-how .con-menu li {
	 text-align:center;
    float: left;
	width:130px;
	margin-top:10px;
	margin-right:10px;
    line-height: 33px;
    background: #000;
}
 .con-how ul.en-m {
		font-family:'Didot W02 Italic';
			font-size: 100%;
}
 .con-how ul.j-m {
		font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
}
 .con-how .con-menu li:last-child {
	
	margin-right:0px;
}
 .con-how .con-menu li a {
    display: block;
    color: #fff;
}
 .con-how .con-menu li a:hover {
    color: #fff;
	text-decoration:none;
}
 .con-how .con-menu li:hover {
    background: #4A4A4A;
    -webkit-transition: all .5s;
    transition: all .5s;
}
/* 下矢印 */
.init-bottom:after {
	
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* floatクリア */
 .con-how .con-menu:before,
 .con-how .con-menu:after {
    content: " ";
    display: table;
}
 .con-how .con-menu:after {
    clear: both;
}
 .con-how .con-menu {
    *zoom: 1;
}
 
 
  .first-guide {
	 width:100%;
	
}
.first-guide dl dt {
  clear: left;
  float: left;
  margin: 0 0 0;
  width: 13.5em;
  	font-size:113%;	
  padding-left: 0px;
  	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
}
.first-guide dl dt a{
  color: #333;
}
.first-guide dl dt a:hover{
	text-decoration:none;
     color:#9F8D58;
}
.first-guide dl dd {
  margin-bottom: 20px;
  margin-left: 13.5em;
}
 
 /* 下矢印 */
.init-bottom-b:after {
	
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	 
}
.border-bt {
	
    border-bottom: 1px solid #EEE;
	margin-bottom:30px
}
.order-conbox{
	width: auto;
	padding: 0 0px 0 0px;
	margin: 0 0 30px 0;
}
.order-conbox img{
	vertical-align: bottom;
	
}
article #main-column .order-conbox .order-caption{
	width: 100%;
    position: relative;
	height:250px;
	background: url(../../../../images/bg-order02.jpg) no-repeat 0 0;
}
article #main-column .order-conbox .order-caption h1.order-title{
	position: absolute;
    top: 30px;
	text-align:center;
	width: 100%;	
	margin: 0 0 0 0px;
	padding:0 ;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	font-weight:bold;
	font-size:138%;
	
}
article #main-column .order-conbox .order-caption p.order-explain{
	position: absolute;
    top:140px;
	text-align:center;
    width: 680px;	
    padding:0 50px;
	line-height:200%;
	
}
.ex-order{
	width: auto;
	padding: 0 0px 0 0px;
	margin: 0 0 30px 0;
}
.ex-order dl dt {
  clear: left;
  float: left;
  margin: 0  10px 0.8em 0;
  text-align:center;
  color:#FFF;
  background-color:#B29300;
  width: 65px;
  padding:3px 0;
  font-family:'Didot W02 Italic';
  font-size: 100%;
  line-height: 0.8;
}
.ex-order dl dd {
 margin: 0 0 0.8em 65px;
  line-height: 1.5;
}
/* シグノリア */
.brand-sp {
	text-align:center;
	margin: 0px 0 50px 0;
	
}
.header_area div.brand-histry-sg {
	text-align:left;
	margin-bottom:60px;
	
}
div.brand-histry-sg h2{
	 
	 margin-bottom:30px;
	
	
}
section.half-cont h2{
	 padding-bottom:0px;
	 border:none;
	
	
}
 .colorred{
     color:#BE0006;
	
	
}
 .center-box{
	 width:100%;
	 text-align:center;
	
	
}
.header_area a{
     text-decoration: underline;
     color: #333;
 }
 .header_area a:hover {
     text-decoration: underline;
     color: #9F8D58;
 }
 
section#itemDetail-wrap  a{
     text-decoration: underline;
     color: #333;
 }
 
 section#itemDetail-wrap  a:hover {
     text-decoration: underline;
     color: #9F8D58;
 }
 article#Detail #main-column div.center-box h2{
	  border-bottom:none;
	  margin-bottom:15px;
	
	
}
 article#Detail #main-column div.center-box h3{
	  margin-bottom:15px;
	
	
}
div.header_area  div.center-box h2{
	  border-bottom:none;
	  margin-bottom:30px;
	
	
}
div.header_area  div.center-box h3{
	  margin-bottom:30px;
	
	
}
div.itemThumb #thumb1,
div.itemThumb #thumb2,
div.itemThumb #thumb3,
div.itemThumb #thumb4,
div.itemThumb #thumb5 {
	 width:66px;
 }
/* シルク新 */
 .slideFrame p.small-cap {
	 font-size:80%;
	 color:#666;}
	 
	 .silk-sp{
	margin: 0px 0 0px 0;
	
}
 article#Detail #main-column div.silk-sp h2.silktl,
  article#Detail #main-column div.silk-sp2 h2.silktl{
	text-align:center;
	width:100%;
	vertical-align:bottom;
	border-bottom:none;
	
	}
	 article#Detail #main-column div.silk-sp h2.silktl img{
	vertical-align:bottom;
	
	}
	
	div.silk-sp div.silk-spbox{
		background: url(../../../../images/silk/s-bg01.jpg) repeat-y left top;
			 border:1px solid #B29300;
				width:718px;
				padding:30px;
	
	}
	
	div.silk-sp div.silk-spbox1{
			 border:1px solid #B29300;
				width:718px;
				padding:30px;
	
	}
	
	
	article#Detail #main-column div.silk-sp h4.pointsl {
	
	width: 100%;	
	margin: 0 0 0 0px;
	padding:0 ;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	font-weight:bold;
	font-size:120%;
	line-height: 165%;
	color:#468C00;
	
}
article#Detail #main-column div.pointslp p {
	
	font-size:100%;
	line-height: 165%;
	
	
}
 .half-cont_sl1{
	 	 width: 100%;}
 .half-cont_sl {
     float: left;
     width: 48%;
     margin-right: 4%;
 }
 .half-cont_s:nth-child(2n) {
     float: left;
     width: 48%;
     margin-right: 0;
 }
.silk-sp2 table.silkvari {
width: 100%;
 }
.silk-sp2 table th {
     width: 48%;
	
     margin-right: 2%;
     margin-left: 2%;
	 text-align:center;
	 vertical-align:bottom;
     
 }
.silk-sp2 table td {
	line-height: 130%;
     text-align:center;
	 vertical-align:bottom;
 }
 
.silk-sp2 table td.varisize {
     padding:5px 0;
     font-size: 92%;
     text-align:center;
	 vertical-align:middle;
 }
 
 .silk-sp2 table td.varisize2 {
     padding:2px 0;
     font-size: 92%;
     text-align:center;
	 vertical-align:middle;
 }
  .silk-sp2 table td.varisize2 img{
     
	 vertical-align:middle;
 }
 
 article#Detail #main-column div.silk-sp p.silksmall,
  article #main-column div.silk-sp p.silksmall {
	font-size:80%;
	color:#666666;
	
}
article#Detail #main-column div.silk-spbox1 h3.pointsl2 {
	
	width: 100%;	
	margin: 0 0 0 0px;
	padding:0 ;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	font-weight:bold;
	font-size:140%;
	line-height: 165%;
	color:#468C00;
	
}
article #main-column div.silk-spbox1 h3.pointsl2,
article #main-column div.silk-spboxft h3.pointsl2 {
	
	width: 100%;	
	margin: 0 0 0 0px;
	padding:0 ;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	font-weight:bold;
	font-size:120%;
	line-height: 165%;
	color:#468C00;
	
}
article#Detail #main-column div.silk-spbox1 p,
article #main-column div.silk-spbox1 p,
article #main-column div.silk-spboxft p	 {
	font-size:100%;
	line-height: 165%;
	
	
}
	div.silk-sp div.silk-spboxft{
			 border:1px solid #B29300;
				width:708px;
				padding:30px;
	
	}
	
/* cellpur */
	
	 .cellpur-box{
	 width:666px;
	 margin:0 auto;
	 margin-bottom:40px;
}
 article#Detail #main-column  h2.cellpurtl{
	 border-bottom:none;
	 margin-bottom:5px;
	 
}
 .cellpur-box ul.centerlist{
	 list-style:none;
	 width:100%;
	 
}
.cellpur-box ul.centerlist li{
	margin-bottom:30px;
	position: relative;
	 width:100%;
	 min-height:150px;
	height:auto !important;
	
	font-size:100%;
	 
}
.cellpur-box ul.centerlist li p.cellpur-tex01{
	position: absolute;
    top: 75px;
	left: 165px;
	 
}
.cellpur-box ul.centerlist li.cellpur-list01{
	 background: url(../../../../images/cellpur/cellpur-sub01.gif) no-repeat 50% 0;
	 
}
.cellpur-box ul.centerlist li.cellpur-list02{
	 background: url(../../../../images/cellpur/cellpur-sub02.gif) no-repeat 50% 0;
	 
}
.cellpur-box ul.centerlist li.cellpur-list03{
	 background: url(../../../../images/cellpur/cellpur-sub03.gif) no-repeat 50% 0;
	 
}
.cellpur-box ul.centerlist li.cellpur-list04{
	 background: url(../../../../images/cellpur/cellpur-sub04.gif) no-repeat 50% 0;
	 
}
	 .cellpur-box01{
	 width:570px;
	 margin:0 auto;
}
 article#Detail #main-column .cellpur-box h3{
       font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	   font-weight:bold;
	   color:#00969F;
	   
	font-size:125%;	
	 margin-bottom:10px;	
}
 article#Detail #main-column .cellpur-box h4{
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	font-weight:bold;
	color:#666;
	font-size:100%;	
		 margin-bottom:15px;	
}
 .flo-cont {
     float: left;
   
    
 }
.silkbg{
	 background: url(../../../../images/silk/silkbg.jpggif) no-repeat 0% 0;
	 
}
article #main-column section.recommend {padding: 60px 0 0;}
 article #main-column section.recommend h2 {
	 border-bottom:none;
	 text-align:center;
     font-family:'Didot W02 Italic';
     font-size:188%;
     margin:0 0 30px 0;
     padding: 0 0 2px 0;
 }
 
	/* hamam */
	
 .half-cont_h01 {
     float: left;
     width: 330px;
     margin-right: 30px;
 }
 .half-cont_h01:nth-child(2n) {
     float: left;
     width: 420px;
     margin-right: 0;
 }
 .half-cont_h02 {
     float: left;
     width: 420px;
     margin-right: 30px;
 }
 .half-cont_h02:nth-child(2n) {
     float: left;
     width: 330px;
     margin-right: 0;
 }
 
 .half-cont_h03 {
     float: left;
     width: 525px;
     margin-right: 20px;
 }
 .half-cont_h03:nth-child(2n) {
     float: left;
     width: 235px;
     margin-right: 0;
 }
 
  .s-caps {
	 font-size:10px;
	 color:#666;
	 text-align:right;
 }
 .hm-safe{
	 width:280px;
	 margin:0 auto;
}
 .hm-safe h3{
	 font-weight:bold;
	 padding-bottom:15px;
}
 article#Detail #main-column section.half-cont h2{
	border-bottom:none;
}
 section#itemDetail-wrap .cartArea table.variation td .selling_price,
 section#itemDetail-wrap .cartArea table.variation td .taxin {
	 color:#333;
}
#contents #main-column section.w100 section.column3  h3 {
     font-size: 93%;
     line-height: 160%;
	 margin-bottom:3px;
   
     font-weight:bold;
 }
 
 #contents #main-column section.w100 section.column3  h3 a{
	 text-decoration:none;
 }
 
#contents #main-column section.w100 section.column3 p.product-sub  {
	 padding-bottom: 6px;
	 color:#666;
	 font-size:80%;
	 border-bottom: 1px solid #EEEEEE; }
	 
#contents #main-column section.w100 section.column3 p.product-sub3  {
	 padding-top: 6px;
	 color:#7F6B3A;
	 font-size:80%;}
 
#contents #main-column section.w100 section.column3 p.product-subprice  {
	 font-size: 93%;
	 font-weight:bold;
	 padding-top: 6px;
	  margin-bottom: 20px;
	 text-align:right; }
	 
#contents #main-column section.w100 section.column3 p.product-subprice span.taxin  {
	 font-size: 80%;
	 font-weight: normal;
	 }
#contents #main-column section.w100 section.column3 p.product-sub2  {
	padding-bottom: 10px; }
 
 /*------ vian-------*/
 
  .half-cont-vian {
     float: left;
     width: 50%;
 }
 
  .half-cont-vian img{
	  margin:0 15px;
 }
 
   .half-cont-vian2 {
     float: left;
     width: 240px;
 }
 
 
 
 
.vian-category{
	width:780px;
	margin:0 auto;
}
.vian-category div#vintage{
	min-height:490px;
	background: url(../../../../images/brun-de-vian-tiran/eole/bn02.jpg) left top no-repeat;
	background-size:cover;
}
.vian-category div#chara-via{
	min-height:631px;
	background: url(../../../../images/brun-de-vian-tiran/eole/bn03.jpg) left top no-repeat;
	background-size:cover;
}
.vian-category div#craft{
	min-height:435px;
	background: url(../../../../images/brun-de-vian-tiran/bn01.jpg) left top no-repeat;
	background-size:cover;
}
.vian-category div#fiber{
	min-height:435px;
	background: url(../../../../images/brun-de-vian-tiran/bn02.jpg) left top no-repeat;
	background-size:cover;
}
.vian-category  div.viantex{
	width:620px;
	margin-left:50px;
	margin-right:50px;
	padding:20px 30px;
	background-color:#FFFFFF;
	filter:alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
	text-decoration:none;
}
.vian-category  div.viantexdetail{
	width:620px;
	margin-left:50px;
	margin-right:50px;
	padding:20px 30px;
	
}
 #main-column div.center-box h2.viansub{
	 padding:15px 0;
	
	
}
 .left-box{
	 width:100%;
	 text-align:left;
	
	
}
/* ― リストエリア ― */
ul.fiberthumbnail {
margin: 0;
padding: 0;
list-style-type: none;
}
/* ― リスト項目 ― */
ul.fiberthumbnail li {
padding: 15px 0px; /* リスト項目のパディング（上下、左右） */
}
/* ― 項目内容 ― */
ul.fiberthumbnail dl {
width: 780px;
margin: 0;
}
/* ― 写真エリア ― */
ul.fiberthumbnail dt.fiberphoto {
width: 117px; /* 写真エリアの幅 */
float: left;
}
ul.fiberthumbnail dt.fiberphoto img {
width: 117px;
}
/* ― キャプションエリア ― */
ul.fiberthumbnail dt.title,
ul.fiberthumbnail dd {
}
/* ― タイトルエリア ― */
ul.fiberthumbnail dt.fibertitle {
margin-bottom: 10px;
font-weight: bold;
}
/* ― コメントエリア ― */
ul.fiberthumbnail dd {
}
  /*------ vian詳細-------*/
.vian-bn01{
	min-height:503px;
	background: url(../../../../images/brun-de-vian-tiran/eole/bn01.jpg) left top no-repeat;
	background-size:cover;
}
.faq_list{
	width: 100%;
	padding: 18px 0 17px;
	background: #F6F4E9;
  text-align: center;
  margin-bottom:20px;
}
.faq_list ul{
  max-width: 780px;
  margin: 0 auto;
}
.faq_list li{
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
}
.faq_list li br{
	display: none;
}
.faq_list li a{
	text-decoration: underline;
	color: #333;
}
.faq_list li span{
	display: inline-block;
	font-size: 13px;
	padding-left: 15px;
	background: url(https://www.linencompanyjp.com/images/ico-menu.png) no-repeat 0 50%;
}
	
#questions{
	padding-top:20px;
	
}
#questions .section{
	margin-bottom:15px;
	padding-bottom:14px;
	border-bottom:1px solid #eee;
}
#questions .section:last-child{
	padding-bottom:15px;
	
}
#questions h2,
#questions li{
	border-bottom:none;
	margin-bottom:5px;
}
#questions li{
	min-height:18px;
	height:auto !important;
	height:18px;
	position:relative;
	padding-left:25px;
	 list-style-type: none;
}
#questions ol .icon{
	position:absolute;
	top:0;
	left:0;
}
 #Journal .journal-cont #questions ol{
	margin:0px 0px; 
}
 #Journal .journal-cont #questions ol li{
	list-style-type: none;
	 text-indent: ０;
}
	#fqcontents h2{
	padding:20px 3px 8px 0;
	font-size:130%;}
#fqcontents .faq{
	padding:25px 0 12px;
}
#fqcontents .faq:last-child{
	margin-bottom:0;
	padding-bottom:0;
	background:none;
}
#fqcontents h3,
#fqcontents .answer{
	position:relative;
}
#fqcontents h3{
	min-height:25px;
	height:auto !important;
	height:25px;
	margin-bottom:15px;
	padding-top:3px;
	padding-left:35px;
	font-size:110%;
	line-height:1.3;
}
#fqcontents .answer{
	min-height:39px;
	height:auto !important;
	height:39px;
	margin-bottom:15px;
	padding:23px 25px 8px 50px;
	background-color:#F6F4E9;
	color:#535353;
}
#fqcontents h3 .icon,
#fqcontents .answer .icon{
	position:absolute;
}
#fqcontents h3 .icon{
	top:0;
	left:0;
}
#fqcontents .answer .icon{
	top:20px;
	left:15px;
}
#fqcontents .return_top{
	text-align:right;
	zoom:1;
}
#fqcontents .return_top a{
	padding-right:10px;
	
}
.column033 {
      position: relative;
      overflow: hidden; 
	width: 31%;
	height:165px;
	margin-left:15px;
	margin-bottom: 15px;
	
		
}
.column033 img{
    width: 100%;
    
}
.column033 .caption {
	font-size:130%;
	font-weight: 600;
	text-align:center;
	padding-top:60px;
	color:#fff;
}
.column033 .caption a{
	color:#fff;
	 line-height: 260%;
}
.column033 .caption a:hover{
	  text-decoration:underline;
	   opacity: .70;
	   filter: alpha(opacity=70);
	  -ms-filter: "alpha(opacity=70)";
	  -khtml-opacity: .70;
	  -moz-opacity: .70;
}
.column033 .caption a.small{
	font-size:100%;
}
.column033 .mask {
	width: 100%;
	height: 100%;
	position: absolute;	/* 絶対位置指定 */
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition: all 0.2s ease;
}
.column033:hover .mask {
	opacity:1;	/* マスクを表示する */
}
.button_container{
	padding:60px 0;
	text-align:center;
}
/*確認・送信ボタン*/
.confbtn {
	border:none;
	text-decoration:none;
	font-size: 18px;
	display:block;
	text-align:center;
 	background: #333;
 	color: #FFF;
	font-weight:900;
	width: 250px;
	margin:5px auto;
	 padding: 10px 0;
	cursor: pointer;
}
#Journal div.button_container a.confbtn,
#JournalList div.button_container a.confbtn{
	color: #FFF;
	text-decoration:none;
}
.button_container a.confbtn:hover {
	text-decoration:none;
	 color: #FFF;
 }
/*------ ジャーナル　ギフト-------*/
.page-title-top-jl div.jl-title{
    font-family:'Didot W02 Italic';
	font-size:330%;
 }
.page-title-top-jl  p.jl-title-s{
 	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	color:#666;
	font-size:20px;
 }
 .left-box{
	 width:100%;
	 text-align:left;
	
	
}
 .spcing{
	 padding: 40px;
}
.page-title-top-jl{
}
.page-title-top-jl div.jl-title-sub{
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	font-size:260%;
 }
.page-title-top-jl  p.jl-title-subs{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color:#666;
	font-size:20px;
 }
div#intervew01{
	 width:640px;
	 height:179px;
	background: url(../../../../images/review/bg_vol2.jpg) left top no-repeat;
	background-size:cover;
}
div#intervew02{
	 width:640px;
	 height:179px;
	background: url(../../../../images/review/bg_vol1.jpg) left top no-repeat;
	background-size:cover;
}
div#shishuupre{
	background: url(../../../../images/shishu/bg_orignalname.jpg) left top no-repeat;
	background-size:cover;
}
/*------ 詳細new -------*/
.page-title-detailnew{
     margin-bottom:60px;
     text-align:left;
}
.page-title-detailnew h2.box-tpdetailnew{
     font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
 }
.box-tpdetailnew{
     font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
 }
 .color-mb{
     color:#006666;
	
	
}
.vian-bn001{
	min-height:564px;
	background: url(../../../../images/pella/pella04.jpg) left top no-repeat;
	background-size:cover;
}
.vian-category div#chara-via02{
	min-height:400px;
	background: url(../../../../images/pella/bn03.jpg) left top no-repeat;
	background-size:cover;
}
/*------ 4列 -------*/
 .column4-m {
     float: left;
     width: 185px;
     margin: 0 13px 20px 0;
     padding-bottom: 20px;
  
 }
 .column4-m:nth-child(4n) {margin: 0 1px 20px 0;}
.vian-category div#chara-bella{
	min-height:500px;
	background: url(../../../../images/bella/bn01.jpg) left top no-repeat;
	background-size:cover;
}
.vian-category div#chara-riana01{
	min-height:400px;
	background: url(../../../../images/bella/bn05.jpg) left top no-repeat;
	background-size:cover;
}
.vian-category div#chara-riana02{
	min-height:680px;
	background: url(../../../../images/bella/bn06.jpg) left top no-repeat;
	background-size:cover;
}
.spec .quantity,
.spec .option_parts {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  height: calc(1.5rem + 1rem + 2px);
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  width: 100%;
}
.spec .quantity:focus,
.spec .option_area:focus {
  outline: 0;
  border-color: #dedede;
}
.spec .quantityArea td,
.spec .quantityArea th,
.spec .option_area td,
.spec .option_area th{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
    #Journal table.order-flow_table
 { border-top: 1px solid #999;border-collapse: collapse; border-spacing: 0; width: 100%; }
    #Journal  table.order-flow_table th, 
    #Journal  table.order-flow_table td { border: none; border-bottom: 1px solid #999; line-height: 2.2; padding: 30px 30px; vertical-align: middle; }
   #Journal table.order-flow_table th { text-align: left; width: 35%;font-weight: 600;background-color:#eeeeee }
    #Journal table.order-flow_table td {font-size: 16px;}
    #Journal table.order-flow_table td p { margin-top: 0 !important; padding: 0 !important; }
    section#itemDetail-wrap .description table.order-flow_table td > :last-child { margin-bottom: 0 !important; }
@media only screen and (max-width: 767px) {
    
    #Journal table.order-flow_table th, 
    #Journal table.order-flow_table td {
    display: block;
    font-size: 16px;
  }
    
    #Journal table.order-flow_table th {
    border-bottom:none;
    font-size: 16px;
    text-align: center;
  }
}
    #Journal h3.de-subtitle-blo{
	 width:100%;
	 text-align:center;
     font-family:'Didot W02 Italic';
     font-size:188%;
     margin:0 0 30px 0;
 }
    #Journal h3.de-subtitle-blo span.smallh{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	color:#666;
	font-size:14px;
 }