
@charset "shift_jis";
/* CSS Document */


/* ----------------------------------
　　　ヘッダー
　　　検索
　　　フッター
 ---------------------------------- */


/* ----------------------------------
　　　ヘッダー
 ---------------------------------- */

body {
line-height: 1.2em;
font-size: small;
color: #333333;
font-family:"ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
/*font-size:12px;*/
font-size:14px;

}

a{ color:#005FC3;}

#wrapper{overflow:hidden;}

/* 2016.08.05 bita-a0099 mod start */
#header {
    background-position	: left bottom;
    background-repeat	: repeat-x;
    height: 64px;
    display: table;
    width: 100%;
    overflow:hidden;
}
/* 2016.08.05 bita-a0099 mod end */

#Nav {
    float: left;
}

#header #Nav h1 {
    float: left;
    margin: 0 4px;
    padding-top:10px;
    width:100%;
}

#header #Nav h1 img {
    max-width: 100%;
}

/* 2016.07.07 bita-a0099 add start */
#header #Nav #komeriLogo {
    float: left;
    margin: 0 4px;
    padding-top:10px;
    width:100%;
}

#header #Nav #komeriLogo img {
    max-width: 100%;
}
/* 2016.07.07 bita-a0099 add end */


#header #hNav {
    float: right;
    margin: 0 4px;
    padding-top: 10px;
    overflow:hidden;
}

/* 2017/1/12 PH1-ueda add start レコメンドPUSH対応 */
#header #hNavSp {
    font-size: 16px;
    font-weight:700;
    float: right;
    margin: 0 10px;
    padding-top: 35px;
}
/* 2017/1/12 PH1-ueda add end レコメンドPUSH対応 */

#header #hNav ul {
    display: table;
    text-align: right;
    float: right;
}

#header #hNav ul li {
    display: table-cell;
    padding-left: 4px;
}

#header #hNav ul li a img {
    max-width: 100%;
}

/* 2014/10/27 bita-a0179 mod start スマホトップ画面デザイン変更 */
#gNav {
    background: rgb(255,255,255);
    text-align: center;
    overflow: hidden;
    height: 50px;
}

#gNav ul {
    line-height:46px;
    overflow:hidden;

}

#gNav ul li {
    background: rgb(255,255,255); /* Old browsers */
    border-right: 1px solid #CCCCCC;
    border-top: none;
    border-left: 1px solid #FFFFFF;
    display:block;
    float:left;
    width:24.5%;
}
/* 2014/10/27 bita-a0179 mod end   スマホトップ画面デザイン変更 */

#gNav ul li.last { margin-right:-2px;}

#gNav ul li a {display: block;}

/* 2016.08.05 bita-a0099 add start */
#hdrDropMenu {
    display:none;
}
#hdrDropMenu ul {
    border-top: 1px solid #D61518;
    display: table;
    width: 100%;
    margin: 0 auto;
}
#hdrDropMenu ul li {
    display: table-cell;
    width: 50%;
    padding: 5px;
}
#hdrDropMenu ul li a {
    display: block;
    color: #333333;
}
#hdrDropMenu ul li:first-child {
    border-right: 1px dashed #D61518;
}
#hdrDropMenu ul li img {
    margin-right:5px;
    vertical-align: middle;
}
#hdrDropMenu ul li span {
    vertical-align: middle;
}
/* 2016.08.05 bita-a0099 add end */

/* ----------------------------------
　　　検索
 ---------------------------------- */

/* 2016.08.05 bita-a0099 mod start */
#navmain{
    background-image: url(../../images/sp/parts/bg_contentsTop.png);
    background-repeat: repeat-x;
    padding-top: 5px;
    min-height: 10px;
}
/* 2016.08.05 bita-a0099 mod end */


#navmain form {
    text-align: center;
    margin-bottom: 10px;
}

/* 2014.11.15 bita-a0099 mod start */
/* 2014/10/27 bita-a0179 mod start スマホトップ画面デザイン変更 */
#navmain form input.breadthsearch {
    background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 20%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(20%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e8e8e8 0%,#ffffff 20%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e8e8e8 0%,#ffffff 20%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e8e8e8 0%,#ffffff 20%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e8e8e8 0%,#ffffff 20%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border: 1px solid #9A9A9A;
    border-radius: 5px;
    /*box-shadow: 0 2px 0 0 #CCCCCC inset;*/
    height: 30px;
    padding-left: 2px;
    width: 80%;
    margin:10px 0 0 0;
}
/* 2014/10/27 bita-a0179 mod end   スマホトップ画面デザイン変更 */

