@charset "utf-8";

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}
/***** hover *****/
a img.hover:hover,
header nav ul li img:hover,
header .search form button:hover,
#main-content .category-btn ul li:hover,
#left-menu ul.menu li:hover,
 header #recoment-keyword-area ul li a:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/***** sticky *****/
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
  margin-top: 0 !important;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
  margin-bottom: 0 !important;
}

.sticky.sticky-fixed.is-absolute {
  position: absolute;
}


/***** container *****/
#container {
  width: 100%;
  padding: 10px 0 0;
  font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
}
#wrapper {
  width: 1000px;
  margin: 0 auto 20px;
}
/***** layout *****/
#left-menu {
  float: left;
  width: 186px;
}
#main-content {
  float: right;
  width: 790px;
  position: relative;
}
footer {
  clear: both;
  width: 100%;
  background: #ededed;
  display: inline-block;
  padding-bottom: 50px;
}

/***** header *****/
header {
  width: 1000px;
  margin-bottom: 20px;
  position: relative;
}
/*logo-info*/
header #logo-info {
  display: inline-block;
  margin-bottom: 10px
}
header #logo-info h1 {
  float: left;
  width: 288px;
  height: 50px;
}
header #logo-info .info {
  float: right;
  width: 712px;
}
header #logo-info .info ul.link {
  float: left;
  width: 360px;
  padding: 0 0 4px 162px;
}
header #logo-info .info ul.link li {
  float: left;
  margin-right: 15px;
  padding: 1px 0 0 15px;
  margin-top: 2px;
  border-left: 1px dotted #000;
}
header #logo-info .info ul.link li:first-child,
header #logo-info .info ul.link li:last-child {
  border: none;
}
header #logo-info .info ul.link li a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
}
header #logo-info .info ul.link li a:hover {
  text-decoration: underline;
}
header #logo-info .info ul.link li a:before {
  content: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u39158766/pc/css/../images/common/icn_arrow_gr.png);
  padding-right: 5px;
}
header #logo-info .info ul.link li:last-child {
  padding: 0 0 0 10px;
  margin-right: 0;
}
header #logo-info .info ul.link li:last-child a:before {
  content: none;
}
header #logo-info .info .shipping {
  float: left;
  width: 515px;
  font-size: 14px;
  text-align: right;
}
header #logo-info .info .shipping b {
  color: #bc0001;
  font-size: 16px;
  font-weight: bold;
}
header #logo-info .info .shipping span {
  font-size: 12px;
}
header #logo-info .info .bnr {
  text-align: right;
}
/*nav*/
header nav {
  width: 1000px;
  overflow: hidden;
}
header nav ul {
  width: 1000px;
  border-bottom: 4px solid #3695d6;
}
header nav ul li {
  float: left;
  height: 26px;
  margin-left: 2px;
}
header nav ul li:first-child {
  margin-left: 0;
}
/*search*/
header .search {
  border-top: 3px solid #3695d6;
  clear: both;
  width: 1000px;
  height: 50px;
  background: #edf1fa;
}

header .search form {
  padding: 7px 0 0 15px;
  float: left;
}
header .search form:before {
  content: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u39158766/pc/css/../images/common/icn_search.png);
  position: relative;
  top: 5px;
  padding-right: 5px;
}
header .search form #keyword2 {
  height: 27px;
  width: 300px;
  border: 1px solid #ccc;
  padding-left: 10px;
}
header .search form button {
  background: #eb4055;
  color: #FFF;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 30px;
  width: 100px;
  border-bottom: 2px solid #b22435;
  position: relative;
  top: -2px;
}
header .search .text-link {
  padding-left: 20px;
  display: inline-block;
}
header .search .text-link ul {
}
header .search .text-link li {
  float: left;
  margin-left: 20px;
  height: 50px;
  line-height: 50px;
  position: relative
}
header .search .text-link a {
  text-decoration: none;
  color: #000;
  padding-right: 20px;
  font-size: 14px;
}
header .search .text-link a:hover {
  text-decoration: underline;
}
header .search .text-link a:after {
  content: "\3009";
  position: absolute;
  right: -5px;
  top: 1px;
  font-size: 13px;
}

/***** recoment-keyword-area*****/

header #recoment-keyword-area {
  height: 40px;
}
header #recoment-keyword-area h2 {
  float: left;
  font-size: 15px;
  font-weight: bold;
  padding-top: 19px;
}
header #recoment-keyword-area ul {
  padding: 10px 0 0 5px;
}
header #recoment-keyword-area ul li {
	margin: 10px 0 0 8px;
	font-size: 14px;
	float: left;
}
header #recoment-keyword-area ul li a {
	padding: 5px 14px;
  line-height: 1;
	color: #000000;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	box-shadow:0px 1px 0px #cccccc;
	-moz-box-shadow:0px 1px 0px #cccccc;
	-webkit-box-shadow:0px 1px 0px #cccccc;
  text-decoration: none;
}


/***** top-information-area *****/
#top-information-area {
  background: #FEE7C9;
  margin: -10px 0 20px;
  padding: 8px 0;
  text-align: center;
}
#top-information-area a {
  color: #b22435;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
#top-information-area a:after {
  content: "\3009";
  position: relative;
  left: 10px;
}


/***** bnr1000*****/
.bnr1000 {
  width: 1000px;
  margin-bottom: 20px
}


