@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	background-color: #eef;
}


h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

input,textarea,select {
	font-size: 1em;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
    outline: none;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #99a;
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background-color: #cef;
	position: relative;
	z-index: 10;
}

/*ヘッダーブロックの中*/
header .inner {
	width: 600px;
	height: 70px;
	position: relative;
	margin: 0px auto;
}
/*h1タグの設定*/
header .inner h1 {
	position: absolute;
	left: 250px;
	top: 30px;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #fff;
}
/*ロゴ画像の設定*/
header .inner #logo {
	position: absolute;
	left: 20px;
	top: 18px;
}
/*ヘッダー内の「カートをみる」の設定*/
header .inner #cart {
	width: 150px;
	height: 60px;
	border-radius: 25px;
	line-height: 60px;
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 12px;
	letter-spacing: 0.2em;
	background: #0af;
	background: url(../images/bg_cart.png) no-repeat, #0af;
	background-position: 20px -5px;
	color: #FFF;
}
header .inner #cart a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 45px;
}

/*マウスオン時*/
header .inner #cart a:hover {
	border-radius: 25px;
	background: #fff;
	background: url(../images/bg_cart.png) no-repeat, #fff;
	background-position: 20px -75px;
	color: #0af;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
nav#menubar {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 15px auto;
	background: #06f;
}

nav#menubar ul {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

nav#menubar li {
	float: left;
	width: 160px;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.16);
}

nav#menubar li:first-child {
	border-left: none;
}

nav#menubar a {
	position: relative;
	display: block;
	height: 58px;
	padding: 0 8px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	box-sizing: border-box;
	transition: background-color 0.2s ease;
}

nav#menubar a i {
	position: absolute;
	top: 9px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	line-height: 1;
	color: #fff;
	width: 14px;
	text-align: center;
}

nav#menubar a span {
	position: absolute;
	left: 6px;
	right: 6px;
	bottom: 10px;
	text-align: center;
	line-height: 1.25;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 500;
}

nav#menubar a:hover,
nav#menubar li.current a {
	background: #09f;
}

/*コンテンツ（main,sub,sideを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 997px;
	margin: 0px auto;
	padding-top: 0px;
}

/*コンテンツin（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: left;
	width: 781px;
}
/*2カラム時*/
body.c2 #contents-in {
	float: none;
	width: 100%;
}

/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 565px;
	padding-bottom: 20px;
}
/*2カラム時*/
body.c2 #main {
	width: 782px;
}

/*mainコンテンツのpタグ設定*/
#main p {
	padding: 2px 7px 3px;
	line-height: 1.7;
}

#main .box > p {
	margin-bottom: 3px;
}

/*mainコンテンツのh1タグ設定*/
#main h1 {
	font-size: 14pt;
	padding-left: 10px;
	margin-top: -5px;
	margin-bottom: 10px;

	background-image: linear-gradient(to right, #9ef, #ff6);
	background-repeat: no-repeat;
	background-size: 100% 50%;
	background-position: left bottom;
}


/*mainコンテンツのh2タグ設定*/
#main h2 {
	clear: both;
	font-size: 100%;
	background: #9ef;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: url(../images/arrow6.png) no-repeat left center, #9ef;	/*マークとグラデーション*/
	color: #333;	/*文字色*/
	padding: 3px 15px 3px 30px;	/*上、右、下、左への余白*/
	margin-bottom: 5px;
	border-radius: 5px; /*角の丸み*/
}

/*mainコンテンツのh3タグ設定*/
#main h3 {
	clear: both;
	background: #ff9;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	font-size: 100%;
	color: #333;	/*上下、左右への余白*/
	padding: 2px 10px;
	margin-bottom: 5px;
}

/* para 段落頭 */
#main .para {
	font-size: 1.08em;
	font-weight: 700;
	color: #222;
	position: relative;
	padding-left: 13px;
	line-height: 1.5;
	background: linear-gradient(transparent 60%, #ff9 0%);
	display: inline-block;
	margin-bottom: 5px;
}

#main .para:before {
  font-family: "FontAwesome";
  content: "\f105\f105";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  color: #09f; /*アイコン色*/
  font-weight: 900;
}

/* alert 注意事項 */
#main .alert {
	font-size: 1.08em;
	font-weight: 700;
	color: #222;
	position: relative;
	padding-left: 17px;
	line-height: 1.5;
	background: linear-gradient(transparent 60%, #ff9 0%);
	display: inline-block;
	margin-bottom: 6px;
}

#main .alert:before {
  font-family: "FontAwesome";
  content: "\f071";/*アイコンのユニコード*/
  font-weight: 400;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  color: #f36; /*アイコン色*/
}

/* プライスタグ */
#main .price-tag {
	position: absolute;
	right: 5px;
	bottom: 15px;
	float: right;
	margin-right: 20px;
	font-size: 18px;
	color: #fff;
	font-weight: bolder;
	padding: 8px 7px;
	background:#f00;
	display:inline-block;
}

#main .price-tag::after {
	content: "";
	position: absolute;
	top: 0;
	right: -30px;
	border-width: 23px 15px;
	border-color: transparent transparent transparent #f00;
	border-style: solid;
}

/* mainコンテンツの黄色枠 */
#main .yellowbox {
	padding: 10px;
	margin: 0 5px 15px 5px;
	background-color: #ffc;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

#main .yellowbox img {
	margin-bottom: 5px;
}

/*mainコンテンツのnewsbox*/
#main .newsbox {
	border: 1px solid #f33;
	padding: 5px 10px;
	margin: 0 5px 15px 5px;
	line-height: 1.5;
	background-color: #fee;
	border-radius: 5px;
	font-size: 0.9em;
}

#main .newsbox .midashi1 {
	color: #f00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f33;
	margin-bottom: 3px;
	width: 100%;
}

/*mainコンテンツのshowbox*/
#main .showbox {
	border: 1px solid #f80;
	padding: 5px 10px;
	margin: 0 5px 15px 5px;
	line-height: 1.5;
	background-color: #ffc;
	border-radius: 5px;
	font-size: 0.9em;
}

#main .showbox .midashi1 {
	color: #f50;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f80;
	margin-bottom: 5px;
	width: 100%;
}

/*mainコンテンツのsomebox*/
#main .somebox {
	border: 1px solid #06f;
	padding: 5px 10px;
	margin: 0 5px 15px 5px;
	line-height: 1.5;
	background-color: #fff;
	border-radius: 5px;
	font-size: 0.9em;
}

#main .somebox .midashi1 {
	color: #06f;
	font-size: 11pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #06f;
	margin-bottom: 5px;
	width: 100%;
}

/*mainコンテンツのimportant*/
#main .important {
	border: 1px solid #333;
	padding: 5px 10px;
	margin: 0 5px 15px 5px;
	line-height: 1.5em;
	background-color: #ff3;
	border-radius: 0px;
}

#main .important .midashi1 {
	color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
	padding: 5px 10px;
	margin: -5px -10px 5px;
	background-color: #f33;
	width: auto;
	display: block;
}

