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

/*-----------------------------------------------------
  ■メイン　共通
 -----------------------------------------------------*/
.cashless{
	 width:100%;
	 margin-bottom:10px;
}
/*---------- コンテンツラップ ----------*/
.support-wrap {
	margin-top: 10px;
}
.support-wrap div,.support-wrap img{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*---------- 左可変親 ----------*/
#l-wrap {
	float: left;
	width:100%;
	margin: 0 -300px 0 0;
}
/*---------- 右固定親 ----------*/
#r-wrap {
	float: right;
	width:300px;
}
/*---------- 左可変子 */
#l-box {
	margin: 0 340px 0 0;/* 左右間の空調整 */
	min-width:660px;
}

/* ---------- パンくず ---------- */
#g-pan {
	margin-top: 10px;
	margin-left:30px;
}
#g-pan div{
	float:left;
}
#g-pan div:first-child:after{
	content:"　&gt;　"
}
/*---------- タイトル ----------*/
.support-wrap h2.h2-01 {
	height:41px;
	padding-top:6px;
	padding-left:5px;
	margin-bottom:20px;
	background:url(https://www.wakibungu.com/support/images/g-h2-01.jpg) repeat-x;
}
/*---------- サブタイトル ----------*/
.support-wrap h3 {
	font-size:123%;
}
/*---------- 段落 ----------*/
.support-wrap p {
	margin-bottom:20px;
}
/*---------- 外部リンク ----------*/
a.openwin {
	padding-right:20px;
	background:url(https://www.wakibungu.com/support/images/external.png) no-repeat right;
}
.openwin-w {
	padding-right:22px;
	background:url(https://www.wakibungu.com/support/images/external-w.png) no-repeat right;
}
/*---------- 区切り線 ----------*/
hr {
	border: 0;
	border-bottom: 1px dashed #FFF;
	background: #999;
	margin-bottom:20px;
}
/*---------- 右寄せ画像 ----------*/
.g-img-ar {
	float:right;
	margin-left:10px;
}
/*---------- ボタン風 ----------*/
.g-button a, #formmailer-wrap div {
	display:block;
	/* 背景グラデーション未対応 */
	background-color: #d3d3d3;
	/* IE10～ */
	background: linear-gradient(to bottom, #88BC78, #79A66A);
	/* IE7～ */
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#88BC78, endColorstr=#79A66A);
	/* Firefox */
	background: -moz-linear-gradient(top, #88BC78, #79A66A 50%, #61954F 50%, #517D40);
	/* Chrome、Safari */
	background: -webkit-gradient(linear, left top, left bottom, from(#88BC78), color-stop(0.5, #79A66A), color-stop(0.5, #61954F), to(#517D40));
	/* 共通スタイル */
	border: 1px solid #61954F;
	-moz-box-shadow: 0px 0px 5px rgba(000, 000, 000, 0.5), inset 0px 0px 3px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(000, 000, 000, 0.5), inset 0px 0px 3px rgba(255, 255, 255, 0.5);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	color:#FFF;
	font-weight:bold;
	padding:0 15px;
	text-decoration:none;
	text-align:center;
	margin: 0 10px 10px 0;
	width:320px;
	float:left;
	padding:10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*---------- divテーブル 基本 ----------*/

/* テーブル指定 */
.support-wrap .divtb{
	display:table;
}

/* tr指定 */
.support-wrap .divtb &gt; div{
	display:table-row;
}

/* td指定 */
.support-wrap .divtb &gt; div &gt; div{
	display:table-cell;
}
/*---------- divテーブル 装飾 ----------*/
/* 
table-01 一番左のみ背景薄いグレー ボーダーあり
table-02 背景なし ボーダーなし
table-03 一番上のみ背景薄いグレー ボーダーあり
*/
.support-wrap .table-01{
	width:100%;
	margin-bottom:20px;
}
/* セル */
.support-wrap .table-01 &gt; div &gt; div{
	padding:10px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
/* 一番左のセル */
.support-wrap .table-01 &gt; div &gt; div:first-child {
	background:#EEE;
	border-left:1px solid #999;
	white-space:nowrap;
	vertical-align: top;
}
/* 一番上のセル */
.support-wrap .table-01 &gt; div:first-child &gt; div {
	border-top:1px solid #999;
}

/*-----------------------------------------------------
  ■新仕様
 -----------------------------------------------------*/
/* ---------- 本店既存 ---------- */
.support-wrap h3 {
    padding: 0; /* 変更 */
    margin-top: 50px; /* 変更 */
    margin-bottom: 0; /* 変更 */
    font-weight: bold;
    color: #000; /* 変更 */
    background: none; /* 消す */
    text-align:center;
    	clear: both;/* 足す */
}

/*-----------------------------------------------------
  ■装飾
 -----------------------------------------------------*/
.bd01 {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed;
}
.sup_hl_gr {
    color: #80BCA3;
}
.sup_hl_gr, .sup_hl_bk, .sup_hl_rd {
    font-weight: bold;
    font-size: 150%;
    padding-top: 10px;
}
/*-----------------------------------------------------
  ■レフトメニュー
 -----------------------------------------------------*/
#sup_leftarea{
	position:relative;
}
/* ---------- トップページへのリンク ---------- */
#sup_leftarea .guidemenu_toplink{
	background:#80BCA3;
	padding:6px 8px;
	font-weight:bold;
	display:block;
	color:#FFF;
	text-decoration: none;
}
#sup_leftarea  .guidemenu_toplink:before{
	content:"◆";
	padding-right:4px;
	color:#FFF;
}
#sup_leftarea  .guidemenu_toplink:after{
	content:"◆";
	position:absolute;
	left:4px;
	color:#80BCA3;
}
/* ---------- タイトル ---------- */
#sup_leftarea .guidemenu_subtit{
	background:#80BCA3;
	padding:6px 8px;
	margin-top:20px;
	font-weight:bold;
	display:block;
}

/* ---------- リスト ---------- */
#sup_leftarea li li{
	background:#EEE;
	border-bottom:1px solid #FFF;
	padding:6px 8px;
	position:relative;
}
#sup_leftarea li li:before{
	content:"◆";
	padding-right:4px;
	color:#80BCA3;
}
#sup_leftarea li li:after{
	content:"◆";
	position:absolute;
	left:4px;
	color:#EEE;
}


