@charset "euc-jp";


/*-------------------------------------------
デフォルトスタイルをリセット2 
-------------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}
body {
 line-height: 1.4;
 -webkit-text-size-adjust: none;
 font-family: Helvetica, san-serif;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
 display:block;
}
img {
 border: 0;
 vertical-align: bottom;
}
ul, ol {
 list-style: none;
}
table {
 border-spacing: 0;
 empty-cells: show;
}

a {
  text-decoration:none;
}

/*-------------------------------------------
共通
-------------------------------------------*/
#gmo_CMSPbar {
display:none;
}


/*ヘッダー*/

#logo {
 background-color: #f29898;
 //background-image: -webkit-gradient(linear, left top, left bottom, from(#B3B3B3),to(#8B8B8B));
 text-align: center;
 -webkit-box-shadow: 0 2px 1px #ddd;
 //box-shadow: 0 2px 1px #ddd;
 color: #fff;
 font-weight: bold;
 font-size: 20px;
 //text-shadow: 0 -1px #666;
 line-height:1.2;
 //border-bottom:1px solid #fff;
 padding:15px 5px;
}
#logo_img{
 padding:0;
 border-bottom:1px solid #fff;
}
#logo_img img{
	width:100%;
}
#logo a {
	text-decoration:none;
	color:#ffffff;
	}
.nav_bar {
	background-color: #fad7d7;
	//background-image: -webkit-gradient(linear, left top, left bottom, from(#FED1E2),to(#FFB3D3));
	text-align: center;
	//-webkit-box-shadow: 0 2px 1px #ddd;
	//box-shadow: 0 2px 1px #ddd;
	padding:7px 0 8px 0;	
}
.sttl_s{
	//padding-top:1px;
	//border-top:1px solid #999;
}
.sttl_s h2.sttl {
	background-color:#f29898;
	//background-image: -webkit-gradient(linear, left top, left bottom, from(#8B8B8B),to(#9D9D9D));
	padding:10px;
	color:#fff;
	font-size:14px;
	//text-shadow: 0 1px 2px #666;
}
img.new_mark_img1 {
	vertical-align:baseline;
}


/* 商品検索 */

#cmsearch .wrap{
	padding:10px;
}
#cmsearch input[type="submit"]{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#cmsearch select,
#cmsearch input{
	font-size:16px;
	line-height:1.4;
	margin:8px 5px;
}
#cmsearch select,
#cmsearch input[type="search"]{
	width:97%;
	}
#cmsearch input[type="submit"]{
	//-webkit-box-shadow: 0 2px 1px #ddd;
	//box-shadow: 0 4px 2px #666;
	width:50%;
	font-size:18px;
	}
#cmsearch .btn {
	padding:10px 5px;
}


/* メルマガ */

#cmmail {
	border-bottom:1px solid #ccc;
	}
#cmmail .wrap{
	padding:10px;
}
#cmmail input{
	font-size:16px;
	line-height:1.4;
	margin:8px 5px;
	width:91%;
}
#cmmail .mailmaga_ins input,
#cmmail .mailmaga_del input {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	//background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9BC6),to(#FC5889));
	//-webkit-border-radius: 4px;
	border-radius: 4px;
	
	//-webkit-box-shadow: 0 2px 1px #ddd;
	//box-shadow: 0 2px 1px #ddd;
	font-size:18px;
	padding:10px 5px;
	background-color: #f29898;
	border: 1px solid #f29898;
	//text-shadow: 0 -1px #E71257;

}
.mailmaga_ins,
.mailmaga_del {
	width:50%;
	float:left;
	}


/*ログイン・ログアウト */

.welcome{
	padding:0 10px 10px;
	}


/*共通スタイル */

span.red{
	font-weight:bold;
	color:#FF0000;
	}
