/* reset */

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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

img {
  max-width: 100%;
}

* {
  webkit-appearance: none;
  -webkit-appearance: none;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

div,
p {
  word-break: break-all;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
textarea {
  vertical-align: middle;
  border: none;
  font-size: inherit;
}


input[type="text"],
input[type="number"],
input[type="search"],
select {
  padding: 10px;
  border: 1px solid #808080;
  box-sizing: border-box;
  width: 100%;
}

select {
  background: url("/smartphone/images/template/5/icon-select.png") no-repeat 92% center;
  background-size: 20px 20px;
  padding-right: 36px;
}

.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

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

      layout

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

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #ffffff;
  text-align: center;
  line-height: 1.5;
  color: #333;
  position: relative;
  overflow-x: hidden;
  right: 0;
  font-size: 14px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

img[width="1"],
img[width="0"] {
  display: none !important;
}


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

      head

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

.navBar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.navBar ul {
  position: relative;
  margin: 0;
  padding: 0;
}

.navBar ul span {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  width: 100%;
  font-size: 8px;
  text-align: center;
}

.navBar .head-menu {
  float: left;
  width: 12%;
  background: #fff;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  text-align: center;
}

.navBar .head-logo {
  float: left;
  width: 76%;
  background: #fff;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  text-align: center;
}

.navBar .head-cart {
  float: left;
  width: 12%;
  background: #fff;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  text-align: center;
}


.navBar li:last-child {
  margin-right: 0;
}

.navBar li a {
  display: block;
  height: 50px;
  position: relative;
}

.navBar li img {
  height: 30px;
  vertical-align: -10px;
  margin-right: 0px;
}

.navCartIcon {
  position: absolute;
  right: 12px;
  top: 8px;
  width: 17px;
  height: 17px;
  font-size: 11px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0px 1px 2px #ccc;
  line-height: 17px;
  color: #fff;
  font-family: Arial, Helvetica, "sans-serif";
}

#sideMenu {
  position: fixed;
  top: 51px;
  left: -270px;
  width: 270px;
  height: 100%;
  background: #DFEBEE;
  overflow: scroll;
}

.searchArea {
  background: #999;
  padding: 10px 10px;
  text-align: left;
}

input[name="brand_search_form"] {
  display: inline-block;
  width: 80%;
  padding: 10px;
  box-sizing: border-box;
  border: none;
}

input[name="brand_search_button"] {
  border-radius: 6px;
  box-sizing: border-box;
  background: url("/smartphone/images/template/5/icon-search.png") no-repeat center center;
  background-size: 26px 26px;
  text-indent: -9999em;
  width: 40px;
  height: 30px;
}

.sideNav {
  margin: 15px 0 100px;
  text-align: left;
  font-size: 15px;
}

.sideNav,
.sideNav a {
  color: #333;
}

.sideNav li a {
  padding: 10px;
  display: block;
}

.sideNav-title {
  padding: 10px;
}

.inner-sideNav {
  margin-bottom: 8px;
}

.inner-sideNav li a {
  padding-left: 25px;
}

.categorySwitch {
  padding: 10px;
  display: block;
  background: url("/smartphone/images/template/5/icon-close.png") no-repeat 90% center;
  background-size: 26px 26px;
}

.categorySwitch.open {
  background-image: url("/smartphone/images/template/5/icon-open.png");
}

.sideCategory {
  display: none;
}

#category_list2 {
  margin-top: 5px;
}

#category_list2 li a {
  font-size: 13px;
}

header {
  margin-top: 51px;
}

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

      common

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

/* スライダー下の余白 */
#mainContents .bx-wrapper {
  margin-bottom: 35px;
}

#list_item,
.item,
.rankingList {
  text-align: left;
  margin: 20px auto;
  letter-spacing: -0.4em;
}

#list_item li,
.item li,
.rankingList li {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-left: 2%;
  font-size: 12px;
  margin-bottom: 15px;
  text-align: left;
  letter-spacing: normal;
}

