@charset "UTF-8";
/*
-----------------------------------------------
-siteName- Template Base Style
----------------------------------------------- */


/*====================================

----------------------------------
  Color
----------------------------------
メイン    : #000
アクセント : 

----------------------------------
  Structure
----------------------------------
0. タグ設定
1. ヘッダー
  1.1	ナビゲーション
     1.1.1	スマホ用固定ボタン
  1.2 見出し
2. コンテンツ
3. フッター
4. ビズアシスト用基礎コード
5. 
6. 
====================================*/

/*----------------------------------
	0. タグ設定
------------------------------------*/
/* ------ ベース ------- */
html{
  font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
  font-size: 1.4rem;
  font-weight: 500;
	line-height: 1.7em;
	color: #2d2c28;
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}

/* ------ clearfix ------- */
.cf:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    font-size:0;
    line-height:0;
}
.cf {
    display:inline-block;
}
.cf {
    display:block;
}

/* ------ link ------- */
a {
	color: #03C;
	text-decoration: none;
}
a:hover {
	color: #06F;
	text-decoration: none;
}
a.textlinkUl {
	text-decoration: underline;
}
a img {
	border:none;
	border:0
}
a:hover img.link { 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

/* ------ img ------- */
@media screen and (max-width: 1000px){
  img{
    max-width: 100%;
    height: auto;
    width :auto;
  }
}



/*----------------------------------
	1. ヘッダー
------------------------------------*/
#wrapper {
  position: relative;
  overflow: hidden;
}
#home #wrapper {
  padding-top: 100px;
}
@media screen and (max-width: 768px){
  #home #wrapper {
    padding-top: 72px;
  }
}
@media screen and (max-width: 480px){
  #home #wrapper {
    padding-top: 60px;
  }
}
header {
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,1.0);
  position: fixed;
  z-index: 999;
}
.cmsAdminEdit header {
  position: relative;
  z-index: auto;
}

body.product header {
      background-color: rgba(255,255,255,0.76)
}
.header_wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
.header {
  max-width: 1180px;
  height: 100px;
  padding-top: 15px;
  padding-right: 80px;
  box-sizing: border-box;
  overflow: visible;
  z-index: 1000;
}
@media screen and (min-width: 765px){
   header {
      
   }
}
@media screen and (max-width: 1180px) {
  .header {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
	  height: 82px;
	  z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  .header {
	  height: 72px;
  }
}
@media screen and (max-width: 480px) {
  .header {
	  height: 62px;
  }
}
.header__heading {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 880px) {
  .header__heading {
    background-color: #FFF;
	  position: relative;
	  z-index: 3;
    padding: 0;
    margin: 0 auto;
  }
}


/* ------ ロゴ ------- */
.header__heading .logo {
}
.header__heading .logo img {
  vertical-align: top;
  max-width: 178px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header__heading .logo img {
    max-width: 160px;
  }
}
@media screen and (max-width: 480px) {
  .header__heading .logo img {
    max-width: 132px;
  }
}
@media screen and (max-width: 375px) {
  .header__heading .logo img {
    max-width: 44%;
  }
}


/*----------------------------------
	1.1. ナビゲーション
------------------------------------*/
.nav-content {
  font-size: 1.6rem;
  width: 100%;
  z-index: 9;
  position: relative;
}


/* Gナビ */
.main-nav {
  max-width: 482px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 8px;
}
@media screen and (max-width: 1024px) {
  .main-nav {
    display: none;
  }
}
.main-nav > li {
  text-align: center;
}
.main-nav > li > a {
	color: #000;
  display: inline-block;
  padding: 0 8px 18px;
  position: relative;
}
.main-nav > li > a:after {
  display: block;
  width: 15px;
  height: 8px;
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  background-size: contain;
}
.main-nav > li.dropdown > a:hover::after {
  background: url(../images/icon_down.svg) no-repeat center center;
}
.main-nav > li.dropdown > a:active::after {
  background: url(../images/icon_down.svg) no-repeat center center;
}
.main-nav > li > a.icon-email:after {
  width: 22px;
  height: 16px;
  bottom: 0px;
  background: url(../images/icon_mail2022.svg) no-repeat center center;
}

/* Gナビ */
.main-nav_en {
  max-width: 482px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 8px;
}
@media screen and (max-width: 1024px) {
  .main-nav_en {
    display: none;
  }
}
.main-nav_en > li {
  text-align: center;
  width: 33%;
}
.main-nav_en > li > a {
	color: #000;
  display: inline-block;
  padding: 0 8px 10px;
  position: relative;
}


/* 展開メニュー */
.main-nav-sub li {
    cursor: pointer;
}
.dropdown {
    position: relative;
}
.main-nav-sub {
  position: absolute;
  top: 40%;
  left: -40px;
  right: 0;
  margin: auto;
  z-index: 100;
  width: 600px;
  background: #fff;
  border-radius: 3px;
  line-height: 1.46667;
  box-shadow: 0 0 8px rgba(0,0,0,.3);
  opacity:0;
  -webkit-transform: translate(0, 0) scale(.85);
  transform: translate(0, 0)scale(.85);
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  pointer-events: none;
  display: flex;
  justify-content:center;
}
.main-nav-sub.sublist02 {
  left: -152px;
}
.main-nav-sub.sublist03 {
  left: -344px;
}
.main-nav-sub.active {
  opacity: 1;
  -webkit-transform: translate(0, 25px) scale(1);
  transform: translate(0, 25px) scale(1);
  pointer-events: auto;
}
.main-nav-sub li {
  width: 100%;
}
.main-nav-sub a {
  display: block;
  padding: 8px 0;
}
.main-nav-sub a:hover {
  background-color: rgba(233,233,233,1.00);
}
.main-nav-sub .main-nav_img img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* english */
.main-nav-second {
  max-width: 68px;
  width: 100%;
  margin: -15px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-nav-second {
    display: none;
  }
}
.main-nav-second li {
  text-align: center;
}
.main-nav-second li a {
	color: #000000;
  display: inline-block;
  padding: 40px 6px 0;
  font-size: 1.2rem;
  border: 1px solid #666;
  border-top: none;
}


/* tel */
.header .nav-contact {
  padding-top: 8px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .header .nav-contact {
    padding-top: 8px;
    text-align: center;
    position: absolute;
    right: 100px;
  }
}
.nav-contact .nav-contact_tel {
  font-weight: bold;
  line-height: 1;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 16px;
}
.nav-contact .nav-contact_tel a{
  display: inline-block;
  padding: 0px;
  color: #000;
  position: relative;
}
.nav-contact .nav-contact_tel .icon_tel{
  font-size: 2.3rem;
  line-height: 1;
}
.nav-contact .nav-contact_tel .icon_tel:before {
  display: inline-block;
  width: 17px;
  height: 17px;
  content: '';
  margin-right: 5px;
  background: url(../images/icon_tel2022.svg) no-repeat center center;
  background-size: contain;
}
.nav-contact .nav-contact_tel .sub_text {
  font-size: 1.2rem;
  display: block;
  text-align: center;
}
.nav-contact  a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .header .nav-contact {
    right: 4px;
    line-height: 1;
  }
  .header .nav-contact .t-small {
    margin-bottom: 0px;
    padding: 0px 0 0;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .header .nav-contact {
    top: -5px;
    right: 9px;
    font-size: 1.8rem;
  }
  .nav-contact .nav-contact_email .icon_email {
    font-size: 2.5rem;
    top: 2px;
  }
  .nav-contact .nav-contact_tel .sub_text {
    font-size: 2.0vw;
  }
  .nav-contact .nav-contact_tel .sub_text_en {
    font-size: 1.0rem;
  }
  .nav-contact .nav-contact_tel .icon_tel{
    top: 2px;
    font-size: 5.0vw;
  }
 .nav-contact .nav-contact_text {
     display: none;
 }
}



.nav-content {
  padding: 10px;
  margin: 0 auto;
  position: absolute;
  width: 570px;
  top: 90px;
  left: 0;
  z-index: 2;
  height: auto;
  max-height: calc(100vh - 110px);
  overflow-y: scroll;
  -webkit-transition: 1.0s left;
  transition: 1.0s left;
  background-color: #fff;
  box-sizing: border-box;
}
.is-open .nav-content {
  left: -624px;
}

@media screen and (max-width: 1024px) {
  .main-nav {
    display: none;
  }
  .nav-content {
    top: 80px;
  }
  .nav-content {
    padding: 10px;
    width: 100%;
    top: calc(-100vh + 70px);
    left: 0;
    right: 0;
    z-index: 2;
    transition: 1.0s top;
  }
  .is-open .nav-content {
    left: 0px;
    top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .nav-content ul li {
    font-size: 1.6rem;
  }
  .is-open .nav-content {
    top: 65px;
  }
}







#js-cover {
  background: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  opacity: 0;
  z-index: 1;
}
.header_btn_menu {
  position: fixed;
  right: 0;
  top: 10px;
}
.menu-button {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 12px;
  top: 2px;
  background-color: transparent;
  z-index: 100;
}
.menu-button img {
  display: none;
}
.menu-button i {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #ccc;
  -webkit-transition: background 0.5s;
          transition: background 0.5s;
  position: relative;
  left: 10px;
  top: 20px;
}
.menu-button i:before,
.menu-button i:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #ccc;
  position: absolute;
  -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
      transition: all 0.3s !important;
}
.menu-button i:before {
  -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
      transform: translateY(8px);
}
.menu-button i:after {
  -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}

