<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


/* ==============================================================================
=================================================================================
=================================================================================
  RESET

a:link     { text-decoration:underline; color:#655F47 }
a:visited  { text-decoration:underline; color:#998D86 }
a:active   { text-decoration:underline; color:#A2D29E }
a:hover    { text-decoration:underline; color:#A2D29E }
body,tr,td { font-size: 9pt; color:#343434;}

=================================================================================
=================================================================================
============================================================================== */


/* ==============================================================================
=================================================================================
=================================================================================
  CONTENTS
=================================================================================
=================================================================================
============================================================================== */


/* ==============================================================================
  TOP PAGE
============================================================================== */

/* トップインフォメーション
---------------------------------------------- */


.info {
	padding:2%;
	background:#EBE9E4;
	margin-bottom:20px;
}

.info h1 {
	margin:15px 0;
}

.info p {
	line-height:200%;
	margin:15px 0;
}



/* 特集スライド
---------------------------------------------- */

.events {
	padding-bottom:20px;
	margin-bottom:50px;
}

.bx-wrapper  {
	position: relative;
	*zoom: 1;
}

.event_slider {
	width:100%;
}

.event_slider img {
	width:100%;
	height:auto;
}

.event_slider ul li {
	list-style:none;
  display: inline-block;
  /display: inline;
  /zoom: 1;
}


/* スライド_ページャー
----------------------- */

.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  /display: inline;
  /zoom: 1;
}

.bx-pager {
	overflow: hidden;
	width:100%;
	position:absolute;
	bottom:-20px;
	text-align:right;
	z-index:1;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #655F47;
	text-indent: 9999px;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	border-radius: 50%;
		-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #A2D29E;
}

.bx-wrapper .bx-prev {
	display:block;
	left: 0;
}

.bx-wrapper .bx-next {
	display:block;
	left: 30px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom:-33px;
	outline: 0;
	font-size:25px;
	font-weight:900;
	text-decoration:none;
	z-index: 1;
}



/* 新着アイテム
---------------------------------------------- */

.new_arrivals {
	margin-bottom:50px;
	border-top:1px solid #655F47;
	border-bottom:1px solid #655F47;
	padding:30px 0;
}

.new_arrivals h1 {
	font-size:25px;
	background: url(/shop/top_img/new_arrival.png) no-repeat;
	background-size:contain;
	text-indent:-9999px;
}


/* カルーセル
----------------------- */

.thumbnail{
	margin:25px 2% 15px;
}

.carousel {
	width:100%;
}

.carousel img {
	width:100px;
	height:auto;
}

.carousel ul li {
	list-style:none;
  display: inline-block;
  /display: inline;
  /zoom: 1;
	margin:5px;
}


/* リスト
----------------------- */

.new_arrival_list {
	margin-top:20px;
	padding:10px;
	background-color: #fbf9f4 ;
}

.new_arrival_list_scl{
	height: 100px; 
	overflow: auto;
}

.new_arrival_list_scl table{
	width:100%;

    box-sizing: border-box;
		-webkit-box-sizing: border-box;
	    	-moz-box-sizing: border-box;
}

.new_arrival_list_scl table th {
	width:25%;
	padding:2px 2%;
}

.new_arrival_list_scl table td {
	width:66%;
	padding:2px 2%;
}


/* バナー郡
---------------------------------------------- */

.events_bn {
	width:48%;
	float:left;
	text-align:left;
}

.events_bn ul{
	list-style:none;
}

.events_bn ul li{
	float:left;
	margin:5px 0;
	width:100%;
}

.events_bn ul li:first-child{
	margin-top:0;
	margin-bottom:0;
}

.events_bn ul li img {
	width:100%;
	height:auto;
}

.events_bn ul li.half{
	width:48%;
}

.events_bn ul li.half_R{
	width:48%;
	margin-left:4%;
}


/* information
---------------------------------------------- */

.info_list {
	width:48%;
	float:right;
	padding-right:7px;
	
	border:solid 1px  #EBE9E4;

    box-sizing: border-box;
		-webkit-box-sizing: border-box;
	    	-moz-box-sizing: border-box;
}