#list_item li:nth-child(3n),
.item li:nth-child(3n),
.rankingList li:nth-child(3n) {
  margin-right: 1%;
}

#list_item .itemImgWrap,
.item .itemImg,
.rankingList .itemImg {
  text-align: center;
  margin-bottom: 5px;
  position: relative;
}

.rankingNum1,
.rankingNum2,
.rankingNum3,
.rankingNum4,
.rankingNum5,
.rankingNum6 {
  background: #DFEBEE;
  color: #000;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  position: absolute;
  left: -3px;
  top: -3px;
}

.rankingNum1 {
  background: #DECA79;
}

.rankingNum2 {
  background: #DCD0CC;
}

.rankingNum3 {
  background: #E5B293;
}

.rankingNum4 {
  background: #DFEBEE;
}

.rankingNum5 {
  background: #DFEBEE;
}

.rankingNum6 {
  background: #DFEBEE;
}


.rankingPrice {
  font-weight: bold;
}

.item .reviewRateStar {
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  margin: 0 0.5px;
}

.item .reviewCount {
  display: none;
}

.itemDetail {
  text-align: left;
}

.item span {
  font-weight: bold;
}

.btn {
  display: inline-block;
  padding: 10px;
  border-radius: 6px;
  width: 80%;
  box-sizing: border-box;
}


.pager {
  margin-top: 20px;
  display: inline-block;
}

.pager li {
  display: inline-block;
}

.pager span {
  display: inline-block;
  color: #333333;
  text-decoration: none;
  margin-right: 10px;
  background: #e8e8e8;
  border-radius: 50%;
  display: inline-block;
  padding: 8px 15px;
  font-size: 14px;
}

.pager span.btn-next,
.pager span.btn-prev {
  border-radius: 6px;
}

.pager span.current {
  background-color: #333;
  color: #FFF;
  border-radius: 50%;
}

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

      content

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

#main-content {
  margin: 10px 0;
}

.heading {
  font-size: 16px;
}

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

      top

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

.index-section {
  margin-bottom: 30px;
}

.recommendHeading,
.newHeading,
.rankingHeading {
  background: #222;
  color: #fff;
  padding: 6px 0;
}


.itemListReview {
  margin: 10px auto 40px;
}

.itemListReview li {
  width: 100%;
  margin: 0;
  display: block;
  border-bottom: 1px solid #ccc;
}

.itemListReview a {
  display: block;
  padding: 10px;
  box-sizing: border-box;
}

.itemListReview .itemBox {
  display: table;
}

.itemListReview .itemImg,
.itemListReview .itemDetail {
  display: table-cell;
  vertical-align: top;
}

.itemListReview .itemDetail {
  padding-left: 5px;
}

.itemListReview .itemImg {
  width: 80px;
}

.itemImg img {
  height: auto;
}

.reviewBox {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
  background: #eee;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.reviewNullText {
  text-align: center;
  padding: 32px 0 48px;
}

.catlistHeading {
  text-align: left;
  padding: 0 0 10px 10px;
}

.catMenu a {
  display: block;
  text-align: left;
  padding: 10px;
  font-size: 15px;
  border-top: 1px solid #eee;
}

.catMenu li:last-child a {
  border-top: 1px solid #eee;
}

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

      category

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

#topicPath,
.searchPath {
  background: #eee;
  text-align: left;
  padding: 10px;
  font-size: 11px;
  margin-bottom: 10px;
  word-wrap: break-word;
}

#topicPath,
#topicPath a,
.searchPath {
  color: #666;
}

#topicPath li {
  display: inline;
}

.moreBtn a {
  display: inline-block;
  padding: 10px;
  width: 80%;
  border-radius: 6px;
  border: 3px solid #ccc;
}

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

      利用案内/特定商取引/個人情報保護ポリシー

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


h3.catTit {
  text-align: left;
  font-size: 17px;
  margin: 20px 10px 25px;
}

.editContent {
  margin: 0 10px 24px;
  text-align: left;
}

.editContent h4 {
  font-size: 14px;
  margin-bottom: 20px;
}

#lawList th {
  font-size: 14px;
}

