@charset "UTF-8";
/* ==================================================================================

		Browser Reset

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

/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}


/*-----------Font Setting-------------*/

body {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
	/* [disabled]font-size: 14px; */
	line-height: 1;
}

/* for WinIE6*/
* html body {font-size: small; vertical-align:baseline;}
/* for WinIE7*/
*:first-child+html body {font-size: small;}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
	list-style:none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
	quotes:none;
}


/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}


/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
    text-decoration:none;
	/*background:transparent;*/
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
	text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
	vertical-align:middle;
}


/*-----------hack-------------*/

/* modern browser except IE */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

/* IE7 and Mac IE5 */
.clearfix {display:inline-block;}

/* IE6 preIE6 */
/* Hides from IE-mac \*/
*html.clearfix{height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

/*-----------For JS-------------*/
.imgover {}

/*-----------Other-------------*/


table {border-collapse:collapse; border-spacing:0; font-size:inherit;}
th,td {text-align:left; vertical-align: top;}
table caption {
	text-align: left;
}

ul,dl,ol {text-indent: 0;}
ul,ol {list-style: none}

address,caprion,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}


/*-----------Other-------------*/

.clear {clear: both; font-size: 1px; line-height: 1px;}
img {border-style: none;}
hr {display: none;}

/*-----------link-------------*/

a:link {
}
a:hover {
}
a:visited {
}

/*-----------align-------------*/
.alignright {
	float: right;
	margin-left: 15px;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.aligncenter {
	text-align: center;
}

/*-----------table default-------------*/
table.default {
	width: 100%;
}
table.default th {
	white-space: nowrap;
	background-color: #f7f7f7;
}
table.default td {
	background-color: #FFFFFF;
}
table.default th, table.default td {
	padding: 10px;
	border: 1px solid #CCCCCC;
}

/*-----------ul default-------------*/
ul.default li:before {
	content: "・";
}
ul.default li{
	margin-bottom: 0.5em;
	margin-left: 2em;
	line-height: 1.4;
	text-indent: -1em;
}
ol.default li{
	list-style-type: decimal;
	margin-bottom: 1em;
	margin-left: 2em;
}

/* ************************************************************


common.css


************************************************************ */

/* ************************************************************

構造のレイアウト

************************************************************ */
html {
	min-width: 1000px;
}
body {
}
.wrapper {
	margin: 0 auto 0 auto;
	width: 960px;
}
#header {
}
#contents {
}
#contents:after{
	content: "";
	display: block;
	clear: both;
	padding-bottom: 50px;
	}

#main {
	width: 720px;
	float: right;
}
#side {
	width: 200px;
	float: left;
}
.footer-block {
	width: 30%;
	float: left;
	margin-right: 5%;
}
.footer-block:last-child {
	margin-right: 0px;
}
.side-section {
	margin: 0 0 20px 0;
}
#footer {
	padding: 50px 0 0 0;
}

/* ************************************************************

共通

************************************************************ */
body {
	background-image: url(https://img21.shop-pro.jp/PA01359/304/etc/bg-header.jpg?cmsp_timestamp=2161);
	background-repeat: repeat-x;
	background-position: center top;
}
#header .wrapper ,#contents .wrapper{
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
#footer {
	background-color: #827F7F;
}

