/* contents
/*-----------------------------------------------------------------------------------------*/
.title03 {
  background: url(../img/blandlist/blandlist_list_04.png) left bottom repeat-x;
  padding-left: 10px;
}
.bland_wrap {
position: relative;
overflow: hidden;
width: 100%;
opacity: 0;
filter: alpha(opacity=0);
-ms-filter: alpha(opacity=0);
}

#brandlist .title01 {
	margin-top: 50px;
}

@media screen and (max-width: 668px) {
.title03 img {
    height: 41px;
    width: auto;
  }
}
@media screen and (max-width: 668px) {
  .title03 {
    margin: 0 2.1875%;
  }
}
@media screen and (min-width: 669px) {
  .title03 {
    width: 1000px;
    margin: 0 auto;
  }
  .title03 img {
    height: 47px;
    width: auto;
  }
}
.box01 {
  margin-bottom: 30px;
}

.box01 .read {
  margin: 10px;
}

.box01 ul {
  overflow: hidden;
}

.box01 ul li {
  position: relative;
  float: left;
  width: 28.125%;
  margin-right: 7.8125%;
  margin-bottom: 10px;
  background-size: 110%;
}

.box01 ul li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 668px) {
  .box01 ul {
    margin: 0 2.1875%;
  }

  .box01 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .box01 p {
	margin: 0 2.1875% 0;
	text-align: right;
  }
}
@media screen and (min-width: 669px) {
  .box01 {
    margin-bottom: 40px;
  }

  .box01 .read {
    width: 1000px;
    margin: 10px auto 20px;
  }

  .box01 ul {
	max-width: 1000px;
	width: 96%;
    margin: 0 auto;
  }
  .box01 p {
	width: 1000px;
	margin: 0px auto 0;
	text-align: right;
  }

  .box01 ul li {
    width: 140px;
    height: 70px;
    margin-right: 32px;
    padding: 0;
  }

  .box01 ul li:nth-child(6n) {
    margin-right: 0;
  }
}
.gotolist {
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/blandlist/brandlist_list_05.png) 0 0 repeat;
  text-align: right;
}

.gotolist a {
  display: inline-block;
  padding: 0 20px;
  color: #333;
  line-height: 40px;
}

.gotolist a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 40px;
  background: url(../img/common/arrow_02.png) left center no-repeat;
  vertical-align: top;
}

p.brand-coment {
  text-align: center;
  margin: 0 0 20px;
}

@media screen and (min-width: 669px) {
  .gotolist {
	max-width: 1000px;
	width: 96%;
    margin: 0 auto 50px;
  }

  .gotolist a {
    padding: 0 40px;
    line-height: 58px;
  }

  .gotolist a:before {
    height: 58px;
  }
}
/* detail.html
------------------------------------------ */
#index {
  background: #eee;
  padding: 5px 8px;
}

#index ul {
  overflow: hidden;
}

#index li {
  float: left;
  width: 36px;
  height: 36px;
}

#index li a, #index li span {
  display: block;
  height: 100%;
  margin-right: 4px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
  color: #333;
}

@media all and (-ms-high-contrast: none) {
  #index li a, #index li span {
    padding-top: 2px;
  }
}
#index li a:hover {
  background: #eee;
  border-width: 2px;
}

#index li span {
  color: #ccc;
}

#index .other, #index .all {
  width: auto;
}

#index .other a, #index .other span, #index .all a, #index .all span {
  padding: 0 10px;
}

#index .all a {
  margin: 0;
  background: #9D0029;
  border-color: #9D0029;
  color: #fff;
}

#index .all a:hover {
  background: #9D0029;
  border-width: 1px;
}

@media screen and (max-width: 668px) {
  #index li {
    margin-bottom: 8px;
  }
.box02 .item, .box02 .shop {
  font-size: 0.65rem;
}
}
@media screen and (min-width: 669px) {
  #index {
    padding: 10px 0;
  }

  #index ul {
    width: 940px;
    margin: 0 auto;
  }

  #index ul li {
    width: 46px;
    height: 46px;
    margin-right: 8px;
  }

  #index ul a, #index ul span {
    line-height: 44px;
  }

  #index ul .other a, #index ul .other span, #index ul .all a, #index ul .all span {
    padding: 0 15px;
  }

  #index ul .all {
    float: right;
  }

  .box02 .inner a:hover {
    text-decoration: underline;
  }
	.box02 .item, .box02 .shop {
	  font-size: 0.85rem;
	}

}
.box02 {
  padding: 25px 8px;
}