#lawList td {
  font-size: 13px;
  margin-bottom: 30px;
  padding: 15px 0 30px;
}

.editArea {
  font-size: 12px;
  text-align: left;
}

.editArea pre {
  margin: 10px;
  white-space: pre-wrap;
}

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

      商品レビュー

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

/* レビューの星 */
.reviewRate {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: 8px 0 8px -1px;
}

.reviewRateStar {
  display: inline-block;
  width: 21px;
  height: 21px;
  text-indent: -9999em;
  cursor: pointer;
  background: no-repeat center center;
  background-size: 21px 21px;
  margin: 0 1px;
}

.starOn {
  background-image: url(/smartphone/images/star_on.png);
}

.starOff {
  background-image: url(/smartphone/images/star_off.png);
}

.starHalf {
  background-image: url(/smartphone/images/star_half.png);
}


/* レビューを書く */
.reviewContent {
  text-align: left;
  margin: 0 10px 24px;
}

.reviewForm dl {
  margin-bottom: 10px;
}

.reviewForm dd {
  margin-bottom: 15px;
}

.reviewForm dt {
  margin-bottom: 4px;
  font-weight: bold;
}

.reviewForm dl input {
  padding: 6px 0;
  width: 99%;
}

.reviewForm dl textarea {
  padding: 6px 0;
  width: 99%;
}

.reviewForm .reviewRateStar {
  width: 43px;
  height: 43px;
  background-size: 43px 43px;
}

.reviewContent .required {
  background: #C00;
  color: white;
  display: inline-block;
  font-size: 11px;
  margin-left: 8px;
  padding: 1px 3px;
  font-weight: normal;
}

.reviewItem {
  margin: 16px auto;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  background: #eee;
  box-sizing: border-box;
  display: table;
}

.reviewItemUnit {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.reviewItemName {
  padding-left: 8px;
  font-size: 13px;
}

.reviewItemImg {
  width: 80px;
}

.reviewItemImg img {
  border: solid 1px #ccc;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
}

.errorTxt {
  color: #cc0000;
  margin-bottom: 5px;
}

.captionTxt {
  color: #888;
  text-align: right;
  font-size: 12px;
}

.reviewText {
  border: 1px solid #808080;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: 120px;
}

.btnPost {
  background: #999;
  text-align: center;
  color: #fff !important;
  width: 100%;
  padding: 15px 0;
  font-size: 16px;
}

#review #back .btn {
  width: auto;
  font-size: 13px;
  padding: 10px 30px;
  background: #eee;
}


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

      お知らせ

***************************************/
.newsHeading {
  background: #222;
  color: #fff;
  padding: 6px 0;
}

.newsList {
  margin: 15px;
}

.newsList li {
  text-align: left;
  margin-bottom: 5px;
}

.newsDate,
.newsTitle {
  vertical-align: top;
  display: table-cell;
}

.newsDate {
  color: #999;
  padding: 2px 5px 2px 0px;
  white-space: nowrap;
  font-size: 10px;
}

.newsTitle {
  font-size: 12px;
}

.newsIndexLink {
  margin-bottom: 10px;
}

/* お知らせ詳細 */

.newsMain {
  padding: 15px;
  text-align: left;
}

.newsMain .newsMainInfo {
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
  text-align: right;
}

.newsMain .newsMainTitle {
  font-size: 14px;
  margin-bottom: 10px;
}

.newsMain .newsMainWrap {
  margin-bottom: 30px;
  border-top: dotted 1px #999;
  border-bottom: dotted 1px #999;
}

.newsMain .newsMainContent {
  font-size: 12px;
  padding: 20px 10px 50px;
}

.newsMain .newsMainPager {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.newsMain .newsMainPager li {
  text-align: center;
}

.newsMain .newsMainPager a {
  display: inline-block;
  background: #e5e5e5;
  color: #333;
  width: 25%;
  white-space: nowrap;
}

.newsMain .newsMainPager a.btnPrev {
  float: left;
}

.newsMain .newsMainPager a.btnNext {
  float: right;
}

.newsMain .newsIndexBtn a {
  background: #333;
  color: #fff;
  width: 100%;
  text-align: center;
}

/* お知らせ一覧 */

.newsListAll {
  margin-bottom: 30px;
}

.newsListAll .newsListContent li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #999;
}