/*-----------------------------------------------------
  ■追加
 -----------------------------------------------------*/

/* ---------- フォント ---------- */
@font-face {
font-family: "DIN";
  src: url(https://www.wakibungu.com/support/css/din.eot) format("eot"), url(https://www.wakibungu.com/support/css/din.woff) format("woff");
}

.din{
  font-family: "DIN";
}

/* ---------- レイアウト ---------- */
.box_hlf{
	width:48%;
	float:left;
	padding:0;
	text-align:center;
	margin-bottom:80px;
}
.box_ful{
	width:100%;
	clear: both;
	padding:0;
	text-align:center;
	margin-bottom:80px;
}
.hlfwrap{
	clear: both;
}
.hlfwrap &gt; .box_hlf:nth-child(even) {
	margin-left: 4%;
}


/* ---------- サブタイトル ---------- */
.support-wrap h3 {
    margin-bottom:50px;
}
.support-wrap h3:before {
    content:"";
    background-image: linear-gradient( -45deg, #517D40 25%, #FFF 25%, #FFF 50%, #517D40 50%, #517D40 75%, #FFF 75%, #FFF );
    background-size: 8px 8px;
    display:block;
    width:100%;
    height:5px;
    margin-bottom:20px;
}
.support-wrap h3:after {
    content:"";
    background:#517D40;
    display:block;
    width:100px;
    height:5px;
    margin:10px auto 20px;
}

.support-wrap h4{
    background: #FF6;
    padding: 15px;
    border-radius: 30px;
    border: 1px solid #000;
    position: relative;
	margin-top:50px;
	margin-bottom:20px;
}

.support-wrap h4:after,
.support-wrap h4:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.support-wrap h4:after {
	border-color: rgba(255, 255, 102, 0);
	border-top-color: #ffff66;
	border-width: 8px;
	margin-left: -8px;
}
.support-wrap h4:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000;
	border-width: 9px;
	margin-left: -9px;
}

/* ---------- ふきだし ---------- */

/* ＼ ふきだし1 ／ */
.fuki1:before{
    content:"＼ ";
}
.fuki1:after{
    content:" ／";
}

/* ---------- イラスト ---------- */
.mail_i05 {
	background: url(https://www.wakibungu.com/support/images/mail_i05.gif) no-repeat;
	padding-bottom:60px;
	background-position: bottom;
	-webkit-background-size: 60px;
	background-size: 60px;
}
/* ---------- 文字 ---------- */
.zei{
	font-size:10px;
}
.nami{
	background:url(https://www.wakibungu.com/images/common/nami.gif) bottom repeat-x;
	background-size: 20px;
	background-position:bottom;
	padding-bottom:10px;
	display: inline-block;
}
.unline{
	background: linear-gradient(transparent 60%, #ffff66 60%);
	display: inline-block;

}
.cap{
	text-align:left;
}
.att{
	text-align:left;
	border:1px solid #F00;
	padding:10px;
	border-radius: 10px;
}
.att hr {
    margin: 10px 0;
}
.stit{
	margin-top:50px;
	font-weight:bold;
	font-size:16px;
}

/*-----------------------------------------------------
  ■テーブル 旧からの移行待ち
 -----------------------------------------------------*/


/*-----------------------------------------------------
  ■開閉メニュー
 -----------------------------------------------------*/
/* ---------- リセット ---------- */
#acMenu h4{
	border-radius: 0;
}
#acMenu h4:after,
#acMenu h4:before {
    border: none;
    margin-left: 0;
}
#acMenu h4 {
    border-left: none;
    border-right: none;
    margin-bottom: 0;
}

/* ---------- toggle ---------- */
#acMenu{
	border-top:1px solid #CCC;
	margin-top:20px;
}
#acMenu dt{
	display:block;
	cursor:pointer;
}
#acMenu dd{
	display:none;
	padding-bottom:50px;
}