.is-open .menu-button i {
  background: #FFF;
}
.is-open .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
      -ms-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.is-open .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
      -ms-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}
@media screen and (max-width: 1920px) {
  
}

@media screen and (max-width: 1024px) {
  .header_btn_menu {
    position: relative;
    right: auto;
    top: auto;
    z-index: 100;
  }
  .menu-button {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 14px;
  }
  .menu-button:hover {
    background-color: transparent;
  }
  .menu-button i {
    width: 30px;
    height: 3px;
    left: 0px;
    top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .menu-button {
    right: 12px;
    top: 11px;
  }
}


.main-nav-title {
  padding: 6px 0 5px;
  text-align: center;
  color: #fff;
  background-color: #757575;
  margin: 0 0 8px;
}
.main-nav_sp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-nav_sp li {
  width: 49%;
  margin: 0 0 10px;
}
.main-nav_sp li a {
  text-align: center;
  display: block;
  padding: 0px;
  color: #666;
  background-color: #FFF;
}
.main-nav_sp li a .main-nav_img {
  display: block;
}
.main-nav_sp li a .main-nav_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.main-nav_sp li.main-nav_sp_single1,
.main-nav_sp li.main-nav_sp_single2 {
  width: 100%;
}
.main-nav_sp li.main-nav_sp_single1 a,
.main-nav_sp li.main-nav_sp_single2 a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-nav_sp li.main-nav_sp_single1 span,
.main-nav_sp li.main-nav_sp_single2 span {
  width: 50%;
  background-color: #F0F0F0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.main-nav_sp li.main-nav_sp_single1 span {
  background-color: #F0F0F0;
}
.main-nav_sp li.main-nav_sp_single2 span {
  background-color: #ffd000;
}
.main-nav_sp li.main-nav_sp_single3 {
  width: 100%;
}
.main-nav_sp li.main-nav_sp_single4 {
  width: 100%;
}
.main-nav_sp li.main-nav_sp_single4 a {
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 500px) {

}

/* SP english */
.main-nav_sp_en {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #999;
  margin-bottom: 5px;
}
.main-nav_sp_en li {
  width: 100%;
  margin: 0 0 10px;
  border-bottom: 1px solid #999;
}
.main-nav_sp_en li a {
  text-align: center;
  display: block;
  padding: 20px 0;
  color: #666;
  background-color: #FFF;
}



/* side */
.side-nav {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 999;
  height: calc( 100vh - 100px );
}
@media screen and (max-width: 880px) {
  .side-nav {
    display: none;
  }
}
.side-nav ul li {
  margin-bottom: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
.side-nav ul li a {
  background-color: rgba(0, 0, 0, 1.00);
  width: 45px;
  height: 20.7vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items : center;
  align-items : center;
}
.side-nav ul li:last-child a {
  /* background-color: rgba(192, 69, 0, 0.80); */
}
.side-nav ul li a:hover {
  opacity: 0.7;
}
.side-nav ul li.list01 span {
  padding-top: 60px;
  box-sizing: border-box;
}
.side-nav ul li img {
  width: 14px;
}
.side-nav ul li.list04 img {
  width: 22px;
}
@media screen and (max-width: 1000px) {

}








/*----------------------------------
	1.2. 見出し
------------------------------------*/
p {
  margin: 0 0 1em;
  line-height: 1.7em;
  color: #333333;
  font-size: 1.6rem;
}
/* ページタイトル見出し */
.title-style01 {
  font-size: 3.3rem;
  font-weight: normal;
  color: #00a7b0;
  text-align: center;
  margin: 0 0 1em;
  line-height: 1.0em;
}
.title-style01 .sub-title {
  font-size: 1.6rem;
  color: #231815;
}
/* 中見出し */
.title-style02 {
  font-size: 3.0rem;
  color: #fff;
  text-align: center;
  margin: 0 0 1em;
  background-color: #00a7b0;
  padding: 2% 0 3%;
  line-height: 1.1em;
}
.title-style02 .sub-title {
  font-size: 2.0rem;
  font-weight: normal;
}
.title-style03 {
  font-size: 3.0rem;
  color: #00a7b0;
  text-align: center;
  margin: 0 0 1em;
  line-height: 1.3em;
  padding-bottom: 20px;
  background: url(../../images/title-border01.png) no-repeat bottom center;
}
.title-style04 {
    background-color: #009fe8;
    color: #fff;
    text-align: center;
    font-size: 3.7rem;
    line-height: 1.1em;
}
.title-style04 > .in {
    max-width: 1000px;
    margin: 0px auto;
    padding: 40px 0;
    display: block;
}
.title-style04 > .in > span {
    font-size: 2.5rem;
}
.title-style05 {
    text-align: center;
    color: #009fe8;
    font-size: 3.7rem;
    margin-bottom: 40px;
}
.title-style09 {
  color: #a86e0c;
  background: url(../../images/about-bt-common__bg-titile.png) no-repeat center center;
  background-size: 130px 130px;
  padding: 50px 0;
  text-align: center;
  font-size: 3.0rem;
  line-height: 1.3em;
  font-weight: bold;
}
.title-style10 {
  color: #139ea6;
  font-size: 3.0rem;
  text-align: center;
  line-height: 1.3em;
  padding-bottom: 20px;
  background: url(../../images/title-wave.png) no-repeat bottom center;
  background-size: 600px auto;
  margin-bottom: 1em;
  font-weight: bold;
}
.title-style10 .small {
  font-size: 2.0rem;
}
.title-style11 {
  color: #b2833e;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  border-bottom: dotted 2px #a86e0c;
  padding-bottom: 10px;
  margin: 1em 0;
}
.title-style11--p {
  padding-bottom: 20px;
  margin: 0 0 1em; 
}

@media screen and (max-width: 768px) {
  .title-style01 {
  }
  .title-style02 {
  }
  .title-style02 .sub-title {
  }
  
}
@media screen and (max-width: 600px) {
  .title-style10 {
  background-size: contain;
  }
}
@media screen and (max-width: 480px) {
  p {
    font-size: 1.4rem;
  }
  .title-style01 {
    font-size: 2.4rem;
  }
  .title-style01 .sub-title {
    font-size: 1.4rem;
  }
  .title-style02 {
    font-size: 2.0rem;
  }
  .title-style02 .sub-title {
    font-size: 1.2rem;
  }
  .title-style03 {
    font-size: 2.0rem;
  }
  .title-style09 {
    font-size: 2.6rem;
    background-size: 100px 100px;
  }
  .title-style10 {
    font-size: 2.0rem;
  }
}


/*----------------------------------
	2. コンテンツ
------------------------------------*/

.conts__cell {
  padding: 60px 0;
  margin-bottom: 100px;
}
.conts__cell_0-60 {
  padding: 0 0 60px;
}
.conts__cell_0-30 {
  padding: 0 0 30px;
}
.conts__cell_0 {
  padding: 0;
}
.conts__cell_shiftup {
  padding: 20px 0 100px;
}
.conts__cell-1000 {
  padding: 60px 0 60px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .conts__cell {
    padding: 45px 0;
    margin-bottom: 100px;
  }
  .conts__cell_0-60 {
    padding: 0 0 45px;
  }
  .conts__cell_0-30 {
    padding: 0 0 15px;
  }
  .conts__cell_shiftup {
    padding: 20px 0 80px;
  }
  .conts__cell-1000 {
    padding: 45px 0
  }
}
@media screen and (max-width: 480px) {
  .conts__cell {
    padding: 30px 0;
    margin-bottom: 80px;
  }
  .conts__cell_0-60 {
    padding: 0 0 30px;
  }
  .conts__cell_0-30 {
    padding: 0 0 5px;
  }
  .conts__cell_shiftup {
    padding: 20px 0 60px;
  }
  .conts__cell-1000 {
    padding: 30px 0
  }
}
.conts__inner {
  max-width: 1180px;
  margin: 0 auto;
}
#main > .conts__cell:first-child {
  padding: 0px 0 60px;
}

@media screen and (max-width: 1000px) {
  #main > .conts__cell.page-about-bt__top {
    padding: 0px 0 30px;
  }
}
@media screen and (max-width: 1310px) {
  .conts__inner {
    box-sizing: border-box;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .conts__inner {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 880px) {
  .conts__inner {
    padding-right: 0px;
  }
}
.conts__cell + hr {
  display: none;
}

.conts__inner_narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 832px) {
  .conts__inner_narrow {
    width: 96%
  }
}








#others #main {
  padding: 100px 0 50px;
}
#others .bodytalker #main {
    padding: 0;
    background: none;
    background: url(../../images/body_bg_networkimage.png) no-repeat top right;
}
@media screen and (max-width: 480px) {
  #others .bodytalker #main {
    padding: 0;
  }
  #others #main {
    padding: 60px 0 50px;
  }
}