/* mainコンテンツの重要table*/
#main table.important {
	border: 1px solid #000;
	margin: 0 5px 15px 5px;
	width: 100%;
	font-weight: bold;
	line-height: 1.5em;
}

#main table.important th {
	color: #fff;
	border: 1px solid #333;
	padding: 3px;
	background-color: #f33;
}

#main table.important td {
	background-color: #ff3;
	border: 1px solid #333;
	padding: 5px 10px;
}

/* mainコンテンツの横並びtable*/
#main .yokonarabi{
    display: flex;
    align-items: flex-start;
}

#main table.comparison {
	border: 2px solid #06f;
	margin: 5px;
	line-height: 1.5em;
}

#main table.comparison th {
	color: #fff;
	font-weight: bold;
	background-color: #06f;
	padding: 5px 10px;
}

#main table.comparison td {
	text-align: center;
	padding: 3px;
}

#main table.comparison .btn{
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  background-color: #06f;
  padding: 10px 20px;
  line-height: 2.5em;
  margin: 3px;
}

#main table.comparison .btn::after {
  font-family: "FontAwesome";
  content: " \f138";
  font-weight: 400;
  font-size: 1.2em;
  color: #fff;
}


/* TOPのバナー */
#main .banner img{
	margin-bottom:5px;
}

/* 枠付きバナー */
.banner-border {
  position: relative;
  padding: 3px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 5px;
}

.banner-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  background: var(--border, #f00);
  -webkit-mask:
    linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

.banner-border img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.banner-border a {
  display: block;
  line-height: 0;
}


/*mainコンテンツの目次*/
#main .mokuji {
	border: 1px dotted #ccc;
	margin: 0px 15px;
	padding: 15px 15px 5px 15px;
	line-height: 1.5;
	background-color: #fff;
	border-radius: 10px;
}

#main .mokuji .midashi {
	font-size: 1.2em;
	color: #333;
	font-weight: bolder;
	position: relative;
	padding-left: 12px;
	line-height: 18px;
	background:linear-gradient(transparent 60%, #ff9 0%);
	display:inline-block;
}

#main .mokuji .midashi::before {
	font-family: "FontAwesome";
	content: "\f0da";
	font-weight: 400;
	position: absolute;
	font-size: 1.5em;
	left: 0;
	top: -1px;
	color: #f36;
}

#main .mokuji ul {
	padding: 5px 20px;
}

#main .mokuji li {
	position: relative;
	padding-left: 15px;
	line-height: 2em;
	display: block;
}

#main .mokuji li::before {
  font-family: "FontAwesome";
  content: "\f111";
  font-weight: 400;
  position: absolute;
  font-size: 0.5em;
  left: 0px;
  top: -1px;
  color: #09f;
}

#main .mokuji li.sub {
  font-size: 0.9em;
  margin: 0;
  line-height: 1.0;
}

#main .mokuji li.sub::before {
  content: "≫";
  font-family: inherit;
  font-size: 0.9em;
  color: #999;
  top: 0;
}

/*ひまちゃんコメント */
#main .himachan {
	display: flex;
	gap: 20px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
}

#main .himachan .faceicon {
  margin: 0;
  width: 100px;
  flex-shrink: 0;
}

#main .himachan .says {
  position: relative;
  flex: 1;
  padding: 10px;
  border-radius: 15px;
  background: #ff9;
}

#main .himachan .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px; 
  left: -25px;
  border: 10px solid transparent;
  border-right: 15px solid #ff9;
}

/* 向き不向きtable*/
#main table.suitable {
  border: 1px solid #000;
  margin: 5px;
  width: calc(100% - 10px);
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.5em;
}

#main table.suitable th {
	color: #fff;
	border: 1px solid #333;
	padding: 3px;
}

#main table.suitable td {
	background-color: #fff;
	border: 1px solid #333;
	padding: 5px 5px 0px 5px;
}

/* 洗濯堅牢度table*/
#main .washing-scale {
  max-width: 100%;
  padding: 0 7px;
}

#main table.washing {
	border: 1px solid #000;
	margin: 5px 0px;
	width: 100%;
	text-align: center;
	line-height: 1.5em;
}

#main table.washing th {
	background: #eee;
	color: #000;
	font-weight: bold;
	border: 1px solid #333;
	padding: 3px;
}

#main table.washing td {
	background-color: #fff;
	border: 1px solid #333;
	padding: 5px 5px 0px 5px;
}

/* note */
#main .note {
	position: relative;
	color: #333;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #cff;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
}
 
#main .note:before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    border-width:0 16px 16px 0;
    border-style:solid;
    border-color:#fff #eff #9ef #9ef;
    background:#9ef;
    display:block; width:0;
/* Optional: shadow */
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

/*id_support_thumbnail*/
.id_thumbnail {
    display: inline-block;
    height: 200px;
}
.id_thumbnail img {
    height: 100%;
}

#main .boxlink {
	clear: both;
	background: #f69;
	color: #fff;
	letter-spacing: 0.1em;
	margin: 0px 0px 5px 0px;
	padding: 5px 10px;
	border-radius: 5px;
}

#main .boxlink a{
	color:#fff;
	}

#main .boxlink2 {
	clear: both;
	font-size: 100%;
	background: #cbd;
	background: url(../images/icon_arrow3.png) no-repeat left center, #cbd;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 30px;
}

#main .boxlink3 {
	clear: both;
	background: #06f;
	color: #fff;
	display: inline-block;
	letter-spacing: 0.1em;
	margin: 5px 0px;
	padding: 3px 13px;
	border-radius: 15px;
}

#main .boxlink3 a{
	color:#fff;
	}




/*商品一覧ボックス
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list {
	border: 1px solid #dee;
	border-radius: 4px;
	margin-bottom: 5px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

#main section.list a {
	padding: 8px 10px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	color: #333;
	transition: background-color 0.2s ease, color 0.2s ease;
}

/* マウスオン時 */
#main section.list a:hover {
	background-color: #eff;
	color: #333;
}

/* ボックス内の段落タグ設定 */
#main section.list p {
	padding: 0;
	margin-left: 35%;
	line-height: 1.35;
}

/* ボックス内の写真設定 */
#main section.list figure img {
	float: left;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #dee;
	width: 30%;
	height: auto;
	box-sizing: border-box;
}


/*ボックス内のh4タグ設定*/
#main section.list h4 {
	padding: 0 0 4px 0;
	font-size: 100%;
	border: none;
	margin-bottom: 0.4em;
	color: #333;
	font-weight: bold;
}


/*商品一覧リスト
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .item {
	background-color: #9ef;
	font-weight: bold;
	text-align: center;
	border-radius: 6px 6px 0px 0px;
	border: 1px solid #ccc;
	margin-top: 5px;
}


#main section.itemlist {
	border-top: 1px solid #dee;
	background-color: #fff;
	line-height: 1.3em;
}

#main section.itemlist:last-child {
	border-bottom: 1px solid #dee;
}

#main section.itemlist figure {
	margin: 0;
}

#main section.itemlist figure img {
	float: left;
	margin-right: 5px;
	border: 1px solid #dee;
	width: 30px;
	height: auto;
}

#main section.itemlist a {
	padding: 2px;
	text-decoration: none;
	display: block;
	overflow: hidden;
}

#main section.itemlist a:hover {
	background-color: #eef;
}

/*h4見出しタグ*/
#main section.itemlist h4 {
	color: #333;		/*文字色*/
	font-size: 100%;
}