.price{
	font-weight:bold;
	color:#FF0000;
}
.no_titlebar{
	padding:10px;
	line-height:1.4;
}
.elision{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.explanation_simple{
	margin-top:5px;
}


/*基本ボタン（ピンク）*/

.btn {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	//text-shadow: 0 -1px #E71257;

	padding: 4px;
	background-color: #f29898;
	//background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9BC6),to(#FC5889));
	font-size: 12px;
	//-webkit-border-radius: 4px;
	border-radius: 4px;
	//-webkit-box-shadow: 0 0 2px rgba(255,255,255,0.5);
	//box-shadow: 0 1px 2px rgba(255,255,255,0.5);
	border: 1px solid #f29898;
  　
}


/*クイック購入ボタン*/

a.btn_quick{
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-shadow: 0 -1px #1D8CA0;

	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size:18px;
	padding:10px 5px;
	width:60%;
	text-align:center;
	margin:0 auto 10px;
	-webkit-box-shadow: 0 2px 1px #ddd;
	box-shadow: 0 4px 2px #666;
	background-color: #FC5889;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9BC6),to(#FC5889));
	border:1px solid #FB487D;	
	text-shadow: 0 -1px #E71257;
}


/*タイトルバー右のボタン*/

.sttl_nav {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
.sttl_nav_open {
	position: absolute;
	top: -34px;
	right: 10px;
}
.sttl_nav .btn {
	padding: 5px;
}


/*会員ボタン*/

#member {
	padding:10px;
	}
.member_btns .btn{
	font-size:18px;
	padding:10px 5px;
	width:80%;
	text-align:center;
	margin:0 auto 10px;
	-webkit-box-shadow: 0 2px 1px #ddd;
	box-shadow: 0 4px 2px #666;
	}
.member_btns p.member_regi .btn{
	color:#333;
	text-shadow: 0 -1px #fff;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1),to(#ccc));	
	border: 1px solid #999;
}
ul.link_list li {
	border-bottom:1px solid #ccc;
}
ul.link_list li:last-child {
	border-bottom:none;
}
ul.link_list li a{
	display:block;
	text-decoration:none;
	color:#333;
	background:url(https://img.shop-pro.jp/s_tmpl_img/1/icon_arrow_m2.png) no-repeat center right;
	padding:14px 10px;
	-webkit-background-size: 20px 13px;
	}

/*リスト型ボタン 小*/

ul.product_section li{  
	background:url(https://img.shop-pro.jp/s_tmpl_img/1/icon_arrow_l2.png) no-repeat center right;
	-webkit-background-size: 38px 28px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
ul.product_section li a:after{  
	content: '';
	display: block;
	clear: both;
}
ul.product_section a {
	display:block;
	text-decoration:none;
	color:#333;
	line-height:1.2;
	width:100%;
	height:100%;
}
ul.product_section li:last-child {
	border: none;
}
.product_pict {  
    width: 25%;  
    min-height: 80px;
    float: left;  
}  
.product_pict img{
	width:80px;
}
.product_summary {  
    width: 60%;  
    min-height: 80px;
	float: left;
	padding-left: 15px;
} 
.product_name{
	font-size:16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.product_ttl p:last-child{
	margin-bottom: 5px;
}
.product_ttl{
	font-size:10px;
	font-weight:normal;
	line-height:1.2;	
}
.product_price_regular{
	font-size:16px;
	font-weight:normal;
	text-decoration: line-through;
	color:#FF0000;
}
.product_price {
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	}
.product_price_discount{
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
}
.product_price_soldout {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background:#ff0000;
	padding:3px 5px;
	width:70px;
	text-align:center;
	}
#product_detail form .product_price_soldout {
	width:auto;
	margin-bottom:5px;
	}


/* ページ先頭へ戻るボタン */

#totop {
	text-align:right;
	background:#fad7d7;
	padding:13px 10px 10px;
	//border-bottom:1px solid #fff;
	}
#totop .btn {
	width:40%;
	display:inline;
	padding:6px 8px;
	}


/* 下部ナビ */
footer.sttl_s{
	//border-top:3px solid #F08080;
}


/*ヘッダーナビ、フッターナビ*/

.page_nav_home {
	width:46.25%;
	float:left;
	margin-left:2.5%;
}
header .page_nav_home {
	width:22%;
	float:left;
	margin-left:2.5%;
}
header .page_nav_home .btn{
	padding:4px 9px 8px 7px;
}
header .page_nav_login {
	width:22%;
	float:left;
	margin-left:2.5%;
}
header .page_nav_search {
	width:22%;
	float:left;
	margin-left:2.5%;
}
header .page_nav_cart {
	width:22%;
	float:left;
	margin-left:2.5%;
}
.page_nav_cart {
	width:46.25%;
	float:left;
	margin-left:2.5%;
}
.page_nav_myacount1 {
	width:95.5%;
	float:left;
	margin-left:2.5%;
    margin-right:2.5%;
}
.page_nav_myacount {
	width:95%;
	float:left;
	margin-left:2.5%;
    margin-right:2.5%;
}
header .btn,
footer .btn{
	padding:4px 8px 8px;
	font-size:12px;
	}
footer .nav_bar{
	padding:8px 0;
	background-color: #fad7d7;
	//background-image: -webkit-gradient(linear, left top, left bottom, from(#FFD8E7),to(#FEB6D2));
}


/*コピーライト*/

.foot_wrap {
	padding:20px 10px 10px;
	background:#f29898;
	color:#fff;
	//-webkit-box-shadow:inset 0px 3px 4px #666;
	//box-shadow:inset 0px 3px 4px #666;
}
.foot_wrap p{
	text-align:center;
	margin-bottom:10px
	}
.foot_wrap p a{
	color:#fff;
	font-weight:bold;
	}
.foot_wrap .copyright{
	font-size:12px;
	line-height:1.2;
}

	
/*clearfix*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


/*-------------------------------------------
トップ
-------------------------------------------*/

/* 商品カテゴリー */
ul.link_list li.group:first-child {
	border-top:1px solid #ccc;
}

/* フリースペース */
#freespace {
	border-top:3px solid #35A1A1;
}

/* おすすめ商品 */
#recommend ul.product_section li:last-child {
}