.newsListAll .newsDate,
.newsListAll .newsTitle {
  display: block;
}

.newsListAll .newsDate {
  font-size: 12px;
}

.newsListAll .newsTitle {
  font-size: 14px;
}

.newsTitle {
  font-size: 12px;
}

.newsListPager {
  margin: 0 auto;
  font-size: 12px;
}

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

      footer

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

#footer {
  clear: both;
  width: 100%;
  color: #333;
  text-align: center;
  margin: 0px 0px 0p 0px;
  padding: 25px 10px 23px 10px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 200%;
  background: #DFEBEE;
}

#footer p {
  color: #666;
  font-size: 12px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
}

#footer a {
  color: #333;
  text-decoration: none;
}

#footer a:hover {
  color: #666;
  text-decoration: nunderline;
}

.foot-title {
  clear: both;
  font-size: 16px;
  line-height: 100%;
  font-weight: normal;
  color: #000;
  margin: 15px 0px 10px 0px;
  padding: 10px 0px 10px 0px;
  text-align: center;
  letter-spacing: 2px;
  background: #DFEBEE;
}

.shoppingguide {
  width: 100%;
  clear: both;
  margin: 0px 0px 20px 0px;
  padding: 0px 10px 20px 10px;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 13px;
  line-height: 160%;
  color: #000;
  text-align: left;
}

.shoppingguide p {
  font-weight: bolder;
  margin: 10px 0px 4px 0px;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  text-align: left;
}

.copyright {
  font-size: 9px;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  text-align: center;
  width: 100%;
}

.shoppingguide img {
  height: 43px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
}

.shoppingguide a {
  color: #333;
  text-decoration: none;
}

.shoppingguide a:hover {
  color: #666;
  text-decoration: underline;
}


