@charset "UTF-8";

/* 221121_add */
.line {
	font-size: .9em;
}
.line .line_btn {
	text-align: center;
}
.line .comment {
	margin: 0 0 20px;
}

/* 201016_add */
.camp {
	text-align: center;
	border: 2px solid #cc0000;
	padding: 20px 20px 10px 20px;
	margin: 0 0 20px;
	font-size: 1em;
}
.camp h2 {
	font-size: 1.2em;
	font-weight: bold;
}
.camp .msg b {
	font-size: 1.2em;
	color: #cc0000;
}
.camp .msg._pt2 b {
	font-size: 1em;
}
.camp a {
	text-decoration: underline;
}
.camp .msg._pt2 {
	text-align: left;
	font-size: .8em;
	border-top: 1px solid #cc0000;
	padding: 10px 0 0;
}
.camp .msg._pt2 .more {
	text-align: center;
}
.camp .msg._pt2 h2 {
	text-align: center;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}

/* 201010_add */
#shop_area .list {
	margin: 20px 0;
	border-bottom: 1px dotted #ccc;
}
#shop_area .list .thumb {
	display: inline-block;
	vertical-align: middle;
}
#shop_area .list .thumb img {
	width: 200px;
}
#shop_area .list .list_info {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;

	color: #222;
}
#shop_area .list .comment {
	color: #af5350;
}
#shop_area .list .list_info h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px;
}
#shop_area .list .list_info a {
	text-decoration: underline;
}

/* 190830_add */
.ctr {
	text-align: center;
}

#minimatome .desc_term {
	font-weight: bold;
	font-size: 1.1em;
}

#minimatome .desc_list {
	border-bottom: 1px dotted #440000;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

#minimatome #contents p {
	font-size: 1.1em;
	line-height: 1.8;
}

.ttl_minimatome {
    border-bottom: 1px solid #440000;
    margin: 0 0 30px;
    padding: 10px 20px 20px;
    font-size: 1.6em;
    font-weight: bold;
    color: #440000;
}

/* 190816_add */
#process #contents p,
#sample #contents p,
#area #contents p,
#design #contents p,
#history #contents p {
	line-height: 1.8;
}
#sample #contents .item p {
	line-height: 1.4;
}
#sample .list {
	margin: 0 0 30px;
}
#sample .list .item {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px;
}

#sample .list .item img {
	width: 100%;
}

#sample .list .item p {
	margin: 10px 0 0;
}

#sample .comment {
	margin: 0 0 30px;
	line-height: 1.8;
}

#wrapper.two_column {
	margin: 0 auto;
	width: 960px;
	background: url(/images/frame/bg_1column.png) no-repeat 0 200px;
	background-size: cover;
}

#wrapper.two_column #contents {
	width: 695px;
	float: right;
	background: none;
}

#wrapper.two_column .h1_ttl {
	border-bottom: 1px solid #440000;
	margin: 0 0 30px;
	padding: 10px 20px 20px;

	font-size: 1.6em;
	font-weight: bold;
	color: #440000;
}

#about .common_box {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #e4d8b0;

	color: #222;
}
#about .common_box .ttl {
	font-weight: bold;
	font-size: 1.2em;
	margin: -5px 0 5px;
}
#about .common_box .thumb {
	display: inline-block;
	width: 190px;
	margin: 0 10px 0;
}
#about .common_box .info {
	display: inline-block;
	width: 460px;
	vertical-align: top;
	line-height: 1.6;
}

/* btn */

.btn_ctr {
	text-align: center;
	margin: 20px 0 0;
}

.common_box._ctr {
	text-align: center;
	margin: 20px 0 40px;
}

.common_box .btn {
	display: inline-block;
	cursor: pointer;

/*	width: 200px;*/
	margin: 10px 0 0;
	padding: 10px 20px;

	border: solid #7E011D 1px;

	background: #A50328;
	background-image: -webkit-linear-gradient(top, #A50328, #75001B);
	background-image: -moz-linear-gradient(top, #A50328, #75001B);
	background-image: -ms-linear-gradient(top, #A50328, #75001B);
	background-image: -o-linear-gradient(top, #A50328, #75001B);
	background-image: linear-gradient(to bottom, #A50328, #75001B);

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	color: #fff;

	text-decoration: none;
	text-align: center;
	font-size: 1em;
}

.common_box .btn:hover {
	opacity: 0.8;
}


/* 190424_add */
.contact_box {
	margin: 20px 0 0;
}

.contact_box a {
	transition: all 0.3s ease;
}

.contact_box a:hover {
	opacity: 0.8;
}

/* 190314_add */
#top .topBanner01  {
	position: absolute;
	top: 200px;
	left: 25px;
}

#top .topBanner02 {
	position: absolute;
	top: 200px;
	right: 25px;
}

#top .topBanner03 {
	position: absolute;
	left: 300px;
	top: 200px;
}

#top .topBanner04 {
	position: absolute;
	top: 180px;
	width: 960px;
	text-align: center;
}

#top .topBanner05 {
	position: absolute;
	left: 30%;
	top: 200px;
}

#top .topBanner05 a{
	display:block;
	float:left;
	margin-left:10px;
}



/* 20190314_add */

#bread {
	width: 715px;
	margin: 25px 0 10px;
	padding: 0 0 0 245px;
	font-size: 11px;
}
#bread li {
	display: inline-block;
}
#bread li:after {
	content: "＞";
	padding: 0 2px 0 8px;
	margin: 0;
}
#bread li:last-child:after {
	content: "";
	padding: 0;
}