/* 2017.12.01 bita-a0099 mod start */
#navmain form button#searchBtn,button#search_btn {
/* 2017.12.01 bita-a0099 mod end */
    background-color: #EEEEEE;
    border: 1px solid #9A9A9A;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: inset 0 1px 0 0 white, inset 0 -2px 3px 0 #E4E4E4;
    -webkit-box-shadow: inset 0 1px 0 0 white, inset 0 -2px 3px 0 #E4E4E4;
    width: 10%;
    min-width: 40px;
    height: 34px;
    line-height:normal;
    margin-top:10px;
}
/* 2014.11.15 bita-a0099 mod end */

/* 2015.01.19 bita-a0099 add start */
#navmain form input.breadthsearch02 {
    background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 20%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(20%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e8e8e8 0%,#ffffff 20%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e8e8e8 0%,#ffffff 20%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e8e8e8 0%,#ffffff 20%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e8e8e8 0%,#ffffff 20%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border: 1px solid #9A9A9A;
    border-radius: 5px;
    /*box-shadow: 0 2px 0 0 #CCCCCC inset;*/
    height: 30px;
    padding-left: 2px;
    width: 65%;
    margin:10px 0 0 0;
}

#navmain form button#barcodeBtn {
    background-color: #EEEEEE;
    border: 1px solid #9A9A9A;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: inset 0 1px 0 0 white, inset 0 -2px 3px 0 #E4E4E4;
    -webkit-box-shadow: inset 0 1px 0 0 white, inset 0 -2px 3px 0 #E4E4E4;
    width: 10%;
    min-width: 40px;
    height: 34px;
    line-height:normal;
    margin-top:10px;
}
/* 2015.01.19 bita-a0099 add end */

#navmain form button#searchBtn img {

}

#navmain form select.selectsearch{
    height: 26px;
    padding-left: 2px;
    width: 75%;
    margin:10px 0 0;
    padding:0;
    vertical-align: top; 
    }
    

/* 2014.11.15 bita-a0099 mod start */
/* 2016/04/07 bita-a0179 add start */
#navmain2{
    padding-top: 5px;
}
#navmain2 form {
    text-align: center;
    margin-bottom: 10px;
}
#navmain2 form input.breadthsearch {
    background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 20%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(20%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e8e8e8 0%,#ffffff 20%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e8e8e8 0%,#ffffff 20%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e8e8e8 0%,#ffffff 20%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e8e8e8 0%,#ffffff 20%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border: 1px solid #9A9A9A;
    border-radius: 5px;
    height: 25px;
    padding-top :6px;
    padding-left: 2px;
    width: 80%;
    margin:10px 0 0 0;
}
#navmain2 form button#searchBtn {
    background-color: #EEEEEE;
    border: 1px solid #9A9A9A;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: inset 0 1px 0 0 white, inset 0 -2px 3px 0 #E4E4E4;
    -webkit-box-shadow: inset 0 1px 0 0 white, inset 0 -2px 3px 0 #E4E4E4;
    width: 10%;
    min-width: 40px;
    height: 34px;
    line-height:normal;
    margin-top:10px;
}
#navmain2 form button#searchBtn img {
}
#navmain2 form select.selectsearch{
    height: 26px;
    padding-left: 2px;
    width: 75%;
    margin:10px 0 0;
    padding:0;
    vertical-align: top; 
}
/* 2016/04/07 bita-a0179 add end */

#narrowContent ul{
margin:5px;
color:#808080;
}
#narrowContent li{
display:table;
width:100%;
}
/* 2016.09.24 bita-a0099 mod start */
#narrowContent .child1{
display:inline-block;
padding-right:10px;
}
#narrowContent .child2{
display:inline-block;
}
/* 2016.09.24 bita-a0099 mod end */
/* 2014.11.15 bita-a0099 mod end */

/* 2020.02.04 bita-a0099 add start */
.pc-only {
  display:none !important;
}