/* オプション詳細 */

#option_area1 {
	margin-bottom:15px;
	}
#option_area1 h3,
#option_area2 h3{
	margin-bottom:5px;
	font-size:18px;
}
#option_area2 {
	padding:10px;
	}
.op1{
	margin-bottom:10px;
	}
.op2{
	margin-bottom:10px;
	}
.op2_ttl {
	font-weight:bold;
	color:#009999;
	margin-bottom:5px;
	}
.stock_comment {
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
	}
#option_table {
	line-height:1;
	}
#option_table table{
	border-top:1px solid #999;
	border-right:1px solid#999;
	width:100%;
	}
#option_table table th {
	text-align:left;
	background:#eeeeee;
	border-left:1px solid #999;
	border-bottom:1px solid #999;	
	font-size:14px;
	font-weight:normal;
	width:50%;
	padding:5px;
	}
#option_table table td {
	text-align:right;
	color:#ff0000;
	background:#ffffff;
	border-bottom:1px solid #999;
	font-size:14px;
	font-weight:bold;
	width:50%;
	padding:5px;
	line-height:1.2;
	}
#product_detail .dtl_regal {
	margin-bottom:10px;
}


/*-------------------------------------------
特定商取引法に基づく表記
-------------------------------------------*/

#regal h2 {
	margin-top:5px;
	margin-bottom:10px;
	background:#ddd;
	padding:2px 5px;
	border-radius:3px;
	}
#regal h3 {
	color:#009999;
	margin-bottom:5px;
	}
#content_regal .wrap > div {
	font-size:12px;
	margin-bottom:15px;
	}
#content_regal img {
	max-width:100%;
	}
#content_payment .sec_pay,
#content_delivery .sec_deli {
	margin-bottom:10px;
	}
.sec_pay_p,
.sec_deli_p  {
	font-size:12px;
	}
.sec_pay,
.sec_deli {
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	}
.sec_pay:last-child,
.sec_deli:last-child  {
	border:none;
	}


/*-------------------------------------------
プライバシーポリシー
-------------------------------------------*/

#content_poricy h2 {
	margin-top:5px;
	margin-bottom:10px;
	}
#content_poricy h3 {
	color:#009999;
	margin-bottom:5px;
	}
#content_poricy .wrap > div {
	font-size:12px;
	margin-bottom:15px;
	}
#content_poricy .lead {
	font-size:12px;
	margin-bottom:15px;
	}


/*-------------------------------------------
フリーページ
-------------------------------------------*/
ol li{
  padding-left:1em;
  text-indent:-1em;
}
.free-contents{
  margin:5px;
}
#content_freepage {
	padding:10px;
	}
#content_freepage img {
	max-width:100%;
	}
.free-box p span{
  font-weight:bold;
  color:#ff0000;
}
.free-box {
  margin-top:5px;
  border:1px solid #000000;
}
.font-red{
  color:red;
}
.free-contents a:link    {color: #65a6de;text-decoration: none;}
.free-contents a:visited {color: #65a6de;text-decoration: none;}
.free-contents a:active  {color: #b3dbff;text-decoration: none;}

/*-------------------------------------------
ショップ情報
-------------------------------------------*/

#content_about .sttl {
	margin-bottom:10px;
	}
#content_about #manager_name {
	color:#009999;
	font-weight:bold;
	}
#content_about #manager_img {
	margin-bottom:5px;
	} 
#content_about #manager_img img {
	max-width:100%;
	}