/* shop_common_ttl */
#shop .main_ttl {
	margin: 15px 0 25px;
	border-bottom: 1px solid #440000;
	color: #440000;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}
#shop .main_ttl span {
	font-size: 60%;
}
#shop h2.ttl {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 20px 0;
}

#shop .mv {
	text-align: center;
}

/* yukinoshita_add */
.aoyama #contents{
	background: #fff url(/images/bg_aoyama.jpg) no-repeat 0 0;
}
.kamakura.yukinoshita #contents{
	background: #fff url(/images/bg_yukinoshita.jpg) no-repeat 0 0;
}

/* 20181218_add */
.FS2_GroupList {
	display: none;
}

.FS2_body_Goods_GoodsGroupList_1 .menu,
.FS2_body_Goods_GoodsGroupList_2 .menu {
	margin: 0 0 30px;
}

.FS2_body_Goods_GoodsGroupList_1 .menu li,
.FS2_body_Goods_GoodsGroupList_2 .menu li {
	display: inline-block;
}
.FS2_body_Goods_GoodsGroupList_1 .menu li a,
.FS2_body_Goods_GoodsGroupList_2 .menu li a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.FS2_body_Goods_GoodsGroupList_1 .menu li a:hover,
.FS2_body_Goods_GoodsGroupList_2 .menu li a:hover {
	opacity: 0.5;
}

.FS2_body_Goods_GoodsGroupList_1 .menu .active,
.FS2_body_Goods_GoodsGroupList_2 .menu .active {
	opacity: 0.5;
}


/* 20181215_add */
.over {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a.over:hover {
	opacity: 0.8;
}
.bnr_list li {
	padding: 0 0 10px;
}
.bnr_list li:last-child {
	padding: 0;
}

/* sale_20180506_add */
.gabbeh_cushion {
	padding: 20px 0 0;
}

/* sale_20180112_add */
#sale .read {
	padding: 0 15px;
	margin: 20px 0 30px;
	line-height: 1.8;

	text-align: center;
	color: #000;
}
#sale .read .ttl {
	padding: 10px 0 15px 0;
	line-height: 1.6;
}
#sale .read .red {
	color: #ff0000;
}
#sale .read .privilege {
	border: 1px dotted #444;
	padding: 10px 10px 0 10px;
	margin: 10px 0 10px;
}
#sale .read .txt {
	font-size: .9em;
}
#sale .read .shop_list li {
	display: inline-block;
	padding: 0 10px;
}

/* 店舗共通 */
#shop .btn{
	padding: 10px 0;
	text-align: center;
}

#shop .contact{
	text-align: center;
	margin: 40px 0 0 0;
}

#shop .contact img{
	width: 100%;
}

#shop .contact img:hover{
	opacity: 0.8;
}

#shop .access_root{
	padding: 0 0 20px 0;
	text-align: center;
	line-height: 1.8;
}

#shop h2.sub_ttl {
	margin: 0 0 30px;
	padding: 0 0 10px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

#shop h3{
	text-align: center;
	padding: 20px 0 10px 0;
}

#shop h4{
	background: none;

	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	font-weight: bold;
}

#shop #contents .shop_list li {
	width: 46%;
	display: inline-block;

	line-height: 2;

	background: url(/images/icon_arrow.png) no-repeat 0 50%;
	padding: 0 0 0 10px;
}

#shop #contents .shop_photo {
	text-align: center;
	margin: 0 0 20px;
}

#shop #contents .shop_photo li {
	display: inline-block;
	margin: 0 -2px;
}

/* 20201010_add */
#shop .two_column .shop_photo li {
	padding: 0 10px;
}

#shop .two_column #contents .comment {
	text-align: center;
	margin: 0 0 40px;
}

#shop .two_column .info_box {
	background: #fff;
	margin: 0 auto 40px auto;
	width: 600px;
}

#shop .two_column .info_box .info {
	float: none;
	text-align: center;
	margin: 0 0 10px;
}
#shop .two_column .info_box .info .img_l,
#shop .two_column .info_box .info .address {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
#shop .two_column .info_box .info .address {
	width: 400px;
}

#shop .two_column .sub_ttl._pt2 {
	margin: 0 0 5px;
	padding: 0 0 10px 0;
	border: none;

	font-size: 1.4em;
	font-weight: bold;
	color: #c90003;
}

#shop .two_column .access_box {
	padding: 0 30px;
}

#shop .two_column .shop_photo {
	text-align: center;
	margin: 0 0 20px;
}


#shop #contents .info:after { height: 0; clear: both; visibility: hidden; display: block; content: ".";}

#shop #contents .info{
	padding: 20px 0 0 0;
}

#shop #contents .info .img_l{
	float: left;
	margin: 0 20px 0 0;
}

#shop #contents .info .address{
	float: left;
}

#shop #contents .info .img_l{
	vertical-align: middle;
}

#shop #contents .info b{
	display: block;
	font-weight: bold;
	color: #c90003;

	padding: 0 0 10px 0;
}

#shop #contents .info p{
	line-height: 1.8;
}


#shop #contents .info .call{
	background: url(/images/kamakura03.jpg) no-repeat 3% 50%;
	padding: 0 0 0 20px;
}

/* 本店
------------------------------------------------------------------------- */
.aoyama .map{
	text-align: center;
}