img {
	max-width: 100%;
	height: auto;
}
h1.default{
	font-size: 35px;
	font-weight: normal;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
h2.default{
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 15px;
}
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:600');
@import url("webfonts/FontAwesome/stylesheet.css");
/* ************************************************************

イントロ

************************************************************ */
.intro {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
}
.intro a {
	color: #FFFFFF;
	text-decoration: underline;
}
.tools {
	text-align: right;
}
.tools li   {
	display: inline-block !important;
	padding: 10px;
	border-left: 1px double #FFFFFF;
}
.tools li i {
	font-size: 130%;
	margin-right: 3px;
}
/* ************************************************************

ヘッダー

************************************************************ */
.site-id {
	float: left;
}
.site-id p {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}
.header-tools {
	float: right;
	margin-bottom: 10px;
}
.header-tools a {
	color: #000000;
	text-decoration: none;
}
.header-tools a:hover {
	text-decoration: underline;
}
.header-tools li {
	float: left;
}
.header-tools .li-link {
	font-size: 15px;
	font-weight: bold;
	margin: 0 10px;
	line-height: 34px;
}
.header-tools .li-cart {
	border: 2px solid #FF0004;
	color: #FF0004;
	display: inline-block;
	padding: 0 10px 0 10px;
	border-radius: 5px;
	line-height: 30px;
	font-weight: bold;
}
.header-tools .li-cart a {
	color: #FF0004;
}
.header-fax {
	float: right;
	font-size: 13px;
	margin-bottom: 15px;
}
.header-fax .number {
	font-family: 'Crimson Text', serif;
	font-size: 30px;
	margin-left: 5px;
	vertical-align: middle;
}
.header-fax .btn-fax {
	margin-left: 10px;
}
.header-fax .btn-fax a {
	color: #FFFFFF;
	background-color: #FF7718;
	padding: 5px 10px 5px 10px;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
}
.header-fax .btn-fax a:hover {
	background-color: #B64B00;
}
.cart-value   {
	background-color: #FD0000;
	border-radius: 100%;
	color: #FFFFFF;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	vertical-align: middle;
}
/* ************************************************************

ヘッダーのナビ

************************************************************ */
#header-nav   {
	clear: both;
}
#header-nav ul {
	display: flex;
	justify-content: space-around;
}
#header-nav ul li {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #705051;
	margin-right: 1px;
	background-image: -webkit-linear-gradient(270deg,rgba(130,59,60,1.00) 0%,rgba(87,43,44,1.00) 49.59%,rgba(67,38,38,1.00) 53.23%,rgba(38,15,15,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(130,59,60,1.00) 0%,rgba(87,43,44,1.00) 49.59%,rgba(67,38,38,1.00) 53.23%,rgba(38,15,15,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(130,59,60,1.00) 0%,rgba(87,43,44,1.00) 49.59%,rgba(67,38,38,1.00) 53.23%,rgba(38,15,15,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(130,59,60,1.00) 0%,rgba(87,43,44,1.00) 49.59%,rgba(67,38,38,1.00) 53.23%,rgba(38,15,15,1.00) 100%);
}
#header-nav ul li a {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 0 10px 0;
	text-decoration: none;
	font-size: 13px;
}
#header-nav ul li a:hover {
	background-color: #3D2B2C;	
}