.info_list h1{
	margin:10px 0 0 10px;
	font-size:18px;
	background: url(/shop/top_img/information.png) no-repeat;
	background-size:contain;
	text-indent:-9999px;
}

.info_list_scl{
	height: 300px; 
	overflow: auto;
	margin:20px 0;
}

.info_list_scl dl{
	width:94%;
	margin:0 3%;
	text-align:left;
	line-height:150%;
}

.info_list_scl dl dt {
	width:100%;
	padding:10px 0 2px;
	border-bottom:1px solid #EBE9E4;

}

.info_list_scl dl dd {
	width:95%;
	padding:2px 0 0 5%;
	margin:0;
}



/* ==============================================================================
  FREE PAGE
============================================================================== */

/* パンくず
---------------------------------------------- */

.pankuzu {
	margin:0 0 30px;
	padding:10px;
	border-bottom:#EBE9E4 solid 1px;
	text-align:left;
}

.pankuzu_B {
	margin:0 0 30px;
	padding:10px;
	border-top:#EBE9E4 solid 1px;
	text-align:left;
	overflow:hidden;
}

.pankuz_L {
	width:78%;
	padding:1%;
	float:left;
}

.pankuz_R {
	width:18%;
	float:right;
	text-align:center;
	padding:1%;
	background-color:#EBE9E4;
}

.pankuz_R a {
	text-decoration:none;
}




/* コンテンツ内
---------------------------------------------- */

.article {
	padding-bottom:20px;
	margin-bottom:50px;
	overflow:hidden;
}

/* カラー */

#sp_color_pink {
}


/* ページトップのメイン画像 */

.head_img {
	margin-bottom:50px;
}

.head_img img {
	width:100%;
	height:auto;
}


.b_100 {
	margin-bottom:50px;
	overflow:hidden;
}

.b_100 img {
	width:100%;
	height:auto;

	border:solid 1px  #EBE9E4;

    box-sizing: border-box;
		-webkit-box-sizing: border-box;
	    	-moz-box-sizing: border-box;
}

.intro img {
	width:100%;
	height:auto;
}


/* 商品ピックアップ(画像のみ) */

.item_pickup{
	padding:30px 0 0 ;
	overflow:hidden;
}

.item_pickup h2.text{
	margin-bottom:20px;
	padding:10px;
	text-align:left;
	height:auto;
	text-indent:0;
	border-top:none;
	border-left:solid 6px #A2D29E;
	background:#655F47;
	color:#A2D29E;
	font-weight:bold;
}

.item_pickup h2{
	margin-bottom:20px;
	height:80px;
	text-indent:-9999px;
	border-top:1px solid #655F47;
}

.item_pickup p{
	text-align:left;
}

.item_pickup ul{
	width:100%;
	margin:10px auto;
}

.item_pickup li{
	list-style:none;
	float:left;
	width:31.3%;
	margin:1%;
}

.item_pickup li img{
	display:block;
	width:100%;
	height:auto;
}

.item_pickup li span{
	display:block;
	padding:5px;
	background:#EBE9E4;	
}



/* 商品一覧 */

.all_items{
	padding:30px 0  0;
	margin-bottom:50px;
}

.all_items h2{
	margin-bottom:20px;
	height:80px;
	text-indent:-9999px;
	border-top:1px solid #655F47;
}

.all_items a {
	text-decoration:none;
}

.all_items a:link     {
	color:#998D86
}
.all_items a:hover    {
	color:#A2D29E
}


/* ======== */
.cate_list {
	margin:20px 0 ;
	list-style:none;

	*zoom: 1;
	position: relative; 
	z-index: 1; 
}

.cate_list:before, 
.cate_list:after {
	content: "";
	display: table;
}

.cate_list:after{
	clear: both;
}

.cate_list li{
	float:left;
	width:31%;
	margin:1%;
	
	 position: relative;
}

.cate_list li img{
	width:100%;
	height:auto;
}


/* ======== */
.cate_list li ul {
	list-style:none;
	width:100%;
	background:#EBE9E4;

	position: absolute;
	left: 0;
	padding: 15px 0;

	top: 50%;
	opacity: 0;
		filter:alpha(opacity=0);
	visibility: hidden;
	transition: .5s;
		-webkit-transition: .5s;
			-moz-transition: .5s;
}