.aoyama .info_box{
	background: #fff;
	border-radius: 2px;
	padding: 0 0 10px 15px;
	margin: 0 0 40px 0;
}

/* 鎌倉店対応
------------------------------------------------------------------------- */

/* 20201010_add */
.kamakura .two_column #contents .burgain {
	width: 600px;
	margin: 0 auto 40px auto;
	background-position: center;
}

.kamakura .two_column #contentBox {
	background: none;
}

.kamakura .kamakura_ttl {
	text-align:center;
}

.kamakura #contentBox {
	background: url(/images/contents_bg_shop.png) repeat-y 0 0;
}

.kamakura #contents {
	background: #fff url(/images/bg_kamakura.jpg) no-repeat 0 0;
}

#shop #contents {
	color: #222;
}

.aoyama #contents .comment {
	text-align: left;
	margin: 0 0 40px;
}



.kamakura #contents .comment {
	text-align: left;
}
.aoyama #contents .comment p,
.kamakura #contents .comment p {
	line-height: 1.8;
}

.kamakura #contents .burgain {
	background: url(/images/kamakura_burgain_item.png) no-repeat 0 0;
	text-align: center;

	padding: 230px 0 0;
	margin: 0 0 40px;
}

.kamakura #contents .burgain_txt{
	font-size: 13px;
	font-weight: bold;

	color: #c90003;
}

.kamakura #contents .info .img_l{
	margin: -30px 20px 30px 0!important;
}


/* 190228_add_雪ノ下店
------------------------------------------------------------------------- */
.kamakura.yukinoshita .comment {
	margin: 0 0 30px;
}

/* 200630_add_熱海店
------------------------------------------------------------------------- */
.atami #contents.pre {
	background: #fff url(/images/shop/atami_bg.jpg) no-repeat 0 0;
}

/* 2015/07/17 アクセスページ改善 */

.access .btn{
	padding: 10px 0;
	text-align: center;
}

.access .info p{
	line-height: 1.6;
}

.access #aoyama{
	border-bottom: 1px solid #dfcfbf;
}

#shopinfo .arrow{
	background: url(/images/icon_arrow.png) no-repeat 0 50%;
	padding: 0 0 0 8px;
	margin: 10px 0 20px 0;
	font-size: 12px;
}

.arrow{
	background: url(/images/icon_arrow.png) no-repeat 0 50%;
	padding: 0 0 0 10px;
}




.plan_footer_menu dd{
    margin: 0 0 20px 0;
}

.countdown{
  width: fit-content;
  background: #fff;
  padding: 12px 15px 15px 15px;
  margin: 0 auto 20px auto;
  border-radius: 4px;
  text-align: center;
}
.countdown.sp {
	width: inherit;
    margin: 0 15px;
	border: 1px dotted #ccc;

	font-size: 1.2em;
}
.countdown.sp .txt {
	color: #cc0000;
}

.countdown.sp span {
	display: inline-block;
	margin: 10px 0 0;
}
.countdown .point{
  padding: 0;
  margin: 0;

  font-weight:bold;
  font-size: 13px;

  color: #5ca73c;
}
.countdown img {
    vertical-align: middle ;
    margin: -9px 0 0 0;
}
.countdown input {
	width: fit-content;
    border: none;
    font-size: 20px;
}
.countdown.sp input {
	width: 90%;
    text-align: center;
}

.ny_ttl {
	margin: 20px 0;

	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #cc0000;
}

.ny_caption {
	margin: 20px 20px 25px;

	text-align: center;
	line-height: 1.6;
	font-size: 1.1em;
	color: #000;
}

/* 上部へ戻るナビ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

/* キャンペーンページ */
.sale .bargainBox{
	width: 501px;
	margin: 0 auto 10px auto;
	padding: 0;
	position: relative;
	background:url(../images/campaign/bg_center.png) repeat-y;
}

.sale .bargainBox .inner{
	padding: 20px 0 0 0;
	background:url(../images/campaign/bg_top.png) no-repeat 0 0;
}

.sale .bargainBox .kazari{
	position: absolute;
	top: 3px;
	left: 3px;
}

.sale .bargainBox .kazari02{
	top: 3px;
	left: 3px;
}
.sale .bargainBox h4{
	background: none!important;
	border: none!important;
	margin: 0 0 15px 0!important;
	padding: 0!important;
}

.sale .bargainBox .comment{
	text-align: left;
	padding:0;
	color: #4d0b19;
	line-height: 1.6;
	width: 470px;
	/*margin-left:17px*/
}
.sale .bargainBox .lastBox{
	 margin: 0 0 20px;
   padding: 0 0 20px;
	  border: medium none;
}

.sale .bargainBox ul{
	margin: 0 0 20px 0;
}


.sale .bargainBox li{
	display: inline;
}

.sale .bargainBox li img{
	margin: 10px;
}

.sale .bargainBox .item{
	padding: 0 20px;
}

.sale .btnBox{
	width: 495px;
	margin: 0 auto 10px auto;
}

.sale .btnBox li{
	display: inline;
}



/* 旧キャンペーン */
.campBox{
	width: 480px;
	padding: 10px;
	margin: 0 auto;
}

.campBox .imgL{
	float: left;
	margin: 0 20px 20px 0;
}

.campBox p{
	text-align: left;
	line-height: 1.6;
}

.campBox .point{
	background: #f6f2e7;
	padding: 10px;
	margin: 0 0 10px 0;
}