/*----------------------------------
	3. フッター
------------------------------------*/
footer {
}
.footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 0 40px;
}
@media screen and (max-width: 1200px) {
  .footer {
    width: 96%;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2rem;
  width: 100%;
  margin-bottom: 0px;
}
@media screen and (max-width: 880px) {
  .footer__nav {
    -webkit-justify-content: space-around; 
    justify-content: space-around;
  }
}
.footer__nav-title {
  line-height: 1.4em;
  padding-bottom: 10px;
  padding-left: 20%;
  border-bottom: solid 1px #231815;
  margin-bottom: 10px;
}
@media screen and (max-width: 420px) {
  .footer__nav-title {
    border-bottom: dotted 1px #231815;
  }  
}
.footer__nav-title .t-big {
  font-size: 2.2rem;
}
.footer__nav-title + ul {
  padding-left: 20%;
}
.footer__nav li {
  margin-bottom: 0.4em;
}
.footer__nav li a {
  color: #231815;
  display: block;
}
.footer__nav li a:hover {
    opacity: 0.7;
}
[class*="footer__nav-0"] {
  width: 25%;
}
@media screen and (max-width: 880px) {
  [class*="footer__nav-0"] {
    width: 33.3%;
  }
  .footer__nav-04,
  .footer__nav-05 {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  [class*="footer__nav-0"] {
    width: 50%;
  }
  .footer__nav-05 {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  [class*="footer__nav-0"] {
    width: 48%;
    margin-bottom: 30px;
  }
}

.footer__nav_en {
    border-bottom: 1px solid #666;
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin: 0 auto 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__nav_en {
    justify-content: center;
  }
  .footer__nav_en li {
    width: 25%;
    text-align: center
  }
}
@media screen and (max-width: 480px) {
  .footer__nav_en li {
    width: 33%;
  }
}

.footer__inner {
  padding: 45px 0 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 30px 0 0;
  }
}
.footer__inner .copyright {
  font-size: 1.2rem;
  margin: 16px 10px 0;
}
.footer__inner .copyright a {
  color: #000;
}
.footer__inner .footer__logo {
  max-width: 600px;
  text-align: left;
}
.footer__inner .footer__logo img {
  width: 226px;
}
@media screen and (max-width: 768px) {
  .footer__inner .copyright,
  .footer__inner .footer__logo {
    float: none;
    margin: 0 auto 15px;
  }
}

/* QR */
.footer_e-book {
    position: absolute;
    right: 0px;
    top: 15px;
}
.footer_e-book ul{
    text-align: right;
}
.footer_e-book ul li{
    display: inline-block;
    text-align: center;
  margin: 0 5px;
}
.footer_e-book ul li a {
    display: inline-block;
}
.footer_e-book ul li a {
    color: #231815;
}
.footer_e-book ul li a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .footer_e-book {
    display: block;
    position: relative;
    text-align: center;
    left: auto;
    right: auto;
    top: auto;
    margin: 0 auto 40px;
  }
  .footer_e-book ul{
    text-align: center;
  }
}

/*----------------------------------
	4. ビズアシスト用基礎コード
------------------------------------*/

/* subcontents
----------------------------------------------- */
#subcontents {

}
#subcontents2 {

}
/* article
----------------------------------------------- */
main > article {
	position: relative;
	text-align: left;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
}
main > article #contentTitle {
    background-image: url(../../images/bg__top-title.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-size: 3rem;
    padding: 80px 0 5px;
    margin-bottom: 15px;
}
main > article #contentSubTitle {
	margin-top: 10px;
	font-size: 22px;
}


.blogbody {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto 20px;
}
.blogbody #main {
    width: 70%;
    max-width: 800px;
    float: left;
}
.blogbody #blogsidebar {
    width: 25%;
    max-width: 300px;
    float: right;
}
@media screen and (max-width: 768px) {
    .blogbody #main,
    .blogbody #blogsidebar {
        width: 96%;
        max-width: 800px;
        float: none;
        margin: 0 auto 20px;
    }
}





/* sidebar
----------------------------------------------- */
#sidebar {
	float:left;
	width:200px;
	background-color:#B6D9F2;
}
#sidebar nav h1 {
	background-color: #0070BF;
	padding: 5px 12px;
	color: #ffffff;
	font-size: 15px;
	margin: 0;
}
#sidebar nav ul {
	margin: 0 2px 15px;
}
#sidebar nav ul li {
	list-style: none;
	margin: 0;
}
#sidebar nav ul li:last-child {
	border: none;
}
#sidebar nav ul li ul {
	margin: 0;
}
#sidebar nav ul li a, #sidebar nav ul li span {
	display: block;
	color: #666666;
	padding: 6px 6px 6px 2%;
	font-size: 14px;
	text-decoration: none;
	background: #f8f8f8;
	margin-bottom: 1px;
}
#sidebar nav ul li a:hover {
	background-color: #CCEAFF;
	color: #0070BF;
}
#sidebar nav ul li ul li a, #sidebar nav ul li ul li span {
	padding-left: 8%;
}
#sidebar nav ul li ul li ul li a, #sidebar nav ul li ul li ul li span {
	padding-left: 14%;
}
#sidebar nav ul li ul li ul li ul li a, #sidebar nav ul li ul li ul li ul li span {
	padding-left: 20%;
}
#sidebar2 {
	width:200px;
	background-color:#B6D9F2;
}
#sidebar2 nav h1 {
	background-color: #0070BF;
	padding: 5px 12px;
	color: #ffffff;
	font-size: 15px;
	margin: 0;
}
#sidebar2 nav ul {
	margin: 0 2px 15px;
}
#sidebar2 nav ul li {
	list-style: none;
	margin: 0;
}
#sidebar2 nav ul li:last-child {
	border: none;
}
#sidebar2 nav ul li ul {
	margin: 0;
}
#sidebar2 nav ul li a, #sidebar2 nav ul li span {
	display: block;
	color: #666666;
	padding: 6px 6px 6px 2%;
	font-size: 14px;
	text-decoration: none;
	background: #f8f8f8;
	margin-bottom: 1px;
}
#sidebar2 nav ul li a:hover {
	background-color: #CCEAFF;
	color: #0070BF;
}
#sidebar2 nav ul li ul li a, #sidebar2 nav ul li ul li span {
	padding-left: 8%;
}
#sidebar2 nav ul li ul li ul li a, #sidebar2 nav ul li ul li ul li span {
	padding-left: 14%;
}
#sidebar2 nav ul li ul li ul li ul li a, #sidebar2 nav ul li ul li ul li ul li span {
	padding-left: 20%;
}




/* list
----------------------------------------------- */
ul {
	margin: 0 ;
}
ul li {
	margin: 0;
	line-height: 1.3em;
	color: #333333;
    list-style: none;
}
ol {
	margin: 0 0 1em 30px;
}
ol li {
	margin: 0 0 0.3em;
	line-height: 1.3em;
	color: #333333;
	font-size: 0.9375em;
}

/* commonTable
----------------------------------------------- */
table {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
	line-height: 1.3em;
	font-size: 1.6rem;
	color: #333333;
}
table tr {
	background: #ffffff;
}
table tr.odd {
	background: #eeeeee;
}
table th {
	padding: 6px;
	border: 1px solid #cccccc;
	font-weight: bold;
}
table thead td {
	padding: 6px;
	border: 1px solid #cccccc;
	text-align: center;
	font-weight: bold;
}
table td {
	vertical-align: top;
	padding: 6px;
	border: 1px solid #cccccc;
}

