@charset "UTF-8";
/* CSS Document */

/******************************
リセット
******************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

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

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

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

abbr,acronym {
	border:0;
}

img,a{
	vertical-align:top;
}


/******************************
共通
******************************/
body {
	font-size:75%;
	line-height:1.75;
	color:#323232;
	font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

a , input {
	outline:none;
}

a,
a:link,
a:visited {
	color:#323232;
	text-decoration:none;
}

a:hover,
a:active  {
	text-decoration:underline;
}

.pc-layout {
  display: block;
}
@media screen and (max-width: 649px) {
  .pc-layout {
    display: none;
  }
}

.sp-layout {
  display: none;
}
@media screen and (max-width: 649px) {
  .sp-layout {
    display: block;
  }
}

#topcolumnext .pan {
  display: none;
}


h2.bg-blue-gd {
  display: none;
}
@media screen and (max-width: 649px) {
  h2.bg-blue-gd {
    display: block !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5b6586+0,27355e+100 */
    background: #5b6586;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5b6586 0%, #27355e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5b6586 0%, #27355e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5b6586 0%, #27355e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b6586', endColorstr='#27355e',GradientType=0 );
    /* IE6-9 */
    font-size: 16px;
    color: #fff;
    padding: 8px 0 8px 24px;
    position: relative;
  }
}

h2.bg-blue-gd::before {
  display: none;
}
@media screen and (max-width: 649px) {
  h2.bg-blue-gd::before {
    display: block;
    content: "";
    width: 6px;
    height: 24px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dde1ef+0,97a4cb+100 */
    background: #dde1ef;
    /* Old browsers */
    background: -moz-linear-gradient(top, #dde1ef 0%, #97a4cb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dde1ef 0%, #97a4cb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dde1ef 0%, #97a4cb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde1ef', endColorstr='#97a4cb',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
  }
}

@media screen and (max-width: 649px) {
  h1.bg-blue-gd-std,
  h2.bg-blue-gd-std {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5b6586+0,27355e+100 */
    background: #5b6586;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5b6586 0%, #27355e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5b6586 0%, #27355e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5b6586 0%, #27355e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b6586', endColorstr='#27355e',GradientType=0 );
    /* IE6-9 */
    font-size: 16px;
    color: #fff;
    padding: 8px 0 8px 12px;
    position: relative;
  }
}

/*-------------------------------------------------
ドロワーメニュー
----------------------------------------------- */
nav.drawer {
  position: fixed;
  top: 50px;
  right: 0;
  width: 300px;
  height: 100%;
  background-color: #FFF;
  transition: all 0.2s;
  transform: translate(300px);
  z-index: 1000;
  overflow: scroll;
  padding-bottom: 65px;
}

nav.drawer.open {
  transform: translate(0);
}

nav.drawer ul {
  list-style-type: none;
}

nav.drawer ul li a {
  display: block;
  text-decoration: none;
}

.drawer-row {
  padding: 20px;
  border-bottom: solid 2px #707070;
}

nav.drawer .user-name {
  font-size: 14px;
  border-bottom: solid 2px #707070;
}

nav.drawer .nav-title {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5b6586+0,27355e+100 */
  background: #5b6586;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5b6586 0%, #27355e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5b6586 0%, #27355e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5b6586 0%, #27355e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b6586', endColorstr='#27355e',GradientType=0 );
  /* IE6-9 */
  font-size: 16px;
  color: #fff;
  padding: 8px 0 8px 24px;
  position: relative;
}

nav.drawer .global-menu {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #AAAAAA;
}
nav.drawer .global-menu li {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  padding-left: 35px;
  padding-right: 15px;
  border-top: solid 1px #AAAAAA;
  font-size: 12px;
  list-style: none;
  text-align: left;
  position: relative;
  background: url("../img/icon/icon-arrow-right.png") no-repeat right center;
  background-size: 5px 10px;
}
nav.drawer .global-menu li.pdl0 {
  padding-left: 0;
}
nav.drawer .global-menu li a {
  color: inherit;
}
nav.drawer .global-menu li.storetop::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icon/top.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
nav.drawer .global-menu li.login::before {
  content: "";
  width: 18px;
  height: 23px;
  background: url("../img/icon/login.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
}
nav.drawer .global-menu li.mypage::before {
  content: "";
  width: 28px;
  height: 17px;
  background: url("../img/icon/mypage.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
nav.drawer .global-menu li.regist::before {
  content: "";
  width: 18px;
  height: 28px;
  background: url("../img/icon/beginner.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
}
nav.drawer .global-menu li.regist span {
  display: block;
  font-size: 9px;
}
nav.drawer .global-menu li.menu-logo::before {
  content: "";
  width: 26px;
  height: 23px;
  background: url("../img/icon/icon_logo.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
nav.drawer .global-menu li.menu-contact::before {
  content: "";
  width: 26px;
  height: 18px;
  background: url("../img/icon/icon_contact.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
nav.drawer .cart-area {
  padding-bottom: 65px;
}
nav.drawer #cart {
  margin: 20px 20px 30px;
  border: solid 1px #CACACA;
}
nav.drawer #cart h3 img {
  width: 100%;
  height: auto;
}
nav.drawer #cart .leftBox {
  padding: 0;
  background: none;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
nav.drawer #cart .leftBox dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
nav.drawer #cart .leftBox dt,
nav.drawer #cart .leftBox dd {
  display: inline-block;
  line-height: 1.5;
  font-size: 20px;
  float: none;
  width: 50%;
}
nav.drawer #cart p {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-left: 0;
}
nav.drawer .btn-cart-area {
  background: #F2F2F2;
  padding: 20px 0;
  text-align: center;
}
nav.drawer .btn-cart-area img {
  width: 167px;
  height: auto;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

#overlay.open {
  display: block;
}

.btn-page-top {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.btn-page-top img {
  width: 100%;
}

#wrap {
  position: relative;
}

/*-----------------------------------------------
カテゴリリスト（アコーディオン）
----------------------------------------------- */
#categorytree ul li ul {
  display: none;
}

#categorytree li {
  font-size: 14px;
  font-weight: bold;
  clear: both;
  border-bottom: solid 1px #707070;
  line-height: 1.3em;
  vertical-align: middle;
  position: relative;
}

#categorytree li:first-child {
  border-top: none;
}

#categorytree li li:first-child {
  border-top: #CCC solid 1px;
}

#categorytree li:last-child,
#categorytree li li:last-child {
  border-bottom: none;
}