.listtitle {
	color: #3cf;
	font-weight: bold;
	font-size: 14px;
	word-break: break-all;
}

/*メインボックス
---------------------------------------------------------------------------*/
/*メインエリアボックスの設定*/
/*mainコンテンツのbox*/
#main .box {
	padding: 10px;
	margin-bottom: 15px;
	background-color: #fff;
	border: 1px solid #eef;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

#main .box img {
	margin-bottom: 5px;
}

#main .box .banner-border img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

#main .box .banner-border a {
  display: block;
  line-height: 0;
}



/* アコーディオン全体 */
#main .box details.accordion01 {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin: 0 0 5px;
  padding: 0 0 5px;
  overflow: visible; /* .box の overflow:hidden を回避 */
}

/* --- summary の既定マーカーを完全に消す（全ブラウザ） --- */
#main .box details.accordion01 > summary {
  list-style: none;          /* Firefox/Edge */
  -webkit-appearance: none;  /* Safari/iOS */
  appearance: none;
}
#main .box details.accordion01 > summary::marker {  /* 近代ブラウザ */
  content: "";
  display: none !important;
}
#main .box details.accordion01 > summary::-webkit-details-marker { /* Chrome/Safari */
  display: none !important;
}

/* 質問行 */
#main .box details.accordion01 summary {
  display: block;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  list-style: none;
  padding: 0px 0px 0px 2.4em; /* 右余白を少し広げる */
}

/* Q丸 */
#main .box details.accordion01 summary::before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.0em; height: 2.0em;
  border-radius: 50%;
  background-color: #0af; color: #fff;
  font-size: .9em; font-weight: 700;
  position: absolute; left: 0; top: 50%;
  transform: translateY(-50%);
}

/* 右端の開閉アイコン */
#main .box details.accordion01 summary::after {
  content: "\f107"; /* FontAwesome caret-down */
  font-family: "FontAwesome";
  position: absolute; right: 8px; top: 50%;
  transform: translateY(-50%) rotate(0deg);
  color: #09f; transition: transform .2s ease;
}
#main .box details.accordion01[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

/* 回答 */
#main .box details.accordion01 p {
  margin: 8px 0 0;
  padding: 5px 10px 5px 2.4em !important;
  position: relative;
}

/* A丸 */
#main .box details.accordion01 p::before {
  content: "A";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.0em; height: 2.0em;
  border-radius: 50%;
  background-color: #f69; color: #fff;
  font-size: .9em; font-weight: 700;
  position: absolute; left: 0; top: .0em;
}

/* フォーカス見やすく（アクセシビリティ） */
#main .box details.accordion01 summary:focus-visible {
  outline: 2px solid #9cf;
  border-radius: 4px;
}



/*サブコンテンツ、サイドコンテンツ
---------------------------------------------------------------------------*/
/*サブコンテンツ（左側ブロック）*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 200px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}


/*サイドコンテンツ（右側ブロック）*/
#side {
	float: right;	/*右側に回り込み*/
	width: 200px;	/*サイドコンテンツ幅*/
	padding-bottom: 30px;
}

/* サイドのバナー */
#side .banner img,
#sub .banner img {
	margin-bottom: 5px;
}

#side .banner a:last-child img,
#sub .banner a:last-child img {
  margin-bottom: 10px;
}

/*2カラム時にサイドコンテンツを非表示にする設定*/
body.c2 #side {
	display: none;
}
/*sub,sideコンテンツ内のh1タグ設定 インクジェット用紙*/
#sub h1,
#side h1 {
	font-size: 100%;
	padding: 2px 15px 2px 30px;	/*上、右、下、左への余白*/
	background: #fee;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: url(../images/icon_arrow1.png) no-repeat left center, #fee;
	color: #574A4A;	/*文字色*/
	border: 1px solid #fcc;		/*線の幅、線種、色*/
	text-shadow: 0px -1px #fff;	/*テキストの影。左へ、下へ、色の設定。*/
	text-decoration: none;	/*下線を消す設定*/
}

#sub h1 a,
#side h1 a {
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}




/*sub,sideコンテンツ内のh2タグ設定業務用転写紙*/
#sub h2,
#side h2 {
	font-size: 16px;
	font-weight: bold;
	background: #aef;
	color: #222;
	border: none;
	line-height: 1.0;
	padding: 10px 7px;
}

#sub h2 a,
#side h2 a {
	color: #222;
	text-decoration: none;
}

/*sub,sideコンテンツ内のh4タグ設定その他の商品*/
#sub h4,
#side h4 {
	font-size: 16px;
	font-weight: bold;
	background: #fc6;
	color: #222;
	border: none;
	line-height: 1.0;
	padding: 10px 7px;
}

#sub h4 a,
#side h4 a {
	color: #222;
	text-decoration: none;
}


/*sub,sideコンテンツ内のh5タグ設定*/
#sub h5,
#side h5 {
	font-size: 16px;
	font-weight: bold;
	background: #fcc;
	color: #222;
	border: none;
	line-height: 1.0;
	padding: 10px 7px;
}

#sub h5 a,
#side h5 a {
	color: #222;
	text-decoration: none;
}


/*sub,sideコンテンツ内のh6タグ設定*/
#sub h6,
#side h6 {
	font-size: 100%;
	padding: 2px 5px 2px 10px;	/*上、右、下、左への余白*/
	background: #fff;	/*背景色*/
	color: #333;	/*文字色*/
	border: 1px solid #eee;		/*線の幅、線種、色*/
}


/*sub,sideコンテンツ内のbox設定*/
#sub .box,
#side .box {
	background: #fff;		/*背景色*/
	border: 1px solid #dee;				/*ボックス内の余白*/
	margin-bottom: 10px;		/*ボックスの下にあけるスペース*/
	padding: 5px 10px;	/*上、右、下、左への余白*/
	line-height: 1.2em;
}

#sub .box .banner a,
#side .box .banner a {
	display: block;
	margin-bottom: 10px;
}

#sub .box .banner a:last-child,
#side .box .banner a:last-child {
	margin-bottom: 0;
}

#sub .box .banner img,
#side .box .banner img {
	display: block;
	height: auto;
	margin: 0;
}


/*インクジェット用紙のBOX設定*/
#sub .box1,
#side .box1 {
	font-size: 100%;
	padding: 2px 15px 2px 30px;	/*上、右、下、左への余白*/
	background: #dfd;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: url(../images/icon_arrow4.png) no-repeat left center, #dfd;	/*マークと色*/
	color: #333;	/*文字色*/
	border: 1px solid #fc6;		/*線の幅、線種、色*/
	text-decoration: none;	/*下線を消す設定*/
}

#sub .box1 a,
#side .box1 a {
	text-decoration: none;	/*下線を消す設定*/
}


