<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";
/* CSS Document */
/*TOPのみ*/
#main{
  padding:0;
  background:none;
}
#middle_contents{
  margin-top:80px;
}
.eyecatch{
  display: block;
}

.mainBox__topText{
  text-align:center;
  margin-bottom:20px;
}
.mainBnrList__unit{
  margin-bottom:10px;
}
.mainBnrList__unit--left{
  float:left;
  max-width:49.5%;
}
.mainBnrList__unit--right{
  float:right;
  max-width:49.5%;
}

/* top2 */
.top02 .itemList li img {
    width: 100%;
    margin-bottom: 10px;
}

/*PickUp*/
.PickUp .itemList--4 .itemList__unit:nth-child(n+5) {
    margin-top: 55px;
}


/*当店の人気商品*/
li.itemList__unit.rankList {
    position: relative;
}
.rankNumWrap {
    position: absolute;
    top: 0;
    left: 0;
    border: 35px solid transparent;
    border-left: transparent;
    border-top: 35px solid #383c3c;
    color: #fff;
    z-index: 9;
}
p.rankNum {
    position: absolute;
    top: -35px;
    left: 6px;
    font-size: 12px;
	font-family: YuMincho, "游明朝","Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
}

/*色合いから探す*/
p.ColorItems_Img {
    text-align: center;
	margin-bottom: 20px;
}
h3.ColorItems_Title {
    /*font-size: 14px;*/
	font-size: 20px;
    font-weight: bolder;
	margin-bottom: 10px;
	font-family: YuMincho, "游明朝","Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
}
p.ColorItems_Text {
    text-align: left;
}

/*インフォ(管理画面のおしらせ　dl作り)*/ 
.info{
	border:1px solid #b8b8b8;
	padding: 20px 25px;
}
h2.infoTitle{
	text-align: left;
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 15px;
	font-family: YuMincho, "游明朝","Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
}
.infoInner{
	height: 90px; 
	overflow: auto;
}
.info dl {
    padding-right: 20px;
}
.info dt{
  float:left;
  width:12%;
  clear:both;
  margin-bottom:10px;
}
.info dt span{
  margin-right:5px;
}
.info dd{
  float:right;
  width:88%;
  word-break:break-all;
  margin-bottom:10px;
}

/* about えぼやとは */
.aboutBoxL {
    width: 395px;
    float: left;
}
.aboutBoxL iframe {
    width:100%;
	height: 270px;
	margin-bottom: 20px;
}
.aboutBoxR {
    width: 370px;
    float: right;
}
.aboutBoxR_Text table {
    border: 0 !important;
    margin: 0 !important;
}
.aboutBoxR_Text table td{
    border: 0 !important;
	padding: 0 !important;
}
a.aboutShopLink {
    display: block;
    text-align: center;
    border: 1px solid #000;
    width: 173px;
    height: 30px;
    line-height: 30px;
    margin: 25px auto 0;
}
.aboutBoxR_Title, 
.aboutBoxR_Text {
    margin-bottom: 10px;
}
a.aboutShopLink:hover {
    text-decoration: none;
}
</pre></body></html>