.campBox .point b{
	color:#ab0000;
}

.campBox .point h3{
	padding: 10px 0 20px 0!important;
	margin:0!important;
	font-size: 18px;
	font-weight: bold;
}

.campBox h3{
	padding: 20px 0!important;
	margin: 0 0 0 0!important;
}

/* 2012/展示会告知 */

.accessBox{
	position: relative;
	padding: 10px 0 20px 0;
}

.accessBox .btn{
	position: absolute;
	top: 102px;
	left: 210px;
}

.accessBox .txt{
	position: absolute;
	top: 35px;
	left: 210px;
	text-align: left;
	color: #444;
}

.accessBox .txt b{
	font-size: 15px;
	color: #2c6300;
}

.accessBox .txt span{
	color: #950000;
}

.accessBox .alert{
	padding: 0 0 0 10px;
}

.accessBox .alert a{
	text-decoration: underline;
	color: #950000;
	font-size: 16px;
}

.accessBox .alert a:hover{
	color: #ca0000;
}

/* 2011/クリーニングキャンペーン */
.cleaning{
	background: #fff!important;
}

.cleaning h2{
	margin: 0 0 0 -20px;
	padding: 0 0 20px 0;
}

.cleaning p{
	line-height: 1.6;
	color: #444;
}

.cleaning .fL {
	float: left;
	padding: 0 20px 0 0;
}

.cleaning .orange {
	color: #ff6600;
}


/* 2010/クリスマスフェア */
.commonBox {
  padding: 10px 20px;
  color: #48331c;
  line-height: 1.8;
}

.commonBox a {
  text-decoration: underline;
  color: #ff0000;
}

.commonBox b {
  color: #af0707;
}

.commonBox b.sale {
  font-size: 14px;
}

.paddingBox {
  padding-right: 10px;
  padding-left: 10px;
}

.tableBase {
  margin-bottom: 20px;
  width: 100%;
}

.tableBase th {
  background: url(../images/table_bg.png) repeat-x left top;
  width: 25%;
  text-align: left;
  padding: 20px;
  font-weight: normal;
  vertical-align: middle;
}

.tableBase td {
  background: url(../images/table_bg.png) repeat-x left top;
  padding: 20px;

  vertical-align: middle;
}

.tableBase .corp_logo {
	width: 60px;
	vertical-align: middle
}

.tableColor {
  margin-right: 10px;
  margin-left: 10px;
  border: 2px solid 3A1A00;
}

.tableColor td, .tableColor th {
  border: 1px solid #AC9677;
  padding: 3px 5px;
}

.tableColor th {
  background: #E7D7B8;
}

.tableColor td {
  background: #F4F0E3;
}

.tableColor td.white {
  background: #FBF9F4;
  color: #990000;
}

#cleaning #contents dl {
  padding-right: 10px;
  padding-left: 10px;
}

#cleaning #contents dt {
  color: #851F20;
  margin-bottom: 5px;
}

#cleaning #contents dd {
  margin-bottom: 10px;
}

/* ペルシャ絨毯を敷いた例 */
#sample .sampleBox{
	font-size: 13px;
}

.sampleBox .left {
  float: left;
  padding-right: 5px;
  width: 225px;
}

.sampleBox .right {
  padding-left: 5px;
  width: 225px;
  float: left;
  text-align: left;
}

.sampleBox p {
  padding: 5px;
  border-bottom: 1px dotted #A56F43;
}

.textPhotoBox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.textPhotoBox {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .textPhotoBox {
  height: 1%;
}

.textPhotoBox {
  display: block;
}

/* End hide from IE-mac */
.textPhotoBox .left {
  float: left;
  width: 70%;
}

.textPhotoBox .right {
  float: right;
}

#info .textPhotoBox .left {
  width: 400px;
}

/* 20201113_add */
#info .textPhotoBox .left p {
	line-height: 1.8;
}

#info .textPhotoBox .left b.red {
	font-weight: bold;
	color: #cc0000;
}

#info .textPhotoBox .left h3.h3_info_ttl {
	font-weight: bold;
	color: #cc0000;
	margin: 0;
}

#info .textPhotoBox.bb {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #e3d8be;
}

#history .textPhotoBox .left {
  width: 100%;
  float: none;
}

#info .textPhotoBox .right img {
  border: 1px solid #D9B38C;
}

#profile iframe {
  border: 5px solid #FFFFFF;
  padding: 0px;
  margin: 10px 0px 5px;
}

#profile .carMap {
  text-align: left;
  padding-top: 10px;
}

#profile .carMap img {
  border: 5px solid #FFFFFF;
  padding: 0px;
}

#ad #contents ul {
  margin-left: 10px;
  margin-bottom: 30px;
}

#ad #contents li {
  margin-bottom: 5px;
}

#ad .tableColor {
  width: 600px;
	margin: 0 auto 40px auto;
}

#ad .tableColor td {
	padding: 10px;
}

#area ul.area {
  margin: 0px 0px 0px 5px;
  padding: 3px 5px;
  width: 355px;
  float: right;
  font-size: 11px;
  background: #FAF8F1;
}

#area ul.area li {
  border-bottom: 1px dotted #E7E7E7;
}

#cleaning #contents h2 {
  margin-bottom: 10px;
}

#cleaning #contents h3 {
  margin-bottom: 10px;
}

#cleaning #contents ul {
  background: #FCFBF8;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
}

#cleaning #contents li {
  list-style: disc url(none);
}