/*-------------------------------------------
　廃番色変換表
-------------------------------------------*/
table{
	border-collapse: collapse;  
}
.aki {
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
table tr th {
	text-align: left;
	padding-left: 20px;
	background-color: #F1A753;
}
.ruiji {
	background-color: #E8F59D;
}
.gaitou {
	text-align: center;
}
/*-------------------------------------------
カレンダー
-------------------------------------------*/
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
 
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
#cale {
  width: 200px;
  background-image: url(https://img09.shop-pro.jp/PA01039/529/etc/haikei2015.png?cmsp_timestamp=20181219130112);
  margin-bottom:20px;
  margin-left:10px;
  margin-top:20px;
}
#cale h4 {
  text-align: center ;
  color: #ffffff;
  background-image: url(https://img09.shop-pro.jp/PA01039/529/etc/midashi-side2015.png?cmsp_timestamp=20190107155005);
  background-repeat:no-repeat;
  height: 31px;
  line-height: 31px;
  margin-left:12px;
}
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 3 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 5px !important;
  text-align: center !important;
  color: #7b6753;

}
/*-------------------------------------------
freeよくある質問：注文方法
-------------------------------------------*/
#content_freepage free-title h3{
  color:#f29898;
}
/*-------------------------------------------
    youtube
-------------------------------------------*/
.tube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.tube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
figure #deco-nap{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
figure #deco-nap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/*-------------------------------------------
    フリーデコパージュ
-------------------------------------------*/
#silk{
  margin-left:8px;
  margin-bottom:20px;
}
.deco-doug img{
   max-width:100%;
  height:auto;
}
.deco-sozai ul li a img{
  margin-bottom:10px;
}

.image-shashin img{
   max-width:100%;
  height:auto;
}
.kan-sha img{
  max-width:100%;
  height:auto;
}
.deco-sozai h4{
  color:#7b6753;
  font-size:17px;
  margin-top:40px;
}
.deco-sozai  ul li a img{
  //float:left;
  margin-right:10px;
}
.deco-sozai{
  margin-left:8px;
  margin-bottom:20px;
}
.deco-setumei{
  margin-left:8px;
  margin-bottom:20px;
}

