@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

#mainContent_upper {
  background: #fff;
  z-index: 10;
  position: relative;
}
#mainContent_upper #mainContent-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 30px 0;
}
#mainContent_upper #mainContent-inner h2#pageTitle {
  background: #ff9600;
  color: #FFF;
  font-size: 139%;
  padding: 10px 15px;
  margin: 0 0 30px 0;
}

#mainContent_upper h1{
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    background: #182f60;
    padding: 8px;
}
#mainContent_upper h2{
    font-size: 34px;
    line-height: 42px;
    font-family: "リュウミン M-KL","Ryumin Medium KL","游明朝",YuMincho,serif;
}
#mainContent_upper h3{
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    font-family: "リュウミン M-KL","Ryumin Medium KL","游明朝",YuMincho,serif;
}
#mainContent_upper h4{
    font-size: 15px;
    line-height: 25px;
}
#mainContent_upper h5{
    font-size: 13px;
    line-height: 23px;
}
#mainContent_upper h5 b{
    color: #667eb1;
    line-height: 30px;
    border-bottom: solid 1px #667eb1;
    padding-bottom: 5px;
}
.mainContent-body {
    border-top: solid 1px #000;
    padding: 20px 0 20px 0;
}
.body-text {
    font-size: 15px;
    line-height: 25px;
}

.mainContent-news {
    border: 3px solid #2d74dd;
    border-style: dotted;
    border-radius: 12px;
    padding: 20px 20px 0 20px;
    margin: 40px 0 40px 0;
}
.mainContent-news_ttl {
    color: #2d74dd;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #2d74dd;
    padding-bottom: 5px;
}

.sns_ttl {
    text-align: center;
}
.sns_ttl p.sns_txt{
    line-height: 18px;
    margin-top: -10px;
}
.icon_outer {
	width:100%;
	display:flex;
	justify-content: center;
	margin:40px 0 60px 0;
}
.icon_inner {
	margin:0;
	padding: 2px;
	width: 25%;
	position: relative;
}
.is_icon {
    background: #6333dd;
    padding: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.fb_icon {
    background: #3b5a99;
    padding: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.line_icon {
    background: #66c53a;
    padding: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.tw_icon {
    background: #43abd0;
    padding: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.toonlineshop_icon {
    border: 1px solid #000;
    width: 200px;
    background: #fff;
    padding: 12px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    float: left;
}

.main_item {
    display:flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
	margin:10px 0 40px 0;
}
.main_item_inner {
    margin:0;
	padding: 15px;
	width: 33%;
	position: relative;
}
.main_item div a div.itemImg {
    margin-bottom: 10px;
}
.main_item div a p.itemCatch {
    font-size: 120%;
    line-height: 100%;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
}
.main_item div a p.itemBrand {
    font-size: 120%;
    line-height: 100%;
    text-align: left;
    font-weight: bold;
    margin-bottom: 2px;
}
.main_item div a p.itemTxt {
    font-size: 100%;
    margin-bottom: 10px;
}
.main_item div a p.itemPrice {
    color: #f1514f;
    font-size: 120%;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}
.main_item div a p.itemPrice span {
    font-size: 80%;
    font-weight: normal;
}

.contSec h3 {
    background-color: #193060;
    color: #FFF;
    font-size: 131%;
    padding: 18px;
    box-sizing: border-box;
    margin: 0 0 15px 0;
}
.contSec h4 {
    font-size: 131%;
    font-weight: bold;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #000;
    padding: 3px 0;
    position: relative;
}
.contSec h4 span {
    font-size: 62%;
    font-weight: normal;
    margin-left: 15px;
}

.hot_item {
    display:flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
	margin:10px 0 40px 0;
}
.hot_item_inner {
    margin:0;
	padding: 8px;
	width: 20%;
	position: relative;
}
.hot_item div a div.itemImg {
    margin-bottom: 10px;
}
.hot_item div a p.itemCatch {
    font-size: 85%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.hot_item div a p.itemBrand {
    font-size: 85%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2px;
}
.hot_item div a p.itemTxt {
    font-size: 77%;
    margin-bottom: 10px;
}
.hot_item div a p.itemPrice {
    color: #f1514f;
    font-size: 85%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.free_space{
    margin-bottom: 5.0rem;
}
.shopList_outer {
	width:100%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 40px 0 60px 0;
}
.shopList_inner {
	margin:0;
	padding: 2px;
	width: 30%;
	position: relative;
}
.shopList {
    background: #a6a8ad;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding: 20px;
}
.act {
    background: #696d76;
}
.shopList_all {
    font-size: 14px;
    text-align: center;
    color: #000;
    padding: 20px;
    border: solid 1px #000;
}
.shopList_outer p {
    margin: 0;
}

#mainContent {
  background: #292929;
  z-index: 10;
  position: relative;
}
#mainContent #mainContent-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 30px;
}
#mainContent #mainContent-inner h2#pageTitle {
  background: #ff9600;
  color: #FFF;
  font-size: 139%;
  padding: 10px 15px;
  margin: 0 0 30px 0;
}

.cont_img_l {
    float: left;
    width: 20%;
    margin-top: 5px;
    margin-right: 15px;
}
.cont_img_r {
    float: right;
    width: 20%;
    margin-top: 5px;
    margin-left: 15px;
}

#toppage #mainContent {
  padding-top: 0;
}

footer {
  background: #292929;
  position: relative;
  z-index: 10;
}
footer p#pageScroll {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
footer p#pageScroll a {
  display: block;
  background: #292929;
  width: 45px;
  height: 45px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: -45px;
  right: 0;
  text-align: center;
  box-sizing: border-box;
  padding: 6px 0 0 0;
}
footer p#pageScroll a i {
  font-size: 231%;
  color: #CCC;
}
footer p#pageScroll a:hover {
  background: #ff9600;
}
footer #footer-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 30px;
  z-index: 10;
  position: relative;
}
footer #footer-inner p#brandHead {
  color: #ff9600;
  font-size: 154%;
  margin-bottom: 30px;
}
footer #footer-inner div.blandCategoryWrap {
  overflow: hidden;
}
footer #footer-inner div.blandCategoryWrap div.blandCategory {
  margin-bottom: 30px;
}
footer #footer-inner div.blandCategoryWrap div.blandCategory p.blandCategoryTitle {
  color: #FFF;
  padding-bottom: 5px;
  border-bottom: 2px solid #373737;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