/* ************************************************************

サイドバーリスト

************************************************************ */
.category-list {
}
.category-list a {
	text-decoration: none;
}
.category-list a:hover {
	text-decoration: none;
}
.category-list {
	border-top: 2px solid #7F7F7F;
}
.category-list li {
	border-bottom: 1px dotted #7F7F7F;
	display: flex;
}
.category-list li a {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	display: block;
}
.category-list-image {
	width: 60px;
	height: 60px;
	border-radius: 5px;
	margin-right: 10px;
}
.category-list .flex-text {
	flex-grow: 1;
	padding-top: 15px;
}
.side-title {
	margin-bottom: 10px;
}
.side-title .ico {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 5px;
}
.side-bnr {
	margin-bottom: 15px;
}
/* ************************************************************

フッターのスタイリング

************************************************************ */
.footer-block {
	font-size: 13px;
}
.footer-block h4 {
	margin: 0 0 10px 0;
	font-size: 15px;
}
.footer-block p {
	margin: 0 0 30px 0;
	line-height: 2em;
}
.footer-link-detail {
	display: block;
	text-align: right;
}
.footer-link-detail:before {
	font-family: FontAwesome;
	content: '\f101';
	margin-right: 2px;
	color: #CBCBCB;
}
#footer .footer-link-detail a {
	color: #D8AD01;
}
.footer-table {
	width: 100%;
	margin-bottom: 10px;
}
.footer-table tr {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.footer-table th {
	font-weight: bold;
	background-color: #DEDEDE;
}
.footer-table td  {
	background-color: #FFFFFF;
}
.footer-table th ,.footer-table td{
	padding: 10px 0 10px 20px;
}
.footer-end {
	clear: both;
	border-top: 1pt solid #000000;
	text-align: center;
	font-size: 13px;
	padding-bottom: 50px;
	padding-top: 30px;
}
.footer-end ul {
	overflow: hidden;
	margin-bottom: 10px;
}
.footer-end ul li {
	margin: 0 5px 0 5px;
	display: inline;
}

.footer-end address {
	display: block;
}

/* ************************************************************

アイテム一覧表示（item-list）

************************************************************ */
/*アイテム一覧にClearfix*/
.item-list:after {
	content: " ";
	display: block;
	clear: both;
}

.item-list li {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #C2C2C2;
	margin-bottom: 15px;
}
.item-list-3col li {
	padding: 15px;
	width: 33.33%;
}
.item-list-4col li {
	padding: 10px;
	width: 25%;
    height:400px;
}
.item-list a {
	text-decoration: none;
	color: #000000;
}
.list-img {
	margin-bottom: 10px;
	display: block;
}
/*商品名*/
.list-name {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.3em;
}
/*定価表示の部分*/
.list-teika {
	font-size: 11px;
	margin-bottom: 7px;
	display: block;
	text-align: center;
	color: #B99200;
}
/*販売価格（メインの価格）*/
.list-price {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
	margin-left: 5px;
	font-family: serif;
}
/*価格等の一行まとめwrap*/
.list-text {
	color: #000000;
	font-size: 11px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
/*割引率の表示*/
.list-off {
	color: #FF0004;
	text-align: justify;
	font-weight: bold;
}
/*完売表記*/
.list-soldout {
	background-color: #CB0202;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	margin: 10px 0 10px 0;
	display: block;
	text-align: center;
}
/*簡易説明*/
.list-exp {
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	/* [disabled]margin-bottom: 50px; */
}







/* ************************************************************

最近チェックした項目

************************************************************ */
/*wrapepr*/
.history {
	margin: 50px 0 50px 0;
}
/*見出し*/
.history h2{
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 5px;
	background-color: #E1E1E1;
}
/*リスト内はFlex-box*/
.history ul {
	display: flex;
	justify-content: center;
}
.history li {
	padding: 0 11px 0 11px;
	width: 180px;
}
.history-photo {
	margin-bottom: 5px;
}
/*.history-photo img {
	max-width: 100%;
	height: auto;
}*/
/*商品名*/
.history-itemname {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 15px;
}
.history-itemname a {
	color: #2A3591;
}
/*価格wrap*/
.history-price {
	font-size: 11px;
	color: #6F6F6F;
	margin-bottom: 5px;
}
/*価格強調*/
.history-price span {
	font-size: 14px;
	font-weight: bold;
	color: #8D1213;
	font-family: "Arial Black", Gadget, sans-serif;
}
/*割引率wrap*/
.history-off {
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #B91C1C;
	margin-top: 5px;
}
/*完売表記*/
.history-soldout {
	background-color: #C8C8C8;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding: 5px 0 5px 0;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 5px;
}
/* ************************************************************

検索結果／ソートボックス

************************************************************ */
/*wrapper*/
.sortbox {
	padding: 10px;
	background-color: #EEEEEE;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}
/*検索条件表示*/
.sortbox h2 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
}
/*検索条件表示-強調*/
.sortbox h2 span {
	font-weight: bold;
}
/*表示順タグ*/
.sortbox ul:after{
	content: " ";
	display: block;
	clear: both;
}
.sort-choice li {
	float: left;
	margin-right: 10px;
	line-height: 2em;
	background-color: #F80105;
	color: #FFFFFF;
	font-size: 13px;
	border-radius: 3px;
}
.sort-choice li span {
	padding: 0px 10px 0px 10px;
	display: block;
}
.sort-choice li a {
	background-color: #A0A0A4;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.sort-choice li a:hover {
	text-decoration: underline;
}
/*ページャー*/
.sortbox-pager {
	text-align: center;
}
.sortbox-pager li {
	display: inline-block;
	border: 1px solid #000000;
	padding: 0 10px 0 10px;
	line-height: 2em;
	border-radius: 3px;
	background-color: #FFFFFF;
	color: #D0D0D0;
}
.sortbox-pager li a {
	color: #000000;
}
/*ページャー現在位置の表示*/
.sortbox-now {
	font-size: 13px;
	margin-top: 10px;
	text-align: center;
}

/* ************************************************************

検索結果一覧（リスト表示）

************************************************************ */
/*wrapper*/
.search-list {
	margin-bottom: 0px;
}
.search-list a {
	text-decoration: none;
}
.search-list a:hover {
	text-decoration: underline;
}
.search-list ul li {
	padding: 40px 10px 40px 10px;
	border-top: 1px solid #BBBBBB;
}
/*.search-list ul li:last-child {
	border-bottom: 1px solid #BBBBBB;
}*/
.search-list ul li:after {
	content: " ";
	display: block;
	clear: both;
}
/*写真のブロック*/
.search-photo {
	width: 150px;
	float: left;
	margin: -10px 40px -10px 0;
}
/*.search-photo img {
	max-width: 100%;
	height: auto;
}*/
/*テキストデータのブロック*/
.search-list .wrap {
	margin-left: 190px;
}
/*商品名*/
.search-itemname {
	margin: 0 0 10px 0;
	line-height: 1.4em;
	font-size: 14px;
}
/*価格wrap*/
.search-price {
	font-size: 13px;
	color: #4E4E4E;
	margin-bottom: 10px;
}
/*価格-会員様特別価格*/
.search-price strong {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0 5px 0 5px;
	line-height: 1.5em;
}
/*価格-値段強調表示*/
.search-price span {
	color: #D70606;
	font-size: 18px;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
}
/*価格-割引表示*/
.search-soldout {
	display: inline-block;
	background-color: #B8B8B8;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	border-radius: 5px;
	margin-bottom: 10px;
}
/*説明*/
.search-exp {
	font-size: 13px;
	line-height: 1.5em;
}
/* ************************************************************

結果が無い場合

************************************************************ */
.no-item {
	margin: 200px 0 200px 0;
	text-align: center;
}
/* ************************************************************

トピックパス

************************************************************ */
.topicpath {
	font-size: 11px;
	margin-bottom: 20px;
}
.topicpath ul {
	margin-bottom: 0.5em;
}
.topicpath ul li {
	display: inline;
	color: #888888;
}
.topicpath ul li a {
	color: #888888;
	text-decoration: underline;
}
.topicpath ul li a:hover {
	color: #BF0E0E;
}
.topicpath ul li:after {
	content: "\f101";
	font-family: FontAwesome;
	color: #C6C6C6;
	margin: 0 0.5em 0 0.5em;
}
.topicpath ul li:last-child:after {
	content: "";
}


/* ************************************************************

検索フォーム

************************************************************ */
.search-form {
	padding: 10px;
	border-radius: 5px;
	background-color: #F1F1F1;
	margin-bottom: 20px;
}
.search-form h2 {
	font-size: 11px;
	margin-bottom: 5px;
	letter-spacing: 0.3em;
}
.search-form select {
	width: 100%;
	margin-bottom: 5px;
}
.search-form button span {
	display: none;
}
.search-form .wrap {
	position: relative;
}
.search-form .wrap input {
	display: block;
	width: 100%;
	z-index: 0;
	border: 1px solid #C7C7C7;
	background-color: #FFFFFF;
	border-radius: 3px;
	font-size: 13px;
	text-indent: 0.5em;
	padding: 7px 0px 7px 0px;
}
.search-form .wrap button {
	border: none;
	background-color: hsla(0,0%,100%,0.00);
	cursor: pointer;
	z-index: 100;
	position: absolute;
	font-size: 15px;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
}
/* ************************************************************

ページトップへのリンク

************************************************************ */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/* ************************************************************

フッター

************************************************************ */
#footer {
	background-image: url(https://img21.shop-pro.jp/PA01359/304/etc/footer_bg.jpg);
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
#footer table {
	color: #000000;
}
.footer-end {
	border-top-color: #FFFFFF;
}
.listpage-h1 {
	font-size: 35px;
	font-weight: normal;
	border-top: 1px solid #383838;
	padding: 15px;
	border-bottom: 1px solid #383838;
	margin-bottom: 20px;
}
/* ************************************************************

お店紹介ブロック（トップ・特商法）

************************************************************ */
.self-introduction {
}
.self-introduction .photo-L {
	padding-bottom: 20px;
}
.self-introduction .headline {
	text-align: center;
	margin-bottom: 15px;
}
.self-introduction p {
	line-height: 1.5em;
	padding-bottom: 15px;
}

/* ************************************************************

特商法ページ

************************************************************ */
.sk-section{
	margin-bottom: 50px;
}
.sk-section.page{
	line-height: 1.5em;
}
.sk-table{
	line-height: 1.4em;
}


/* ************************************************************

プライバシーポリシー

************************************************************ */
.pp-section{
	margin-bottom: 50px;
}
.pp-section p{
	line-height: 1.6;
}
.page .section p{
	line-height: 1.5em;
	margin-bottom: 2em;
}
.page .section h3{
	line-height: 1.5em;
	margin-bottom: 1em;
}
.page .section h4 {
	margin-bottom: 0.5em;
}


.item{
	font-size: 180%;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    background-image:url(https://img21.shop-pro.jp/PA01359/304/etc/h2_item.png?cmsp_timestamp=202801120916);
    background-repeat: no-repeat;	
    padding: 15px;
	line-height: 1;
	margin-bottom: 10px;  
    height:70px ; 
    clear:both;
}

h6 {
    line-height: 1.5;
    font-size:larger;
    font-weight:bolder;
    border-bottom:dotted #CCCCCC 3px; 
    padding-top:10px;
    margin-bottom:12px;
}



/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     margin-bottom: 5px;
     width: 100%;
     padding: 20px;
}
#option_tbl th{
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
     padding:10px;
     background-color:#f2ece4 ;
}
#option_tbl td {
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
     padding:10px;
}