/****** main-content *****/
/* bnr1 */
#main-content .bnr1 {
  margin-bottom: 15px;
}
/* bnr2 */
#main-content .bnr2 {
  margin-bottom: 15px;
}
#main-content .bnr2 ul {
  width: 100%;
}
#main-content .bnr2 ul li:first-child {
  float: left;
}
#main-content .bnr2 ul li {
  float: right;
}
/* bnr4 */
#main-content .bnr4 {
  margin-bottom: 40px;
  width: 790px;
  overflow: hidden;
}
#main-content .bnr4 ul {
  width: 800px;
}
#main-content .bnr4 ul li {
  float: left;
  margin-right: 10px;
}
#main-content .bnr4 ul li img {
  width: 190px;
}

/* h2 */
#main-content h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
#main-content h2 a {
  float: right;
  color: #eb4155;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  padding-right: 15px;
}
#main-content h2 a:hover {
  text-decoration: underline;
}
#main-content h2 a:after {
  content: "\3009";
  position: absolute;
  right: -7px;
}


/* category-btn */
#main-content .category-btn {
  margin-bottom: 30px;
  width: 790px;
  overflow: hidden;
}
#main-content .category-btn ul {
  width: 800px;
}
#main-content .category-btn ul li {
  width: 190px;
  height: 62px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;
}
#main-content .category-btn ul li.line-two {
}
#main-content .category-btn ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
}
#main-content .category-btn ul li img {
  width: 50px;
  float: left;
  padding: 5px 6px 0 5px;
}
#main-content .category-btn ul li p {
  line-height: 60px;
  font-size: 13px;
  padding-right: 10px;
}
#main-content .category-btn ul li p.line-two {
  line-height: 1.3;
  padding-top: 13px;
}
/*pagetop*/
#main-content .pagetop {
  float: right;
  position: relative;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 35px;
  margin: 0 0 30px 0;
  width: 150px;
}
#main-content .pagetop a {
  font-size: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 35px;
  text-align: center;
  color: #000;
  text-decoration: none;
}
#main-content .pagetop a:after {
  content: "\02227";
  float: right;
  position: relative;
  right: 10px;
}


/***** left-menu *****/
/*h2*/
#left-menu h2 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
/*menu*/
#left-menu ul.menu {
 margin-bottom: 30px;
}
#left-menu ul.menu li {
  position: relative;
  width: 186px;
  height: 50px;
  border-bottom: 1px dotted#ccc
}
#left-menu ul.menu li a {
  position: absolute;
  top: 0;
  left: 0;
  color: #000000;
  height: 100%;
  width: 100%;
  line-height: 50px;
  text-decoration: none;
}
#left-menu ul.menu li img {
  float: left;
  padding-top: 5px;
  margin-right: 10px;
}
#left-menu ul.menu li h3 {
  font-size: 13px;
}
#left-menu ul.menu li h3.small {
  font-size: 12px;
}
/*bnr*/
#left-menu ul.bnr {
 margin-bottom: 30px;
}
#left-menu ul.bnr li {
  margin-bottom: 10px;
  line-height: 0
}


/*****footer*****/
/*shopping-guide*/
footer .shopping-guide {
  clear: both;
  margin: 0 auto;
  width: 1000px;
}
footer .shopping-guide h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 30px 0 20px;
}
footer .shopping-guide ul.parent {
  width: 1000px;
}
footer .shopping-guide ul.parent > li {
  width: 490px;
  float: right;
}
footer .shopping-guide ul.parent > li:first-child {
  float: left;
}
footer .shopping-guide ul.child > li {
  background: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 20px;
  padding: 25px 0 0;
}
footer .shopping-guide ul.child > li h3 {
  border-bottom: 1px solid #999;
  padding: 0 0 15px 25px;
  font-weight: bold;
}
footer .shopping-guide ul.child > li div {
  padding: 20px 25px;
  border-top: 1px dotted #ccc;
  margin-top: -1px;
}
footer .shopping-guide ul.child > li div h4 {
  float: left;
  margin-bottom: 15px;
  font-weight: bold;
  padding-top: 10px;
}
footer .shopping-guide ul.child > li div h4 a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  position: relative;
  padding-left: 12px;
}
footer .shopping-guide ul.child > li div h4 a:hover {
  text-decoration: underline;
}
footer .shopping-guide ul.child > li div h4 a:before {
  content: "\3009";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 12px;
}
footer .shopping-guide ul.child > li div h5 {
  padding: 10px 0 8px;
  font-size: 14px;
}
footer .shopping-guide ul.child > li div p {
  clear: both;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 5px;
}
footer .shopping-guide ul.child > li div p.ind {
  text-indent: -1em;
  padding-left: 1em;
}
footer .shopping-guide ul.child > li div p.right {
  text-align: right;
}
footer .shopping-guide ul.child > li div p b {
  font-weight: bold
}
footer .shopping-guide ul.child > li div img {
  float: right;
}
footer .shopping-guide ul.child > li div a.textlink {
  font-size: 13px;
  color: #000;
  text-decoration: none;
  position: relative;
  padding-right: 14px;
}
footer .shopping-guide ul.child > li div a.textlink:hover {
  text-decoration: underline;
}
footer .shopping-guide ul.child > li div a.textlink:after {
  content: "\3009";
  position: absolute;
  right: -5px;
}

/*copylight*/
footer #copylight {
  clear: both;
  text-align: center;
}
footer #copylight:before {
  content: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u39158766/pc/css/../images/common/gdo_logo.png);
  padding-right: 10px;
  position: relative;
  top: 10px;
}