/** header **/
header {
  font-family:"Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
  font-size: 16px;
}
header .firstStage {
  box-sizing: border-box;
  height: 60px;
  margin: 0 auto;
  padding: 10px 10px 0 0;
  width: 100%;
}
header .firstStage .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
}
header .firstStage .inner .logoArea {
  height: 40px;
  margin-left: 3px;
  overflow: hidden;
  text-align: center;
  width: calc(100% - 105px);
}
header .firstStage .inner .logoArea .logo img {
  height: 32px;
  margin-top: 8px;
  width: 100%
}
header .firstStage .inner .logoArea .myStoreArea {
  line-height: 1;
  margin-top: 8px;
  text-align: left;
}
header .firstStage .inner .logoArea .myStoreAreaIcon {
  float: left;
  height: 32px;
  margin-left: 8px;
  margin-right: 6px;
  width: 32px;
}
header .firstStage .inner .logoArea .myStoreAreaIcon img {
  height: 32px;
  width: 100%
}
header .firstStage .inner .logoArea .myStoreAreaTxt a {
  color: #000;
}
header .firstStage .inner .logoArea .myStoreAreaTxt .ttl {
  display: block;
  font-size: 0.625em;
  margin-top: 3px;
  padding: 3px 1em 0 0;
}
header .firstStage .inner .logoArea .myStoreAreaTxt .myStoreNm {
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  height: 1em;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  white-space: nowrap;
}
header .firstStage .inner .cartIcon {
  background-repeat: no-repeat;
  background-position: right 12px;
  height: 37px;
  position: relative;
  padding-right: 10px;
  width: 40px;
}
header .firstStage .inner .cartIcon img {
  padding-top: 2px;
  width: 100%;
}
header .firstStage .inner .cartIcon .cartCount {
  background-color: #E30012;
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  font-size: 0.75em;
  left: 30px;
  line-height: 16px;
  height: 16px;
  padding-top: 0 !important;
  position: absolute;
  text-align: center;
  top: 0;
  width: auto;
  padding-left:2px;
  padding-right:2px;
  min-width:12px;
}
header .firstStage .inner .app-back {
  position: relative;
  margin-left: 4px
}
header .app-back-btn {
  display: block;
  z-index: 9999;
  width: 25px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  line-height: 60px;
  color: #0ad;
  cursor: pointer;
}
header .app-back-btn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 20px;
  background: #4D4D4D;
  left: 0;
}
header .app-back-btn span:nth-child(1) {
  left: 6px;
  top: 29px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .app-back-btn span:nth-child(2) {
  left: 6px;
  top: 18px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .firstStage .inner .spmenu {
  position: relative;
  margin-left: 4px
}
/** menu-btn **/
header .menu-btn {
  display: none;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  line-height: 60px;
  color: #0ad;
  cursor: pointer;
}
header .menu-btn {
  display: block;
}
header .menu-btn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 28px;
  background: #4D4D4D;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
header .menu-btn span:nth-child(1) {
  top: 13px;
  left: 11px;
}
header .menu-btn span:nth-child(2) {
  top: 24px;
  left: 11px;
}
header .menu-btn span:nth-child(3) {
  top: 35px;
  left: 11px;
}
/** menu-btn animate **/
header .menu-btn.active span:nth-child(1) {
  top: 24px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .menu-btn.active span:nth-child(2) {
  width: 0;
  left: 50%;
}
header .menu-btn.active span:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .firstStage-sp {
  padding: 0 10px;
}
header .firstStage-sp ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
header .firstStage-sp .myStoreArea {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.4;
}
header .firstStage-sp .myStoreAreaIcon {
  width: 7%;
}
header .firstStage-sp .myStoreAreaIcon img {
  width: 100%
}
header .firstStage-sp .myStoreAreaTtl {
  font-size: 0.7em;
  padding-left: 0.7em;
  width: 7em;
}
header .firstStage-sp .myStoreAreaNm a {
  color: #000;
}
header .firstStage-sp .myStoreAreaNm {
  margin-left: 0.5em;
  width: 90%;
}
header .sp-my-store-dtl {
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #CACACA;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .5s;
  width: 100%;
  z-index: 2000;
}
header .sp-my-store-dtl .my-store-dtl-inner {
  background: #FFF;
  margin: 0 auto;
  padding:10px;
  width: 300px;
}
header .sp-my-store-dtl .close {
  cursor: pointer;
  margin-left: auto;
  width: 40px;
  height: 40px;
  position: relative;
}
header .sp-my-store-dtl .close span {
  display: block;
  position: absolute;
  height: 4px;
  width: 28px;
  background: #4D4D4D;
  left: 5px;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
header .sp-my-store-dtl .close span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .sp-my-store-dtl .close span:nth-child(2) {
  width: 0;
  left: 50%;
}
header .sp-my-store-dtl .close span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .sp-my-store-dtl .map-area {
  margin-top: 5px;
  text-align: center;
  position: relative;
}
header .sp-my-store-dtl .map-area img.osm-copr {
  position: absolute;
  bottom: 0;
  left: 0;
}
header .sp-my-store-dtl .info-area {
  margin-top: 10px;
}
header .sp-my-store-dtl .info-area .info-row {
  margin-bottom: 5px;
}
header .sp-my-store-dtl .info-area .chg-store {
  margin-top: 10px;
  text-align: center;
}
header .secondStage {
  background-color: #F0F0F0;
  padding: 3px 10px;
  position: relative;
}
header .secondStage .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
  margin: 0 auto
}
header .secondStage .inner .headSearchArea {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: -1px;
}
header .secondStage .inner .headSearchArea form {
  width: 100%;
}
header .secondStage .inner .headSearchArea form div {
  position: relative;
  display: inline-block;
  letter-spacing: 0;
}
header .secondStage .inner .headSearchArea .searchBox01 {
  width: 27%;
  background-color: #FFF;
  height: 32px;
  box-sizing: border-box
}
header .secondStage .inner .headSearchArea .searchBox01::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 47%;
  right: 10px;
  margin-top: -4px;
}
header .secondStage .inner .headSearchArea .searchBox01 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 32px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 20px 0 10px;
  border: 1px solid #CACACA;
  box-sizing: border-box
}
header .secondStage .inner .headSearchArea .searchBox01 select::-ms-expand {
  display: none;
}
header .secondStage .inner .headSearchArea .searchBox02 {
  vertical-align: top;
  width: calc(73% - 50px);
}
header .secondStage .inner .headSearchArea .searchBox03 {
  vertical-align: top;
}
header .secondStage .inner .headSearchArea select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333333;
  font-size: 1em;
  width: 100%;
  height: 32px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 20px 0 10px;
  border: 1px solid #CACACA;
  box-sizing: border-box
}
header .secondStage .inner .headSearchArea input#searchHeadText01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #FFF;
  color: #333;
  font-size: 1em;
  padding: 7.5px 10px;
  box-sizing: border-box;
  border: 1px solid #CACACA;
  border-left: 0;
  height: 32px;
  border-radius: 0;
  box-shadow: 0
}
header #search_btn {
  border-radius: 0
}
header .secondStage .inner .secondStageTxtArea {
  font-size: 2.8vw;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
}
header .secondStage .inner .secondStageTxtArea span {
  color: #E6001B
}
header .spHeaderNav {
  width: 100%;
  display: none;
  position: fixed;
  left: -240px;
  top: 0;
  width: 240px;
  height: 100%;
  background-color: #F0F0F0;
  z-index: 9997;
  box-sizing: border-box;
}
header .spHeaderNav {
  display: block;
}
header .spHeaderNav .mem-state {
  background: #789;
  color: #FFF;
  padding: 15px 10px 15px 15px;
  font-size: 1.1em;
}
header .spHeaderNav .mem-state .mem-nm {
  font-weight: bold;
  margin-left: 5px;
}
header .sp-nav-close {
  display: none;
  left: 260px;
  top: 40px;
  position: absolute;
  z-index: 9997;
}
header .sp-nav-close-btn {
  cursor: pointer;
  margin-left: auto;
  width: 40px;
  height: 40px;
  position: relative;
}
header .sp-nav-close .close-btn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 28px;
  background: #FFF;
  left: 5px;
}
header .sp-nav-close .close-btn span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .sp-nav-close .close-btn span:nth-child(2) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .spHeaderNav .nav-menu {
  overflow-y: scroll;
}
header .spHeaderNav li {
  text-align: left
}
header .spHeaderNav li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #000;
  border-bottom: solid 1px #ccc;
  padding-left: 34px;
  background: url(../../images/parts/arrow_header_menu.png) no-repeat;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 6px;
}
header .sp-header-overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
header .sp-header-overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
header .move-float {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
}