#cleaning #contents #after {
  text-align: center;
  margin: 0px;
  padding: 0px;
  background: url(none);
}

#cleaning #contents #after li {
  margin: 0px 0px 20px;
  padding: 0px;
  list-style: none;
}

#cleaning .mainte {
  background: url(../images/cleaning07.png) no-repeat 10px center;
  height: 61px;
  display: block;
  margin-bottom: 30px;
  border-top: 2px solid #957657;
  border-bottom: 2px solid #957657;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
}

#cleaning .mainte img {
  position: absolute;
  left: 285px;
  top: 5px;
}

#cleaning div img.floatLeft {
  padding-right: 20px;
}

#sale.count p {
  margin-bottom: 0px;
}

#sale #contents {
  padding: 0px;
  width: 520px;
  background: #FFFFFF;
}

#sale #contents p.irregular {
  margin-bottom: 0px;
}

#sale #contents .bg {
  background: #EEE9D5;
  text-align: center;
}

#sale #contents .seleItem {
  text-align: center;
}

#whatsnew #contents h2 {
  margin-bottom: 10px;
}

#whatsnew #contents .title {
  margin-bottom: 20px;
  padding: 30px 30px 0px;
}

#whatsnew #contents .time {
  font-size: 12px;
  color: #660000;
  margin-bottom: 5px;
}

#whatsnew #contents .text {
  font-size: 16px;
  color: #301303;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

#whatsnew.news #contents .title {
  padding: 20px 20px 0px;
  margin-bottom: 0px;
}

#whatsnew.news #contents .time {
  font-size: 12px;
  margin-bottom: 8px;
}

#whatsnew.news #contents .text {
  font-size: 25px;
  color: #301303;
  padding-bottom: 15px;
  border-bottom: 1px solid #DBCEA4;
  margin-bottom: 15px;
  line-height: 1.2em;
}

#whatsnew.news #contents .newsContent {
  padding: 0px 20px 20px;
  margin-bottom: 20px;
}

#sale .tbox {
  padding-top: 0px;
  padding-bottom: 20px;
  text-align: center;
  color: #176176;
}

#sale .tbox img {
  padding-bottom: 7px;
  padding-right: 5px;
}

#sale .tbox input {
  width: 280px;
  color: #59122C;
  border: 0px solid #FFF;
  display: inline;
  font-size: 25px;
  font-weight: bold;
  padding: 0px;
}

/* 2010/クリスマスフェア */
.xmasBox {
  padding: 10px 20px;
  color: #48331c;
}

.xmasBox a {
  text-decoration: underline;
}

.xmasBox .price {
  font-size: 16px;
  color: #da0f35;
}

/* 2011無金利キャンペーン */
#contents.rate {
  width: 520px;
  padding: 0;
  margin: 0;
  color: #312112;
}

.rateBox00,
.rateBox01,
.rateBox02,
.rateBox03,
.rateBox04 {
  position: relative;
  width: 500px;
  margin: 10px;
  padding: 0;
  line-height: 1.8;
}

.rateBox00 .inner {
  position: absolute;
  top: 50px;
  left: 15px;
}

.rateBox00 .inner span {
  font-size: 12px;
  color: #ff6600;
}

.rateBox01 .inner {
  position: absolute;
  top: 396px;
  left: 45px;
}

.rateBox02 .inner {
  position: absolute;
  top: 48px;
  left: 141px;
  width: 350px;
}

.rateBox03 .inner {
  position: absolute;
  top: 383px;
  left: 20px;
  width: 460px;
}

.rateBox04 .inner {
  position: absolute;
  top: 140px;
  left: 12px;
}

.rateBox04 .inner02 {
  position: absolute;
  top: 184px;
  left: 185px;
}

.inner b {
  color: #da0500;
}

.inner a {
  color: #da0500;
  text-decoration: underline;
}

.inner .small {
  font-size: 10px;
  color: #da0500;
}

.bnrRate {
  text-align: center;
	margin: 0 0 20px;
}

.tac {
  text-align: center;
}

.sabTitle {
	width: 500px;
}

.sabTitle p{
	color: #957657;
	margin: 0 0 0 10px;
	line-height: 1.8;
	text-align:center;
}


/* ギャッベ特集ページ
----------------------------------------------------------------- */
#contents2 {
	width: 707px;
	float: left;
	padding-left: 20px;
	background: #EEE8D4;
	padding-bottom: 40px;
}

#contentBox2 {
	width: 960px;
	margin: 0 auto;
	background: url(../images/contents_bg2.png) repeat-y center top;
}

#pan2 {
	width: 715px;
	background: url(../images/navi_bg2.png) no-repeat;
	padding-left: 245px;
	font-size: 11px;
	height: 22px;
	padding-top: 10px;
	margin: auto;
}
#pan2 p {
	float: left;
}
#pan2 h1 {
	float: left;
	color: #666666;
}
/* シルク */
#spsl{
	color:#333;
	font-size:13px;
}
#spsl .box01{
	margin:20px 0;
	width:704px;
	height:316px;
	background:url(../images/spsl_back02.jpg) no-repeat center top;
	position:relative;
}
#spsl .box01 h2{
	position:absolute;
	top:15px;
	right:40px;
}
#spsl .box01 p{
	width:380px;
	margin:0 0 0 16px;
	padding:16px 0 0 0;
	line-height:1.7;
}