.cate_list li:hover ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
		filter:alpha(opacity=100);
	z-index:2;
}

.cate_list li ul li{
	float:none;
	width:auto;
	padding:6px 1%;
}

.cate_list li ul li:hover{
	background: #655F47;
}





/*  注意事項 */

.chuui {
	text-align:left;
	border: solid 1px #a9a9a9;
	padding:0 0 15px;
}

.chuui h3 {
  background-color : #EBE9E4;
  padding:10px;
  margin: 0 0 15px;
}
	
.chuui p {
	padding:5px;
	margin:0 15px ;
}

/* TAB cate_nav */

.tabnav .nav {
			    display:-webkit-box;
    		display:-ms-flexbox;
		display: -webkit-flex;
	display:flex;
			    -webkit-justify-content: flex-end;
    		-ms-flex-pack: flex-end;
		-webkit-box-pack: flex-end;
	justify-content: flex-end;
	list-style:none;
}

.tabnav .nav li{
	padding:5px 10px;
	margin:0 2px -1px;
	border:solid 1px #52463F;
					-o-border-radius: 3px 3px 0 0;
				-moz-border-radius: 3px 3px 0 0;
			-webkit-border-radius: 3px 3px 0 0;
		-ms-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.tabnav .nav li.on{
	background:#52463F;
}

.tabnav .nav li.on a{
	color:white;
}

.tabnav .nav li a{
	text-decoration:none;
}

.tabnav .nav li:last-child{
	border:none;
}


/* 誕生石特集ページ
----------------------- */

/* 誕生石の説明 */

.birth_stone_article {
	background: url(/shop/upfile/free/special/birthstone/birth_stone_about.png) no-repeat;
	background-position:right bottom;
	background-size: 50% auto;
	padding:30px 0 60px;
	margin-bottom:50px;
}

.birth_stone_article h2 {
	background: url(/shop/upfile/free/special/birthstone/birth_stone_h2.png) no-repeat;
	background-position:left top;
	background-size: 100% auto;
	text-indent:-9999px;
	height:80px;
	margin-bottom:20px;
}

.birth_stone_article p {
	line-height:180%;
}


/* 今月の誕生石の説明 */

.birth_stone_month_article {
	text-align:left;
	padding:30px 0 0;
	margin-bottom:50px;
}

.birth_stone_month_article h2{
	border-top:1px solid #655F47;
	margin-bottom:20px;
	text-indent:-9999px;
	height:80px;
}

.birth_stone_month_article p{
	padding:10px 20px;
}

#birth_4 {
	background: url(/shop/upfile/free/special/birthstone/birth_stone_4.png) no-repeat;
	background-position:left top;
	background-size: 100% auto;
}

#birth_5 {
	background: url(/shop/upfile/free/special/birthstone/birth_stone_5.png) no-repeat;
	background-position:left top;
	background-size: 100% auto;
}


/* 商品ピックアップ */

.birth_stone .item_pickup h2 {
	background: url(/shop/upfile/free/special/birthstone/birth_stone_pickup.png) no-repeat;
	background-position:left top;
	background-size: 100% auto;
}

/* 商品一覧 */

.birth_stone .all_items h2 {
	background: url(/shop/upfile/free/special/birthstone/birth_stone_allitems.png) no-repeat;
	background-position:left top;
	background-size: 100% auto;
}




/* 新春キャンペーン
----------------------- */

/*  */


.item_pickup #lucky_1 {
	border:none;
	background:url(/shop/upfile/free/special/event/201601/title_2.png) no-repeat;
	background-position:center top;
	background-size: contain;
	height:76px;
}

.item_pickup #lucky_2 {
	border:none;
	background:url(/shop/upfile/free/special/event/201601/title_3.png) no-repeat;
	background-position:center top;
	background-size: contain;
	height:76px;
}

.item_pickup #lucky_3 {
	border:none;
	background:url(/shop/upfile/free/special/event/201601/title_1.png) no-repeat;
	background-position:center top;
	background-size: contain;
	height:76px;
}

.intro img{
	padding:30px 0;
}