#categorytree ul li a,
.categorytree > ul > li > ul > li a {
  padding: 0.6em 0;
}

.category_body {
  display: inline-block;
}

.category_body a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.category_header {
  width: 1.5em;
  margin: 0 6px 0 8px;
  display: inline-block;
  background: transparent;
  text-align: right;
}

.category_header.plus,
.category_header.minus {
  color: #202b45;
  display: block;
  text-align: center;
  line-height: 1;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

.category_header.plus > a,
.category_header.minus > a {
  width: 1.5em;
  color: #FFF;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#categorytreelist {
  border-bottom: solid 2px #707070;
}

/*レベル調整*/
#categorytree .level1 {
  background: #f1f4fb;
  position: relative;
  border-bottom: solid 2px #707070;
}

#categorytree .level1 a {
  color: #283560;
  font-weight: bold;
  padding-left: 1em;
}

#categorytree .level1 .category_header {
  width: 8px;
  height: 16px;
  background: #202B45;
  margin-left: 20px;
  position: relative;
  top: 2px;
}

#categorytree .level1 .category_body {
  width: calc(100% - 39px);
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}

#categorytree .level1.childe > .category_body::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-image: none;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #202b45 transparent;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#categorytree .level1.childe.active > .category_body::before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#categorytree .level2 {
  background: #fff !important;
  position: relative;
}

#categorytree .level2 > .category_header {
  width: 0;
  margin-left: 0;
  background: none;
  position: absolute;
  top: 11px;
  margin: auto;
  right: 20px;
}

#categorytree .level2 > .category_body {
  width: calc(100% - 40%);
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.6em;
}
#categorytree .level2 > .category_body a {
  padding-top: 12px;
  padding-left: 0.5em;
  padding-bottom: 12px;
}