table.tbl_02 td,
table.tbl_02 th {
	vertical-align: middle;
}


/* googleMap
----------------------------------------------- */
#googlemap {
	width: 100%;
	height: 400px;
	margin: 0 0 10px;
}
#mapBalloon {
	padding: 5px 0;
}
#mapName {
	margin-bottom: 5px;
	font-weight: bold;
	color: #5B7900;
}

/* TopicPath トピックパススタイル
----------------------------------------------- */
#topicPath {
	position: absolute;
	overflow: hidden;
	top: 0;
	margin: 0;
	line-height: 1.2em;
	font-size: 12px !important;	
	display: none;
}
#topicPath ul {
	margin: 0;
}
#topicPath ul li {
	display: inline-block;
	float: left;
	list-style: none;
}
#topicPath ul li:first-child:before {
	content: none;
}
#topicPath ul li:before {
	content: '>';
	margin: 0 5px 0 0;
}
#topicPath ul li > a, #topicPath ul li > span {
	margin-right: 5px;
	color: #333333;
	text-decoration: none;	
}
#topicPath ul li a:hover {
	text-decoration: underline;	
}


/* pageTopButton
----------------------------------------------- */
#pageTopButton {
	position: fixed;
	bottom: 24px;
	right: 52px;
	font-size: 12px;
	z-index: 999;
}
#pageTopButton a {
	text-decoration: none;
	color: #fff;
	width: 50px;
	text-indent: -9999px;
	padding: 0;
	height: 50px;
	text-align: center;
	display: block;
	border-radius: 5px;
	background: url(../../images/page_top.png) no-repeat;
	background-size: contain;
}
#pageTopButton a:hover {
	text-decoration: none;
	opacity: 0.8;
}
@media screen and (max-width: 768px) {
    #pageTopButton {
	bottom: 10px;
	right: 10px;
    }
    #pageTopButton a {
	width: 50px;
	padding: 0;
	height: 50px;
    }
}


