@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.7;
	color: #231815;
	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: underline;
}
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 ------- */
img{
  max-width: 100%;
  height: auto;
  width :auto;
}

img.img-fit-cn {
  width: 100%;
  height: auto;
  object-fit: contain;
}

ul,
li {
  list-style: none;
}

/*----------------------------------
	1. ヘッダー
------------------------------------*/

header.g-header {
  width: 100%;
  top: 0;
  position: relative;
  z-index: 10000;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
header.g-header .header {
  max-width: 1300px;
  margin: 0 auto;
  padding: 15px 10px 0;
  position: relative;
}
@media screen and (min-width: 765px){
   #wrapper {
       padding-top: 135px;
   }
   header.g-header {
       position: fixed;
       z-index: 1000;
       background-color: #FFF;
   }
   .cmsAdminEdit header {
       position: relative;
       z-index: 1;
   }
}
@media screen and (max-width: 880px) {
  header.g-header .header {
	  height: auto;
    padding: 0;
	  z-index: 3;
  }
}
.header__heading {
  width: 290px;
  float: left;
}
@media screen and (max-width: 880px) {
  .header__heading {
    background-color: #FFF;
	  position: relative;
    width: 94%;
	  z-index: 3;
    padding: 0 3% 10px;
    margin: 0 auto;
  }
}
/* ------ ロゴ ------- */
.header__heading .logo {
}
.header__heading .logo img {
  vertical-align: top;
}

@media screen and (max-width: 880px) {
  .header__heading .logo img {
    width: 30%;
    min-width: 180px;
    max-width: 290px;
    height: auto;
  }
}
.header__bnr {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 305px;
  height: 48px;
}
.header__bnr img {
  width: 100%;
  height: auto;
}
.header__bnr_sp {
  display: none;
  width: 305px;
  height: 48px;
  margin: 0 auto 0;
  padding: 5px 0;
}
@media screen and (max-width: 500px) {
 .header__bnr_sp {
  display: block;
 }
 header.g-header{
     height:100px;
 }
}