#spsl .box02{
	width:704px;
	height:379px;
	background:url(../images/spsl_back03.jpg) no-repeat center top;
	margin:20px 0 30px;
	position:relative;
	color:#fff;
}
#spsl .box02 p{
	width:270px;
	margin:15px;
	line-height:1.7;
}
#spsl .box02 h3{
	width:257px;
	padding:15px 0 0 0;
	margin-left:15px;
	border-bottom:1px solid #fff;
}

#spsl .box03{
	width:704px;
	height:379px;
	background:url(../images/spsl_back04.jpg) no-repeat center top;
	margin:20px 0 30px;
	position:relative;
	color:#fff;
}
#spsl .box03 p{
	width:270px;
	line-height:1.7;
	position:absolute;
	top:115px;
	right:15px;
}
#spsl .box03 h3{
	position:absolute;
	right:26px;
	top:15px;
	width:257px;
	border-bottom:1px solid #fff;
}

#spsl .bold{
	font-weight:bold;
}
#spsl .big{
	font-size:15px;
}

#spsl .box04{
	background:url(../images/spsl_back05.png) no-repeat right top #e6dbc8;
	overflow:hidden;
}
#spsl .box04 .img{
	margin:20px;
	float:left;
}

#spsl .box04 h3{
	margin:25px 0 20px 10px;
}
#spsl .box04 p{
	margin:0 20px 0 10px;
	line-height:1.8;
}
#spsl .box04 ul{
	margin:15px 0 0;
}
#spsl .box04 ul li{
	margin:5px 0;
}


#spsl .box05{
	position:relative;
}
#spsl .box05 h3{
	margin:30px 0 10px;
}
#spsl .box05 p.txt{
	position:absolute;
	top:20px;
	right:0px;
	line-height:1.9;
	font-size:12px;
}
#spsl .box05 .list{
	background:url(../images/spgb_back03.jpg) no-repeat center top;
	width:707px;
	height:636px;
	margin:5px auto 40px;
	padding:20px 0 0 0;
}
#spsl .box05 .list ul{
	text-align:center;
	background:url(../images/sp_border.png) no-repeat center bottom;
	padding:0 0 8px;
}
#spsl .box05 .list ul.last{
	background:none!important;
}

#spsl .box05 .list ul li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:145px;
	margin:10px 9px;
	position:relative;
}
#spsl .box05 .list ul li .size{
	border-top:1px solid #661411;
	border-bottom:1px solid #661411;
	color:#661411;
	padding:5px 0 3px;
	margin:5px 0 8px;
	font-weight:bold;
}
#spsl .box05 .list ul li .look{
	position:absolute;
	right:5px;
	top:80px;
}
#spsl .box05 .list ul li .price{
	color:#661411;
	font-weight:bold;
	font-size:15px;
	float:right;
	margin-right:2px;
}

#spsl .sizeMenu ul{
	margin:15px auto;
	text-align:center;
}
#spsl .sizeMenu ul li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:3px;
}
#spsl .box05 .list ul li a:hover,
#spsl .sizeMenu ul li a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*ギャッベ*/
#spgb{
	color:#333;
	font-size:12px!important;
}
#spgb .box01{
	width:704px;
	height:163px;
	background:url(../images/spgb_back01.jpg) no-repeat center top;
}
#spgb .box01 h2{
	padding:52px 30px;
}
#spgb .box02{
	width:704px;
	height:390px;
	background:url(../images/spgb_back02.jpg) no-repeat center top;
	margin:20px 0 30px;
	position:relative;
}
#spgb .box02 h3{
	position:absolute;
	top:15px;
	right:53px;
}
#spgb .box02 .txtTop{
	line-height:1.5;
	position:absolute;
	top:10px;
	left:20px;
}
#spgb .box02 .txtBottom{
	line-height:1.5;
	width:520px;
	position:absolute;
	bottom:5px;
	right:180px;
	text-align:right;
}
#spgb .bold{
	font-weight:bold;
}
#spgb .big{
	font-size:15px;
}
#spgb .box02 .example{
	position:absolute;
	bottom:-150px;
	right:0;
}
#spgb .box03 h3{
	margin:0 0 15px;
}
#spgb .box03 h4{
	width:704px;
	height:60px;
	background:url(../images/spgb_ttlback.png) no-repeat left top;
	padding:7px 0 0 0;
}
#spgb .box03 ul li{
	margin:0 0 20px;
	padding:0!important;
	position:relative;
	text-align:center;
}
#spgb .box03 ul li p{
	position:absolute;
	top:15px;
	right:20px;
	text-align:left;
	line-height:1.6;
}
#spgb .box03 ul li .imgBox{
	background:#fff;
	width:704px;
}
#spgb .box03 ul li .imgBox img{
	margin:0 15px;
}

#spgb .box04{
	position:relative;
}
#spgb .box04 h3{
	margin:30px 0 10px;
}
#spgb .box04 p.txt{
	position:absolute;
	top:20px;
	right:20px;
	line-height:1.9;
}
#spgb .box04 .list{
	background:url(../images/spgb_back03.jpg) no-repeat center top;
	width:707px;
	height:636px;
	margin:5px auto 40px;
	padding:20px 0 0 0;
}
#spgb .box04 .list ul{
	text-align:center;
	background:url(../images/sp_border.png) no-repeat center bottom;
	padding:0 0 8px;
}
#spgb .box04 .list ul.last{
	background:none!important;
}

