<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark 

*/

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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

body {
	line-height:1;
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {
   vertical-align:top;
   font-size:0;
   line-height:0;
}

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

CLEARFIX

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

.clearfix:after {
	content    : ".";
	display    : block;
	height     : 0;
	clear      : both;
	visibility : hidden;
	}
.clearfix { display : inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height : 1%; }
.clearfix { display : block; }
/* End hide from IE-mac */

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

YUI FONT
	
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
	
******************************************************/

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


STRUCTURE
130709/140331/140630 / 140712 / 140829  / 200624


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

body{
	line-height:2em;
	overflow-y:scroll;
	color:#333;
	text-align:left;
	min-width:980px;
	font-family:'Cabin', arial,helvetica,clean,sans-serif,meiryo;
}

a:link,
a:visited {
	color:#666;
    text-decoration:none;
    outline:none;
}

a:hover{
	color:#000;
	text-decoration:underline;
}

p{
	margin-bottom:2em;
}

h1, h2, h3, h4, h5, h6{
	font-size:100%;
}

#wrapper{
	width:100%;
	position:relative;
}

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

HEADER

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

.fxnote{
	width:100%;
	height:24px;
	line-height:24px;
	background:#000;
	color:#fff;
	text-align:center;
	font-size:13px;
	position:absolute;
	left:0;
	top:0;
	z-index:999999;
	box-sizing:border-box;
display:none; /*季節の告知用*/
}

#fixed_header{
	width:100%;
	height:103px;
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
	background:#fff;
}

#fixed_header_inner{
	width:960px;
	height:103px;
	margin:0 auto;
	position:relative;
	background:#fff;
}

#fixed_header h1{
	position:absolute;
	width:340px;
	height:81px;
	left:50%;
	top:0;
	margin-left:-170px;
}

#btn_sns{
	position:absolute;
	top:0;
	right:0;
}

.sh {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #000;
    color: #fff;
    text-align: center;
}

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

NAVI

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

#fixed_header #navL{
	position:absolute;
	top:45px;
	left:0;
	height:32px;
	width:340px;
}

#fixed_header #navR{
	position:absolute;
	top:45px;
	right:0;
	height:32px;
	width:336px;
}

#navL ul li a { 
	display:block;
	float:left;
	margin-right:30px;
	}
	
#navR ul li a { 
	display:block;
	float:left;
	margin-left:30px;
	}

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

SHARE

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

.sns{
	position: absolute;
	right: 0;
	top: -1px;
	width: 46px;
	height: 30px;
}

.sns li{
	float:left;
	margin-left:5px;
	width:18px;
}

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

STORE NAVI

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

#store_nav{
	width:100%;
	height:37px;
	background:#000;
}

#store_nav_inner{
	width:960px;
	margin:0 auto;
	height:37px;
	background:#000;
	position:relative;
}

#store_nav_L{
	float:left;
	width:383px;
}

#store_nav_R{
	float:right;
	width:426px;
}

#store_nav_L li{
	display:block;
	float:left;
	margin-right:24px;
}

#store_nav_R li{
	display:block;
	float:left;
	margin-left:13px;
}

.btnMailmag{
	margin-left:28px!important;
}

#btn_gocart{
	margin-left:28px!important;
}

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

TAB

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

.tab a:hover{
	text-decoration: none;
	}

#tabs_category{
	text-align:left;
	padding:14px 0;
	background:#fff;
	border-bottom:1px solid #000;
	position:absolute;
	width:960px;
	height:20px;
	top:37px;
	left:0;
	z-index:99999;
}

#tabs_category ul{
	width:760px;
	float:left;
}

#tabs_category ul li a{
	float:left;
	margin-right:18px;
	font-size:100%;
	text-decoration:none;
	color:#999;
}

#tabs_category ul li a:hover{
	color:#000;
	text-decoration:underline!important;
}

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

NEWS

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

.overlay{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background:#fff;
}
 
.modal{
  display: none;
  background:#fff;
  padding:0 20px 20px;
  overflow:auto;
  z-index:1001;
  position:absolute;
  width: 500px;
  min-height: 300px;
  border-radius:10px;
}

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

CHECK THUMBS

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

#checkitems{
	width:960px;
}

#cap_ckeck{
	margin:0 auto 60px auto;
	width:171px;
	}

#check_thumbs{
	width:980px;
	margin:0 0 0 -20px;
}
	
.checkitem{
	width:120px;
	float:left;
	margin-left:20px;
}

.check_thumb{
	background:url(https://img15.shop-pro.jp/PA01241/080/etc/img_bg.gif);
	width:114px;
	padding:3px;
	margin-bottom:10px;
}

.check_thumb a .mesh{
	background:#000;
	width:114px;
	height:152px;
	position:absolute;
	display:block;
}

.check_thumb a:hover .mesh{
	background:#000;
	width:114px;
	height:152px;
}

.check_item_name{
	font-size:85%;
	line-height:1.4;
}

.check_price{
	font-size:93%;
	color:#999;
}

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

BLAND INTRO

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

#bland_intro{
	height:303px;
  background:#111 url(https://img15.shop-pro.jp/PA01241/080/etc_base64/Zm9vdGVyMjAyNXNz.jpg?cmsp_timestamp=20241202081659) top center no-repeat;
	background-size:cover;
	width:100%;
}