/*----------------------------------
	1.1. ナビゲーション
------------------------------------*/
.nav-content {
  font-size: 1.5rem;
  float: right;
  max-width: 580px;
  width: 100%;
  z-index: 9;
  margin: 54px 0 0;
}
.emres .nav-content {
  max-width: 680px;;
}
@media screen and (max-width: 880px) {
  .nav-content {
    float: none;
  }
}
.nav-content ul {
  max-width: 850px;
  margin: 0 auto;
  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;
}
.nav-content .sub-nav {
  border-bottom: solid 1px #231815;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
@media screen and (max-width: 880px) {
  .nav-content .sub-nav {
    padding: 0;
    margin: 0;
    border: none;
  }
}
.nav-content .sub-nav li:nth-child(1) a {
  display: block;
  background: url(../../images/icon01.png) no-repeat left bottom;
  padding: 5px 0 0 35px;
}
.nav-content .sub-nav li:nth-child(2) a {
  display: block;
  background: url(../../images/icon02.png) no-repeat left bottom;
  padding: 5px 0 0 24px;
}
.nav-content .sub-nav li:nth-child(3) a {
  display: block;
  background: url(../../images/icon03.png) no-repeat left bottom;
  padding: 5px 0 0 35px;
}
.nav-content .sub-nav li:nth-child(4) a {
  display: block;
  color: #00479d;
  font-weight: bold;
  background: url(../../images/icon-arrow02.png) no-repeat right bottom;
  background-size: 23px 23px;
  padding: 4px 35px 1px 0;
}

.bodytalker .nav-content .sub-nav li:nth-child(4) a {
  color: #00a7b0;
  background-image: url(../../images/icon-arrow01.png);
}
@media screen and (max-width: 880px) {
  .nav-content .sub-nav li:nth-child(1) a,
  .nav-content .sub-nav li:nth-child(2) a,
  .nav-content .sub-nav li:nth-child(3) a,
  .nav-content .sub-nav li:nth-child(4) a {
    background: #fff !important;
    padding: 20px 0px;
  }
}
.nav-content ul li a {
	color: #2d2c28;
}
@media screen and (max-width: 880px) {
  .nav-content {
    padding: 0;
    position: absolute;
    width: 100%;
    top: -735px;
    z-index: 2;
    -webkit-transition: 1.5s top;
        transition: 1.5s top;
    background-color: rgba(255,255,255,0.94);
  }
  .nav-content ul {
	  width: 100%;
  }
  .nav-content ul li {
    width: 100%;
    font-size: 1.8rem;
  }
  .nav-content ul li a {
    text-align: center;
    display: block;
    padding: 20px 0px;
    color: #666;
    border-bottom: 1px solid #BBB;
  }
  .is-open .nav-content {
    top: 60px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .nav-content ul li {
    font-size: 1.6rem;
  }
  .is-open .nav-content {
    top: 76px;
  }
}

@media screen and (max-width: 880px) {
  #js-cover {
    background: #000;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    opacity: 0;
    z-index: 1;
  }

  .menu-button {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 14px;
    top: 15px;
  }
  .menu-button i {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background: #ccc;
    -webkit-transition: background 0.5s;
            transition: background 0.5s;
    position: relative;
    left: 5px;
    top: 14px;
  }
  .menu-button i:before,
  .menu-button i:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    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: 500px) {
  .menu-button {
    right: 12px;
    top: 20px;
  }
}


/*----------------------------------
	1.2. 見出し
------------------------------------*/
p {
  margin: 0 0 1em;
  line-height: 1.7em;
  color: #333333;
  font-size: 1.6rem;
}
p.p_style_l {
  line-height: 1.8em;
  font-size: 2.0rem;
}
p.p_style_s {
  line-height: 1.3em;
  font-size: 2.0rem;
}


/* ページタイトル見出し */
/* 文字大 */
.h_style01,
.h_style_01l {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.4em;
  line-height: 1.4;
}
.h_style_01l {
  text-align: left;
}
.h_style01 span,
.h_style_01l span {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .h_style01,
  .h_style_01l {
    font-size: 5.6vw;
  }
}

/* 文字中 */
.h_style02,
.h_style_02l {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.4em;
  line-height: 1.4;
}
.h_style_02l {
  text-align: left;
}
.h_style02 span,
.h_style_02l span {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .h_style02,
  .h_style_02l {
    font-size: 4.2vw;
  }
}




/* 明朝文字小*/
.title-style07 {
  font-size: 2.8rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin: 0 0 1em;
  line-height: 1.3em;
}
@media screen and (max-width: 480px) {
  .title-style07 {
    font-size: 2.0rem;
  }
}




.title_style11{
    text-align: center;
    line-height: 1.2em;
    margin: 0 0 2rem;
    background-color: #b4d000;
    border-radius: 20px;
    padding: 5px 12px;
}
.title_style11 span{
    font-size:21px;
}
.title_style11 span a{
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 768px){
    .title_style11{
        width:300px;
        margin:auto;
    }
}
.title_style12{
    text-align: center;
    line-height: 1.2em;
    margin: 0 0 2rem;
    width: 300px;
    background-color: #b4d000;
    border-radius: 20px;
    padding: 12px 0px;
}
.title_style12 span{
    font-size:21px;
}
.title_style12 span a{
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 768px){
    .title_style12{
        margin:10px auto;
    }
}
.title_style13{
    margin:15px 0;
    font-size:1.2em;
    font-weight:bold;
}

/* リストタイトル*/
.list-title-style{
  padding-bottom: 20px;
  font-size: 2.8rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #6d65aa;
  text-align:center;
  margin:0;
}

.list-title-style span{
    border-bottom: 2px solid #333;
}

.list-style span{
  display: inline-block;
  text-align: left;
  margin: 0;
  padding: 15px 0 15px 25px;
  font-size:1.8rem;
  line-height: 1.1em;
  background-size: 17px;
  background: url(../../images/icon_pentagon.png) no-repeat left center;
  background-size:17px;
}

@media screen and (max-width: 480px) {
    .list-title-style{
        font-size:2.0rem;
    }
    .box-style01{
        padding:15px!important;
    }
    .list-style span{
        font-size:1.5rem;
    }
}

@media screen and (max-width: 768px) {
  .title-style01 {
  }
  .title-style02 {
  }
  .title-style02 .sub-title {
  }

}
@media screen and (max-width: 600px) {

}


.p-end {
    margin-bottom: 40px;
}
@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;
  }

}