#spgb .box04 .list ul li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:145px;
	margin:10px 9px;
	position:relative;
}
#spgb .box04 .list ul li .size{
	border-top:1px solid #661411;
	border-bottom:1px solid #661411;
	color:#661411;
	padding:5px 0 3px;
	margin:5px 0 8px;
	font-weight:bold;
}
#spgb .box04 .list ul li .look{
	position:absolute;
	right:5px;
	top:80px;
}
#spgb .box04 .list ul li .price{
	color:#661411;
	font-weight:bold;
	font-size:15px;
	float:right;
	margin-right:2px;
}

#spgb .sizeMenu ul{
	margin:15px auto;
	text-align:left;
}
#spgb .sizeMenu ul li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:3px;
}
#spgb .box04 .list ul li a:hover,
#spgb .sizeMenu ul li a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/* kilim */
#kilim .imgLeft{
	float:left;
}
#kilim .imgRight{
	float:right;
}
#kilim{
	color:#333;
	font-size:12px!important;
}
#kilim .box01{
	width:704px;
	height:494px;
	background:url(../images/kilim_main01.jpg) no-repeat center top;
	position:relative;
}
#kilim .box01 h2{
	padding:56px 25px;
}

#kilim .box01 h3{
	position:absolute;
	top:300px;
	right:100px;
}
#kilim .box01 p{
	width:380px;
	position:absolute;
	top:350px;
	right:35px;
	line-height:1.7;
}

#kilim .box02{
	width:704px;
	height:140px;
	background:url(../images/kilim_back01.jpg) repeat center top;
	margin:20px 0 30px;
	position:relative;
}
#kilim .box02 h3{
	padding:10px 20px;
}
#kilim .box02 p{
	margin:0 20px;
	line-height:1.7;
}

#kilim .box02 .txtTop{
	line-height:1.5;
	position:absolute;
	top:10px;
	left:20px;
}
#kilim .box02 .txtBottom{
	line-height:1.5;
	width:520px;
	position:absolute;
	bottom:5px;
	right:180px;
	text-align:right;
}

#kilim .box03{
	background:url(../images/kilim_line.png) no-repeat center bottom;
	padding-bottom:20px;
}
#kilim .box03 h3{
	margin:0 0 20px 0;
}
#kilim .box03 ul li{
	margin:0 0 10px 0;
}
#kilim .box03 ul li .pop01{
	background:url(../images/kilim_back02.png) no-repeat left top;
	margin-left:207px;
	height:202px;
}
#kilim .box03 ul li .pop02{
	background:url(../images/kilim_back03.png) no-repeat left top;
	height:202px;
}
#kilim .box03 ul li h4{
	padding:15px 25px;
}
#kilim .box03 ul li .pop01 p{
	line-height:1.7;
	width:430px;
	margin:5px 0 0 40px;
}
#kilim .box03 ul li .pop02 p{
	line-height:1.7;
	width:430px;
	margin:5px 0 0 25px;
}
#kilim .box04{
	background:url(../images/kilim_line.png) no-repeat center top;
	padding-top:5px;
	position:relative;
}
#kilim .box04 h3{
	margin:30px 0 10px;
}
#kilim .box04 p.txt{
	position:absolute;
	top:35px;
	right:5px;
	line-height:1.7;
}
#kilim .box04 .list{
	background:url(../images/spgb_back03.jpg) no-repeat center top;
	width:707px;
	height:837px;
	margin:5px auto 30px;
	padding:20px 0 0 0;
}
#kilim .box04 .list ul{
	text-align:center;
	background:url(../images/sp_border.png) no-repeat center bottom;
	padding:0 0 8px;
}
#kilim .box04 .list ul.last{
	background:none!important;
}

#kilim .box04 .list ul li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:145px;
	margin:12px 8px;
	position:relative;
}
#kilim .box04 .list ul li .size{
	border-top:1px solid #661411;
	border-bottom:1px solid #661411;
	color:#661411;
	padding:5px 0 3px;
	margin:5px 0 8px;
	font-weight:bold;
}
#kilim .box04 .list ul li .look{
	position:absolute;
	right:5px;
	top:80px;
}
#kilim .box04 .list ul li .price{
	color:#661411;
	font-weight:bold;
	font-size:15px;
	float:right;
	margin-right:15px;
}
#kilim .box04 .list ul li .tax{
	*float:left;
}
#kilim .box05{
	margin:20px 0 30px 0;
	background:url(../images/kilim_back04.jpg) repeat left top;
	width:663px;
	padding:15px 20px;
}
#kilim .box05 p{
	width:380px;
	line-height:1.8;
}
#kilim .box05 h3, #kilim .box05 h4{
	margin-bottom:15px;
}
#kilim .box05 .imgRight{
	margin-top:5px;
}
#kilim .box03 span.attention{
	color:#585858;
	padding-top:10px;
}

#kilim .sizeMenu ul{
	margin:15px auto;
	text-align:left;
}
#kilim .sizeMenu ul li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:3px;
}
#kilim .box04 .list ul li a:hover,
#kilim .sizeMenu ul li a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


/* redKashan */
#kashan .imgLeft{
	display:block;
	float:left;
}
#kashan{
	color:#333;
	font-size:12px!important;
}
#kashan .box01{
	width:705px;
	height:566px;
	background:url(../images/red_main01.jpg) no-repeat center top;
	position:relative;
}
#kashan .box01 h2{
	position:absolute;
	left:45px;
	bottom:70px;
}
#kashan .box01 .txt{
	position:absolute;
	left:120px;
	top:365px;
}
#kashan .box01 h3{
	position:absolute;
	bottom:23px;
	left:33px;
}
#kashan .box01 .pop01{
	position:absolute;
	top:5px;
	left:5px;
}