#intro_inner{
	width:960px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	text-shadow: 0 0 4px rgba(255, 255, 255, .7);
}

.intro_txt{
	float:left;
	width:450px;
	font-size:93%;
	line-height:1.8;
	margin-top:96px;
  text-align: justify;
}

.intro_txt_r{
	float:right;
	width:450px;
	font-size:85%;
	line-height:1.8;
	text-align:left;
	margin-top:96px;
}

.intro_txt_r a:link,
.intro_txt_r a:visited{
	color:#444!important;
	text-decoration:underline;
	font-weight:bold;
}

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

SPECIFICATION

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

#specification{
	width:100%;
	height:313px;
	text-align:center;
	background:url(https://img15.shop-pro.jp/PA01241/080/etc/specification_bg.gif) repeat-x;
	line-height:1.6;
}

#spec_inner{
	width:960px;
	margin:0 auto;
	text-align:left;
	padding:40px 0;
}

.spec_column{
	width:300px;
	margin-right:30px;
	float:left;
}

.spec_column_r{
	width:300px;
	float:left;
}

.spec_section{
	width:100%;
	padding-bottom:20px;
	line-height:1.8;
}

.spec_section.henpin{
	border-top:1px dotted #e5e5e5;
	padding-top:20px;
}

.spec_section h3{
	margin-bottom:10px;
	font-size:93%;
	font-weight:bold;
}

.spec_cont{
	font-size:85%;
}

.spec_cont ol{
	list-style:decimal outside;
	margin-left:20px;
}

#deli_fee{
	width:100%;
	margin:20px 0;
}

#deli_fee tr td{
	padding:5px 3px;
	border:1px solid #dedede;
}

.deli_fee{
	width:60px;
	text-align:right;
}

#toguide a{
	margin:20px auto;
	width:300px;
	color:#fff;
	text-align:center;
	font-size:93%;
	padding:8px 10px;
	clear:both;
	background:#666;
	border-radius:3px;
}

#toguide a:hover{
	background:#333;
}

.icon_arrow{
	padding:3px 10px 0 0;
}

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

THUMBS / TOP, LIST

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

#archive_title{
	font-size:100%;
	font-weight:normal;
	margin-top:-25px;
}

#thumbs{
	width:988px;
	margin:0 0 40px -28px;
	min-height:640px;
}

.recitem{
	width:219px;
	height:440px;
	float:left;
	margin:0 0 20px 28px;
	text-align:left;
}

.thumb{
	background:url(https://img15.shop-pro.jp/PA01241/080/etc/img_bg.gif);
	width:213px;
	height:284px;
	padding:3px;
	margin-bottom:10px;
}

.thumb a .mesh{
	background:#000;
	width:213px;
	height:284px;
	position:absolute;;
	display:block;
}

.thumb a:hover .mesh{
	background:#000;
	width:213px;
	height:284px;
}

.item_cat{
	font-size:85%;
}

.item_name{
	font-size:100%;
	margin-bottom:10px;
	line-height:1.4;
	height:32px;
}

.item_exp{
	font-size:85%;
	line-height:1.7	;
	margin-bottom:5px;
}

.item_price{
	font-size:93%;
	color:#999;
}

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

TABLE / SK

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

#container.sk{
	margin:195px auto 30px auto;
	width:960px;
}

#sk_inner{
	width:640px;
	text-align:left;
}

.capSkL{
	font-size:131%;
	margin-bottom:8px;	
}

.cap_sk{
	font-size:116%;
	margin-bottom:8px;
	
}

.skWrp{
	width:640px;
	margin-bottom:60px;
}

.capM{
	font-size:108%;
	font-weight:normal;
}

.skList,
.skListN{
	margin:0 0 20px 30px;
	list-style-position:outside;
	list-style-type:circle;
}

.skList li{
	margin-bottom:0;
}

.store_tbl{
	width:680px;
	border-collapse: collapse;
	text-align:left;
	line-height:1.8;
	margin-bottom:40px;
}

.store_tbl td{
	padding: 15px;
	border: 1px solid #dedede;
	vertical-align: middle;
	font-size:93%;
}

.store_tbl th{
	width:180px;
	background:#f4f4f4;
	padding: 15px;
	border: 1px solid #dedede;
	vertical-align: middle;
	font-size:93%;
}

#aboutOrder01,
#aboutOrder02,
#aboutPymnt01,
#aboutPymnt02,
#aboutPymnt03,
#aboutPymnt04,
#aboutDlv01,
#aboutDlv02,
#aboutDlv03,
#aboutOther01,
#aboutOther02,
#aboutOther03,
#tokusho,
#aboutDlv,
#aboutOther{
	padding-top:200px;
	margin-top:-200px;
}

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

FOOTER

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

#footer{
	width:100%;
	height:50px;
	background:#fff url(https://img15.shop-pro.jp/PA01241/080/etc/footer_bg.jpg) repeat-x top left;
}

#footer_inner{
	width:960px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#credit{
	position:absolute;
	top:15px;
	left:0;
	width:185px;
}

#footerR{
	position:absolute;
	right:0;
	top:15px;
	width:199px;
}

#footerR li a { 
	display:block;
	float:left;
	}

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

FOR TABLET, SP

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

@media screen and (max-width: 1024px) {
	#fixed_header{
		position:static;
	}
	#container{
		margin-top:65px!important;
	}
}</pre></body></html>