#categorytree .level2.no-childe > .category_header::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background: url("../img/icon/icon-arrow-right.png") no-repeat 0 center;
  background-size: 5px 10px;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#categorytree .level2.no-childe > .category_header::before {
  display: none;
}

#categorytree .level2.childe > .category_header::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-image: none;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #202b45 transparent;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#categorytree .level2.childe.active > .category_header::before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#categorytree .level3 > .category_header {
  width: 0;
  margin-left: 0;
  background: none;
  position: absolute;
  top: 11px;
  margin: auto;
  right: 20px;
}

#categorytree .level3 > .category_body {
  width: calc(100% - 40%);
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.6em;
}
#categorytree .level3 > .category_body a {
  padding-top: 12px;
  padding-left: 0.5em;
  padding-bottom: 12px;
}

#categorytree .level3.no-childe > .category_header::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background: url("../img/icon/icon-arrow-right.png") no-repeat 0 center;
  background-size: 5px 10px;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#categorytree .level3.no-childe > .category_header::before {
  display: none;
}

#categorytree .level3.childe > .category_header::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-image: none;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #202b45 transparent;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg) !important;
}

#categorytree .active .level3.childe > .category_header::before {
  transform: rotate(180deg) !important;
}

#categorytree .level3.childe.active > .category_header::before {
  transform: rotate(0deg) !important;
}

#categorytree .level4 > .category_header {
  width: 0;
  margin-left: 0;
  background: none;
  position: absolute;
  top: 11px;
  margin: auto;
  right: 20px;
}

#categorytree .level4 > .category_body {
  width: calc(100% - 40%);
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.6em;
}
#categorytree .level4 > .category_body a {
  padding-top: 12px;
  padding-left: 0.5em;
  padding-bottom: 12px;
}

#categorytree .level4.no-childe > .category_header::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background: url("../img/icon/icon-arrow-right.png") no-repeat 0 center;
  background-size: 5px 10px;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#categorytree .level4.no-childe > .category_header::before {
  display: none;
}

#categorytree .level4.childe > .category_header::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-image: none;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #202b45 transparent;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#categorytree .level4.childe.active > .category_header::before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#categorytree .level5 > .category_header {
  width: 0;
  margin-left: 0;
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

#categorytree .level5 > .category_body {
  width: calc(100% - 40%);
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.6em;
}
#categorytree .level5 > .category_body a {
  padding-top: 12px;
  padding-left: 0.5em;
  padding-bottom: 12px;
}

#categorytree .level5.no-childe > .category_body::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background: url("../img/icon/icon-arrow-right.png") no-repeat 0 center;
  background-size: 5px 10px;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#categorytree .level5.childe > .category_body::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-image: none;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #202b45 transparent;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*リンクカラー*/
.category_body a:link,
.category_body a:visited {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.category_header.plus a,
.category_header.minus a {
  color: #FFF;
}


/*-------------------------------------------------
検索バー
----------------------------------------------- */
#search_area {
  display: none;
  padding: 24px 10px;
  background: #202B45;
  clear: both;
  text-align: center;
}
@media screen and (max-width: 649px) {
  #search_area {
    display: block;
  }
}

#search_area .searchbox {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: #CCC solid 1px;
  width: 100%;
  margin-right: 5px;
  background: #fff url("../img/icon/icon-map-search.png") no-repeat 8px 8px;
  background-size: 20px;
  padding: 5px 5px 5px 35px;
}

#search_area .searchbox:focus {
  padding: 5px;
  background: #fff;
  background-image: none;
}

.search_area_inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 649px) {
  .search_area_inner .searchbox {
    height: 40px;
    margin-top: 0 !important;
  }
}

.btn-serach-submit {
  width: 40px;
  height: auto;
  padding: 0;
}
@media screen and (max-width: 649px) {
  .btn-serach-submit {
    width: 40px;
    height: 40px;
  }
}

/* ヘッダーナビ
------------------------------------------------ */
.header-cart img {
  width: 28px;
  height: 25px;
}

.header-cart {
  margin-right: 16px;
}

.header-menu {
  position: relative;
  width: 24px;
  height: 19px;
}