#kashan .box02{
	margin:20px 0 20px;
	position:relative;
}
#kashan .box02 ul li{
	width: 340px;
	height: 300px;
	display: inline-block;
	vertical-align: top;
}
#kashan .box02 h3{
	padding: 7px 12px;
}

#kashan .box02 p{
	margin: 7px 20px;
	line-height:1.7;
}

#kashan h4 {
	background: none;
}

#kashan .box02 .point01{background:url(../images/red_back01.jpg) no-repeat;}
#kashan .box02 .point02{background:url(../images/red_back02.jpg) no-repeat;}
#kashan .box02 .point03{background:url(../images/red_back03.jpg) no-repeat;}
#kashan .box02 .point04{background:url(../images/red_back04.jpg) no-repeat;}

#kashan .box03{
	background:url(../images/red_back05.jpg) no-repeat center bottom;
	padding-top:20px;
}
#kashan .box03 h3{
	margin:0 0 15px 0;
	padding-top:25px;
}
#kashan .box03 .imgLeft{
	margin:15px;
}
#kashan .box03 p{
	margin:10px 20px 0 300px;
	line-height:1.6;
}

#kashan .box04{
	position:relative;
}
#kashan .box04 h3{
	margin:30px 0 10px;
}
#kashan .box04 p.txt{
	position:absolute;
	top:15px;
	right:5px;
	line-height:1.7;
}
#kashan .box04 .list{
	background:url(../images/red_back06.jpg) no-repeat center top;
	width:707px;
	height:435px;
	margin:5px auto 40px;
	padding:20px 0 0 0;
}
#kashan .box04 .list ul{
	text-align:center;
	background:url(../images/sp_border.png) no-repeat center bottom;
	padding:0 0 8px;
}
#kashan .box04 .list ul.last{
	background:none!important;
}

#kashan .box04 .list ul li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:145px;
	margin:12px 8px;
	position:relative;
}
#kashan .box04 .list ul li .size{
	border-top:1px solid #661411;
	border-bottom:1px solid #661411;
	color:#661411;
	padding:5px 0 3px;
	margin:5px 0 8px;
	font-weight:bold;
}
#kashan .box04 .list ul li .look{
	position:absolute;
	right:5px;
	top:80px;
}
#kashan .box04 .list ul li .price{
	color:#661411;
	font-weight:bold;
	font-size:15px;
	float:right;
	margin-right:15px;
}
#kashan .box04 .list ul li .tax{
	*float:left;
}
#kashan .box04 .list ul li a:hover,
#kashan .sizeMenu ul li a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.topbnrGabbeh{
	background: #e3d9bc;
	width: 520px;
	padding:10px 0 3px;
	position: relative;
	left: -20px;
	margin:12px 0 10px 0;
}
/*.topbnrGabbeh a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}*/
.topbnrSilk{
	position:relative;
	left:-20px;
}
/*.topbnrSilk a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}*/

/*
#topicsBox{
	border-top: 1px solid #DAC090;

}
*/
ul .btn {
	float: left;
	margin-left: 140px;
}
.boxbtn {
	border-bottom: 1px dotted #C49C9A;
	padding-bottom:20px;
}

/* バーゲンページ改修 */

.cushion{
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #c59c9a;
}

.category{
	padding: 0 0 20px 0;
}

.info_box:after { content: ".";display: block;clear: both;height: 0;visibility: hidden;}

.info_box h4{
	font-size: 18px!important;
	font-weight: bold!important;
	text-align: left;
	margin: 0 0 20px 0;
	width: 350px;
}


.info_box .material,
.info_box .size,
.info_box .size2,
.info_box .size3{
	border-radius: 4px;
	padding: 2px 10px;
	font-size: 10px;
	color: #fff;
}

.info_box .material{
	background: #8c4c49;
}

.info_box .size{
	background: #528431;
}

.info_box .size2{
	background: #f58518;
}

.info_box .size3{
	background: #f54218;
}

.info_box .info{
	text-align:left;
	float:left;
}

.info_box .price_box{
	float:right;
	margin: -33px 0 0 0;
	font-size: 15px;
}

.info_box .price_box .window{
	position: absolute;
	top: -25px;
	right: 10px;

	border-radius: 4px;
	padding: 2px 10px;
	background: #d6a93c;

	letter-spacing: 1.4px;
	font-weight: bold;
	color: #503100;
}

.info_box .price_box .finish{
	font-weight: bold;
	color: #c7000a;
	background: url(../images/burgain_arrow.png) no-repeat 0 3px;
	background-size: 15px;
	padding: 0 0 0 20px;
}


/* balloon-2 bottom */
#balloon-2-bottom {
	position: relative;
	display: inline-block;
	padding: 0 5px;
	margin: 0 0 0 175px;

	width: auto;
	min-width: 70px;
	height: 25px;
	color: #351600;
	line-height: 25px;
	text-align: center;
	background: #d6a93c;
	z-index: 0;
	border-radius: 4px;

	font-weight: bold;
}
#balloon-2-bottom:after {
	content: "";
	position: absolute;
	bottom: -5px; left: 55%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #d6a93c transparent transparent transparent;
}