/* Form Fieldset【変更注意】フォームスタイル
----------------------------------------------- */
form.mailForm {
	margin: 0 0 30px;
	padding: 10px 10px 20px;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
fieldset.formBlock {
	border-bottom: 1px dotted #aaaaaa;
	margin: 0;
	padding: 10px 5px 5px;
	line-height: 1.3em;
	font-size: 0.875em;
	color: #333333;
}
fieldset legend.title {
	display: block;
	float: left;
	width: 30%;
	padding: 10px 0;
	color: #333333;
}
fieldset.titleDisplayNone legend.title {
	display: none;
}
fieldset.titleDisplayNone .content {
	width: 100%;
}
fieldset.titleDisplayNone .goodsOrderSelectBox li label .goodsTitle {
	width: 550px;
}
fieldset.titleDisplayNone .shoppingOrdererInformationBox .shoppingOrdererInformationBoxTitle {
	width: 200px;
}
fieldset.titleDisplayNone .shoppingOrdererInformationBox .shoppingOrdererInformationBoxInnerInputGroup {
	margin-left: 210px;
}
fieldset.titleDisplayNone .shoppingDeliverySelectBox .shoppingDeliveryBoxTitle {
	width: 200px;
}
fieldset.titleDisplayNone .shoppingDeliveryTimeSelectBox .shoppingDeliveryTimeSelectBoxTitle {
	width: 200px;
}
fieldset.titleDisplayNone .shoppingDeliveryBox .shoppingDeliveryBoxTitle {
	width: 200px;
}
fieldset.titleDisplayNone .shoppingDeliveryBox .shoppingDeliveryBoxInnerInputGroup {
	margin-left: 210px;
}
fieldset.titleDisplayNone .shoppingOrdererInformationBoxInner:first-child {
	border-top: none;
	padding-top: 0;
}
fieldset.titleDisplayNone .shoppingOrdererInformationBoxInner {
	border-top: 1px dotted #CCCCCC;
	padding-top: 5px;
}
@media screen and (max-width: 480px) {
    fieldset legend.title {
        float: none;
        width: 100%;
        padding: 20px 0 5px;
    }
}

form.check fieldset div.content{
	display: inline-block;
	width: 70%;
	padding: 10px 0;
}
form.check fieldset .content span {
	display: inline-block;
}
form.check fieldset .content .contentTitle {
	width: 130px;
}
form.check .comment {
	display: none;
}
form.check .formMarkColor {
	display: none;
}
form.check .orderNumber {
	padding: 3px 5px;
	background: #CCCCCC;
}
form.check .contentInner {
	overflow: hidden;
}
form.check .orderProcuctsList {
	margin-left: 0;
	list-style: none;
}
form.check .orderProcuctsList li {
	border-left: 5px solid #cccccc;
	padding-left: 5px;
}
form.check .orderProcuctsList li ul {
	overflow: hidden;
	margin: 0;
}
form.check .orderProcuctsList li ul li {
	border-left: none;
	padding-left: 0;
}
form.check .orderProcuctsList .goodsOptionTitle {
	display: none;
}
form.check .orderProcuctsList .orderProcuctsListBox {
	overflow: hidden;
}
form.check .orderProcuctsList .orderProcuctsListBox .goodsName {
	font-weight: bold;
}
form.check fieldset .content span {
	float: left;
}
form.check .feeDetailsBox {
	line-height: 1.5em;
}
form.check .feeDetailsBox .feeDetailsBoxInner .feeDetailsName {
	width: 200px;
	border-bottom: 1px solid #cccccc;
	margin-right: 0;
}
form.check .feeDetailsBox .feeDetailsBoxInner .feeDetailsPrice {
	width: 200px;
	border-bottom: 1px solid #cccccc;
	margin-right: 0;
	text-align: right;
}
form.check .feeDetailsBox .feeDetailsBoxInnerSumTotal span {
	width: 200px;
	margin-right: 0;
	border-top: 1px solid #cccccc;
	font-weight: bold;
}
form.check .feeDetailsBox .feeDetailsBoxInnerSumTotal .feeDetailsPrice {
	text-align: right;
}
fieldset.titleDisplayNone .shoppingDeliveryBoxInner:first-child {
	border-top: none;
	padding-top: 0;
}
fieldset.titleDisplayNone .shoppingDeliveryBoxInner:last-child {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
}
fieldset.titleDisplayNone .shoppingDeliveryBoxInner {
	border-top: 1px dotted #CCCCCC;
	padding-top: 5px;
}
fieldset.titleDisplayNone .shoppingDeliverySelectBox {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
}
fieldset div.content {
	display: inline-block;
	width: 70%;
	padding: 4px 0;
}
fieldset div.content select {
	margin: 6px 0;
}
fieldset div.check .content {
	padding: 10px 0;
}
fieldset div.content span {
	display: inline-block;
	margin: 0 5px 0 0;
	color: #333333;
}
fieldset div.content span.radioValue {
	display: inline;
}
fieldset div.content input[type=text], fieldset div.content textarea, fieldset div.content select {
	position: relative;
	margin: 0 0 5px;
	padding: 3px;
	border: 1px solid #aaaaaa;
	color: #333333;
	font-size: 0.9375em;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
}
fieldset input[type=text].formCaution, fieldset textarea.formCaution, fieldset select.formCaution {
	border: 1px solid #cc0000 !important;
	background: #ffd4d4 !important;
}
fieldset div.content input[type=radio], fieldset div.content input[type=checkbox] {
	margin-right: 5px;
}
fieldset div.content input[type=text] {
	width: 150px;
}
fieldset div.content input[type=text].textareaShort {
	width: 250px;
}
fieldset div.content input[type=text].tel01, fieldset div.content input[type=text].tel02, fieldset div.content input[type=text].tel03 {
	width: 4.5em;
}
fieldset div.content input[type=text].zipecode01 {
	width: 3.5em;
}
fieldset div.content input[type=text].zipecode02 {
	width: 4.5em;
}
fieldset div.content select.selectAddress {
	width: auto;
}
fieldset div.content input[type=text].address01, fieldset div.content input[type=text].address02 {
	width: 80%;
}
fieldset div.content select.selectMonth, fieldset div.content select.selectDay {
	width: 4.5em;
}
fieldset div.content label {
  display: inline-block;
}
fieldset .formMarkColor {
	color: #cc0000;
}
fieldset .radio {
    margin: 4px;
}
fieldset .checkbox {
    margin: 4px;
}
fieldset.comment {
	background: #eeeeee;
	line-height: 1.3em;
	text-align: center;
	padding: 10px 0 5px;
	font-weight: bold;
}
fieldset.comment legend {
	display: block;
	width: 100%;
    padding: 15px 0 0;
	background: #eeeeee;
}
fieldset.comment .content {
	display: none;
}
fieldset .comment span {
	display: block;
	font-size: 90%;
	font-weight: normal;
}
fieldset .shoppingOrdererInformationBox .shoppingOrdererInformationBoxTitle {
	width: 120px;
}
fieldset .shoppingOrdererInformationBox .shoppingOrdererInformationBoxInnerInputGroup {
	margin-left: 130px;
    margin-top: -18px;
}
fieldset .shoppingDeliverySelectBox .shoppingDeliveryBoxTitle {
	width: 120px;
}
fieldset .shoppingDeliveryBox .shoppingDeliveryBoxTitle {
	width: 120px;
}
fieldset .shoppingDeliveryTimeSelectBox .shoppingDeliveryTimeSelectBoxTitle {
	width: 120px;
}
fieldset .shoppingDeliveryBox .shoppingDeliveryBoxInnerInputGroup {
	margin-left: 130px;
    margin-top: -18px;
}
fieldset .shoppingPaymentMethodCreditBox .shoppingPaymentMethodCreditBoxTitle {
	width: 120px;
}
fieldset .shoppingPaymentMethodCreditBox .shoppingPaymentMethodCreditBoxInner .cardNumber {
	width: 50%;
}
fieldset .textarea {
	width: 80%;
	height: 200px;
	padding: 2px;
	border: 1px solid #aaaaaa;
}
fieldset.formBlock .goodsOrderSelectBox {
	margin-left: 0;
}
fieldset.formBlock .goodsOrderSelectBox li:first-child {
	border-top: none;
	padding-top: 0;
}
fieldset.formBlock .goodsOrderSelectBox li {
	overflow: hidden;
	padding-top: 15px;
	border-top: 1px dotted #cccccc;
	list-style: none;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsItem {
	float: left;
	width: 49%;
}
fieldset.formBlock .goodsOrderSelectBox li div label {
	overflow: hidden;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsOptionName {
	display: block;
    margin-bottom: 5px;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsOptionItem {
	float: right;
    width: 49%;
	margin: 0;
}
fieldset.formBlock .goodsOrderSelectBox li div .goodsOrderSelectBoxOptionList {
	margin-left: 0;	
}
fieldset.formBlock .goodsOrderSelectBox li div .goodsOrderSelectBoxOptionList li select {
	width: 97%;
}
fieldset.formBlock .goodsOrderSelectBox li li {
	list-style: none;
	border-top: none;
	padding-top: 0;
}
fieldset.formBlock .goodsOrderSelectBox li label input.checkbox {
	float: left;
	margin: 70px 0 0 0;
}
fieldset.formBlock .goodsOrderSelectBox li label .goodsThumbnail {
	display: block;
	float: left;
	height: 155px;
}
fieldset.formBlock .goodsOrderSelectBox li label .goodsThumbnail img {
	width: auto;
	height: 100%;	
}
fieldset.formBlock .goodsOrderSelectBox li .goodsName {
	cursor: pointer;
	margin-bottom: 10px;
}
fieldset.formBlock .goodsOrderSelectBox li label .goodsPrice {
	font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsOptionTitle {
	display: block;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #B6D9F2;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem {
	clear: both;
	overflow: hidden;
	margin-top: 15px;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem .goodsGiftTitle {
	display: block;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #B6D9F2;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem .goodsGiftItemList {
	float: left;
	width: 33%;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem .goodsGiftItemList .goodsGiftThumbnail img {
	width: 100%;
	height: auto;
}
fieldset.formBlock .goodsOrderSelectBox li label .goodsTitle {
	float: left;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsText {
}
fieldset.formBlock .goodsOrderSelectBox li .goodsText input[type="text"] {
	width: 2.5em;
}
.button {
	margin: 20px 0 0 0;
	text-align: center;
}
.btnSend {
	position: relative;
	border: 1px solid #de8405; 
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
span.btnSend {
	display: inline-block;
}
.btnSend input {
	position: relative;
    display: block;
	width: 150px;
    border: none;
	background: #FFAB09;
    color: #ffffff !important;
	padding: 5px;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 0.8125em;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: linear-gradient(#fbb450, #f89406);
    background-image: -moz-linear-gradient(center top , #fbb450, #f89406);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.btnSend input:hover {
	background: #f89406;
	text-decoration: none;
	color: #ffffff !important;
}
.btnBack {
	position: relative;
	border: 1px solid #777777; 
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
span.btnBack {
	display: inline-block;
}
.btnBack input {
	position: relative;
    display: block;
	width: 100px;
    border: none;
    color: #ffffff !important;
	padding: 5px;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 0.8125em;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);	
	background-color: #bbbbbb;
	background: linear-gradient(#cccccc, #999999);
    background-image: -moz-linear-gradient(center top , #cccccc, #999999);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#999999));
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.btnBack input:hover {
	background: #999999;
	text-decoration: none;
}
/* Button【変更注意】ボタンスタイル
----------------------------------------------- */
.fileDownload {
	display: inline-block;
	border: 1px solid #7CA800;
	margin: 20px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:linear-gradient(#ffffff, #AFC900);
	background-image: -moz-linear-gradient(top , #ffffff, #AFC900);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#AFC900));
	background: -ms-linear-gradient(top, #ffffff, #AFC900);
}
.fileDownload:hover {
	background:linear-gradient(#619212, #375E13);
	background-image: -moz-linear-gradient(top , #619212, #375E13);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#619212), to(#375E13));
	background: -ms-linear-gradient(top, #619212, #375E13);
}
.fileDownload a {
	display: block;
	padding: 5px 1em;
	text-align: center;
	color: #385F13;
	text-decoration: none;
	border: 1px solid #ffffff;
	font-size: 13px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.fileDownload a:hover {
	color: #ffffff;
}

/* FAQCommonStyle【変更注意】FAQスタイル
----------------------------------------------- */
.faqList {
	overflow: hidden;
	margin: 0 0 30px;
}
.qMarkText {
	display: block;    
    margin: 0px;
    padding: 15px 20px 15px;
    font-size: 110%;
	font-weight: normal;
    line-height: 1.5em;
    background-color: #F18B00;
}
.aMarkText {
    padding: 15px 20px 15px;
    line-height: 1.5em;
	font-size: 90%;
	background-color: #FFFFFF;
	margin: 0px 0 20px;
	border-left: 120px solid #FCDAAE;
}
@media screen and (max-width: 768px) {
  .aMarkText {
    border-left: 20px solid #FCDAAE;
  }
}

/* sitemapStyle【変更注意】サイトマップスタイル
----------------------------------------------- */
.sitemapTitle {
	margin-bottom: 5px !important;
	font-weight: bold;
	font-size: 1em !important;
}
.sitemapList {
	list-style: none;
	margin-left: 0;	
}
.sitemapList ul {
	list-style: none;
	margin: 0 0 0 20px;
}
.sitemapList ul ul {
	list-style: none;
	margin: 0 0 0 20px;	
}
.sitemapList ul ul ul {
	list-style: none;
	margin: 0 0 0 20px;
}

/* blockQuote【変更注意】ブロッククォートスタイル
----------------------------------------------- */
blockquote {
	padding: 20px 20px 20px 50px;
	background: url(../../../contents/templates/images/bg_blockQuote.png) no-repeat 10px 20px;
	background-size: 30px 30px;
	background-color: #CCEAFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* decoration【変更注意】データタイプ適用スタイル
----------------------------------------------- */
.square {
	margin: 0 0 30px;
	padding: 20px 30px;
	background-color: #B6D9F2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.square h1:first-child, .square h2:first-child, .square h3:first-child, .square h4:first-child, .square h5:first-child, .square h6:first-child {
	margin-top: 0;
}
.square p:last-child, .square ul:last-child {
	margin-bottom: 0 !important;	
}
.squareLine {
	margin: 0 0 30px;
	padding: 20px 30px;
	border: 5px solid #B6D9F2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.squareLine h1:first-child, .squareLine h2:first-child, .squareLine h3:first-child, .squareLine h4:first-child, .squareLine h5:first-child, .squareLine h6:first-child {
	margin-top: 0;
}
.squareLine p:last-child, .squareLine ul:last-child {
	margin-bottom: 0 !important;	
}
.squareDotLine {
	margin: 0 0 30px;
	padding: 20px 30px;
	border: 5px dotted #B6D9F2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.squareDotLine h1:first-child, .squareDotLine h2:first-child, .squareDotLine h3:first-child, .squareDotLine h4:first-child, .squareDotLine h5:first-child, .squareDotLine h6:first-child {
	margin-top: 0;
}
.squareDotLine p:last-child, .squareDotLine ul:last-child {
	margin-bottom: 0 !important;	
}
.no-01 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/01.png) no-repeat top left;
}
.no-02 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/02.png) no-repeat top left;
}
.no-03 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/03.png) no-repeat top left;
}
.no-04 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/04.png) no-repeat top left;
}
.no-05 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/05.png) no-repeat top left;
}
.no-06 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/06.png) no-repeat top left;
}
.no-07 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/07.png) no-repeat top left;
}
.no-08 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/08.png) no-repeat top left;
}
.no-09 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/09.png) no-repeat top left;
}
.no-10 {
	padding-left: 60px;
	background: url(../../../contents/templates/images/10.png) no-repeat top left;
}
.rolloverOpacity:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
/* マイページログイン スタイル
----------------------------------------------- */
#menbersLoginBlock {
    width: 350px;
	margin: 50px auto;
    border: 1px solid #aaaaaa;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
}
#menbersLoginBlock h1 {
    margin: 0 0 10px;
    padding: 10px;
    background: #F8F8F8;
    border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
    text-align: center;
    color: #666666;
    border-bottom: 1px solid #AAAAAA;
    font-size: inherit;
}
#menbersLoginBlock p {
    font-size: 0.75em;
    padding: 0 20px;
}
#menbersLoginBlock span {
    display: block;
    margin-bottom: 5px;
    font-size: 0.8125em;
}
#menbersLoginBlock #menbersLoginBlockInner {
    width: 80%;
    margin: 0 auto;
    padding: 0 20px;
}
#menbersLoginBlock input[type=text], #menbersLoginBlock input[type=password] {
    position: relative;
    width: 97%;
	margin: 0 0 10px;
	padding: 3px;
	border: 1px solid #aaaaaa;
	color: #333333;
	font-size: 0.9375em;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
}
#menbersLoginBlock .menbersLoginButton {
    margin-top: 10px;
    text-align: center;
}
#menbersLoginBlock .shoppingMembersLostSendButton, #menbersLoginBlock .shoppingMembersSettingButton {
    margin: 10px 0;
    text-align: center;
}
#menbersLoginBlock .menbersLoginButton span, #menbersLoginBlock .shoppingMembersLostSendButton span, #menbersLoginBlock .shoppingMembersSettingButton span {
    display: inline-block;
    width: 150px;
    border: 1px solid #de8405; 
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#menbersLoginBlock .menbersLoginButton span a, #menbersLoginBlock .shoppingMembersLostSendButton span a, #menbersLoginBlock .shoppingMembersSettingButton span a {
    display: block;
    border: none;
	background: #FFAB09;
    color: #ffffff !important;
	padding: 5px;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    baclground-color: #fbb450;
	background: linear-gradient(#fbb450, #f89406);
    background-image: -moz-linear-gradient(center top , #fbb450, #f89406);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    cursor: pointer;
}
#menbersLoginBlock .menbersLoginButton span a:hover, #menbersLoginBlock .shoppingMembersLostSendButton span a:hover, #menbersLoginBlock .shoppingMembersSettingButton span a:hover {
    baclground-color: #f89406;
    background: linear-gradient(#f89406, #f89406);
    background-image: -moz-linear-gradient(center top , #f89406, #f89406);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f89406), to(#f89406));
}
#menbersLoginBlock .menbersLoginPasswordForgot p {
    margin: 10px 0;
    padding: 0;
}
#menbersLoginBlock .menbersAccountAdd p {
    margin: 10px 0;
    padding: 0;
}
#shoppingMemberAddBlock, #shoppingMemberEditBlock, #shoppingMemberDeliveryBlock {
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    margin: 20px auto 30px;
}
#shoppingMemberDeliveryEditBox {
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    margin-bottom: 30px;
}
#shoppingMemberDeliveryBlock .shoppingMemberDeliveryListBox .buttonGreen {
    margin-bottom: 20px;
}
#shoppingMemberAddBlock #shoppingMemberAddBlockInner, #shoppingMemberEditBlock .shoppingMemberUserInfoBox, #shoppingMemberDeliveryBlock .shoppingMemberDeliveryListBox, #shoppingMemberDeliveryEditBox #shoppingMemberDeliveryEditBoxInner, .shoppingDeliveryInfoBox .shoppingDeliveryInfoBoxInner, .shoppingGiftBox .shoppingGiftBoxInner, .shoppingConfirmationBox .shoppingConfirmationBoxInner {
    padding: 20px;
}
.shoppingMemberUserInfoBox {
	position: relative;
}
.shoppingMemberUserInfoBox .editButton {
	position: absolute;
	top: -35px;
	right: 0;
}
input.userEmail {
	width: 90%;
}
input.userZipCode1 {
	width: 3.5em;
}
input.userZipCode2 {
	width: 4.5em;
}
.userArea {
	display: block;
	margin-bottom: 5px;
}
input.userAddress {
	width: 90%;
}
input.userBuilding {
	width: 90%;
}
input.userTel1, input.userTel2, input.userTel3 {
	width: 4.5em;
}
.shoppingMemberDeliveryListBox {
	position: relative;
}
.shoppingMemberDeliveryListBox .addAddressButton {
	position: absolute;
	top: -35px;
	right: 0;
}
.shoppingMemberDeliveryListBox .shoppingItemAddForm {
	padding: 10px;
	background: #B6D9F2;
	margin-bottom: 30px;
}
.shoppingMemberDeliveryListBox .shoppingItemAddForm h2 {
	margin-top: 0;
}
.shoppingMemberDeliveryListBox .shoppingItemAddFormInner th {
	width: 30%;
}
.shoppingMemberDeliveryListBox .shoppingItemAddFormInner tr.odd {
	background: #ffffff;
}
.shoppingMemberDeliveryListBox #shippingAddressInformationListTable .shippingAddressInformationListName {
	width: 20%;
}
.shoppingMemberDeliveryListBox #shippingAddressInformationListTable .shippingAddressInformationListZipCode {
	width: 100px;
}
.shoppingMemberDeliveryListBox #shippingAddressInformationListTable .shippingAddressInformationListTel {
	width: 100px;
}
.shoppingMemberDeliveryListBox #shippingAddressInformationListTable .shippingAddressInformationListButton {
	width: 10%;
}
.shoppingMemberDeliveryListBox #shippingAddressInformationListTable .shoppingItemSetting {
	background: #B6D9F2;
}
.shoppingMemberDeliveryListBox #shippingAddressInformationListTable .editButton {
	margin-bottom: 5px;
}
#shoppingMemberOrderListTable .shoppingMemberOrderListDate {
	width: 150px;
}
#shoppingMemberOrderListTable .shoppingMemberOrderListButton {
	width: 60px;
}
#shoppingMemberEditBlock .shoppingMemberUserInfoBox table th {
    width: 150px;
}
#shoppingMemberAddBlock h2, #shoppingMemberEditBlock h2, #shoppingMemberDeliveryBlock h2, .shoppingDeliveryInfoBox h2, .shoppingGiftBox h2, .shoppingConfirmationBox h2 {
    background: none repeat scroll 0 0 #F8F8F8;
    border-bottom: 1px solid #AAAAAA;
    border-radius: 4px 4px 0 0;
    color: #666666;
    font-size: inherit;
    margin: 0;
    padding: 10px;
    text-align: center;
}
#shoppingMemberAddBlock .shoppingSubmitBtn {
    width: 100px;
}
#shoppingMemberDeliveryBlock #shoppingMemberDeliveryListTable th {
    background: #F8F8F8;
    text-align: center;
}
#shoppingMemberDeliveryBlock #shoppingMemberDeliveryListTable .shoppingMemberDeliveryName {
    width: 20%;
}
#shoppingMemberDeliveryBlock #shoppingMemberDeliveryListTable .shoppingMemberDeliveryZipCode {
    width: 90px;
}
#shoppingMemberDeliveryBlock #shoppingMemberDeliveryListTable .shoppingMemberDeliveryTel {
    width: 110px;
}
#shoppingMemberDeliveryBlock #shoppingMemberDeliveryListTable .shoppingMemberDeliveryButton {
    width: 110px;
}
/* ショッピングカート スタイル
----------------------------------------------- */
.shoppingDeliveryInfoBox, .shoppingGiftBox, .shoppingConfirmationBox {
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    margin: 20px auto 30px;
}
#shoppingFormResponseBlock {
	background: #B6D9F2;
	padding: 5px;
	text-align: center;
}
.shoppingFormButton {
    margin-bottom: 20px;
    text-align: right;
}
.shoppingFormTotalPriceBox {
	font-weight: bold;
	margin: 10px 0;
}
.shoppingDeliveryInfoBox h2, .shoppingGiftBox h2 {
    border-top: 1px solid #AAAAAA;
    border-radius: 0;
}
.shoppingDeliveryInfoBox h2:first-child, .shoppingGiftBox h2:first-child {
    border-top: none;
    border-radius: 4px 4px 0 0;
}
.shoppingGiftBox .shoppingGiftBoxInner table th {
    width: 120px;
}
.shoppingUserEmail {
    width: 250px;
}
.shoppingUserZipCode1 {
    width: 3.5em;
}
.shoppingUserZipCode2 {
    width: 4.5em;
}
.shoppingUserArea {
    margin-bottom: 5px;
}
.shoppingUserAddress, .shoppingUserBuilding {
    width: 80%;
}
.shoppingUserTel1, .shoppingUserTel2, .shoppingUserTel3 {
    width: 4.5em;
}
.shoppingPageSection {
    margin: 0 auto 30px;
    max-width: 1200px;
    padding: 0 1%;
}
.shoppingPageSection .logoutButtonBox {
	float: right;
	margin-top: -40px;
} 
.shoppingPageSection h1 {
    font-size:1.7em;
}
.shoppingPageSection h2 {
    font-size:1.5em;
}
.shoppingMemberUserInfoBox table th {
	width: 30%;
}
.shoppingPageSection .shoppingTable th, .shoppingPageSection .shoppingEditCartTable th, .shoppingPageSection .shoppingMultiAddressTable th {  
    background-color: #0070BF;
    color: #ffffff;
    text-align: center;
}
.shoppingPageSection .shoppingTable th.shoppingGoodsDetail, .shoppingPageSection .shoppingEditCartTable th.shoppingGoodsDetail {
    width: 60%;
}
.shoppingPageSection .shoppingTable th.shoppingGoodsPrice, .shoppingPageSection .shoppingEditCartTable th.shoppingGoodsPrice {
    width: 20%;
}
.shoppingPageSection .shoppingTable th.shoppingGoodsQuantity, .shoppingPageSection .shoppingEditCartTable th.shoppingGoodsQuantity {
    width: 10%;
}
.shoppingPageSection .shoppingTable th.shoppingGoodsBtn, .shoppingPageSection .shoppingEditCartTable th.shoppingGoodsBtn {
    width: 10%;
}
.shoppingPageSection .shoppingMultiAddressTable th.shoppingGoodsPrice {
    width: 10%;
}
.shoppingPageSection .shoppingMultiAddressTable th.shoppingGoodsDestination {
    width: 150px;
}
.shoppingPageSection .shoppingMultiAddressTable th.shoppingGoodsQuantity {
    width: 10%;
}
.shoppingPageSection .shoppingMultiAddressTable th.shoppingGoodsBtn {
    width: 110px;
}
.shoppingPageSection .shoppingMultiAddressTable .address_list select {
    width: 150px;
}
.shoppingPageSection .shoppingMemberOrderDetailBox #shoppingNotificationEmailHistory table .shoppingMemberHistoryDate {
	width: 120px;
}
.shoppingPageSection .shoppingMemberOrderDetailBox #shoppingNotificationEmailHistory table .shoppingMemberHistoryDate {
	width: 120px;
}
.shoppingPageSection .shoppingMemberOrderDetailBox #shoppingNotificationEmailHistory table .shoppingMemberHistoryTitle {
	width: 180px;
}
.shoppingPageSection .shoppingTable .goods_price, .shoppingPageSection .shoppingEditCartTable .goods_price, .shoppingPageSection .shoppingMultiAddressTable .goods_price {
    text-align: right;
}
.shoppingPageSection .shoppingTable .goods_num, .shoppingPageSection .shoppingEditCartTable .goods_num, .shoppingPageSection .shoppingMultiAddressTable .goods_num {
    text-align: center;
}
.shoppingPageSection .shoppingTable .goods_num input, .shoppingPageSection .shoppingEditCartTable .goods_num input, .shoppingPageSection .shoppingMultiAddressTable .goods_num input {
    width: 2.5em;
}
.shoppingPageSection .shoppingTable .button, .shoppingPageSection .shoppingEditCartTable .button, .shoppingPageSection .shoppingMultiAddressTable .button {
    text-align: center;
}
.shoppingPageSection .goodsListData {
    margin-bottom: 0;
} 
.shoppingPageSection .goodsListDetailData {
    display: block;
    margin-bottom: 5px;
}
.shoppingPageSection .goodsListName {
    display: table-cell;
    width: 9em;
    margin: 0 5px 5px 0;
}
.shoppingPageSection .goodsListValue {
    display: table-cell;
    margin: 0 5px 5px 0;
}
.shoppingPageSection .goodsListOptionName {
    display: block;
    background: #cccccc;
    margin: 10px 0 5px;
    padding: 2px 5px;
}
.shoppingPageSection .shoppingTable ul li, .shoppingPageSection .shoppingEditCartTable ul li {
    background: none;
    padding: 0;
}
.shoppingPageSection table {
    color: #666666;
}
.shoppingPageSection table ul {
    margin: 0;
}
.shoppingPageSection table ul li {
    margin-bottom: 10px;
    padding: 8px;
    background: #eeeeee;
    list-style: none;
    color: #666666;
}
.shoppingPageSection table ul li ul li {
    padding: 0;
    list-style: none;
}
.shoppingPageSection table ul li ul li strong {
	display: block;
}
.shoppingPageSection .shoppingDeliveryInfoTable select {
    width: 150px;
}
.shoppingPageSection .goodsListMessageSelect, .shoppingPageSection .goodsListWrappingSelect {
    overflow: hidden;
}
.shoppingPageSection .goodsListMessageSelect li, .shoppingPageSection .goodsListWrappingSelect li {
    float: left;
    width: 30%;
    margin-right: 5%;
}
.shoppingPageSection .goodsListMessageSelect li:nth-child(3n), .shoppingPageSection .goodsListWrappingSelect li:nth-child(3n) {
    margin-right: 0;
}
.shoppingPageSection .goodsListMessageSelect li img, .shoppingPageSection .goodsListWrappingSelect li img {
    width: 100%;
    height: auto;
}
.shoppingPageSection .goodsDecorationSelect {
    width: 150px;
}
.shoppingPageSection .shoppingPayBox {
    margin-bottom: 20px;
}
.shoppingPageSection .shoppingPayBox .shoppingRemarkBox span {
	display: block;
	font-size: 0.9375em;
    line-height: 1.5em;
}
.shoppingPageSection .shoppingPayBox .shoppingRemarkBox textarea {
	min-width: 97%;
	min-height: 150px;
}
.shoppingPageSection .shoppingOrderInfoBox .buttonSilver {
    margin-bottom: 20px;
}
.shoppingPageSection .shoppingOrderInfoBox table .buttonSilver {
    margin-bottom: 0;
}
.shoppingPageSection .shoppingOrderInfoBox table th {
    width: 150px;
}
.shoppingPageSection .shoppingFinalOrder {
    width: 100px;
}
.shoppingPageSection .shoppingPaymentMethodCreditBox {
    padding: 10px;
    background: #EEEEEE;
    font-size: 0.9375em;
    color: #666666;
}
.shoppingPageSection .shoppingPaymentMethodCreditBox .shoppingPaymentMethodCreditTypeSelect {
    width: 150px;
}
.shoppingPageSection .shoppingPaymentMethodCreditBox .shoppingPaymentMethodCreditText {
    width: 250px;
}
.shoppingPageSection .shoppingPaymentMethodCreditBox .shoppingPaymentMethodCreditMonth {
    width: 4em;
}
.shoppingPageSection .shoppingPaymentMethodCreditBox .shoppingPaymentMethodCreditYear {
    width: 5.5em;
}
.shoppingPageSection .shoppingPaymentMethodCreditBox .shoppingPaymentMethodCreditPayments {
    width: 4em;
}
.shoppingPageSection .shoppingPaymentMethodCreditBox .formComment {
    display: block;
    margin: 5px 0;
}
.shoppingPageSection .shoppingPaymentMethodCreditBox .goodsListName {
    width: 6em;
}
.shoppingPageSection .shoppingPaymentMethodCtrl {
    width: 250px;
    margin-bottom: 20px;
}
/* ショッピングカート+マイページ用 ボタンスタイル
----------------------------------------------- */
.buttonGreen, .buttonBlue, .buttonRed, .buttonOrange, .buttonBlack, .buttonSilver, .logoutButton, .editButton, .saveButton, .closeButton, .addAddressButton, .deleteButton, .backButton {
    display: inline-block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.buttonGreen a, .buttonBlue a, .buttonRed a, .buttonOrange a, .buttonBlack a, .logoutButton a, .editButton a, .saveButton a, .closeButton a, .addAddressButton a, .deleteButton a, .backButton a {
    display: block;
	padding: 5px 12px;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
    color: #ffffff !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    cursor: pointer;
}
.buttonSilver a, .editButton a {
    display: block;
	padding: 5px 12px;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
    color: #666666 !important;
	text-shadow: 0 1px 0 rgba(255, 2550, 255, 0.25);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.buttonGreen a:hover, .buttonBlue a:hover, .buttonRed a:hover, .buttonOrange a:hover, .buttonBlack a:hover, .buttonSilver a:hover, .logoutButton a:hover, .editButton a:hover, .saveButton a:hover, .closeButton a:hover, .addAddressButton a:hover, .deleteButton a:hover {
	text-decoration: none;
}
.buttonGreen, .addAddressButton {
	border: 1px solid #489248;
	background: #62c462;
}
.buttonGreen a, .addAddressButton a {
	background: linear-gradient(#62c462, #51a351);
    background-image: -moz-linear-gradient(center top , #62c462, #51a351);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
}
.buttonGreen a:hover, .addAddressButton a:hover {
	background: #51a351;
}
.buttonBlue, .saveButton {
	border: 1px solid #003DB7;
	background: #0088cc;
}
.buttonBlue a, .buttonBlue input, .saveButton a {
	background: #0088cc;
	background: linear-gradient(#0088cc, #0044cc);
    background-image: -moz-linear-gradient(center top , #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
}
.buttonBlue a:hover, .saveButton a:hover {
	background: #0044cc;
}
.buttonOrange {
	border: 1px solid #de8405;
	background: #fbb450;
}
.buttonOrange a {
	background: linear-gradient(#fbb450, #f89406);
    background-image: -moz-linear-gradient(center top , #fbb450, #f89406);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
}
.buttonOrange a:hover {
	background: #f89406;
}
.buttonRed, .deleteButton {
	border: 1px solid #ba3e39;
	background: #ee5f5b;
}
.buttonRed a, .deleteButton a {
	background: linear-gradient(#ee5f5b, #bd362f);
    background-image: -moz-linear-gradient(center top , #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
}
.buttonRed a:hover, .deleteButton a:hover {
	background: #bd362f;
}
.buttonBlack, .logoutButton, .closeButton, .backButton {
	border: 1px solid #222222;
	background: #5E5E5E;
}
.buttonBlack a, .logoutButton a, .closeButton a, .backButton a {
	background: linear-gradient(#5E5E5E, #3F3F3F);
    background-image: -moz-linear-gradient(center top , #5E5E5E, #3F3F3F);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5E5E5E), to(#3F3F3F));
}
.buttonBlack a:hover, .logoutButton a:hover, .closeButton a:hover, .backButton a:hover {
	background: #222222;
}
.buttonSilver, .editButton {
	border: 1px solid #cccccc;
	background: #dbdbdb;
}
.buttonSilver a, .editButton a {
	background: linear-gradient(#eeeeee, #cccccc);
    background-image: -moz-linear-gradient(center top , #eeeeee, #cccccc);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
}
.buttonSilver a:hover, .editButton a:hover {
	background: #dddddd;
}
.shoppingDoubleButton a {
	display: inline-block;
}
.buttonGreen.shoppingDoubleButton a:first-child {
	border-right: 1px solid #489248;
}
.buttonGreen.shoppingDoubleButton a:last-child {
	border-left: 1px solid #62C462;
}
.buttonGreen.shoppingDoubleButton a:last-child:hover {
	border-left: 1px solid #51A351;
}
.shoppingDoubleButton a:first-child {
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}
.shoppingDoubleButton a:last-child {
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	height: 20px;
	padding: 3px;
	background-color: #ffffff;
	border:1px solid #cccccc;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition:border linear 0.2s,box-shadow linear 0.2s;
	-o-transition:border linear 0.2s,box-shadow linear 0.2s;
	transition:border linear 0.2s,box-shadow linear 0.2s;
	vertical-align:middle;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size: 12px !important;
}
select {
	height: 27px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus, input[type="number"]:focus,input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus,  input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color:rgba(82, 168, 236, 0.8) !important;
	outline:0;outline:thin dotted \9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
}
.width100 {
    width: 100%;
    height: auto;
}
.wrap {
    width:100% !important;
}
.wrap .wrapLeft {
    width: 510px !important;
    height: 380px;
    padding: 10px;
    border: 1px solid #cccccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.wrap .wrapLeft img {
}
.wrap .wrapRight {
	width: 150px !important;
}
.wrap .wrapRight img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	cursor:pointer;
}
/* DB GOODS INFORMATION【変更注意】DB商品情報
----------------------------------------------- */
.goodsDetailInfo {
    overflow: hidden;
    margin-bottom: 30px;
}
.goodsDetailInfo .goodsThumbNail {
    float: left;
    margin: 0 20px 0 0;
}
.goodsDetailInfo .goodsThumbNail img {
    width: 100%;
    height: auto;
}
.goodsDetailInfo .goodsDetailBasicInfo {
    float: right;
    width: 415px;
}
.goodsDetailInfo .goodsDetailBasicInfo h1 {
    margin-top: 0;
    font-size: 1.4em;
}
.goodsDetailInfo .goodsPrice {
    color: #cc0000 !important;
    font-size: 1em;
    font-weight: bold;
}
.goodsDetailInfo .goodsPrice:before {
    content: "価格：";
}
.goodsDetailInfo .goodsOptionBox {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #cccccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.goodsDetailInfo .goodsOptionBox ul {
    margin: 0 0 1em;
}
.goodsDetailInfo .goodsOptionBox ul li {
    list-style: none;
}
.goodsDetailInfo .goodsOptionBox ul li h2 {
    margin: 0 0 5px;
    font-size: 1em;
}
.goodsDetailInfo .goodsOptionBox ul li select {
    min-width: 4em;
    max-width: 97%;
}
.goodsDetailInfo .goodsQuantityBox h2 {
    display: inline-block;
    margin: 0;
    font-size: 1em;
}
.goodsDetailInfo .goodsQuantityBox input {
    width: 2.5em;
}
.goodsDetailInfo .goodsDeliveryBox {
	margin-top: 15px;
}
.goodsDetailInfo .goodsDeliveryBox h2 {
    display: inline-block;
    margin: 0;
    font-size: 1em;
}
.goodsDetailInfo .goodsDeliveryBox select {
	max-width: 97%;
    min-width: 7em;
}
.goodsDetailInfo .button {
    text-align: left;
}
.searchForm {
    margin: 0 2px 15px;
}
.searchForm h1 {
    color: #666666;
    display: block;
    font-size: 14px;
    margin-bottom: 1px;
    padding: 8px 6px 8px 1em;
    text-decoration: none;
    background: #dbdbdb; /* Old browsers */
    background: -moz-linear-gradient(top, #dbdbdb 0%, #d6d6d6 50%, #c1c1c1 51%, #dddddd 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(50%,#d6d6d6), color-stop(51%,#c1c1c1), color-stop(100%,#dddddd)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dbdbdb 0%,#d6d6d6 50%,#c1c1c1 51%,#dddddd 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dbdbdb 0%,#d6d6d6 50%,#c1c1c1 51%,#dddddd 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dbdbdb 0%,#d6d6d6 50%,#c1c1c1 51%,#dddddd 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #dbdbdb 0%,#d6d6d6 50%,#c1c1c1 51%,#dddddd 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dddddd',GradientType=0 ) !important; /* IE6-9 */
    border: 1px solid #C5C5C5;
}
.searchForm form {
    padding: 10px;
    background: #f8f8f8;
}

@media screen and (max-width: 768px) {
    .goodsDetailInfo .goodsOptionBox {
        padding: 15px 0;
    }
}



/**============藤原追記(2023.5.23)===============**/

.side-nav ul .list02.list02--oem a {
   height: 15vh;
 }

.side-nav ul .list03.list03--shop a {
color: #ffffff;
    writing-mode: vertical-rl;
    font-size: 14px;
    height: 25vh;
}