#tab {
     width: 120px;
     height: 190px;
     background: url(https://img21.shop-pro.jp/PA01359/304/etc/side-bnr-right-sh.png?cmsp_timestamp=20170224164329) no-repeat;
     position: fixed;
     right: 0;
     bottom: 260px;
}
#tab a {
display: block;
width: 100%;
height: 100%;
}

#tab:hover {
filter:alpha(opacity=80);
opacity:0.8;
}


/* ------------------------------------- 
 *	夏期休暇用設定／
 * ------------------------------------- */

.holiday-top{
    color:#FFFFFF;
    line-height: 1.3;
    font-size:large;
    font-weight:bolder;
    padding:10px;
    margin:10px 0px;
    background-color:#5e0000 ;
}

.holiday{
    width:700px;
    color:#000000;
    line-height: 1.3;
    padding:10px;font-size:medium ;
    padding:10px;padding:0px 10px 10px 10px;
    margin:10px auto 20px;
    background:#FFFFFF ;
    border:1px solid #907A48 ;
}


/* ************************************************
*  free page
* ************************************************ */
#freepage {
	line-height: 180%;
    padding: 20px 0 0;
    clear:both;
}

 .guide ul li {
	float: left;
	width: 45%;
	margin-right: 5%;
    list-style : none ;
}

.guide li {
	border: dashed 1px #999999;
	border-radius: 6px;
	margin: 10px 0 20px;
}
.guide ul li:nth-child(2n) {
	margin-right: 0%;
}


#freepage h2 {
  margin:10px 0 20px;
  font-size:22px;
}
.guide p {
	font-size: 14px;
	line-height: 1.8;
  	padding: 15px;
}


.guide .title {
	font-size: 16px;
    color:#59493f;
	background-color: #fbecd6;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
    border:dotted 1px #7e6b5a;
  　text-align: center;
}



#freepage p {
	line-height: 2em;
	margin: 30px 0 ;
}
#freepage .image {
	margin-bottom: 10px;
}
#freepage .section {
  margin:10px 0 30px;
}


/* ------------------------------------- 
 *地震等のお届け遅延状況／
 * ------------------------------------- */
.tien{
    color:#000000;
    font-size:14px ;
    padding:10px;
    margin-bottom: 20px;
    background:#FFFFFF ;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid grey;
    font-weight:bolder;
}