footer #footer-inner div.blandCategoryWrap div.blandCategory div.blandBox {
  overflow: hidden;
  padding: 0 5px;
}
footer #footer-inner div.blandCategoryWrap div.blandCategory div.blandBox dl {
  float: left;
  width: 99px;
  margin: 0;
  padding: 0;
}
footer #footer-inner div.blandCategoryWrap div.blandCategory div.blandBox dl a {
  display: block;
}
footer #footer-inner div.blandCategoryWrap div.blandCategory div.blandBox dl a:hover {
  text-decoration: underline;
}
footer #footer-inner div.blandCategoryWrap div.blandCategory div.blandBox dl a:hover dt img {
  opacity: .6;
}
footer #footer-inner div.blandCategoryWrap div.blandCategory div.blandBox dl a dt {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 50px;
  width: 99px;
}
footer #footer-inner div.blandCategoryWrap div.blandCategory div.blandBox dl a dd {
  margin: 0;
  padding: 0;
  color: #777777;
  font-size: 77%;
  text-align: center;
}
footer #footer-inner div.blandCategoryWrap div.harf {
  width: 490px;
  float: left;
  margin-left: 20px;
}
footer #footer-inner div.blandCategoryWrap div.harf:first-of-type {
  margin-left: 0;
}
footer #footer-inner div.blandCategoryWrap div.harf div.blandBox {
  padding: 0 5px;
}
footer #footer-inner div.blandCategoryWrap div.harf div.blandBox dl {
  width: 96px;
}
footer #footer-inner div.blandCategoryWrap div.harf div.blandBox dl a dt {
  width: 96px;
}

#copyright {
  z-index: 10;
  position: relative;
  background: #1e1e1e;
  padding: 12px 0;
}
#copyright p {
  width: 1000px;
  margin: 0 auto;
  font-size: 77%;
  color: #FFF;
}

