@charset "EUC-JP";
/* ///////////////////////////////

基本設定

///////////////////////////////
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 14px;
	vertical-align: baseline;
}
html {
	line-height: 1;
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
html, body {
	height: 100%;
	margin: 0;
}
html {
	font-size: 62.5%;
}
body {
	background: #fff;
	color: #000;
	line-height: 2;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 13px;
	font-size: 1.3rem;
}
a {
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	color: #000;
	text-decoration: none;
}
a img {
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
a:hover {
	color: #000;
}
a:hover img {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
iframe {
	vertical-align: bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
	max-width: 100%;
	padding: 5px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	border: 0;
	-moz-appearance: button;
	-webkit-appearance: button;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
td, th {
	vertical-align: middle;
}
strong {
	font-weight: bold;
}

::-webkit-scrollbar {
 height: 8px;
 width: 13px;
}

::-webkit-scrollbar-thumb {
 background-color: #000;
}

::-webkit-scrollbar-track {
 box-shadow: inset 0 0 2px #c8c8c8;
}

::-webkit-scrollbar-track-piece {
 background-color: #e5e5e5;
}

::-moz-selection {
 background: #666;
 color: #eee;
}
::selection {
	background: #666;
	color: #eee;
}
.container {
	padding: 0 16px;
}
.row {
	overflow: hidden;
	z-index: 1;
}
.float-center {
	position: relative;
	overflow: hidden;
}
.float-center .row {
	position: relative;
	overflow: visible;
	left: 50%;
	float: left;
}
.float-center .row .left {
	position: relative;
	left: -50%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.tb {
	display: table;
	border-collapse: collapse;
	width: 100%;
}
.tr {
	display: table-row;
}
.tb-cell {
	display: table-cell;
	vertical-align: middle;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb200 {
	margin-bottom: 200px;
}
.col3 {
	float: left;
	width: 31%;
	text-align: center;
	margin: 0 1%;
}
.col3 .item-title {
	text-align: left;
	width: 100%;
}

/* ///////////////////////////////

調整

/////////////////////////////*/

/* PC用非表示*/
#header_pc, #leftMenu2, #leftmenu2 iframe, #footer_pc, 
.pcOnly{
	display: none!important;
}
/* 共通部分指定*/
#header_sp {
	width: 100%;
}


#footer_sp {
	width: 100%;
}


/* ///////////////////////////////

pageContents

分類

///////////////////////////////
*/

#pageContents{ background:#eee; line-height:1.5em; font-size:1.0em; margin:2.0em auto; float:right}
.page1col #pageContents,
.page2col #pageContents { width:100%; }
#pageContents a{display:inline-block;}
#pageContents .ttlCnt p{padding:20px; text-align:left}
#pageContents .ttlCnt p br{display:none;}

/*itemCnt*/
ul.itemCnt{overflow:hidden; display:block; padding:2%; font-size:0;}
ul.itemCnt li{ display:inline-block; margin:0; padding:0}
.item2col ul.itemCnt li,
ul.itemCnt.item2col li,
.item3col ul.itemCnt li,
ul.itemCnt.item3col li{ width:44%; margin:2% 2% 0 3%;
display:inline-block; 
/display:inline; 
/zoom:1;
font-size:12px;
vertical-align:top;
 position:relative}
 
 


@media (min-width: 480px) and (max-width:767px) {
.item2col ul.itemCnt li,
ul.itemCnt.item2col li,
.item3col ul.itemCnt li,
ul.itemCnt.item3col li{ width:20%;}
}
@media (min-width: 768px){
.item2col ul.itemCnt li,
ul.itemCnt.item2col li,
.item3col ul.itemCnt li,
ul.itemCnt.item3col li{ width:20%;}
}

#pageContents .ttlCnt h1 img,
#pageContents .ttlCnt h2 img,
#pageContents h3 img,
img.itemImg,
img.spimg,
img.itemImg2{ width:100%;}
img.itemImg,
img.itemImg2{margin-bottom:5px;}

.itemInfo mark{ float:left; margin:0 5px 0 0; background:none}
.itemInfo span.Name{ 
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.itemInfo p.Price{text-align:left; color:#F00; margin:10px 0 20px; display:block; font-size:}
.itemInfo p.Price .tax{font-size:0.8em; margin-left:5px}
.gotop { margin-bottom:30px}
.gotop img{ display:none;}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 10px;
    opacity: 0.75;
    z-index: 9999;
    display: block;
}

* html ul li{display:inline; width:100px; zoom:1;}
*:first-child+html ul li{display:inline; zoom:1;}

/*ctgMenu*/
ul.ctgMenu{overflow:hidden; margin:2%;background:#ddd; }
ul.ctgMenu li{float:left; width:31.9%;text-align:center; color:#000; font-size:14px; margin:15px 0; border-right:1px solid #fff;}
ul.ctgMenu li:last-child{border-right:none;}
ul.ctgMenu li a{color:#000; display:block}


/*NEWパンくず　20190516谷本追記*/
ul#Breadcrumb {width:100%; margin:0 auto 10px auto; overflow:hidden; _zoom:1; padding-left:5px;}
ul#Breadcrumb li{float:left;}