/*業務用転写紙関係のBOX設定*/
#sub .box2,
#side .box2 {
	font-size: 100%;
	padding: 2px 15px 2px 30px;	/*上、右、下、左への余白*/
	background: #dff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: url(../images/icon_arrow2.png) no-repeat left center, #dff;	/*色*/
	color: #333;	/*文字色*/
	border: 1px solid #6cf;		/*線の幅、線種、色*/
	margin-bottom: 10px;
}

#sub .box2 a,
#side .box2 a {
	text-decoration: none;	/*下線を消す設定*/
}

/*業務用転写紙関係のBOX設定*/
#sub .box3,
#side .box3 {
	font-size: 100%;
	padding: 2px 15px 2px 30px;	/*上、右、下、左への余白*/
	background: #edf;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: url(../images/icon_arrow3.png) no-repeat left center, #edf;	/*マークと色*/
	color: #333;	/*文字色*/
	border: 1px solid #c9f;		/*線の幅、線種、色*/
	margin-bottom: 10px;
}

#sub .box3 a,
#side .box3 a {
	text-decoration: none;	/*下線を消す設定*/
	font-weight: bold;
}

/*その他商品のBOX設定*/
#sub .box4,
#side .box4 {
	font-size: 100%;
	padding: 2px 15px 2px 30px;	/*上、右、下、左への余白*/
	background: #eff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: url(../images/icon_arrow4.png) no-repeat left center, #fff;
	color: #9ef;	/*文字色*/
	border: 1px solid #09f;		/*線の幅、線種、色*/
	margin-bottom: 10px;
}

#sub .box4 a,
#side .box4 a {
	text-decoration: none;	/*下線を消す設定*/
}


#side .box5 {
	margin-bottom: 10px;	/*ボックスの下にあけるスペース*/
	list-style-image: url(../images/icon_arrow6.png);
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#side .box5 a {
text-decoration: none;
}

#side .box5 h3 {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #09f;
	text-align: center;
	color: #06c;
}


/*見出しにboxやメニューが繋がった場合に枠線が重複しない為の設定*/
#sub h2 + ul,
#side h2 + ul,
#sub h2 + .box,
#side h2 + .box {
	border-top: none;
}
/*boxの中にメニューが入った場合に下に余分な余白が出るのをなくす設定*/
#sub .box > ul,
#side .box > ul {
	margin-bottom: 0;
}


/* 区切り破線 */
hr {
  border: none;
  border-top: 1px dashed #99a;
  margin-bottom: 15px;
}

/*sub,sideコンテンツ内のメニュー
---------------------------------------------------------------------------*/



/*サブ・サイドコンテンツ　商品一覧ボックス
---------------------------------------------------------------------------*/
/*list1*/
#side section.list {
	font-size: 13px;
	background: #fff;
	border-left: 1px solid #dee;
	border-right: 1px solid #dee;
	border-bottom: 1px solid #dee;
	line-height: 1.6;
	position: relative;
	overflow: hidden;
}

#sub section.list {
	font-size: 13px;
	background: #fff;
	border-left: 1px solid #dee;
	border-right: 1px solid #dee;
	border-bottom: 1px solid #dee;
	line-height: 1.2;
	position: relative;
	overflow: hidden;
}

#sub section.list figure img,
#side section.list figure img {
	float: left;
	margin-right: 6px;
	border: 1px solid #dee;
	width: 60px;
	height: auto;
	background: #fff;
	box-sizing: border-box;
}

#sub section.list .text,
#side section.list .text {
	display: flex;
	flex-direction: column;
}

#sub section.list p,
#side section.list p {
	line-height: 1.25em;
	color: #333;
}

#sub section.list p.bold,
#side section.list p.bold {
	font-weight: 700;
}

#sub section.list a,
#side section.list a {
	padding: 6px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	color: #333;
	transition: background-color 0.2s ease, color 0.2s ease;
}

#sub section.list a:hover,
#side section.list a:hover {
	background: #eef;
	color: #666;
}


/*h4見出しタグ*/
#sub section.list h4,
#side section.list h4 {
	color: #333;
	font-size: 100%;
	font-weight: bold;
}

/* サイト内検索 */
#side .search-form {
	display: flex;
	margin-bottom: 5px;
}

#side .search-input {
	background: #fff;
	border: none;
	width: 160px;
	height: 30px;
	color: #666;
	padding: 0 40px 0 10px;
}

#side .search-input::placeholder {
    font-size: 12px;
	font-weight: 500;
    line-height: 1.85;
    letter-spacing: .05em;
    color: #aaa;
  }
	
#side .search-btn {
	border: none; /* 装飾非表示 */
	background: #09f;
	vertical-align: middle; /* 上下中央に */
	position:relative;
	width: 40px;
	height: 30px;
}

#side .search-btn::before {
		position: absolute;/*絶対位置*/
		font-family: "FontAwesome";
		content: "\f002";/*アイコンのユニコード*/
		font-weight: 400;
		cursor: pointer;
		top: 50%;
		transform: translateY(-50%);
		font-size: 1.2em;/*サイズ*/
		left: 0.5em;/*アイコンの位置*/
		color: #fff; /*アイコン色*/
	  }


/*サブメニューリスト2設定
---------------------------------------------------------------------------*/
/*list2*/
#sub section.list2 {
	background: #fff;
	font-size: 14px;
	border-left: 1px solid #dee;
	border-right: 1px solid #dee;
	border-bottom: 1px solid #dee;
	line-height: 1.5;
	position: relative;
	overflow: hidden;
}

#sub section.list2:first-of-type {
	border-top: 1px solid #dee;
}

#sub section.list2 a {
	display: flex;
	align-items: center;
	padding: 5px 3px;
	text-decoration: none;
	color: #333;
	transition: background-color 0.2s ease, color 0.2s ease;
}

#sub section.list2 a:hover {
	background: #eff;
	color: #333;
}

/* 画像の入れ物 */
#sub section.list2 figure {
	flex: 0 0 25px;
	margin: 0 5px 0 0;
	text-align: center;
}

/* 画像 */
#sub section.list2 figure img {
	width: 20px;
	height: auto;
	border: 1px solid #ddd;
	background: #fff;
	padding: 1px;
	box-sizing: border-box;
	vertical-align: middle;
}

/* 文字 */
#sub section.list2 p {
	margin: 0;
	line-height: 1.15;
	font-weight: normal;
	font-size: 13px;
	flex: 1 1 auto;
	word-break: keep-all;
	overflow-wrap: break-word;
}

#sub section.list2 p.bold {
	font-weight: 700;
}

/*フッターメニュー設定
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
}
ul#footermenu li {
	display: inline;
	padding: 0px 5px;
}

/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;	/*文字色*/
	background: #06f;	/*背景色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 110px;	/*ブロックの高さ*/
	padding-left: 10px;
}
/*日付設定*/
#new dt {
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #eee;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	background: #fff;	/*背景色*/
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background-color: #eee;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #bbb;	/*背景色*/
}