.item_pickup .name {
	width:100%;
	background:#DC4244;
	padding:10px;
	text-align:left;
	color:white;
	font-weight:bold;
	font-size:120%;
}





/* ==============================================================================
  フッター
============================================================================== */


















/* ==============================================================================
  以下手直し前
============================================================================== */


/* ---------------------------- */
.table01 {
  border-collapse:collapse;
  border: solid 1px #999;
  width: 100%;
}

.table01 td{
  border: solid 1px #999;
  padding: 5px 5px 5px 5px;
}

.table01 col.01 {
  background: #F2F5FF;
  white-space: nowrap;
  width: 30%;
}

.table01 col.02 {
  background: #FFFFFF;
  width: 70%;
}

/* ---------------------------- */
.table02 {
  border-collapse:collapse;
  border-spacing:0;
  empty-cells:show;
  border-top: 0px;
  border-righ: 0px;
  border-bottom: 0px;
  border-left: 0px;
}

/* ---------------------------- */
.table03 {
	color: #333333;
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
	border: solid 1px #999;

}



/* ---------------------------- */
.table_item_loose {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}

.table_item_loose td{
  font-size: 9pt;
  line-height: 1.2;
  padding: 5px 5px 5px 5px;
}

.table_item_loose span{
  color: #666666;
  font-size: 8pt;
  line-height: 1.2;
}

.table_item_loose col.01 {
  background: #faebd7;
  color: #333333;
  white-space: nowrap;
  width: 30%;
  text-align: center;
  vertical-align: top;
}

.table_item_loose col.02 {
  background: #FFFFFF;
  color: #333333;
  width: 70%;
  text-align: left;
  vertical-align: top;
}

.table_item_parts {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}

.table_item_parts td{
  font-size: 9pt;
  line-height: 1.2;
  padding: 5px 5px 5px 5px;
}

.table_item_parts span {
  color: #666666;
  font-size: 8pt;
  line-height: 1.2;
}

.table_item_parts col.01 {
  background: #faebd7;
  color: #333333;
  white-space: nowrap;
  width: 30%;
  text-align: center;
  vertical-align: top;
}

.table_item_parts col.02 {
  background: #FFFFFF;
  color: #333333;
  width: 70%;
  text-align: left;
  vertical-align: top;
}

#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 360px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}






/* -------カテゴリナビ--------------------- */


#navi {
	width:100%;
}

#navi ul {
	margin:0;
	padding:0;
	list-style:none;
}

#navi li {
	width:125;
	margin:0;
	color:#fff;
	line-height:1.7em;
	float:left;
}

#navi li a {
	width:100%;
	font-size:80%;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background:#336699;
	text-align:center;
	display:block;
}

#navi li a:hover {
	background:#6699cc;
}

/* SUB MENU */
#navi ul.sub {
	background:#eeeeff;
	height:100%; /* IE6 */
}

#navi ul.sub li {
	float:none;
	border-top:1px solid #fff;
}

#navi ul.sub li a {
	color:#667788;
	background:none;
	font-weight:normal;
	font-size:70%;
}

#navi ul.sub li a:hover {
	color:#fff;
	background:#ff9900;
}

#navi ul li.menu ul {
	display:none;
}

#navi ul li.menu_on ul {
	display:block;
}

#navi li.menu {
	border:solid #336699;
	border-width:0 0px;
}

#navi li.menu_on {
	border:solid #336699;
	border-width:0 0px 0px 0px;
}






/*----------------------------*/
/*----------------------------*/
/*-----------free-------------*/
/*----------------------------*/
/*----------------------------*/

.free {
	padding: 0;
	width: 100%;
	float: left;
}

.free_lute {
	width:80%;
	float:left;
}

.free_lute p {
	display:block;
	padding:10px;
	text-align:left;
	float:left;
}

.free_lute2 {
	width:20%;
	float:right;
}

.free_lute2 p {
	display:block;
	padding:10px;
	text-align:left;
	float:right;
}

.free_topimg {
	display:block;
	padding:0 10px 10px 0;
	float:left;
	width:100%;
}

.free_topimg img {
	padding:0;
	float:none;
	margin:0 auto;
}


	</pre></body></html>