#breadCrumb {
  margin-bottom: 50px;
}
#breadCrumb ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#breadCrumb ul li {
  list-style: none;
  float: left;
  margin-right: 10px;
  font-size: 85%;
}
#breadCrumb ul li:before {
  content: "";
  font-family: 'FontAwesome';
  margin-right: 5px;
  color: #ff9600;
}
#breadCrumb ul li a {
  color: #ff9600;
}
#breadCrumb ul li a:hover {
  text-decoration: underline;
}
#breadCrumb ul li:first-child:before {
  content: "";
  font-family: 'FontAwesome';
}


/* タブレットタブレットタブレットタブレットタブレットタブレットタブレットタブレットタブレット */
@media screen and (max-width: 970px) and (orientation: portrait) {
  header {
    position: static;
  }
  header #header-inner {
    width: 94%;
    margin: 0 auto;
    position: static;
    padding: 20px 0;
  }
  header #header-inner p#siteId {
    width: 210px;
  }
  header #header-inner nav#utility {
    position: relative;
    top: auto;
    right: auto;
  }
  header #header-inner nav#utility span.menu-button {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 5px;
    top: -38px;
  }
  header #header-inner nav#utility span.menu-button i {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    transition: background 0.5s;
    position: relative;
    left: 5px;
    top: 14px;
  }
  header #header-inner nav#utility span.menu-button i:before, header #header-inner nav#utility span.menu-button i:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.3s !important;
  }
  header #header-inner nav#utility span.menu-button i:before {
    transform: translateY(8px);
  }
  header #header-inner nav#utility span.menu-button i:after {
    transform: translateY(-8px);
  }
  header #header-inner nav#utility span.menu-button.active i {
    background: #1e1e1e;
  }
  header #header-inner nav#utility span.menu-button.active i:after {
    transform: translateY(0px) rotate(-45deg);
  }
  header #header-inner nav#utility span.menu-button.active i:before {
    transform: translateY(0px) rotate(45deg);
  }
  header #header-inner nav#utility ul {
    display: none;
    overflow: hidden;
    margin: 0;
    padding: 12px 0 0 0;
  }
  header #header-inner nav#utility ul li {
    float: none;
    border-bottom: 1px solid #333;
  }
  header #header-inner nav#utility ul li:before {
    content: "";
    margin: 0;
  }
  header #header-inner nav#utility ul li a {
    display: block;
    font-size: 93%;
    padding: 10px 5px;
  }
  header #header-inner nav#utility ul li:last-child {
    border-bottom: none;
  }
  header #header-inner nav#utility ul li:last-child a {
    padding: 10px 5px 0;
  }
  header #header-inner nav#utility ul:after {
    content: "";
    margin: 0;
  }

  nav#globalNav {
    position: static;
  }
  nav#globalNav ul {
    width: 100%;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
  }
  nav#globalNav ul li {
    width: 33%;
  }
  nav#globalNav ul li a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-size: 93%;
    color: #FFF;
    box-sizing: border-box;
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
    border-left: none;
    background-image: none;
  }
  nav#globalNav ul li a:hover {
    color: #CCC;
    background-image: url(/assets/img/common/nav_hover_bar.png);
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  nav#globalNav ul li a.active {
    background-image: url(/assets/img/common/nav_hover_bar.png);
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  nav#globalNav ul li:last-child a {
    width: 100%;
  }
  nav#globalNav ul li:nth-child(3), nav#globalNav ul li:nth-child(6) {
    width: 34%;
  }
  nav#globalNav ul li:nth-child(3) a, nav#globalNav ul li:nth-child(6) a {
    border-right: none;
  }

#mainContent_upper {
    padding-top: 0px;
  }
  #mainContent_upper #mainContent-inner {
    width: 94%;
    padding: 20px 0 10px 0;
  }
  #mainContent_upper #mainContent-inner h2#pageTitle {
    background: #ff9600;
    color: #FFF;
    font-size: 139%;
    padding: 10px;
    margin: 0 0 15px 0;
  }

#mainContent_upper h1{
    font-size: 14px;
}
#mainContent_upper h2{
    font-size: 24px;
    font-family: "リュウミン M-KL","Ryumin Medium KL","游明朝",YuMincho,serif;
}
.mainContent-body {
    border-top: solid 1px #000;
    padding: 0 0 30px 0;
}