.p_style02 {
  font-size: 1.6rem;
  text-align: center;
}
.p_style03 {
  font-size: 2.1rem;
  text-align: center;
}
.p_style03l {
  font-size: 2.1rem;
  text-align: left;
}
.p_style03_sp-l {
  font-size: 2.1rem;
  text-align: center;
}
.p_style04,
.p_style04_sp-l {
  font-size: 1.8rem;
  text-align: center;
}
.p_style05{
    font-size:1.5em;
    color: #6d65aa;
}
@media screen and (max-width: 480px) {
  .p_style03,
  .p_style03l {
    font-size: 1.7rem;
  }
  .p_style03_sp-l {
    font-size: 1.7rem;
    text-align: left;
  }
  .p_style04 {
    font-size: 1.6rem;
  }
  .p_style04_sp-l {
    font-size: 1.6rem;
    text-align: left;
  }
}

/* ボタン */
.btn_style01 {
  margin: auto;
  width: 90%;
  max-width: 360px;
  text-align: center;
}
.btn_style01 a {
  display: inline-block;
  width: 100%;
  padding: 8px 20px 6px 20px;
  font-size: 1.6rem;
  text-decoration: none;
  background: url("../images/arrow_gray.svg") no-repeat center right 15px;
  background-size: 50px;
  border: 1px solid #c4c4c4;
  color: #231815;
  box-sizing: border-box;
}

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

.conts__cell {
  padding: 20px 0;
}
.conts__cell_0-6 {
  padding: 0 0 60px;
}
.conts__cell_shiftup {
  padding: 20px 0 100px;
}
@media screen and (max-width: 480px) {
  .conts__cell_0-6 {
    padding: 0 0 30px;
  }
}
.conts__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.conts__inner02{
    width:50%;
    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: 1200px) {
  .conts__inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width:480px){
    .conts__inner02{
      width:90%;
      margin: 0 auto;
  }
}
.conts__cell + hr {
  display: none;
}


/* ニュース用基本レイアウト */
.main_wrapper {
  max-width: 1200px;
  width: 96%;
  margin: auto;
}
.main_wrapper #newsmain {
  width: 65%;
}
.main_wrapper #newsside {
  width: 30%;
}


#others #main {
  padding: 0px;
}
#others .emres #main {
    padding: 0 0 30px;
}
@media screen and (max-width: 480px) {
  #others .emres #main {
    padding: 0 0 30px;
  }
  #others #main {
    padding: 0px 0 50px;
  }
}
@media screen and (min-width: 481px) {
  #s1,#s2 {
    padding-top: 100px;
    margin-top: -100px;
  }
}


/* commonTable
----------------------------------------------- */
table {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
	line-height: 1.3em;
	font-size: 0.875em;
	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;
}


/*----------------------------------
	3. フッター
------------------------------------*/
footer {
  background: #000000;
  color: #fff;
}
@media screen and (min-width: 1500px) {
  footer {
    background-size: 100% auto;
  }
}
.footer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 40px;
}
@media screen and (max-width: 1000px) {
  .footer {
    width: 96%;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    width: 90%;
    padding: 30px 0 20px;
  }
}
@media screen and (min-width: 950px) {
  .footer__nav-wrap {
    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;
  }
}

.footer__btn {
  max-width: 248px;
  text-align: right;
}
@media screen and (max-width: 950px) {
  .footer__btn {
    margin: 0 auto;
    text-align: center;
  }
}