#wrap {
  width: 100%;
  margin:0 auto;
}
.mainInner {
  box-sizing: border-box;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
/* 2020.02.04 bita-a0099 add end */

/* 2020.03.27 bita-a0296 add add start お知らせ強調表示 */
#highLightMark{
  color: #E30012;
  font-size: smaller;
  font-weight: bold;
  vertical-align: top;
  margin-left: 5px;
}
/* 2020.03.27 bita-a0296 add add end */

/* ----------------------------------
　　　フッタ部
 ---------------------------------- */

#footer {
    background-image	: url(../../images/sp/parts/bg_footerTop.png);
    background-repeat	: repeat-x;
    font-size: 13px;
    padding: 5px 0;
    text-align: center;
}

#footer p {
    line-height: 150%;
}

#footer p span.current {
    font-weight: bolder;
}

#footer a,
#footer a:visited {
    color: #005fc3;
}

#footer .footNavi{
    clear: both;
    max-width: 320px;
    text-align:center;
    margin:0 auto;
}

#footer .footNavi .footli{
    float: left;
}

#footer .footNavi .footli li{
    background-image: url(../../images/sp/parts/icon_arrow01.png);
    background-repeat: no-repeat;
    text-indent: 0.8em;
    background-position: left center;
    text-align: left;
    margin:10px 0 0 40px;
}