/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background: #eee;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));	/*グラデーション*/
	background: -webkit-linear-gradient(#fff, #eee);	/*同上*/
	background: linear-gradient(#fff, #eee);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));	/*グラデーション*/
	background: -webkit-linear-gradient(#eee, #fff);	/*同上*/
	background: linear-gradient(#eee, #fff);			/*同上*/
}



/*テーブル2（カート用/A4サイズ）
---------------------------------------------------------------------------*/
.ta2 {
	width: 100%;
	background: #fff;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #fcc;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 15px;
}

/* 共通セル */
.ta2 th,
.ta2 td {
	line-height: 1.7;
	border-right: 1px solid #f6dede;
	border-bottom: 1px solid #f6dede;
	vertical-align: middle;
}

/* 右端の縦線を消す */
.ta2 tr > *:last-child {
	border-right: none;
}

/* 最終行の下線を消す */
.ta2 tr:last-child > * {
	border-bottom: none;
}

/* テーブル内の右側 */
.ta2 td {
	padding: 10px 20px;
	background: #fff;
}

/* テーブル内の左側の見出し部分 */
.ta2 th {
	width: 150px;
	padding: 10px 5px;
	text-align: center;
	background-color: #fee;
	font-size: 14px;
	font-weight: 700;
	color: #333;
}

/* 1行目の見出し */
.ta2 th.tamidashi {
	width: auto;
	padding: 10px 15px;
	color: #333;
	background-color: #fcc;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
}

/* 1行目見出し内の画像 */
.ta2 th.tamidashi img {
	float: left;
	margin-right: 10px;
}

/* th内画像 */
.ta2 th img {
	margin: 5px 0;
}

/* 2行目見出し */
.ta2 th.tamidashi2 {
	width: auto;
	text-align: center;
	color: #333;
	background-color: #fff;
	font-weight: bold;
}

/*テーブル3（カート用/A3サイズ）
---------------------------------------------------------------------------*/
.ta3 {
	width: 100%;
	background: #fff;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #bec;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 15px;
}

/* 共通セル */
.ta3 th,
.ta3 td {
	line-height: 1.7;
	border-right: 1px solid #d7ece0;
	border-bottom: 1px solid #d7ece0;
	vertical-align: middle;
}

/* 右端の縦線を消す */
.ta3 tr > *:last-child {
	border-right: none;
}

/* 最終行の下線を消す */
.ta3 tr:last-child > * {
	border-bottom: none;
}

/* テーブル内の右側 */
.ta3 td {
	padding: 10px 20px;
	background: #fff;
}

/* テーブル内の左側の見出し部分 */
.ta3 th {
	width: 140px;
	padding: 10px 8px;
	text-align: center;
	background-color: #dfe;
	font-size: 14px;
	font-weight: 700;
	color: #333;
}

/* 1行目の見出し */
.ta3 th.tamidashi {
	width: auto;
	padding: 10px 15px;
	color: #333;
	background-color: #bec;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
}

/* 1行目見出し内の画像 */
.ta3 th.tamidashi img {
	float: left;
	margin-right: 10px;
}

/* th内画像 */
.ta3 th img {
	margin: 5px 0;
}

/*テーブル4（左側がグレーのシンプルなもの）
---------------------------------------------------------------------------*/
.ta4 {
	width: 100%;
	background: #fff;	/*背景色*/
}
.ta4, .ta4 td, .ta4 th{
	border: 5px solid #fff;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.5em;
}
/*テーブル内の右側*/
.ta4 td{
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta4 th{
	width: 140px;
	padding: 5px;
	text-align: center;
	background-color: #eee;	/*背景色*/
}

/*テーブル5（見出し以外透明なもの / スタートセット用）
---------------------------------------------------------------------------*/
.ta5 {
	width: 100%;
	background: #fff;
	border: 1px solid #ff9;
	border-collapse: separate;
	border-radius: 10px;
}

/*列*/
.ta5 th{
	border: 0px;
	width: auto;
	padding: 5px 5px 2px 5px;
	background-color: #ff9;
	border-collapse: separate;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: left;
}

/*行*/
.ta5 td{
	border: 0px;
	width: auto;
	padding: 10px;
	position: relative;
	padding-bottom: 0px;
}

/*テーブル6（5の線入りver / 導入者の声、プリント資材会社紹介用）
---------------------------------------------------------------------------*/
.ta6 {
	width: 100%;
	background: #fff;
	border: 1px solid #ff9;
	border-collapse: separate;
	border-radius: 10px;
	overflow: hidden;
}

/*列*/
.ta6 th{
	border: 0px;
	width: auto;
	padding: 5px 5px 2px 10px;
	background-color: #ff9;
	border-collapse: separate;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	text-align: left;
}

/*行*/
.ta6 td{
	width: auto;
	padding: 10px;
	position: relative;
	padding-bottom: 5px;
	border-top: none;
}

#main table.ta6 tr:not(:last-child){
  border-bottom: 1px solid #ff9;
}
#main table.ta6 tr:not(:last-child) td{
  border-bottom: 1px solid #ff9;
}

/*リンク*/
.ta6 a{
	border-bottom: dotted 1px;
	line-height: 1.4em;
}

/*列*/
#main table.ta6 td.item {
	background-color: #cff;
	width: 180px;
	border: none;
	border-radius: 0;
}

/* =========================
   タブUI
========================= */
.tab-area {
	margin-bottom: 15px;
	position: relative;
}

.tab-buttons {
	margin: 0 0 1px 0;
	padding: 0 0 0 12px;
	position: relative;
	z-index: 2;
	font-size: 0px;
}

.tab-button {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 8px 0 0;
	padding: 12px 22px 10px;
	border: none;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	cursor: pointer;
	position: relative;
	top: 1px;
	transition: background-image 0.2s ease, transform 0.2s ease;
}

/* 色 */
.tab-1 { background: #f33; }
.tab-2 { background: #fa0; }
.tab-3 { background: #6c0; }
.tab-4 { background: #0af; }
.tab-5 { background: #96c; }

.tab-area.is-tab-1 .tab-panels { border-color: #f33; }
.tab-area.is-tab-2 .tab-panels { border-color: #fa0; }
.tab-area.is-tab-3 .tab-panels { border-color: #6c0; }
.tab-area.is-tab-4 .tab-panels { border-color: #0af; }
.tab-area.is-tab-5 .tab-panels { border-color: #96c; }

/* hover */
.tab-button:hover {
	background-image: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2));
}

/* activeでも暗くしない */
.tab-button.is-active {
	filter: none;
	top: 1px;
}

/* パネル枠 */
.tab-panels {
	border :2px solid #ccc;
	border-radius: 12px;
	background: #fff;
	padding: 15px 10px 10px;
	position: relative;
	z-index: 1;
}

/* パネル表示切替 */
.tab-panel {
	display: none;
}

.tab-panel.is-active {
	display: block;
}


/* 関連ページリンク */
.tab-link-banners {
	margin-top: 10px;
}

.tab-link-card {
	display: block;
	background: #ffc;
	padding: 15px 17px;
	border-radius: 12px;
	margin-bottom: 15px;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	box-sizing: border-box;
}

.tab-link-card:hover {
	background: #ffa;
	color: #111;
	transform: translateY(2px);
}

.tab-link-title {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #fa0;
}

.tab-link-title::before {
	content: "▶";
	color: #fa0;
	margin-right: 3px;
	font-size: 1.0em;
}

.tab-link-text {
	display: block;
	font-size: 1.0em;
	color: #555;
	line-height: 1.7;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .tab-buttons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
    padding-left: 0;
    margin-bottom: 2px;
    font-size: initial;
  }

  .tab-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 6px 4px;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    border-radius: 8px 8px 0 0;
    top: 2px;
    box-sizing: border-box;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

.tab-button.is-active {
	top: 2px;
	filter: none;
    z-index: 3;
  }

  .tab-panels {
    padding: 12px 10px 8px;
    border-radius: 0 0 12px 12px;
  }
}

/* 買い物かごへ設定
---------------------------------------------------------------------------*/
.cart-back {
	position: fixed;
	bottom: 10px;
	right: 70px;
}

.cart-back{
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cart-back:hover{
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

.cart-in {
  width: 100%;
  background-color: #ffc;
  border-radius: 10px;
  line-height: 1.7;
  padding: 5px 15px 10px;
  margin: 5px 0;
  box-sizing: border-box;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #09f;
	opacity: 1;
	border-radius: 50%;
}

#pagetop a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	text-decoration: none;
}

#pagetop a::before{
	font-family: 'FontAwesome';
	font-weight: 1000;
	content: '\f062';
	font-size: 25px;
	color: #fff;
}

#pagetop{
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#pagetop:hover{
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

/*「おすすめ」表示
---------------------------------------------------------------------------*/
.osusume {
	font-size: 10px;	/*文字サイズ*/
	color: #fff!important;		/*文字色*/
	background: #f00;	/*背景色*/
	text-align: center;
	display: block;
	position: absolute;
	top: 22px;
	left: -70px;
	width: 100px;
	line-height: 1.5em;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}

/*「SOLD OUT」表示
---------------------------------------------------------------------------*/
.soldout {
	font-size: 10px;	/*文字サイズ*/
	color: #fff;		/*文字色*/
	background: #999;	/*背景色*/
	text-align: center;
	display: block;
	position: absolute;
	top: 22px;
	left: -70px;
	width: 100px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #eee;
}
.mb15,
.mb1em {
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1 {
	color: #0099FF;
}

.color2 {
	color: #fff;
	font-weight: bold;
	background-color: #09f;
	border-radius: 12px;
	margin: 10px 0px 5px 0px;
	padding: 2px 10px;
	width: auto;
}

.color2 a{
	color: #fff;
	font-weight: bold;
}

.bold {
	color: #222;
	font-weight: 700;
	line-height: 1.35;
}

.colorred {
	color: #f00;
	padding: 2px 2px 2px 0px;
	font-weight: bold;
	width: 100%;
}
.colorred2 {
	color: #f00;
	padding: 2px 2px 2px 0px;
	width: 100%;
}

.hl-c {
	position: relative;
	line-height: 18px; /*ボーダーの高さ位置*/
	background:linear-gradient(transparent 50%, #bff 0%);
	display:inline-block;
}

.hl-y {
	position: relative;
	line-height: 18px; /*ボーダーの高さ位置*/
	background:linear-gradient(transparent 50%, #ff6 0%);
	display:inline-block;
}

.hl-m {
	position: relative;
	line-height: 18px; /*ボーダーの高さ位置*/
	background:linear-gradient(transparent 50%, #fce 0%);
	display:inline-block;
}

.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 12px;
	line-height: 1.5;
}
figcaption {
	font-size: 11px;
}

#menubar_hdr {
	display: none;
}

.info{
	font-size: 16px;
	color: #fff;
	margin-top: 0;
	margin-right: -10px;
	margin-bottom: 10px;
	margin-left: -10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #16BCB4;
}
.content{
	margin-bottom: 20px;
	border-radius: 6px;
	overflow: hidden;
	font-size: 14px;
	background-color: #EDFFC8;
	margin-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.readmore{
	clear: both;
}

.readmore a{
	padding: 3px 5px;
	border-radius: 3px;
	color: #09F;
	text-decoration: none;
	background-color: #eee;
}

.readmore a:hover{
	background-color: #dff;
}


/* TOPのSNS */
.top-sns {
  display: inline-flex;
  gap: 5px;
  transform: translateY(3px);
  flex-wrap: wrap;
  align-items: center;
}

.top-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex: 0 0 auto;
}

.top-sns a img {
  display: block;
  width: auto;
  height: 35px;
  max-width: 100%;
  object-fit: contain;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .top-sns {
    gap: 4px;
  }

  .top-sns a img {
    height: 30px;
    width: auto;
  }
}


/* TOPのiiframe */
.iframe-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  display: block;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Noteの埋め込み */
#note_message {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

#note_message .mu {
  width: calc(33.333% - 14px);
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0;
  padding-bottom: 0;
}

#note_message .mu h3 {
  margin: 8px 0 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
  overflow: hidden;
  background: none;
  border: none;
  box-shadow: none;
}

#note_message .mu h3 a {
  display: block;
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  background: none;
  border: none;
  box-shadow: none;
}

#note_message .mu p,
#note_message .mu small,
#note_message .mu br {
  display: none;
}

#note_message .mu > :last-child {
  margin-bottom: 0 !important;
}

#note_message a.btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* 画像サイズ統一 */
#note_message .note-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  background: #eef;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

/* 画像なし */
#note_message .note-thumb.noimg {
  object-fit: cover;
}

/* スマホ */
@media screen and (max-width: 767px) {
  #note_message .mu {
    width: 100%;
  }
}
	
/* TwitterとFacebookの埋め込み */
.socialbox{
  width: 565px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  table-layout: fixed;
}

.socialbox tr{
  display: flex;
  gap: 5px;
}

.socialbox td{
  display: block;
  width: 50%;
  min-width: 0;
  vertical-align: top;
  padding: 0;
  background: transparent;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .socialbox{
    width: 100%;
  }

  .socialbox tr{
    gap: 8px;
  }

  .socialbox td{
    width: calc((100% - 8px) / 2);
    min-width: 0;
  }
}

/* --- 共通カード（Twitter / Facebook）--- */
.twitter-box,
.facebook-box{
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  width: 100%;
  height: 400px;
  max-width: 100%;
  font-family: Meiryo, sans-serif;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  min-width: 0;
}

/* 共通ヘッダー */
.twitter-header,
.facebook-header{
  background: #09f;
  color: #fff;
  padding: 2px 10px;
  font-weight: bold;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  flex: 0 0 auto;
}

.twitter-header a,
.facebook-header a{
  color: #fff;
  text-decoration: none;
}

/* 共通フィード領域 */
.twitter-feed,
.facebook-feed{
  box-sizing: border-box;
  flex: 1 1 auto;
  min-width: 0;
}

.twitter-feed{
  padding: 10px;
  overflow-y: auto;
}

.facebook-feed{
  padding: 0;
  overflow: hidden;
}

/* Facebook iframe */
.fb_frame{
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

/* --- Twitterリスト --- */
.twitter-feed ul{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tweet-item{
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  min-width: 0;
}

.tweet-item:last-child{
  border-bottom: none;
}

.tweet-icon{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0;
}

.tweet-content{
  flex: 1;
  min-width: 0;
}

.tweet-text{
  color: #333;
  display: block;
  line-height: 1.5;
  font-size: 14px;
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tweet-text:hover{
  text-decoration: underline;
}

.twitter-date{
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}

.tweet-photo{
  display: block;
  width: 100%;
  margin-top: 6px;
  border-radius: 6px;
  max-height: 180px;
  object-fit: cover;
}

/*メニューグリッド表示*/
.grid {
	font-size: 14px;
	width: auto;
	border: 1px solid #dee;
	border-top: none;
	background: #fff;
	padding: 0;
	margin-bottom: 10px;
}

.grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.grid li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dee;
}

.grid li:last-child {
	border-bottom: none;
}

.grid a {
	display: block;
	position: relative;
	padding: 8px 10px 8px 18px;
	color: #333;
	text-decoration: none;
	line-height: 1.35;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.grid a:hover {
	background: #eef;
	color: #111;
}

/* 左の小さい三角 */
.grid a::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #fc6;
}

/* お買い物ガイド */
.grid2 {
	border: 1px solid #dee;	/*線の幅、線種、色*/
	background: #FFF;	/*背景色*/
	padding: 5px 10px;		/*ボックス内の余白*/
	margin-bottom: 10px;	/*ボックスの下にあけるスペース*/
}

.grid2 li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dee;
	padding-left: 2px;
}

.grid2 a{
text-decoration: none;
}

.grid2 ul.list li img{
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

/* アイテムリスト*/
.grid3 {
	border: 1px solid #dee;	/*線の幅、線種、色*/
	background: #FFF;	/*背景色*/
	padding: 5px 10px;		/*ボックス内の余白*/
	margin-bottom: 10px;	/*ボックスの下にあけるスペース*/
}

.grid3 h4.nav{
	font-weight: bold;
	color: #333;
	text-align: center;
	background-color: #FFF;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.grid3 li {
	position: relative;              /* ←これ必須 */
	margin-bottom: 3px;
	padding: 2px 0 2px 16px;         /* ←左余白ちょい広げる */
	border-bottom: 1px dashed #dee;
	line-height: 1.5em;
}

/* 三角 */
.grid3 li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #6cf;
}


.grid3 a{
text-decoration: none;
}

.grid3 ul.list li img{
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}


/* ボタン設定 */
/* box-sizing リセット */
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
*, *::before, *::after {
  box-sizing: inherit;
}

/* --- 共通ボタン --- */
.btn {
  display: inline-block;
  padding: 1.0rem 2.5rem 0.8rem 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;

  color: #fff;
  border-radius: 100vh;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn i {
  margin-right: .6rem;
}

.btn:hover {
  color: #fff;
}

/* --- 色別 --- */
.btn-pink {
  background-color: #f69;
}

.btn-pink.btn-cubic {
  border-bottom: 5px solid #f36;
}

.btn-blue {
  background-color: #0af;
}

.btn-blue.btn-cubic {
  border-bottom: 5px solid #06f;
}

/* 購入用デカボタン */
.btn-buy {
  background-color: #f33;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 1.0rem 5rem 0.8rem 5rem;
  margin-bottom: 30px;
  display: block;
  width: fit-content;
  margin-left: auto;
}

.btn-buy.btn-cubic {
  border-bottom: 5px solid #c00;
}

.btn-buy:last-child {
  margin-bottom: 0;
}


/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロックの中*/
header .inner {
	width: auto;
	text-align: center;
	position: static;
}
/*h1タグの設定*/
header .inner h1 {
	display: none;
}
/*ロゴ画像の設定*/
header .inner #logo {
	position: static;
	padding-top: 18px;
}
/*ヘッダー内の「カートをみる」の設定*/
header .inner #cart {
	width: 100px;		/*幅*/
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#0af));
	background: -webkit-linear-gradient(#0af, #0af 20%);
	background: linear-gradient(#0af, #0af 20%);
	letter-spacing: normal;
	margin: 1px 1px 0px 0px;
}
header .inner #cart a {
	padding-left: 0px;
}
/*マウスオン時*/
header .inner #cart a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FFF));
	background: -webkit-linear-gradient(#fff, #FFF 20%);
	background: linear-gradient(#fff, #FFF 20%);
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar ul {
	width: auto;
	display: block;
}

nav#menubar li {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

nav#menubar li:nth-child(odd) {
	border-left: none;
}
	
/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 0px 10px;
}

/*コンテンツin（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: none;
	width: auto;
}
/*main,sub,sideコンテンツ
---------------------------------------------------------------------------*/
#main, #sub, #side {
	float: none;
	width: auto;
}
/*2カラム時*/
body.c2 #main {
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsub,sideブロックを表示させない設定*/
body.s-n #sub,
body.s-n #side {
	display: none;
}
/*tdタグにiframeを読み込んだ場合（GoogleMap用）*/
td iframe {
	height: 300px;
	width: 100%;
}

}

/*カレンダー用テーブル
---------------------------------------------------------------------------*/
/*テーブル全体の設定*/
.cal {
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	background: #fff;			/*テーブル内の背景色*/
	font-size: 11px;			/*文字サイズ*/
	margin-right: auto;
	margin-left: auto;
}
.cal td, .cal th{
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	line-height: 1;				/*行間*/
	text-align: center;			/*文字をセンタリング*/
	padding: 5px;				/*ボックス内の余白*/
}
/*テーブル内のth(曜日)設定*/
.cal th{
	background: #eee;	/*背景色*/
}

/*日曜日の設定*/
.cal .sun {
	color: #f66;			/*文字色*/
}
/*土曜日の設定*/
.cal .cal_sat {
	background: #cef;	/*背景色*/
	color: #39f;			/*文字色*/
}

/*休日の設定*/
.cal .off {
	background: #fcc;	/*背景色*/
	color: #f66;			/*文字色*/
}

.heading1{
	position:relative;
	padding:9px;
	padding-left:0px;
	font-weight: bold;
	font-size: 18px;
}
 
.heading1:before{
	content:''; 
	height:15px; 
	width: 100%;
	display:block; 
	position:absolute; 
	top:18px; 
	left:0px; 
	background-color:#ccc;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity: 0.20;
	opacity:0.20;
	box-shadow: 0px 3px 3px 3px rgba(255,255,255, 0.3) inset;
}


/*youtube動画サイズ用
---------------------------------------------------------------------------*/
.video-container {
  --video-width: 560px;
  width: min(100%, var(--video-width));
  aspect-ratio: 16 / 9;
  position: relative;
  margin: 5px 0;
  overflow: hidden;
  padding-top: 30px;
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*写真横スライド
---------------------------------------------------------------------------*/
#slider_fsp{
	margin-top:20px;
	margin-bottom:20px;
}


/* 画面幅480px以下の設定
---------------------------------------------*/
@media screen and (max-width:767px){

  /* ヘッダー */
  header {
	  margin-bottom: 40px;
	  padding-bottom: 10px;
	  position: relative;
  	  z-index: 10;
		}
  header .inner { width: auto; text-align: left; position: static; }
  header .inner h1 { display: none; }
  header .inner #logo { position: static; padding: 18px 0 0 5px; }
  header .inner #logo img { width: 70%; height: auto; }
  header .inner #cart {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 70px;
    background: url(../images/bg_cart.png) no-repeat 30% -85px, -webkit-gradient(linear, left top, left bottom, from(#0af), to(#0af));
    background: url(../images/bg_cart.png) no-repeat 30% -85px, -webkit-linear-gradient(#0af, #0af 20%);
    background: url(../images/bg_cart.png) no-repeat 30% -15px, linear-gradient(#0af, #0af 20%);
    text-align: center;
  }
  header .inner #cart a { padding-left: 5%; }
  header .inner #cart a:hover {
    background: url(../images/bg_cart.png) no-repeat 30% -85px, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background: url(../images/bg_cart.png) no-repeat 30% -85px, -webkit-linear-gradient(#fff, #fff 20%);
    background: url(../images/bg_cart.png) no-repeat 30% -85px, linear-gradient(#fff, #fff 20%);
  }

  /* メインメニュー */
  nav#menubar {
    height: auto;
    overflow: hidden;
    border-bottom: none;
    border-left: 1px solid #ccc;
    margin-bottom: 6px;
  }
  nav#menubar ul { width: auto; }
  nav#menubar ul li {
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #ccc;
  }
  nav#menubar ul li:first-child { border-left: none; }
	

  /* カート */
  header .inner #cart {
    position: static;
    display: block;
    width: calc(100% - 20px);
    height: 40px;
    line-height: 40px;
    margin: 8px 10px 0 !important;
    border-radius: 12px;
    text-align: center;
    letter-spacing: normal;
    box-sizing: border-box;
    background: #0af;
  }

  header .inner #cart a {
    display: block;
    padding-left: 0;
    color: #fff;
  }

  header .inner #cart a:hover {
    background: transparent;
    color: #fff;
  }
	

 /* ハンバーガー */
  #menubar_hdr {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 16px;
    padding: 8px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #fff;
    z-index: 2000;
    box-sizing: content-box;
    cursor: pointer;
  }

  /* 開閉メニュー本体 */