.box02 h2 {
  padding: 0 10px;
  margin-bottom: 15px;
  background: #9D0029;
  color: #fff;
  font-weight: bold;
  line-height: 1.8rem;
}

.box02 .inner {
  padding: 10px;
  margin-bottom: 15px;
  background: #f9f9f9;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box02 h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  font-weight: bold;
}

.box02 h3 span {
  display: block;
  height: 1.3em;
  font-size: 0.86rem;
  line-height: 1;
}

.box02 .logo {
  margin-bottom: 10px;
}

.box02 .logo img {
  width: 100%;
  height: auto;
}

.box02 .text {
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.box02 .text.small {
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.box02 ul, .box02 dl {
  overflow: hidden;
}

.box02 ul li, .box02 ul dd, .box02 dl li, .box02 dl dd {
  padding-top: 2px;
  margin-bottom: 6px;
  line-height: 1.9em;
  text-align: center;
  background: #B5B5B5;
  color: #fff;
  font-weight: normal;
  float: left;
}

.box02 ul li.on, .box02 ul dd.on, .box02 dl li.on, .box02 dl dd.on {
  background: #333;
}

.box02 .category {
  font-size: 0.85rem;
}

.box02 .category li {
  width: 49.33333%;
}

.box02 .category li:nth-child(odd) {
  margin-right: 1.33333%;
}

.box02 .item li, .box02 .item dd, .box02 .shop li, .box02 .shop dd {
  width: 32.44444%;
  margin-right: 1.33333%;
}

.box02 .item li:nth-of-type(3n), .box02 .item dd:nth-of-type(3n), .box02 .shop li:nth-of-type(3n), .box02 .shop dd:nth-of-type(3n) {
  margin-right: 0;
}

.box02 .item dt, .box02 .shop dt {
  margin: 5px 0 6px;
  font-weight: bold;
  letter-spacing: 1px;
}

.box02 .goto_onlieshop {
  margin-top: 5px;
  font-size: 0.8rem;
  text-align: right;
}

.box02 .goto_onlieshop a {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  background: #888;
  color: #fff;
  text-align: center;
/*  line-height: 1.8rem;*/
}
.box02 .goto_onlieshop.abonlie a {
  background: #9D0029;
	color: #fff;
}
.box02 .goto_onlieshop.dponlie a {
  background: rgb(244,204,208);
background: -moz-linear-gradient(90deg, rgba(244,204,208,1) 0%, rgba(231,206,236,1) 49%, rgba(190,224,223,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(244,204,208,1) 0%, rgba(231,206,236,1) 49%, rgba(190,224,223,1) 100%);
background: linear-gradient(90deg, rgba(244,204,208,1) 0%, rgba(231,206,236,1) 49%, rgba(190,224,223,1) 100%);
  color: #444;
}

@media screen and (min-width: 669px) {
  .box02 {
	max-width: 1000px;
	width: 96%;
    margin: 0 auto;
    padding: 40px 0 20px;
	overflow: hidden;
  }

  .box02 h2 {
    padding: 0 15px;
    margin-bottom: 25px;
  }

  .box02 .inner {
    float: left;
    max-width: 486px;
	width: 48%;
    padding: 18px;
    margin-bottom: 25px;
  }

  .box02 .inner:nth-child(odd) {
    float: right;
  }

  .box02 .logo {
    margin-bottom: 15px;
  }

  .box02 .text {
    margin-bottom: 20px;
  }

  .box02 .shop dt {
    margin: 10px 0 6px;
  }

  .box02 .goto_onlieshop {
    margin-top: 10px;
  }
}
@media screen and (max-width: 320px) {
	.box02 .inner {
	  padding:10px 5px;
}
}

@media all and (-ms-high-contrast: none) {
  .box02 .goto_onlieshop a {
    padding-top: 3px;
  }
}

/*# sourceMappingURL=page-blandlist.css.map */