#footer .footNavi .footli_r{
    float:right;
}
#footer .footNavi .footli_r li{
    background-image: url(../../images/sp/parts/icon_arrow01.png);
    background-repeat: no-repeat;
    text-indent: 0.8em;
    background-position: left center;
    text-align: left;
    margin:10px 20px 0 0;
}


#footer .copyWrap{clear:both; padding:10px 0;}

#footer .copyWrap footer{ margin-bottom:1%;}

p.copy{background:#000000; color:#FFFFFF; padding:1% 0;}

/* 2020.02.04 bita-a0099 add start */
/** footer **/
footer {
  width: 100%;
  background-color: #F0F0F0;
  font-family:"Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
  font-size: 16px;
}
footer .inner {
  margin: 0 auto;
}
footer .inner .site-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #E6001B;
  padding: 20px 0 10px 0;
}
footer .inner .site-nav li {
  padding: 0 0.6em;
  border-right: 1px solid #FFF;
  font-size: 0.87em;
  margin-bottom: 12px;
  box-sizing: border-box;
}
footer .inner .site-nav li:first-of-type {
  border-left: 1px solid #FFF
}
footer .inner .oth-nav {
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  margin: 30px auto 20px auto;
}
footer .inner .oth-nav .title {
  clear: both;
  color: #333;
  font-weight: bold;
  margin: 15px 0;
}
footer .inner .oth-nav ul li {
  background-image: url(../../images/parts/arrow_right05.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 6px;
  float: left;
  font-size: 0.68em;
  line-height: 1.4em;
  margin-bottom: 10px;
  padding-left: 1em;
  width: 46%;
}
footer .copyright {
  clear: both;
  font-size: 0.62em;
  color: #000;
  padding: 10px 0 30px;
  text-align: center;
}

/* --------------------------------------------------------
  MyPage
-------------------------------------------------------- */
.myStoreList .two-btn-part {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.myStoreList .two-btn-part .l-btn {
  float: left;
  padding-right: 3px;
  width: calc(50% - 3px);
}
.myStoreList .two-btn-part .r-btn {
  float: right;
  padding-left: 3px;
  width: calc(50% - 3px);
}
.cardInfo .descript {
  position:absolute;
  right:0;
  top:20px;
}
.cardInfo .row {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  margin: 0px 10px 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #CCC;
}
.cardInfo .row .title {
  float:left;
  font-size:0.9em;
}
.cardInfo .row .value {
  float:right;
}

.threeBtnList {
  margin: 0 10px 40px;
}
.threeBtnList li {
  box-sizing: border-box;
}
.threeBtnList li.btnLi {
  border: 1px solid;
  border-radius: 6px;
  margin-bottom: 20px;
}
.threeBtnList li.btnLi a {
  text-decoration: none;
  color: #000;
  background-image: url(../../images/sp/parts/arow_red.png);
  background-repeat: no-repeat;
  background-position: left 18px center;
  background-size: 7px;
  padding: 12px 10px 12px 35px;
  display: block;
  box-sizing: border-box;
  font-family:"Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
.threeBtnList li.chiten {
}
.threeBtnList li.chiten h3 {
  border-bottom: 1px solid #000;
  text-align: center;
  padding-bottom: 8px;
  font-size: 1em;
  margin-bottom: 8px;
  font-weight: bold
}
/* campaign */
.myPageCampaign .campaignInner {
  margin: 0 10px;
  padding-bottom:20px;
}
.myPageCampaign .campaignInner .title {
  font-size:1.2em;
  font-weight:bold;
}
.myPageCampaign .campaignInner .term, .campaignInner .entry {
  margin-top:10px;
  margin-left:25px;
}
.myPageCampaign .campaignInner .entry .status {
  font-weight:bold;
}
.myPageCampaign .campaignInner .q_and_a {
  margin-top:5px;
  margin-left:25px;
}
/* 2020.02.04 bita-a0099 add end */