.todetail {
  text-align: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.todetail a {
  display: inline-block;
  margin: 8px 0px 0px 0px;
  padding: 6px 20px 6px 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #000;
  font-size: 11px;
  line-height: 11px;
  background: #f5f5f5;
}

.todetail a:hover {
  background: #eee;
  text-decoration: none;
}


.foot-sns {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}

.foot-sns ul {
  display: flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 52px;
}

.foot-sns span {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(https://gigaplus.makeshop.jp/moutonshop/img/back-headsale.png);
  border-radius: 20px;
  margin: 0px 5px 0px 5px;
  padding: 0px 0px 0px 0px;
  line-height: 100%;
  vertical-align: top;
}

.foot-sns img {
  width: 23px;
  margin: 7px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
}



.btn-switch {
  background: #fff;
  color: #666;
  width: 60%;
}

.copyright {
  font-size: 10px;
  padding: 15px 0;
  color: #b2b2b2;
}













.title1 {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 7px 10px;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: bolder;
  color: #333;
  text-align: left;
}

.title2 {
  position: relative;
  height: 40px;
  text-align: left;
  color: #333;
  font-weight: normal;
  font-size: 13px;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #ccc;
}

.title2 img {
  position: absolute;
  top: -4px;
  left: 0px;
  width: 30px;
  height: 30px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.title2 span {
  display: inline-block;
  color: #333;
  line-height: 24px;
  font-size: 24px;
  font-weight: normal;
  padding: 0px 10px 0px 40px;
  font-family: arial;
}

.title2 u {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}


.title3 {
  text-align: left;
  color: #000;
  font-weight: normal;
  width: auto;
  font-size: 24px;
  font-weight: bolder;
  margin: 15px 25px 10px 25px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #333;
}

.title3 span {
  color: #2D2008;
  font-size: 13px;
  font-weight: bolder;
  padding: 0px 0px 0px 15px;
  font-family: Georgia;
}

.title3 p {
  width: 210px;
  text-align: right;
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  font-size: 14px;
  color: #000;
}


.title4 {
  margin: 0px 0px 0px 0px;
  padding: 7px 0px 7px 0px;
  text-align: center;
  background: #1C1C1C;
  font-size: 14px;
  font-weight: bolder;
  color: #fff;
  letter-spacing: 2px;
}

.title4 span {
  color: #333;
  font-size: 16px;
  font-weight: normal !important;
  padding: 0px 0px 0px 15px;
}


.title5 {
  text-align: center;
  margin: 40px 0px 7px 0px;
  padding: 0px 0px 0px 0px;
}

.title5 span {
  display: block;
  color: #333;
  line-height: 25px;
  font-size: 25px;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  letter-spacing: 1px;
  font-family: arial;
}

.title5 u {
  color: #333;
  display: block;
  text-decoration: none;
  font-size: 13px;
  margin: 0px 0px 0px 0px;
  padding: 6px 0px 0px 0px;
  letter-spacing: 1px;
}

.news {
  width: 100%;
  margin: 0px 0px 35px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 13px;
  line-height: 160%;
  height: 115px;
  overflow-y: scroll;
}


.news td {
  padding: 2px 0px 2px 0px !important;
  font-weight: bolder;
}

.news a {
  margin: 0px 0px 0px 15px;
  color: #000;
  text-decoration: none;
  font-weight: normal !important;
}

.news a:hover {
  margin: 0px 0px 0px 15px;
  color: #999;
  text-decoration: underline;
  font-weight: normal !important;
}



.top-banner2 {
  width: 100%;
  margin: 0px 0px 30px 0px;
  padding: 10px 0px 0px 0px;
}

.top-banner2 ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.top-banner2 li {
  display: table-cell;
  list-style: none;
  margin: 0px 0px 0px 0px;
}

.top-banner2 img {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
}

.top-banner2_left {
  padding: 0px 5px 10px 0px;
}

.top-banner2_right {
  padding: 0px 0px 10px 5px;
}




#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  background: url(https://gigaplus.makeshop.jp/moutonshop/img/pagetop.png) left top no-repeat;
  background-size: 40px;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 0px 0;
  text-align: center;
  display: block;
}

#page-top a:hover {
  background: url(https://gigaplus.makeshop.jp/moutonshop/img/pagetop.png) left top no-repeat;
  background-size: 40px;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 0px 0;
  text-align: center;
  display: block;
}



.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 0px #fff !important;
  -webkit-box-shadow: 0 0 0px #fff !important;
  box-shadow: 0 0 0px #fff !important;
  background: #fff !important;
}




.head-souryou {
  width: 100%;
  text-align: center;
  vertical-align: top;
  padding: 10px 10px 0px 10px;
  box-sizing: border-box;
}

.head-souryou p {
  border: 1px solid #eee;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.head-souryou span {
  height: 32px;
  line-height: 32px;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 19px;
  font-weight: normal;
  font-family: arial;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 43px;
  box-sizing: border-box;
  background: url(https://gigaplus.makeshop.jp/moutonshop/img/back-headtel.png) 15px 7px no-repeat;
  background-size: 18px;
  text-align: left;
}

.head-souryou u {
  font-size: 12px;
  padding: 0px 0px 0px 7px;
  text-decoration: none;
  font-weight: normal !important;
}


.head-kanban {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
}

.head-kanban ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 8px 0px;
}

.head-kanban li {
  display: table-cell;
  list-style: none;
  text-align: center;
  font-size: 10px;
  line-height: 150%;
  color: #333;
  margin: 0px 0px 0px 0px;
}

.head-kanban1 {
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}

.head-kanban2 {
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}

.head-kanban3 {
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}


#toppage {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
}

.left-banner {
  width: 100%;
  margin: 10px 0px 15px 0px;
  padding: 0px 5px 0px 5px;
  box-sizing: border-box;
  line-height: 100%;
}

.left-banner ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.left-banner li {
  display: table-cell;
  vertical-align: top;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  box-sizing: border-box;
}

.left-banner img {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
}