.icon_outer {
	width:100%;
	display:flex;
	justify-content: center;
	margin:20px 0 30px 0;
}
.icon_inner {
	margin:0;
	padding: 2px;
	width: 100%;
	position: relative;
}
.main_item_inner {
    margin:0;
	padding: 8px;
	width: 33%;
	position: relative;
}
.hot_item_inner {
    margin:0;
	padding: 8px;
	width: 33%;
	position: relative;
}
.shopList_inner {
	margin:0;
	padding: 2px;
	width: 100%;
	position: relative;
}

  #mainContent {
    padding-top: 0px;
  }
  #mainContent #mainContent-inner {
    width: 94%;
    padding: 0 0 10px;
  }
  #mainContent #mainContent-inner h2#pageTitle {
    background: #ff9600;
    color: #FFF;
    font-size: 139%;
    padding: 10px;
    margin: 0 0 15px 0;
  }

.is_icon {
    font-size: 12px;
}
.fb_icon {
    font-size: 12px;
}
.line_icon {
    font-size: 12px;
}
.tw_icon {
   font-size: 12px;
}
  footer p#pageScroll {
    width: 100%;
    margin: 0;
  }
  footer p#pageScroll a {
    background: #ff9600;
    width: 100%;
    border-radius: 0;
    left: 0;
  }
  footer p#pageScroll a i {
    color: #FFF;
  }
  footer #footer-inner {
    width: 94%;
    padding: 25px 0 30px;
  }
  footer #footer-inner p#brandHead {
    text-align: center;
    margin-bottom: 15px;
  }
  footer #footer-inner div.blandCategoryWrap {
    overflow: hidden;
  }
  footer #footer-inner div.blandCategoryWrap div.blandCategory {
    margin-bottom: 0;
  }
  footer #footer-inner div.blandCategoryWrap div.blandCategory p.blandCategoryTitle {
    color: #FFF;
    background: #3b3b3b;
    padding: 12px;
    border-bottom: none;
    margin-bottom: 10px;
    position: relative;
  }
  footer #footer-inner div.blandCategoryWrap div.blandCategory p.blandCategoryTitle:after {
    content: "";
    font-family: 'FontAwesome';
    display: block;
    color: #ff9600;
    font-size: 124%;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  footer #footer-inner div.blandCategoryWrap div.blandCategory p.blandCategoryTitle.active:after {
    content: "";
    font-family: 'FontAwesome';
  }
  footer #footer-inner div.blandCategoryWrap div.blandCategory div.blandBox {
    overflow: hidden;
    padding: 0 5px;
    margin-bottom: 20px;
    display: none;
  }
  footer #footer-inner div.blandCategoryWrap div.blandCategory div.blandBox dl {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  footer #footer-inner div.blandCategoryWrap div.blandCategory div.blandBox dl a {
    display: block;
  }
  footer #footer-inner div.blandCategoryWrap div.blandCategory div.blandBox dl a dt {
    display: none;
  }
  footer #footer-inner div.blandCategoryWrap div.blandCategory div.blandBox dl a dd {
    margin: 0;
    padding: 3px 5px;
    box-sizing: border-box;
    width: 100%;
    color: #777777;
    font-size: 116%;
    text-align: left;
  }
  footer #footer-inner div.blandCategoryWrap div.harf {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  footer #footer-inner div.blandCategoryWrap div.harf div.blandBox {
    padding: 0 5px;
  }
  footer #footer-inner div.blandCategoryWrap div.harf div.blandBox dl {
    width: 100%;
  }
  footer #footer-inner div.blandCategoryWrap div.harf div.blandBox dl a dt {
    display: none;
  }

  #copyright {
    padding: 12px;
  }
  #copyright p {
    width: 100%;
    margin: 0;
    font-size: 10px;
  }

  #breadCrumb {
    margin-bottom: 10px;
  }
  #breadCrumb ul li {
    margin-right: 5px;
    font-size: 77%;
  }
  
  .cont_img_l {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 5px;
    }
}
/*
Font-size list (base: 13px)
62% =  8px
70% =  9px
77% = 10px
85% = 11px  162% = 21px  239% = 31px
93% = 12px  170% = 22px  247% = 32px
100% = 13px  177% = 23px  254% = 33px
108% = 14px  185% = 24px  262% = 34px
116% = 15px  193% = 25px  270% = 35px
124% = 16px  200% = 26px  277% = 36px
131% = 17px  208% = 27px  285% = 37px
139% = 18px  216% = 28px  293% = 38px
147% = 19px  224% = 29px  300% = 39px
154% = 20px  231% = 30px  308% = 40px
*/