.deco-setumei p{
  font-size:13px;
  color:#7b6753;
}
.deco-setumei h4{
   color:#7b6753;
  font-size:17px;
  margin-top:15px;
}
.cyuigaki ul li {
    color: #000000;
}
.cyuigaki ul li a{color:#65a6de;}
.cyuigaki ul li a:link    {color: #65a6de;text-decoration: none;}
.cyuigaki ul li a:visited {color: #65a6de;text-decoration: none;}
.cyuigaki ul li a:active  {color: #b3dbff;text-decoration: none;}
.cyuigaki ul li a:hover   {color: #b3dbff;text-decoration: none;}
  
.image-shashin img{
  margin-top:20px;
}
.deco-dougu h5{
  color:#7b6753;
    font-size:15px;
  margin-top:20px;
}
.deco-tejyun h5{
  color:#7b6753;
    font-size:15px;
  margin-top:20px;
}
.tejyun img{
  margin-top:15px;
}
.deco-dougu img{
  margin-bottom:5px;
}
.deco-dougu ul{
  margin-left:5px;
}
.omonadougu ul li a{color:#65a6de;}
.omonadougu ul li a:link    {color: #65a6de;text-decoration: none;}
.omonadougu ul li a:visited {color: #65a6de;text-decoration: none;}
.omonadougu ul li a:active  {color: #b3dbff;text-decoration: none;}
.omonadougu ul li a:hover   {color: #b3dbff;text-decoration: none;}


.deco-dougu ul li a{color:#65a6de;}
.deco-dougu ul li a:link    {color: #65a6de;text-decoration: none;}
.deco-dougu ul li a:visited {color: #65a6de;text-decoration: none;}
.deco-dougu ul li a:active  {color: #b3dbff;text-decoration: none;}
.deco-dougu ul li a:hover   {color: #b3dbff;text-decoration: none;}

#pan a{color:#65a6de;}
#pan a:link    {color: #65a6de;text-decoration: none;}
#pan a:visited {color: #65a6de;text-decoration: none;}
#pan a:active  {color: #b3dbff;text-decoration: none;}
#pan a:hover   {color: #b3dbff;text-decoration: none;}
#pan {
  margin-top:10px;
  font-size:12px;
}
.akaji{
  background-color:#FF0000;
  color:#ffffff;
}
.deco-dougu ul li span{
  color:#ff0000;
}
.free-title h3{
  background-image: url(https://img09.shop-pro.jp/PA01039/529/etc/haikei2015.png?cmsp_timestamp=20181219130112);
  padding-top:8px;
  padding-bottom:8px;
  padding-left:5px;
  margin-top:10px;
  color:#7b6753;
}
.deco-setumei p{
  margin-left:5px;
}
.omonadougu h4{
  color:#7b6753;
  margin-top:15px;
}
.omonadougu ul li span{
  color:#ff0000;
}
.shiyoudougu img{
  margin-top:10px;
  max-width:100%;
  height:auto;
}
.cyuigaki ul li{
  color:#ff0000;
}
#silk img{
  max-width:100%;
  height:auto;
}
.tejyun p{
  max-width:240px;
}
.deco-tejyun table tr td span{
  color:#ff0000;
}
/*-------------------------------------------
    書籍目次
-------------------------------------------*/
ul .mokuji li{
  padding-left:1em;
  text-indent:1em;
  
}
ul .mokuji{
  list-style-type: circle;
}
/* ------------------------------------- 
 *　　　ポップアップ
 * ------------------------------------- */

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 600px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

.modal-content a{color:#65a6de;
  font-size:15px;
  
 
  
}
.modal-content a:link    {color: #65a6de;text-decoration: none;}
.modal-content a:visited {color: #65a6de;text-decoration: none;}
.modal-content a:active  {color: #b3dbff;text-decoration: none;}
.modal-content a:hover   {color: #b3dbff;text-decoration: none;}  

.thm {
 margin-right:11px;
 // margin-bottom:18px;
  margin-left:10px;
  width:180px;
}

figure{
  float:left;
  margin-bottom:5px;
 
}
figcaption{
  text-align:center;
  //padding-top:5px;
  padding-bottom:10px;
  width:180px;
  margin-left:10px;
}
figcaption a:link    {color: #65a6de;text-decoration: none;}
figcaption a:visited {color: #65a6de;text-decoration: none;}
figcaption a:active  {color: #b3dbff;text-decoration: none;}
figcaption a:hover   {color: #b3dbff;text-decoration: none;}  

.deco-sozai p{
  background-color:#fdf0f0;
  font-size:20px;
  padding:15px;
  border-left:6px solid #f08080;
  color:#7b6753;
}

.deco-gihou p{
  background-color:#f7f1e8;
  font-size:20px;
  padding:15px;
  color:#7b6753;
   border-left:6px solid #7b6753;
  margin-top:30px;
} 
.deco-sozai h4{
  color:#7b6753;
  font-size:17px;
  margin-top:40px;
}
.deco-gihou h4{
  color:#7b6753;
  font-size:17px;
  margin-top:40px;
}
.deco-gihou{
  margin-bottom:30px;
}
#totop.nav_bar{
  clear:both;
}
.ga{
  margin-left:10px;
}
/*-------------------------------------------
    デコパージュを始めよう！
-------------------------------------------*/

details summary{
  display:block;
	text-decoration:none;
	color:#333;
	background:url(https://img.shop-pro.jp/s_tmpl_img/1/icon_arrow_m2.png) no-repeat center right;
	padding:14px 10px;
	-webkit-background-size: 20px 13px;
  background-color:#fff9f9;
  border-bottom:solid #999 1px; 
}
ul .link_list li  a{
  background-color:#fff;
}

details summary a:link{color: #333;text-decoration: none;}
details summary a:visited {color: #333;text-decoration: none;}  
details summary a:active {color: #333;text-decoration: none;}
details summary a:hover {color: #333;text-decoration: none;}
}
.sttl_s h2.sttl span .text_arrow a{
  color:#fff;
}
.sttl_s h2.sttl span .text_arrow a:link    {color: #fff;text-decoration: none;}
.sttl_s h2.sttl span .text_arrow a:visited {color: #fff;text-decoration: none;}
.sttl_s h2.sttl span .text_arrow a:active  {color: #fff;text-decoration: none;}
.sttl_s h2.sttl span .text_arrow a:hover   {color: #fff;text-decoration: none;}  

.kami h4{
  color:#7b6753;
  background-color:#fad7d7;
}
/*-------------------------------------------
    価格改定及び取り扱い中止商品のお知らせ
-------------------------------------------*/
.free-contents .napukin{
  margin-top:15px;
}
.free-contents .napukin h4{
  color:#65a6de;
}
.free-contents .seramu{
  margin-top:15px;
}
.free-contents .seramu h4{
  color:#65a6de;
}
@charset "UTF-8";