nav#menubar {
  display: block;
  position: static;
  width: calc(100% - 20px);
  margin: 10px 10px 8px !important;
  background: #06f;
  border-left: none;
  border-bottom: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

  nav#menubar ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  nav#menubar ul li {
    float: none;
    width: 100%;
    border-left: none;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }

  nav#menubar ul li:last-child {
    border-bottom: none;
  }

  nav#menubar a {
    position: relative;
    display: block;
    height: auto;
    min-height: 44px;
    padding: 12px 12px 12px 40px;
    color: #fff;
    text-align: left;
    box-sizing: border-box;
  }

  nav#menubar a i {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    font-size: 14px;
    width: 14px;
    text-align: center;
  }

  nav#menubar a span {
    position: static;
    display: inline;
    white-space: normal;
    font-size: 14px;
    line-height: 1.4;
  }
	
	
  /* コンテンツ（main, sub を囲むブロック） */
  #contents { margin: auto; width: auto; }
  #contents-in { float: none; width: auto; }
  #main, #sub, #side { float: none; width: auto; }
  body.c2 #main { width: auto; }

  /* トップページ内「更新情報・お知らせ」 */
  section#new h2.open {
    background: url(../images/arrow1.png) no-repeat left center,
                url(../images/btn_minus.png) no-repeat right center,
                -webkit-gradient(linear, left top, left bottom, from(#8fd7a2), to(#67c57e));
    background: url(../images/arrow1.png) no-repeat left center,
                url(../images/btn_minus.png) no-repeat right center,
                -webkit-linear-gradient(#b1e6c0, #8fd7a2 49%, #67c57e 50%);
    background: url(../images/arrow1.png) no-repeat left center,
                url(../images/btn_minus.png) no-repeat right center,
                linear-gradient(#b1e6c0, #8fd7a2 49%, #67c57e 50%);
  }
  section#new h2.close {
    background: url(../images/arrow1.png) no-repeat left center,
                url(../images/btn_plus.png) no-repeat right center,
                -webkit-gradient(linear, left top, left bottom, from(#8fd7a2), to(#67c57e));
    background: url(../images/arrow1.png) no-repeat left center,
                url(../images/btn_plus.png) no-repeat right center,
                -webkit-linear-gradient(#b1e6c0, #8fd7a2 49%, #67c57e 50%);
    background: url(../images/arrow1.png) no-repeat left center,
                url(../images/btn_plus.png) no-repeat right center,
                linear-gradient(#b1e6c0, #8fd7a2 49%, #67c57e 50%);
  }
  #new { margin-bottom: 15px; }
  #new dl { height: auto; padding-left: 0; }
  #new dt { float: none; width: auto; }
  #new dd { padding-left: 0; }

  /* テーブル１（スマホ最適化） */
  .ta1 td { width: auto; padding: 2px; }
  .ta1 th { width: 100px; padding: 2px; }

  /* 商品一覧ボックス（スマホ最適化） */
  #main section.list p { margin-left: 0; }
  #main section.list figure img {
    float: none;
    margin: 0;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  /* インフォ */
  #main section.info{
    font-size: 16px;
    color: #fff;
    margin: 0 -10px 10px -10px;
    padding: 5px 10px 5px 20px;
    background-color: #669900;
  }
	
	
/* 向き不向きテーブル */
#main table.suitable {
  width: calc(100% - 10px) !important;
  max-width: calc(100% - 10px) !important;
  margin: 5px;
  table-layout: auto;
}

#main table.suitable th,
#main table.suitable td {
  padding: 4px 2px;
  font-size: 13px;
  line-height: 1.2;
  word-break: break-word;
  overflow-wrap: anywhere;
  vertical-align: top;
}

#main table.suitable td img {
  width: 48px;
  height: auto;
  vertical-align: top;
}


  /* 洗濯堅牢度テーブル */
  #main .washing-scale {
    width: 100%;
    overflow: hidden;
    height: 200px;
    margin: 5px 0;
  }

  #main .washing-scale table.washing {
    width: 700px !important;
    transform: scale(0.63);
    transform-origin: top left;
    margin: 0;
  }

	
/* SNSボックス */
.socialbox {
  width: 100%;
  height: auto;
}
.socialbox td { width: 50%; height: auto; }
.fb_frame {
  width: 100%;
  height: 300px; 
}

#main .yokonarabi {
  flex-wrap: wrap;
}

#main .yokonarabi > * {
  flex: 1 1 100%;
  min-width: 0;
}

#main .yokonarabi > table {
  width: 100%;
}
	
/* ひまちゃんコメント */
#main .himachan {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 5px 0;
 }
	
#main .himachan .faceicon {
  margin: 0 0 0 10px;
  float: left;
  margin-right: auto;
  width: auto;
 }
	
#main .himachan .says {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 0 20px 10px;
  padding: 10px;
  border-radius: 15px;
  background: #ff9; 
}
	
#main .himachan .says:after { display: none;
}

}