.footer__inner {
  text-align: center;
  padding: 30px 0 0;
}
footer .copyright {
	text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 1.0rem;
}
@media screen and (max-width: 480px) {
  footer .copyright {
    margin-top: 15px;
    text-align: center;
  }
}

.footer__logo {
  width: 40%;
}
.footer__bnr {
  width: 18%;
}
.footer__bnr .sdgs_logo{
    width:100px;
    margin-bottom:30px;
}
.footer__bnr .yamasho{
    color:#fff;
    font-size:13px;
    display:block;
}
.footer__bnr .yamasho img{
    width:200px;
    display:block;
    margin:auto;
}
.footer__bnr img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .footer__logo_a {
    width: 110px;
    margin: auto;
  }
  .footer__logo_b {
    width: 80px;
    margin: 0 auto!important;
    padding: 10px 0 0;
  }
}


.footer__logo .footer__logo_img {
  display: block;
  text-align: left;
}
.footer__logo .footer__logo_img img {
  width: 248px;
  height: auto;
}
.footer__logo_txt {
  padding: 0;
  margin: 10px 0 0 0px;
  text-align: left;
  color: #fff;
  font-size: 1.4rem;
}
.footer__logo_txt .comname {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 20px;
}
.footer__logo_txt .comaddress {
  display: block;
  margin-bottom: 20px;
}