/* スマホスマホスマホスマホスマホスマホスマホスマホスマホスマホスマホスマホスマホスマホスマホ */
@media only screen and (max-width: 479px) {
  header {
    position: static;
  }
  header #header-inner {
    width: 94%;
    margin: 0 auto;
    position: static;
    padding: 20px 0;
  }
  header #header-inner p#siteId {
    width: 210px;
  }
  header #header-inner nav#utility {
    position: relative;
    top: auto;
    right: auto;
  }
  header #header-inner nav#utility span.menu-button {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 5px;
    top: -38px;
  }
  header #header-inner nav#utility span.menu-button i {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    transition: background 0.5s;
    position: relative;
    left: 5px;
    top: 14px;
  }
  header #header-inner nav#utility span.menu-button i:before, header #header-inner nav#utility span.menu-button i:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.3s !important;
  }
  header #header-inner nav#utility span.menu-button i:before {
    transform: translateY(8px);
  }
  header #header-inner nav#utility span.menu-button i:after {
    transform: translateY(-8px);
  }
  header #header-inner nav#utility span.menu-button.active i {
    background: #1e1e1e;
  }
  header #header-inner nav#utility span.menu-button.active i:after {
    transform: translateY(0px) rotate(-45deg);
  }
  header #header-inner nav#utility span.menu-button.active i:before {
    transform: translateY(0px) rotate(45deg);
  }
  header #header-inner nav#utility ul {
    display: none;
    overflow: hidden;
    margin: 0;
    padding: 12px 0 0 0;
  }
  header #header-inner nav#utility ul li {
    float: none;
    border-bottom: 1px solid #333;
  }
  header #header-inner nav#utility ul li:before {
    content: "";
    margin: 0;
  }
  header #header-inner nav#utility ul li a {
    display: block;
    font-size: 93%;
    padding: 10px 5px;
  }
  header #header-inner nav#utility ul li:last-child {
    border-bottom: none;
  }
  header #header-inner nav#utility ul li:last-child a {
    padding: 10px 5px 0;
  }
  header #header-inner nav#utility ul:after {
    content: "";
    margin: 0;
  }

  nav#globalNav {
    position: static;
  }
  nav#globalNav ul {
    width: 100%;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
  }
  nav#globalNav ul li {
    width: 33%;
  }
  nav#globalNav ul li a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-size: 93%;
    color: #FFF;
    box-sizing: border-box;
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
    border-left: none;
    background-image: none;
  }
  nav#globalNav ul li a:hover {
    color: #CCC;
    background-image: url(/assets/img/common/nav_hover_bar.png);
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  nav#globalNav ul li a.active {
    background-image: url(/assets/img/common/nav_hover_bar.png);
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  nav#globalNav ul li:last-child a {
    width: 100%;
  }
  nav#globalNav ul li:nth-child(3), nav#globalNav ul li:nth-child(6) {
    width: 34%;
  }
  nav#globalNav ul li:nth-child(3) a, nav#globalNav ul li:nth-child(6) a {
    border-right: none;
  }

#mainContent_upper {
    padding-top: 0px;
  }
  #mainContent_upper #mainContent-inner {
    width: 94%;
    padding: 20px 0 10px 0;
  }
  #mainContent_upper #mainContent-inner h2#pageTitle {
    background: #ff9600;
    color: #FFF;
    font-size: 139%;
    padding: 10px;
    margin: 0 0 15px 0;
  }

#mainContent_upper h1{
    font-size: 14px;
}
#mainContent_upper h2{
    font-size: 24px;
    line-height: 36px;
}
.mainContent-body {
    border-top: solid 1px #000;
    padding: 0 0 30px 0;
}

.icon_outer {
	width:100%;
	display:flex;
	justify-content: center;
	margin:20px 0 30px 0;
}
.icon_inner {
	margin:0;
	padding: 2px;
	width: 100%;
	position: relative;
}

.main_item_inner {
    margin:0;
	padding: 8px;
	width: 100%;
	position: relative;
}