.header-menu span,
.header-menu::after,
.header-menu::before {
  width: 100%;
  height: 3px;
  display: block;
  background: #555555;
  transition: all 0.5s 0s ease;
}

.header-menu span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header-menu::after {
  content: "";
  position: absolute;
  bottom: 0;
}

.header-menu::before {
  content: "";
  position: absolute;
  top: 0;
}

.header-menu.open span {
  display: none;
}

.header-menu.open::after {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

.header-menu.open::before {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.header_utility {
  display: none;
}
@media screen and (max-width: 649px) {
  .header_utility {
    width: 68px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
}




/******************************
ヘッダー
******************************/
#headerArea {
  background: url(../images/share/header/bg_header.png) repeat-x bottom;
}
@media screen and (max-width: 649px) {
  #headerArea {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-image: none;
  }
}


#headerArea #headerNew {
	width:978px;
	height:103px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	background:none;
}

#headerArea #logo {
	position:absolute;
	left:2px;
	top:13px;
}

@media screen and (max-width: 649px) {
#headerArea #logo {
    padding: 0;
    position: relative;
    left: inherit;
    top: inherit;
  }
}
@media screen and (max-width: 649px) {
#headerArea #logo img {
    width: 165px;
    height: 32px;
    margin: -5px 0 0 0;
    padding: 0;
    vertical-align: middle;
  }
}

#headerArea #search {
	position:absolute;
	right:2px;
	top:22px;
}

#headerArea #search span {
	border:#adadb5 solid 1px;
	background:#FFF;
	display:inline-block;
	vertical-align:top;
	margin-top:2px;
}

#headerArea #search .inputText {
	min-height:18px;
	width:142px;
	padding-left:4px;
	color:#888888;
}

#headerArea #search .inputSubmit {
	background:url(../images/share/header/btn_search.png) no-repeat;
	vertical-align:top;
	width:36px;
	height:24px;
	cursor: pointer;
}

#headerArea #search .inputSubmit:hover {
	background:url(../images/share/header/btn_search_o.png) no-repeat;
}

#headerArea #search form {
	display:inline;
}

#headerArea #productssearch {
	position:absolute;
	right:226px;
	top:22px;
}

#headerArea #member {
	position:absolute;
	right:344px;
	top:24px;
	color:#656565;
}

@media screen and (max-width: 649px) {
  #headerArea #headerNew {
    width: 100%;
    height: auto;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 12px 10px 11px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbfbf7+0,f0f0ee+100 */
    background: #fbfbf7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbf7 0%, #f0f0ee 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbfbf7 0%, #f0f0ee 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fbfbf7 0%, #f0f0ee 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbf7', endColorstr='#f0f0ee',GradientType=0 );
    /* IE6-9 */
  }
  #headerArea #headerNew #search {
    display: none;
  }
  #headerArea #headerNew #productssearch {
    display: none;
  }
  #headerArea #member {
    display: none;
  }
}

#headerArea ul#nav {
	width:978px;
	overflow:hidden;
	position:absolute;
	top:67px;
}
@media screen and (max-width: 649px) {
  #headerArea ul#nav {
    display: none;
  }
}

#headerArea ul#nav  li {
	float:left;
}

#headerArea input {
	border:0;
}

.header_utility {
  display: none;
}
@media screen and (max-width: 649px) {
  .header_utility {
    width: 68px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
}

/******************************
メイン
******************************/
#mainIndex {
	width:1070px;
	margin:0 auto;
	padding-top:20px;
}

#menuIndex {
	width:984px;
	overflow:hidden;
	margin:24px auto 0;
}

#menuIndex ul {
	width:1000px;
}

#menuIndex ul li {
	float:left;
	margin:0 16px 9px 0;
}


/******************************
スライドショー
******************************/
#slides{
	position:relative;
	margin:0 auto;
	width:980px;
	z-index:100;
}

.slides_container {
	width:980px;
	height:350px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container img {
	width:980px;
	height:350px;
	display:block;
}

#slides .next,#slides .prev {
	position:absolute;
	left:-45px;
	top:157px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	cursor:pointer;
}

#slides .next {
	left:988px;
}

.pagination {
	position:absolute;
	top:322px;
	right:5px;
	z-index:900;
}