/* ---------- メニュー ---------- */
#acMenu h4,
#acMenu h5{
	border-top:none;
	margin-top:0;
	font-weight:bold;
	font-size:120%;
	color:#333;
	position:relative;
	background-image:none;
	filter:none;
}

#acMenu h4{
	padding:20px 8px 20px 32px;
	background-color: #EEEEEE;
	border-bottom:1px solid #CCC;
}
#acMenu h5{
	padding:20px 8px 20px 52px;
	background-color: #CCC;
	border-bottom:1px solid #999;
}

#acMenu h4:before,
#acMenu h5:before{
	content:"＋";
	padding:2px;
	color:#FFF;
	font-size:16px;
	line-height:1;
	background: #999;
	width:auto;
	height:auto;
	position:absolute;
	display:block;
}

#acMenu h4:before{
	top:21px;
	left:6px;
}
#acMenu h5:before{
	top:21px;
	left:26px;
}

#acMenu dt.active h4:before,
#acMenu dt.active h5:before{
	content:"－";
}

#acMenu dt.active+dd {
	display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  ■スマホ
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media only screen and (max-width : 768px) {
/*-----------------------------------------------------
  ■カテゴリから商品を探す　表示順変更
 -----------------------------------------------------*/

#all-wrap{
	display:table;
	table-layout: fixed;
	width:100%;
}
#main-wrap{
	/* display:table-header-group; */
}
#head-wrap{
	/* display:table-cell; */
}
#foot-wrap{
	/* display:table-footer-group; */
}


/*-----------------------------------------------------
  ■ヘッダ差替え、フッタ一部非表示
 -----------------------------------------------------
#head-01,#foot-01{
	display:none;
}
#foot-02,
#head-wrap{
	margin-top:30px;
}*/

/* ---------- フッタ一部非表示 ---------- */
#foot-navi&gt;ul:first-child+ul{
	display:none;
}

/* ---------- パンくずを最上部タイトルへ変更 ---------- */

#g-pan {
	margin-top:0;
	margin-left:0;
}
#g-pan div{
	float:none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#g-pan div:first-child:after{
	content:""
}
#g-pan div a{
	display:block;
	background: url(//www.wakibungu.com/support/images/head-gtitle-h.jpg) no-repeat;
	background-size:cover;
	width:100%;
}
/* 総合トップへのリンク */
#g-pan .s-top a{
	display:none;
	background-position:left top;
	height:40px;
}
/* お買い物ガイドトップへのリンク */
#g-pan .g-top a{
	background-position:left -40px;
	height:50px;
	overflow: hidden;
}

/*-----------------------------------------------------
  ■メイン　共通
 -----------------------------------------------------*/

/* ---------- 英文自動改行 ---------- */
.support-wrap {
	word-wrap:break-word;
}


/* ---------- 画像 ---------- */
.g-img-ar{
	display:block;
	float: none;
	margin-left: 0;
}

/*---------- 左可変親 ----------*/
#l-wrap {
	float: none;
	margin: 0;
}
/*---------- 右固定親 ----------*/
#r-wrap {
	float: none;
	width:100%;
	margin-top: 50px;
}
#r-wrap:before{
	content:"▼お買い物ガイドMENU";
	background:#EEE;
	padding:5px;
	margin-bottom:15px;
	display:block;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

/*---------- 左可変子 */
#l-box {
	margin: 0;
	min-width:100%;
}

/*---------- タイトル ----------*/
.support-wrap h2.h2-01 {
	font-size:123%;
	height:auto;
	background-image:none;
	border-top:2px solid #978A80;
	border-bottom:1px dotted #978A80;
}


/*---------- ボタン風 ----------*/
.g-button a, #formmailer-wrap div {
	width:100%;
}

/*---------- テーブル ----------*/
.support-wrap table.table01 tr &gt; td:first-child {
	background:#EEE;
	white-space:normal;
}

/*---------- divテーブル 基本 ----------*/

.support-wrap .divtb,
.support-wrap .divtb &gt; div,
.support-wrap .divtb &gt; div &gt; div{
	display:block;
}

.support-wrap .divtb &gt; div{
	padding-bottom:20px;
}



/*---------- divテーブル 装飾 ----------*/

/* セル */
.support-wrap .table-01 &gt; div &gt; div,
.support-wrap .table-01 &gt; div &gt; div:first-child,
.support-wrap .table-01 &gt; div:first-child &gt; div {
	border:0;
}
/*-----------------------------------------------------
  ■新仕様
 -----------------------------------------------------*/
.support-wrap{
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

/* ---------- レイアウト ---------- */
.box_hlf{
	width:100%;
	float:none;
	text-align:center;
}
.box_ful{
	width:100%;
	clear: both;
	text-align:center;
}
.hlfwrap{
	clear: both;
}
.hlfwrap &gt; .box_hlf:nth-child(even) {
	margin-left: 0;
}
.souhai .box_hlf{
	padding:0;
}


} /* /@media only screen */</pre></body></html>