.hot_item_inner {
    margin:0;
	padding: 8px;
	width: 50%;
	position: relative;
}
.shopList_inner {
	margin:0;
	padding: 2px;
	width: 100%;
	position: relative;
}

  #mainContent {
    padding-top: 0px;
  }
  #mainContent #mainContent-inner {
    width: 94%;
    padding: 0 0 10px;
  }
  #mainContent #mainContent-inner h2#pageTitle {
    background: #ff9600;
    color: #FFF;
    font-size: 139%;
    padding: 10px;
    margin: 0 0 15px 0;
  }

.is_icon {
    font-size: 12px;
}
.fb_icon {
    font-size: 12px;
}
.line_icon {
    font-size: 12px;
}
.tw_icon {
   font-size: 12px;
}

.toonlineshop_icon {
    border: 1px solid #000;
    width: 100%;
    background: #fff;
    padding: 12px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

  footer p#pageScroll {
    width: 100%;
    margin: 0;
  }
  footer p#pageScroll a {
    background: #ff9600;
    width: 100%;
    border-radius: 0;
    left: 0;
  }
  footer p#pageScroll a i {
    color: #FFF;
  }
  footer #footer-inner {
    width: 94%;
    padding: 25px 0 30px;
  }
  footer #footer-inner p#brandHead {
    text-align: center;
    margin-bottom: 15px;
  }
  footer #footer-inner div.blandCategoryWrap {
    overflow: hidden;
  }
  footer #footer-inner div.blandCategoryWrap div.blandCategory {
    margin-bottom: 0;
  }
  footer #footer-inner div.blandCategoryWrap div.blandCategory p.blandCategoryTitle {
    color: #FFF;
    background: #3b3b3b;
    padding: 12px;
    border-bottom: none;
    margin-bottom: 10px;
    position: relative;
  }
  footer #footer-inner div.blandCategoryWrap div.blandCategory p.blandCategoryTitle:after {
    content: "";
    font-family: 'FontAwesome';
    display: block;
    color: #ff9600;
    font-size: 124%;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  footer #footer-inner div.blandCategoryWrap div.blandCategory p.blandCategoryTitle.active:after {
    content: "";
    font-family: 'FontAwesome';
  }
  footer #footer-inner div.blandCategoryWrap div.blandCategory div.blandBox {
    overflow: hidden;
    padding: 0 5px;
    margin-bottom: 20px;
    display: none;
  }
  footer #footer-inner div.blandCategoryWrap div.blandCategory div.blandBox dl {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  footer #footer-inner div.blandCategoryWrap div.blandCategory div.blandBox dl a {
    display: block;
  }
  footer #footer-inner div.blandCategoryWrap div.blandCategory div.blandBox dl a dt {
    display: none;
  }
  footer #footer-inner div.blandCategoryWrap div.blandCategory div.blandBox dl a dd {
    margin: 0;
    padding: 3px 5px;
    box-sizing: border-box;
    width: 100%;
    color: #777777;
    font-size: 116%;
    text-align: left;
  }
  footer #footer-inner div.blandCategoryWrap div.harf {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  footer #footer-inner div.blandCategoryWrap div.harf div.blandBox {
    padding: 0 5px;
  }
  footer #footer-inner div.blandCategoryWrap div.harf div.blandBox dl {
    width: 100%;
  }
  footer #footer-inner div.blandCategoryWrap div.harf div.blandBox dl a dt {
    display: none;
  }

  #copyright {
    padding: 12px;
  }
  #copyright p {
    width: 100%;
    margin: 0;
    font-size: 10px;
  }

  #breadCrumb {
    margin-bottom: 10px;
  }
  #breadCrumb ul li {
    margin-right: 5px;
    font-size: 77%;
  }
}
/*
Font-size list (base: 13px)
62% =  8px
70% =  9px
77% = 10px
85% = 11px  162% = 21px  239% = 31px
93% = 12px  170% = 22px  247% = 32px
100% = 13px  177% = 23px  254% = 33px
108% = 14px  185% = 24px  262% = 34px
116% = 15px  193% = 25px  270% = 35px
124% = 16px  200% = 26px  277% = 36px
131% = 17px  208% = 27px  285% = 37px
139% = 18px  216% = 28px  293% = 38px
147% = 19px  224% = 29px  300% = 39px
154% = 20px  231% = 30px  308% = 40px
*/