.footer__nav-01 {
  width: 20%;
  text-align: left;
}
.footer__nav-02 {
  width: 20%;
  text-align: left;
}
.footer__nav-01 a,
.footer__nav-02 a{
  color: #fff;
  display: inline-block;
  padding: 3px 0 2px;
}
.footer__nav-02 > ul > li {
  margin-bottom: 1em;
}
.footer__nav-01 ul li ul,
.footer__nav-02 ul li ul {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 100%;
  }
  .footer__nav-01 {
    width: 38%;
    text-align: left;
  }
  .footer__nav-02 {
    width: 38%;
    text-align: left;
  } 
}
@media screen and (max-width: 480px) {
  .footer__logo {
    width: 100%;
  }
  .footer__nav-01 {
    width: 46%;
    text-align: left;
  }
  .footer__nav-02 {
    width: 46%;
    text-align: left;
  }
  .footer__bnr {
    width: 100%;
    text-align: center;
    padding: 20px 0 0;
  }
  .footer__bnr img {
    width: 100px;
    height: auto;
}


/*----------------------------------
	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: 0.875em;
	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;
}
@media screen and (max-width:480px){
    table td,table th{
        display:block;
    }
    table td{
        background: #fff;
    }
    table th{
        background: #eeeeee;
    }
}

/* 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: 20px;
	font-size: 12px;
	z-index: 10000;
}
.page-topafl,.page-topemres {
	text-decoration: none;
	color: #fff;
	width: 50px;
	text-indent: -9999px;
	padding: 0;
	height: 50px;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-size: contain;
}
.page-topafl{
    background: url(../images/page_topaflbtn.svg) no-repeat;
}

#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;
    background-size: contain;
  }
}


/* 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;
}
@media screen and (max-width: 480px) {
    fieldset div.content {
	    width: 100%;
    }
}
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: 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: 98%;
	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 {
    max-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;
    }
}


/* フォーム補正 */
.formCheckBlock,
.formThanksBlock {
  max-width: 960px;
  margin: 0 auto;
}
.formThanksBlock {
  padding: 40px 15px;
}

/* ------ ショッピング会員ログイン ------ */
.password{
    padding:0 20px!important;
}

.mail_ttl{
    text-align:center;
}

.mail_chek{
    color:#ff0000;
}

/* 改行タグ*/
.bq480-on{
    display:block;
}
.bq480-off{
    display:none;
}
.bq768-on{
    display:block;
}
.bq768-off{
    display:none;
}
.box-style01{
    border:1px solid #333;
    padding: 50px;
}

.box-style01 div{
    width:50%;
    margin:auto;
}
.box-style02{
    position: relative;
    border: 2px solid #a9cc06; 
    padding: 50px;
    border-radius:10px;
}
.box-style02s{
    border: 2px solid #a9cc06; 
    padding: 20px;
    border-radius:10px;
}

.style02-h{
    height:540px;
}
.box-style03{;
    display:inline-block;
    vertical-align: top;
}
.box-style03s{
    display:inline-block;
    vertical-align: top;
    width:43%;
    padding:0 15px;
}
.box-style04{
    border: 2px solid #a9cc06;
    padding:10px;
}
.box-style05{
    border:2px solid #e9e9e9;
}
.box-style04_pw {
    border: 2px solid #a9cc06;
    padding:30px 10%;
}
.box-style06{
    padding:30px;
    background:#fff;
    width:auto;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .box-style04_pw {
    padding:30px 5%;
  }
}
.ctn{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.sub-box{
    padding:15px 20px 65px 20px;
}
.maru-num{
    font-size:1.5em;
    height:60px;
    width:60px;
    background:#b4d000;
    border-radius:50%;
    line-height:60px;
    text-align:center;
    position: absolute;
    top: 20px;
    left: 20px;
}
.maru-num span{
    color:#fff;
}
.box-style03s img{
    width:100%;
}
@media (max-width: 1024px) and (min-width: 768px) {
    .box-style03s{
        width:42%;
    }
    .style02-h{
        margin-top:15px;
    }
}
@media screen and (max-width: 768px) {
    .bq768-on{
        display:none;
    }
    .bq768-off{
        display:block;
    }
    .box-style01 div{
        width:100%!important;
    }
    .box-style02{
        padding:15px!important;
    }
    .box-style03s{
        padding: 0 10px;
    }
    .style02-h{
        height:auto;
    }
    .maru-num {
        top: 15px!important;
        left: 15px!important;
        width:50px!important;
        height:50px!important;
        line-height:50px!important;
    }
    .main-box,.sub-box{
        width:auto!important;
        margin:0!important;
    }
    .sub-box{
        padding:15px!important;
        margin:0!important;
    }
}
.triangle{
    display: block;
    width: 0px;
    margin: 30px auto;
    border-right: 45px solid transparent;
    border-top: 45px solid #b4d000;
    border-left: 45px solid transparent; 
}
.name-center{
    position: absolute; 
    top: 0; 
    left: 50%;
}
.space-box{
    margin-top:95px;
}
.btn-style01{
    background:#b4d000;
    border-radius:10px;
    padding: 1px 15px;
    font-size: 0.8em;
}
.btn-style01 a{
    color:#fff;
}
.btn-style01:hover{
    opacity:0.7;
}
.bg-white{
    background: #fff; 
    padding:50px 30px;
}
.icon{
    width:7%;
}
.txt{
      width:90%;
}
.page-link{
    padding-top: 100px;
    margin-top:-100px;
}
.mr5{
    margin-right:7px;
}
@media screen and (max-width: 480px){
    .bq480-on{
        display:none;
    }
    .bq480-off{
        display:block;
    }
    #module1,#module2,#module3,#module4,#session,#selfcare,#selfcare{
        padding-top:0!important;
        margin-top:0!important;
}
}
@media screen and (max-width: 768px){
    .ctn {
        position: inherit;
    }
    .box-style04,.box-style05{
        height:auto;
    }
    .name-center{
        position: static;
    }
    .bq480-block{
        width:100%!important;
        display:block;
    }
    .space-box{
        margin-top:15px;
    }
    .order01{
        order:1;
    }
    .order02{
        order:2;
    }
    .bg-white{
        padding:30px 0;
    }
    .bq480-padding{
        padding:0!important;
    }
    .bq480-padding p{
        padding:10px 20px 0 20px!important;
        margin:0!important;
    }
    .bq480-m{
        margin:0!important;
    }
    .bq768-m20{
        margin:0 20px!important;
    }
    .icon-2{
        width:10%;
    }
    .txt-2{
      width:88%;
    }
}

@media screen and (max-width:1024px) and (min-width:768px) {
    .bq480-block{
        width:100%!important;
        display:block;
    }
    .title_style12{
        margin:10px auto;
    }
}