.pagination li {
	float:left;
	margin-right:7px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:11px;
	background-image:url(../images/index/pagging.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li a:hover {
	background-position:0 -11px;
}

.pagination li.current a {
	background-position:0 -11px;
}


/******************************
コンテンツ(index)
******************************/

#containerIndex {
	background:url(../images/index/bg_main.jpg) no-repeat 50% 0;
}

#contentsIndex {
	width:982px;
	overflow:hidden;
	margin:25px auto 30px;
}

.indexBox {
	background:url(../images/share/line_blue_double.png) repeat-x top;
	width:480px;
}

.indexBox h2 {
	padding-top:25px;
	margin-bottom:23px;
	position:relative;
}

.indexBox h2 a {
	position:absolute;
	right:0;
	top:28px;
}

.indexBox dl {
	margin-bottom:-1px;
}

.indexBox dl dt {
	margin-top:12px;
	font-size:83.3%;
	line-height:1.5;
}

.indexBox dl dd {
	background:url(../images/share/line_dot.png) repeat-x bottom;
	padding-bottom:10px;
}

.indexBox dl dd a {
	color:#132049;
}

/*フッターバナー*/
#footerBan {
	width:981px;
	margin:0 auto;
	overflow:hidden;
}

#footerBan ul {
	width:1008px;
}

#footerBan ul li {
	float:left;
	margin-right:27px;
}

/*ボトムバナー*/
#bottomBan {
	width:735px;
	overflow:hidden;
	margin-left:1px;
}

#bottomBan ul {
	width:741px;
}

#bottomBan ul li {
	float:left;
	margin-right:7px;
}


/******************************
レフト
******************************/
#left {
	float:left;
	margin-left:2px;
	width:230px;
}

/*レフトメニュー*/
#leftMenu {
	background:url(../images/share/left/bg_leftshadow.png) no-repeat bottom;
	padding-bottom:6px;
	margin-bottom:18px;
}

#leftMenu ul {
	background:#323232;
	width:228px;
	overflow:hidden;
	padding:1px 1px 0;
}

#leftMenu li {
	padding-bottom:1px;
}

#leftMenu a {
	color:#efefef;
	background:url(../images/share/left/bg_leftmenu.png) repeat-y top;
	border:#626566 solid 1px;
	padding:4px 0 4px 25px;
	display:block;
	width:201px;
}

#leftMenu a:hover,
#leftMenu li.act a {
	text-decoration:none;
	background:url(../images/share/left/bg_leftmenu_o.png) repeat-y top;
	border:#8b8b8b solid 1px;
}

/*レフトカテゴリー*/
.leftCat {
	background:url(../images/share/left/bg_leftshadow.png) no-repeat bottom;
	padding-bottom:6px;
	margin-bottom:18px;
}

.leftCat ul {
	border:#c8c8c8 solid 1px;
	padding:10px 0 7px;
}

.leftCat ul li {
	margin-bottom:3px;
}

.leftCat ul a {
	background:url(../images/share/icon_arrow_b.png) no-repeat 0 40%;
	padding-left:13px;
	margin-left:12px;
	display:block;
}

/*レフトバナー*/
.leftBan li {
	margin-bottom:15px;
}

/*ページTOPへ*/
#pageTopBtn {
	width:980px;
	margin:60px auto 7px;
	padding-right:2px;
	text-align:right;
}

#pageTopBtn a {
	background:url(../images/share/footer/bg_pagetop.png) no-repeat left 50%;
	padding-left:14px;
	color:#0f1e4d;
	font-size:83.3%;
}


/******************************
フッター
******************************/
#footerArea {
	background:url(../images/share/footer/bg_footer.png) repeat-x;
	height:79px;
}

#footerArea #footerNew {
	width:980px;
	overflow:hidden;
	margin:0 auto;
	background:none;
}

#footerArea #footerLeft {
	float:left;
}

#footerArea #footerNew ul {
	padding-top:12px;
	width:573px;
	overflow:hidden;
}

#footerArea #footerNew li {
	float:left;
}

#footerArea #footerNew #copy {
	margin-top:10px;
}

#footerArea #norton {
	float:right;
	padding:10px 2px 0 0;
}
