/* CSS Document */
.pc {
  display: block;
}
.pc2 {
  display: inline;
  font-size: 18px;
  line-height: 30px;
}
.sp {
  display: none;
}
.clear{
	clear:both;
}
a:hover {
  text-decoration: underline;
}
.toheader {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 100;
  display: none;
  width: 50px;
}
.toheader img {
  max-width: 100%;
  height: auto;
}

#header {
  margin-top: 20px;
}
#header .inner {
  width: 1200px;
  max-width: 98%;
  height: auto;
  margin: 0 auto;
  /*overflow: hidden;*/
}
#header ul li a {
  color: #2D76CC;
}
#header .head {
  overflow: hidden;
}
#header .head h1 {
  float: left;
}
#header .head h1 a {
  color: #2D76CC;
  display: block;
}
#header .head h1 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#header .head .r-head {
  float: right;
  text-align: right;
  width: 510px;
  position: relative;
}
#header .head .r-head ul {
  overflow: hidden;
  display: inline-block;
}
#header .head .r-head ul li {
  float: left;
}
#header .head .r-head ul.top {
  position: relative;
}
#header .head .r-head ul.top li {
  margin-left: 25px;
}
#header .head .r-head ul.top li a {
  margin-top: 5px;
  display: inline-block;
  font-size: 12px;
}
#header .head .r-head ul.top li a.language {
  border: 1px solid #ddd;
  text-align: center;
  color: #222;
  width: 130px;
  padding: 5px 0;
  margin-top: 0;
  background: url(https://cache.triple-farm.com/tfsd/common/images/under_arrow.png) 95% center no-repeat;
  background-size: 10px;
}
#header .head .r-head ul.type {
  clear: both;
  display: none;
  position: absolute;
  right: 0;
  top: 33px;
  background-color: #fff;
  width: 130px;
  border: 1px solid #ddd;
  text-align: center;
}
#header .head .r-head ul.type li {
  float: none;
  margin: 5px 0;
}
#header .head .r-head ul.bottom li {
  margin-left: 6px;
}
#header .head .r-head ul.bottom li a {
  display: inline-block;
  width: 164px;
  padding: 12px 0;
  text-align: center;
  color: #fff;
}
#header .head .r-head ul.bottom li a.new {
  background-color: #eee;
  color: #444;
}
#header .head .r-head ul.bottom li a.login {
  background-color: #2D76CC;
}
#header .head .r-head ul.bottom li a.buy {
  background-color: #e7326d;
}
#header .head .r-head ul.bottom li a.buy span {
  font-weight: bold;
  margin: 0 5px;
}
#header #nav {
  clear: both;
  margin: 20px 0 0;
}
#header #nav ul {
  overflow: hidden;
}
#header #nav ul li {
  float: left;
  box-sizing: border-box;
  padding-bottom: 15px;
}
#header #nav ul li a {
  width: 149px;
  display: inline-block;
  text-align: center;
  border-left: 1px solid #2D76CC;
}
#header #nav ul li:last-child a {
  width: 148px;
  border-right: 1px solid #2D76CC;
}
#header #nav ul li ul.submenu {
  display: none;
  width: 1200px;
  max-width: 98%;
  height: auto;
  position: absolute;
  z-index: 9999;
  background-color: #2D76CC;
  left: 50%;
  margin-left: -600px;
  padding: 20px 60px;
  box-sizing: border-box;
}
#header #nav ul li ul.submenu li {
  width: 250px;
  margin-bottom: 5px;
  padding: 0;
}
#header #nav ul li ul.submenu li a {
  color: #fff;
  background: url(https://cache.triple-farm.com/tfsd/common/images/arrow_white.png) 0 8px no-repeat;
  text-align: left;
  padding: 0 0 0 15px;
  display: inline-block;
  width: 100%;
}
#header #nav ul li:hover {
  background: url(https://cache.triple-farm.com/tfsd/common/images/nav_arrow.png) center bottom no-repeat;
}
#header #nav ul li:hover ul.submenu {
  display: block;
}
#header .search {
  background-color: #f1f9f8;
}
#header .search .search-inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background: url(https://cache.triple-farm.com/tfsd/common/images/pc_icon_search.gif) 0 0 no-repeat;
  padding: 12px 0;
}
#header .search .search-inner .searchform {
  position: relative;
  font-size: 14px;
}
#header .search .search-inner .searchform .searchbtn {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 15px;
  width: 20px;
}
#header .search p {
  width: 200px;
  box-sizing: border-box;
  padding-left: 50px;
  float: right;
  font-weight: bold;
  font-size: 18px;
}
#header .search p span {
  color: #e7326d;
  padding-left: 10px;
  font-size: 13px;
}
#header .search .itemsearch {
  float: left;
  max-width: 100%;
}
#header .search .itemsearch input[type="text"] {
  border: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  height: 20px;
  border: 2px solid #2D76CC;
  box-sizing: border-box;
  padding: 0 10px;
}

#contents {
  width: 1200px;
  /**max-width: 98%;**/
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  min-height: 400px;
}
#contents.second #path ul {
  overflow: hidden;
  padding: 0 0 20px;
}
#contents.second #path ul li {
  float: left;
  background: url(https://cache.triple-farm.com/tfsd/common/images/path_arrow.png) right center no-repeat;
  padding-right: 15px;
  margin-right: 5px;
  font-size: 12px;
}
#contents.second #path ul li:last-child {
  background: none;
}
#contents.second #path ul li a {
  font-size: 12px;
  text-decoration: underline;
}
#contents.second #sidenav {
  width: 270px;
  float: left;
  overflow: hidden;
}
#contents.second #sidenav .bnr a {
  display: block;
  margin-bottom: 15px;
}
#contents.second #maincontents {
  width: 880px;
  float: right;
}
#contents.second #maincontents.single {
  width: auto;
  float: none;
}
#contents.second .custom {
  overflow: hidden;
  margin-bottom: 15px;
}
#contents.second .custom.no-mb {
  margin-bottom: 0;
}
#contents.second select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  width: 150px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eee;
  background: url(https://cache.triple-farm.com/tfsd/common/images/btn_select.png) right center no-repeat;
  background-color: #FFF;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
#contents.second .btn {
  cursor: pointer;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 12px;
  line-height: 28px;
  height: 30px;
  margin: 0;
  vertical-align: middle;
}
#contents.second .btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#contents.second .btn.default {
  border: 1px solid  #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #f0f0f0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: linear-gradient(to bottom, #ffffff, #f0f0f0);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  padding: 0 22px;
}
#contents.second .btn.gray {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #333;
  color: #fff;
  border: none;
  padding: 0 25px;
}
#contents.second .btn.submit, #contents.second .btn.continue, #contents.second .btn.login, #contents.second .btn.newentry {
  line-height: 40px;
  height: 42px;
  width: 164px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
#contents.second .btn.submit {
  color: #fff;
  background-color: #e7326d;
  border: 1px solid #e7326d;
  font-size: 15px;
}
#contents.second .btn.continue {
  color: #2D76CC;
  border: 1px solid #2D76CC;
  background-color: #fff;
}
#contents.second .btn.login {
  background-color: #2D76CC;
  color: #fff;
}
#contents.second .btn.newentry {
  background-color: #eee;
}

#footer {
  margin-top: 100px;
}
#footer #footer-top {
  background-color: #eee;
  padding: 40px 0;
}
#footer #footer-top .inner {
  width: 1200px;
  max-width: 98%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
#footer #footer-top .inner .block {
  float: left;
  width: 380px;
  margin-right: 50px;
}
#footer #footer-top .inner .block h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
#footer #footer-top .inner .block .bnr {
  margin-bottom: 30px;
}
#footer #footer-top .inner .block .app {
  position: relative;
}
#footer #footer-top .inner .block .app ul {
  position: absolute;
  overflow: hidden;
  top: 46px;
  right: 10px;
}
#footer #footer-top .inner .block .app ul li {
  float: left;
  margin-right: 5px;
}
#footer #footer-top .inner .block-calendar {
  width: 490px;
}
#footer #footer-top .inner .block-calendar table.calendar {
  background-color: #fff;
  float: left;
  width: 230px;
  margin-bottom: 8px;
}
#footer #footer-top .inner .block-calendar table.calendar:nth-child(2) {
  float: right;
}
#footer #footer-top .inner .block-calendar table.calendar th, #footer #footer-top .inner .block-calendar table.calendar td {
  text-align: center;
  padding: 5px;
  border: 1px solid #ddd;
}
#footer #footer-top .inner .block-calendar table.calendar td.holiday {
  background-color:#DD164B;
  color: #ffffff;
}
#footer #footer-top .inner .block-calendar p.notice {
  clear: both;
}
#footer #footer-top .inner .security {
  width: 220px;
  margin-right: 0;
}
#footer #footer-top .inner .security .ssl {
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}
#footer #footer-top .inner .security .ssl p {
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
}
#footer #footer-bottom {
  background-color: #ccc;
  padding: 30px 0;
}
#footer #footer-bottom .inner {
  width: 1200px;
  max-width: 98%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
#footer #footer-bottom .inner .block {
  width: 150px;
  float: left;
  margin-right: 60px;
}
#footer #footer-bottom .inner .block:first-child {
  width: 360px;
}
#footer #footer-bottom .inner .block:first-child ul {
  overflow: hidden;
}
#footer #footer-bottom .inner .block:first-child ul li {
  float: left;
  width: 180px;
}
#footer #footer-bottom .inner .block:last-child {
  margin-right: 0;
}
#footer #footer-bottom .inner .block:last-child h5:nth-child(n+2) {
  border-bottom: none;
  margin-bottom: 15px;
}
#footer #footer-bottom .inner .block h5 {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#footer #footer-bottom .inner .block ul {
  margin-bottom: 30px;
}
#footer #footer-bottom .inner .block ul li a {
  color: #666;
  font-size: 13px;
  background: url(https://cache.triple-farm.com/tfsd/common/images/arrow_gray.png) 0 8px no-repeat;
  padding-left: 10px;
  display: inline-block;
}
#footer .copyright {
  background-color: #2D76CC;
  padding: 20px 0;
}
#footer .copyright .inner {
  width: 1200px;
  max-width: 98%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
#footer .copyright .inner small {
  float: left;
  color: #fff;
  font-size: 12px;
}
#footer .copyright .inner ul {
  float: right;
  overflow: hidden;
}
#footer .copyright .inner ul li {
  float: left;
  margin-left: 20px;
}
#footer .copyright .inner ul li a {
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 1200px) {
  #overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    display: none;
    z-index: 100;
  }
  .toheader {
    right: 10px;
    bottom: 10px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .pc {
    display: none;
  }
  .pc2 {
    display: none;
  }
  .sp {
    display: block;
  }
  #header {
    margin-top: 10px;
  }
  #header .inner {
    width: 100%;
  }
  #header .head {
    border-bottom: 1px solid #2D76CC;
    overflow: hidden;
    margin: 0;
    position: relative;
    padding: 10px 0 15px;
  }
  #header .head h1 {
    float: none;
    text-align: center;
  }
  #header .head h1 a {
    width: 65%;
    margin: 0 auto;
    display: block;
    font-size: 10px;
  }
  #header .head h1 a img {
    width: 70%;
  }
  #header .head a.openbtn, #header .head a.closebtn {
    position: absolute;
    top: 30px;
    left: 15px;
  }
  #header .head a.openbtn.no, #header .head a.closebtn.no {
    display: none;
  }
  #header .head a.cart {
    padding-top: 5px;
    position: absolute;
    top: 25px;
    right: 20px;
  }
  #header .head a.cart span {
    text-align: center;
    width: 18px;
    height: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    position: absolute;
    background-color: #e7326d;
    font-size: 10px;
    top: 0;
    right: -5px;
    color: #fff;
  }
  #header #nav {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    margin: 0;
    z-index: 99999;
  }
  #header #nav ul {
    overflow: hidden;
  }
  #header #nav ul li {
    float: none;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  #header #nav ul li a {
    border-left: none;
    width: 100%;
    display: block;
    text-align: left;
    padding: 15px 20px;
    background: url(https://cache.triple-farm.com/tfsd/common/images/sp_arrow_green.png) 96% center no-repeat;
    background-size: 10px;
    box-sizing: border-box;
  }
  #header #nav ul li:last-child a {
    width: 100%;
    border-right: none;
  }
  #header #nav ul li ul.submenu {
    display: none;
  }
  #header #nav ul li:hover ul.submenu {
    display: none;
  }
  #header #nav ul.sign {
    display: inline-block;
    width: 90%;
  }
  #header #nav ul.sign li {
    float: left;
    width: 45%;
    border-left: none;
    border-bottom: none;
  }
  #header #nav ul.sign li:last-child {
    float: right;
  }
  #header #nav ul.sign li a {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    text-align: center;
  }
  #header #nav ul.sign li a.new {
    background: #eee;
    color: #444;
  }
  #header #nav ul.sign li a.login {
    background: #2D76CC;
    color: #fff;
  }
  #header #nav ul.type {
    display: none;
    position: absolute;
    top: 45px;
    left: 50%;
    width: 80%;
    background-color: #fff;
    margin-left: -40%;
    border: 1px solid #eee;
    box-sizing: border-box;
  }
  #header #nav ul.use li {
    border-bottom: none;
    float: left;
    border-left: none;
    width: 33%;
  }
  #header #nav ul.use li a {
    background: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
  }
  #header #nav .asign {
    text-align: center;
    border-bottom: 1px solid #2D76CC;
    padding: 14px 0;
  }
  #header #nav .langarea {
    position: relative;
  }
  #header #nav a.close {
    display: block;
    text-align: center;
    background: #2D76CC url(https://cache.triple-farm.com/tfsd/common/images/btn_close.gif) 37% center no-repeat;
    background-size: 18px;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
    margin-top: 12px;
  }
  #header #nav a.language {
    display: block;
    text-align: center;
    border: 1px solid #eee;
    color: #222;
    padding: 10px 0;
    box-sizing: border-box;
    margin: 15px auto;
    width: 80%;
    background: url(https://cache.triple-farm.com/tfsd/common/images/under_arrow.png) 95% center no-repeat;
    background-size: 16px;
  }
  #header .search {
    background-color: #f1f9f8;
  }
  #header .search .search-inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: none;
    padding: 12px 0;
  }
  #header .search .itemsearch {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  #header .search .itemsearch input[type="text"] {
    box-sizing: border-box;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 100%;
    padding-left: 12px;
  }

  #contents {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    min-height: 700px;
  }
  #contents.second #path ul {
    overflow: hidden;
    padding: 10px;
  }
  #contents.second #path ul li {
    float: left;
    background: url(https://cache.triple-farm.com/tfsd/common/images/path_arrow.png) right center no-repeat;
    padding-right: 15px;
    margin-right: 5px;
  }
  #contents.second #path ul li:last-child {
    background: none;
  }
  #contents.second #path ul li a {
    font-size: 12px;
    text-decoration: underline;
  }
  #contents.second #path ul li a:link,
  #contents.second #path ul li a:visited,
  #contents.second #path ul li a:active {
    color: #2d76cc;
  }
  #contents.second #sidenav {
    width: 100%;
    float: none;
  }
  #contents.second #sidenav .bnr {
    display: none;
  }
  #contents.second #sidenav .category_menu {
    margin-top: 0;
    padding-left: 0;
    box-sizing: border-box;
    position: relative;
  }
  #contents.second #sidenav .category_menu p {
    margin: 0;
    padding: 10px;
    background-color: #2D76CC;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  #contents.second #sidenav .category_menu p.spmenu {
    background: #2D76CC url(https://cache.triple-farm.com/tfsd/product/files/category_menu_arrow.jpg) right center no-repeat;
    background-size: 50px;
  }
  #contents.second #sidenav .category_menu ul {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: #fff;
  }
  #contents.second #sidenav .category_menu ul li {
    border-bottom: 1px solid #2D76CC;
  }
  #contents.second #sidenav .category_menu ul li.current {
    background-color: #f1f9f8;
  }
  #contents.second #sidenav .category_menu ul li.sp_product_menu {
    display: block;
    text-align: center;
    background: #2D76CC url(https://cache.triple-farm.com/tfsd/common/images/btn_close.gif) 37% center no-repeat;
    background-size: 18px;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
  }
  #contents.second #sidenav .category_menu ul li a {
    color: #2d76cc;
    display: block;
    padding: 10px 0 10px 25px;
    background: #f1f9f8 url(https://cache.triple-farm.com/tfsd/common/images/sp_arrow_green_menu.png) 15px center no-repeat;
    background-size: 5px;
  }
  #contents.second #maincontents {
    width: 100%;
    float: none;
  }
  #contents.second .custom {
    overflow: hidden;
    margin-bottom: 15px;
  }
  #contents.second .custom.no-mb {
    margin-bottom: 0;
  }
  #contents.second select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
    background: url(https://cache.triple-farm.com/tfsd/common/images/btn_select.png) right center no-repeat;
    background: #fff;
    padding: 0 0 0 5px;
    box-sizing: border-box;
  }
  @media screen and (max-width: 1200px) {
    /* 蝠�刀隧ｳ邏ｰ逕ｻ髱｢ 繧ｳ繝ｳ繧ｿ繧ｯ繝医Ξ繝ｳ繧ｺ驕ｸ謚槫�螳ｹ陦ｨ遉ｺ逕ｨ */
    #contents.second select#eye
    , #contents.second select#contactlens_bcdia
    , #contents.second select#contactlens_power
    , #contents.second select#contactlens_cylinder
    , #contents.second select#contactlens_axis {
      width: 95px;
    }
  }
  @media screen and (max-width: 1200px) {
    /* 蝠�刀隧ｳ邏ｰ逕ｻ髱｢ 繧ｳ繝ｳ繧ｿ繧ｯ繝医Ξ繝ｳ繧ｺ蜿ｳ逶ｮ蟾ｦ逶ｮ荳｡譁ｹ縺ｮ蠎ｦ謨ｰ縺ｨ繧ｫ繝ｼ繝悶ｒ驕ｸ謚槭☆繧九�繝ｼ繧ｸ逕ｨ */
    #contents.second select#contactlens_bcdia_l
    , #contents.second select#contactlens_bcdia_r
    , #contents.second select#contactlens_power_l
    , #contents.second select#contactlens_power_r
    , #contents.second select#contactlens_cylinder_l
    , #contents.second select#contactlens_cylinder_r
    , #contents.second select#contactlens_axis_l
    , #contents.second select#contactlens_axis_r {
      width: 95px;
    }
  }

  #contents.second .btn {
    cursor: pointer;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 18px;
    line-height: 34px;
    height: 44px;
    margin: 0;
    vertical-align: middle;
  }
  #contents.second .btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  #contents.second .btn.default {
    border: 1px solid  #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #f0f0f0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
    background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
    background-image: linear-gradient(to bottom, #ffffff, #f0f0f0);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
    padding: 0 22px;
  }
  #contents.second .btn.gray {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #333;
    color: #fff;
    border: none;
    padding: 0 25px;
  }
  #contents.second .btn.submit, #contents.second .btn.continue, #contents.second .btn.login, #contents.second .btn.newentry {
    width: 100%;
    margin: 0 auto 10px;
  }
  #contents.second .btn.submit {
    font-size: 22px;
    line-height: 60px;
    height: 60px;
  }

  #footer {
    margin-top: 50px;
  }
  #footer #footer-top {
    background-color: #eee;
    padding: 40px 0;
  }
  #footer #footer-top .inner {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }
  #footer #footer-top .inner .block {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    clear: both;
    overflow: hidden;
  }
  #footer #footer-top .inner .block .app {
    position: relative;
  }
  #footer #footer-top .inner .block .app ul {
    position: absolute;
    overflow: hidden;
    top: 46px;
    right: 10px;
  }
  #footer #footer-top .inner .block .app ul li {
    float: left;
    margin-right: 5px;
  }
  #footer #footer-top .inner .block-calendar {
    width: 100%;
  }
  #footer #footer-top .inner .block-calendar table.calendar {
    width: 48%;
    table-layout: fixed;
  }
  #footer #footer-top .inner .block-calendar table.calendar:last-child {
    float: right;
  }
  #footer #footer-top .inner .block-calendar table.calendar th, #footer #footer-top .inner .block-calendar table.calendar td {
    text-align: center;
    padding: 2px;
    border: 1px solid #ddd;
  }
  #footer #footer-top .inner .block-calendar table.calendar td.holiday {
  background-color:#DD164B;
  color: #ffffff;
  }
  #footer #footer-top .inner .security {
    width: 95%;
    margin: 0 auto;
    margin-right: auto;
  }
  #footer #footer-top .inner .security .ssl {
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
    text-align: left;
    overflow: hidden;
  }
  #footer #footer-top .inner .security .ssl div {
    float: left;
    width: 28%;
  }
  #footer #footer-top .inner .security .ssl p {
    font-size: 14px;
    text-align: left;
    margin-top: 0;
    float: right;
    width: 70%;
  }
  #footer #footer-bottom {
    background-color: #ccc;
    padding: 0;
  }
  #footer #footer-bottom .inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  #footer #footer-bottom .inner p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
  }
  #footer #footer-bottom .inner p.open_sitemap {
    background: url(https://cache.triple-farm.com/tfsd/common/images/sp_sitemap_open.png) 95% center no-repeat;
    background-size: 18px;
  }
  #footer #footer-bottom .inner p.open_sitemap.open {
    background: url(https://cache.triple-farm.com/tfsd/common/images/sp_sitemap_close.png) 95% center no-repeat;
    background-size: 18px;
  }
  #footer #footer-bottom .inner .sitemap {
    display: none;
  }
  #footer #footer-bottom .inner .block {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  #footer #footer-bottom .inner .block:first-child {
    width: 100%;
  }
  #footer #footer-bottom .inner .block:first-child h5 {
    border-top: 1px solid #444;
  }
  #footer #footer-bottom .inner .block:first-child ul {
    overflow: hidden;
  }
  #footer #footer-bottom .inner .block:first-child ul li {
    float: left;
    width: 48%;
  }
  #footer #footer-bottom .inner .block:last-child {
    margin-right: 0;
  }
  #footer #footer-bottom .inner .block:last-child h5:nth-child(n+2) {
    border-bottom: 1px solid #444;
    margin-bottom: 0;
  }
  #footer #footer-bottom .inner .block h5 {
    font-size: 16px;
    text-align: left;
    clear: both;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #footer #footer-bottom .inner .block h5 a {
    display: block;
    padding: 10px 20px;
    box-sizing: border-box;
    background: url(https://cache.triple-farm.com/tfsd/files/btn_next.png) 96% center no-repeat;
    background-size: 8px;
  }
  #footer #footer-bottom .inner .block ul {
    margin-bottom: 30px;
    display: none;
    padding: 0 5%;
    box-sizing: border-box;
  }
  #footer #footer-bottom .inner .block ul li {
    width: 48%;
    float: left;
  }
  #footer #footer-bottom .inner .block ul li:nth-child(2n) {
    float: right;
  }
  #footer #footer-bottom .inner .block ul li a {
    color: #666;
    font-size: 13px;
    background: url(https://cache.triple-farm.com/tfsd/common/images/arrow_gray.png) 0 8px no-repeat;
    padding-left: 10px;
    display: inline-block;
  }
  #footer .copyright {
    background-color: #2D76CC;
    padding: 20px 0;
  }
  #footer .copyright .inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  #footer .copyright .inner small {
    float: none;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  #footer .copyright .inner ul {
    float: none;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 15px;
  }
  #footer .copyright .inner ul li {
    float: none;
    margin-left: 0;
    margin-bottom: 15px;
  }
  #footer .copyright .inner ul li a {
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    display: block;
    padding: 10px 10px 10px 25px;
    background: url(https://cache.triple-farm.com/tfsd/common/images/arrow_white.png) 15px center no-repeat;
  }
}

#stage .fl {
  float: left;
}
#stage .fr {
  float: right;
}
#stage #header {
  text-align: center;
  margin: 0 auto;
}
#stage #header .top_header {
  background-color: #2d76cc;
}
#stage #header .top_header .header_inside {
  width: 1200px;
  color: white;
  overflow: hidden;
  margin: 0 auto;
}
#stage #header .top_header .header_inside h1 {
  padding-top: 10px;
}
#stage #header .top_header .header_inside .pc_menu ul li {
  float: left;
}
#stage #header .top_header .header_inside ul li {
  padding: 10px 15px;
}
#stage #header .top_header .header_inside ul li i {
  padding-right: 5px;
}
#stage #header .top_header .header_inside ul li.pink {
  background-color: #e7326d;
}
#stage #header .top_header .header_inside ul li.mypage {
  padding-right: 30px;
}
#stage #header .top_header .header_inside ul li a {
  color: white;
}
#stage #header .top_header .header_inside ul li a:hover {
  text-decoration: underline;
}

#stage #header .bottom_header {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
  border-bottom: 4px #2d76cc solid;
}
@media screen and (max-width: 767px){
#stage #header .bottom_header {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
}
#stage #header .bottom_header .forehead {
  float: left;
}
#stage #header .bottom_header .forehead .nav {
  float: right;
}


/* 霑ｽ險�20190228縺薙％縺九ｉ */

#stage #header .bottom_header .forehead .nav ul.infolist {
  position: relative;
  top: -10px;
  margin-left: 25px;
}

#stage #header .bottom_header .forehead .nav ul.infolist li {
  color: #ffffff;
  font-size: 11px;
  padding: 1px 0;
  width: 220px;
  background: #3175cf;
  border: #ffffff solid 1px;
}

#stage #header .bottom_header .forehead .pointbanner {
  display: inline;
  float: right;
  width: 480px;
  margin-left: 5px;
  position: relative;
  top: -9px;
}

/* 霑ｽ險�20190228縺薙％縺ｾ縺ｧ */


#stage #header .bottom_header .forehead .nav ul.mainmenu {
  margin-left: 45px;
}
#stage #header .bottom_header .forehead .nav ul.mainmenu > li {
  padding: 5px 0;
  float: left;
  width: 230px;
  padding-right: 20px;
  border-right: #b3b2b2 dotted 1px;
}
#stage #header .bottom_header .forehead .nav ul.mainmenu > li:nth-child(1) {
  border-left: #b3b2b2 dotted 1px;
}
#stage #header .bottom_header .forehead .nav ul.mainmenu > li img {
  padding: 0;
  float: left;
  padding: 0 10px;
}
#stage #header .bottom_header .forehead .nav ul.mainmenu > li .menu_name {
  font-size: 14px;
  padding: 0;
  text-align: left;
}
#stage #header .bottom_header .forehead .nav ul.mainmenu > li .menu_name p {
  float: left;
  line-height: 1.2em;
  margin-top: 5px;
}
#stage #header .bottom_header .forehead .nav ul.mainmenu > li .menu_name i {
  padding-left: 1em;
}
#stage #header .bottom_header .forehead .nav ul.mainmenu > li .menu_name span {
  font-size: 12px;
}
#stage #header .bottom_header .forehead .nav ul.mainmenu > li .menu_name span.pink {
  color: #e7326d;
}
#stage #header .bottom_header .forehead .nav ul.mainmenu > li .menu_name span.green {
  color: #57b846;
}
#stage #header .bottom_header .forehead .nav ul.mainmenu > li .menu_name span.orange {
  color: #ff8300;
}
#stage #header .bottom_header .forehead .nav ul.mainmenu > li > ul.submenu {
  display: none;
  width: 1200px;
  position: absolute;
  z-index: 9999;
  background-color: #2d76cc;
  left: 50%;
  margin-left: -600px;
  top: 120px;
  padding: 20px 60px;
  box-sizing: border-box;
}
#stage #header .bottom_header .forehead .nav ul.mainmenu > li > ul.submenu li {
  width: 250px;
  margin-bottom: 5px;
  padding: 0;
  float: left;
}
#stage #header .bottom_header .forehead .nav ul.mainmenu > li > ul.submenu li a {
  color: #fff;
  background: url(https://cache.triple-farm.com/tfsd/common/images/arrow_white.png) 0 8px no-repeat;
  text-align: left;
  padding: 0 0 0 15px;
  display: inline-block;
  width: 100%;
}
#stage #header .bottom_header .forehead .nav ul.mainmenu > li:hover {
  background: url(https://cache.triple-farm.com/tfsd/common/images/nav_arrow.png) center bottom no-repeat;
  cursor: pointer;
}
#stage #header .bottom_header .forehead .nav ul.mainmenu > li:hover ul.submenu {
  display: block;
}
/**#stage #header .bottom_header .login {
  overflow: hidden;
  float: right;
  margin-left: 30px;
  width: 275px;
  margin-top: -10px;
}**/
#stage #header .bottom_header .login {
  overflow: hidden;
  float: right;
  margin-left: 30px;
  margin-top: 10px;
}
/**#stage #header .bottom_header .login .login_form {
  height: 30px;
  margin: 2px;
  width: 170px;
  float: left;
  background-color: #dfeff4;
  border: 0;
  border: none;
  padding: 5px;
}**/
#stage #header .bottom_header .login .login_form {
  height: 30px;
  margin: 2px;
  width: 170px;
  float: left;
  border: 0;
  border: none;
  padding: 5px;
}
#stage #header .bottom_header .login .login_form a{font-size: 16px;}
#stage #header .bottom_header .login input:focus {
  border: solid 1px #ccc;
}
#stage #header .bottom_header .login .remember {
  float: left;
  padding-left: 20px;
  padding-top: 5px;
  color: #666;
  font-weight: normal;
}
#stage #header .bottom_header .login input[type="checkbox"] {
  cursor: pointer;
  box-shadow: none;
  border: none;
}
#stage #header .bottom_header .login .login_btn {
  width: 90px;
  height: 30px;
  padding: 2px;
  text-transform: uppercase;
  background-color: #2d76cc;
  border: none;
  color: white;
  float: right;
  cursor: pointer;
  margin-top: 2px;
}
#stage #contents-wrapper {
  /**background: url(https://cache.triple-farm.com/tfsd/common/images/bg.png) repeat-x left top;**/
  max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#stage #sidenav .in-bag {
  border: 3px solid #a1deff;
  background: #fff;
  padding: 18px;
}
#stage #sidenav .in-bag .result {
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  margin: 15px 0;
  padding: 15px 0;
  color: #666;
}
#stage #sidenav .in-bag .result span {
  color: #e7326d;
  font-weight: bold;
  font-size: 14px;
}
#stage #sidenav .in-bag .bag-btn {
  background: #e7326d;
  text-align: center;
}
#stage #sidenav .in-bag .bag-btn a {
  color: #fff;
  padding: 15px 0;
  display: block;
}
#stage #sidenav h2 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin-top: 23px;
}
#stage #sidenav h2 span {
  display: block;
  color: #2d76cc;
  font-size: 12px;
}
#stage #sidenav .category {
  margin-top: 30px;
}
#stage #sidenav .category .topix {
  background: url(https://cache.triple-farm.com/tfsd/common/images/arrow.png) no-repeat 95% 20px #dfeff4;
  /*background-size: 3.333%;*/
  font-size: 14px;
  border-bottom: 1px solid #fff;
}
#stage #sidenav .category .topix a {
  color: #2d76cc;
  display: block;
  padding: 17px 19px;
}
#stage #sidenav .category .topix > ul {
  background: #fff;
  margin-bottom: -1px;
}
#stage #sidenav .category .topix > ul > li:first-child {
  border-top: 1px solid #dddddd;
}
#stage #sidenav .category .pd a {
  color: #2d76cc;
  background: url(https://cache.triple-farm.com/tfsd/common/images/up.png) no-repeat 95% 20px #dfeff4;
  /*background-size: 5.9%;*/
  cursor: pointer;
}
#stage #sidenav .category .pd a.close {
  background: url(https://cache.triple-farm.com/tfsd/common/images/down.png) no-repeat 95% 20px #dfeff4;
  background-size: 5.9%;
}
#stage #sidenav .category .pd .category-in {
  background: url(https://cache.triple-farm.com/tfsd/common/images/aco.png) no-repeat 95% 15px;
  /*background-size: 5.185%;*/
  padding: 13px 20px;
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}
#stage #sidenav .category .pd .category-in > ul {
  display: none;
}
#stage #sidenav .category .pd .category-in > ul > li {
  border-top: 1px solid #dddddd;
}
#stage #sidenav .category .pd .category-in > ul > li a {
  background: none;
  color: #888;
  padding: 10px 0;
  font-size: 12px;
}
#stage #sidenav .category .pd .category-in > ul > li:first-child {
  margin-top: 10px;
}
#stage #sidenav .category .pd .category-open{
  background: url(https://cache.triple-farm.com/tfsd/common/images/aco-clo.png) no-repeat 95% 15px;
  background-size: 5.185%;
}
#stage #sidenav .category .pd .category-open > ul {
  display: block;
}
#stage #sidenav .category .pd .category-in.close2 {
  background: url(https://cache.triple-farm.com/tfsd/common/images/aco-clo.png) no-repeat 95% 15px;
  background-size: 5.185%;
  padding: 13px 20px;
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}
#stage #sidenav .category .pd .category-open.close2{
  background: url(https://cache.triple-farm.com/tfsd/common/images/aco.png) no-repeat 95% 15px;
  background-size: 5.185%;
}
#stage #sidenav .pop ul {
  margin-top: 10px;
}
#stage #sidenav .pop ul li {
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  #stage .pc {
    display: none;
  }
  #stage .sp {
    display: block;
  }
  #stage .fl {
    float: none;
  }
  #stage .fr {
    float: none;
  }
  #stage .sp-wrapper {
    width: 95%;
    margin: 0 auto;
  }
  #stage #header .top_header .header_inside {
    width: 100%;
  }
  #stage #header .top_header .header_inside h1 {
    font-size: 11px;
    padding-top: 0;
    padding: .2em 0 .2em 1em;
  }
  #stage #header .sp-header {
    position: relative;
  }
  #stage #header .sp-logo {
    margin: .8em 0;
  }
  #stage #header .sp-logo img {
    width: 27.46666%;
  }
  #stage #header .openbtn, #stage #header .closebtn {
    position: absolute;
    top: 40%;
    left: 15px;
  }
  #stage #header .openbtn img, #stage #header .closebtn img {
    width: 39.333%;
  }
  #stage #header .cart {
    padding-top: 5px;
    position: absolute;
    top: 25%;
    right: 20px;
    font-size: 2.5em;
    color: #156eb2 !important;
  }
  #stage #header .cart span {
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    background-color: #e7326d;
    font-size: 10px;
    top: 0;
    right: -5px;
    color: #fff;
    border-radius: 20px;
  }
  #stage #contents-wrapper {
    background: none;
  }
  #stage #contents {
    position: relative;
  }
  #stage #nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  #stage #nav .category {
    margin-top: 0;
  }
  #stage #nav .sp-navbtn {
    background: #2d76cc;
    padding: 4%;
  }
  #stage #nav .sp-navbtn .login {
    background: #fff;
    text-align: center;
  }
  #stage #nav .sp-navbtn .login p a {
    color: #2d76cc;
    padding: .8em 0;
    display: block;
    font-size: 16px;
  }
  #stage #nav .sp-navbtn ul {
    overflow: hidden;
    zoom: 1;
    margin-top: 4%;
  }
  #stage #nav .sp-navbtn ul li {
    float: left;
    border: 1px solid #fff;
    text-align: center;
    width: 47.826%;
    margin-left: 4.3478%;
  }
  #stage #nav .sp-navbtn ul li:first-child {
    margin-left: 0;
  }
  #stage #nav .sp-navbtn ul li a {
    color: #fff;
    font-size: 95%;
    padding: 0.5em;
    display: block;
    padding: 0.8em 0;
  }
  #stage #nav .sp-navbtn ul li a i{
    margin-right: 5px;
  }
  #stage #nav .nav-close {
    background: #2d76cc;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 1.2em 0;
  }
  #stage #nav .nav-close img {
    width: 2.5%;
    vertical-align: middle;
    margin-right: 8px;
  }
  #stage #sidenav .pop .h2 {
    background: url(https://cache.triple-farm.com/tfsd/common/images/h2-bg.png) repeat-x left 18px;
    text-align: center;
  }
  #stage #sidenav .pop .h2 h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 5em;
    background: #fff;
  }
  #stage #sidenav .pop .h2 h2 span {
    display: block;
    color: #2d76cc;
    font-size: 12px;
  }
  #stage #sidenav .pop ul li {
    margin-bottom: 4.347%;
    float: left;
    width: 47.826%;
    margin-right: 4.347%;
  }
  #stage #sidenav .pop ul li:nth-child(even) {
    margin-right: 0;
  }
}

#stage #footer {
  background: #dfeff4;
}
#stage #footer .footer-in {
  width: 1200px;
  padding: 40px 0;
  margin: 0 auto;
}
#stage #footer .footer-in .box02 {
  background: #fff;
  float: left;
  width: 500px;
  padding: 30px;
}
#stage #footer .footer-in .box02 .ft-logo {
  text-align: center;
  margin-bottom: 20px;
}
#stage #footer .footer-in .box02 p {
  color: #222;
  font-size: 14px;
  line-height: 1.8;
}
#stage #footer .footer-in .box02 .geo {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 20px;
}
#stage #footer .footer-in .box02 .geo img {
  float: left;
}
#stage #footer .footer-in .box02 .geo p {
  float: right;
  font-size: 12px;
  width: 300px;
  margin-top: 10px;
}
#stage #footer .footer-in .ft-nav {
  float: right;
}
#stage #footer .footer-in .ft-nav .left {
  margin-right: 65px;
}
#stage #footer .footer-in .ft-nav .nav-category {
  width: 250px;
  margin-bottom: 30px;
}
#stage #footer .footer-in .ft-nav .nav-category p {
  border-bottom: 1px solid #98bfe4;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 14px;
}
#stage #footer .footer-in .ft-nav .nav-category ul li {
  background: url(https://cache.triple-farm.com/tfsd/common/images/ft-arrow.png) no-repeat left 5px;
  padding-left: 10px;
  margin-bottom: 5px;
  margin-left: 7px;
}
#stage #footer .footer-in .ft-nav .nav-category ul li a {
  font-size: 12px;
}
#stage .copy {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#stage .copy p {
  font-size: 12px;
  color: #888;
}
@media screen and (max-width: 1200px) {
  #stage #footer .footer-in {
    width: 100%;
    padding: 40px 0 0;
  }
  #stage #footer .footer-in .box02 {
    width: 92%;
    padding: 1em;
    margin: 0 auto;
    float: none;
  }
  #stage #footer .footer-in .box02 .geo img {
    width: 25%;
    margin-right: 5%;
  }
  #stage #footer .footer-in .box02 .geo p {
    width: 70%;
    margin-top: 0;
  }
  #stage #footer .footer-in .sitemap {
    background-image: url(https://cache.triple-farm.com/tfsd/common/images/sitemap-op.png);
    background-repeat: no-repeat;
    background-position: 95% 1em;
    background-size: 5.2%;
    background-color: rgba(45, 118, 204, 0.4);
    padding: 1em 0;
    text-align: center;
    margin-top: 2em;
  }
  #stage #footer .footer-in .sitemap p {
    color: #fff;
    font-size: 16px;
  }
  #stage #footer .footer-in .sitemap-cl {
    background-image: url(https://cache.triple-farm.com/tfsd/common/images/sitemap-cl.png);
  }
  #stage #footer .footer-in .ft-nav {
    display: none;
    float: none;
  }
  #stage #footer .footer-in .ft-nav .nav-category {
    width: 92%;
    margin-left: 4%;
    margin-top: 2em;
    margin-bottom: 0;
  }
  #stage #footer .footer-in .ft-nav .nav-category:last-child {
    padding-bottom: 30px;
  }
  #stage #footer .footer-in .ft-nav .nav-category ul li {
    margin-bottom: 1.5em;
    margin-left: .5em;
  }
  #stage #footer .footer-in .ft-nav .left {
    margin-right: 0;
  }
  #stage .copy {
    width: 100%;
    text-align: center;
  }
}

/* #contents 竊� #contents-wrapper縺ｫ螟画峩 縺薙％縺九ｉ */


#stage #contents-wrapper .search .search-inner {
  width: 660px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0 28px;
}
#stage #contents-wrapper .search .search-inner .searchform {
  position: relative;
  padding-right: 25px;
}
#stage #contents-wrapper .search .search-inner .searchform .searchbtn {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 35px;
  width: 26px;
  background: #fff0;
}
#stage #contents-wrapper .search p {
  width: 200px;
  box-sizing: border-box;
  padding-left: 25px;
  float: left;
  font-weight: bold;
  font-size: 18px;
  padding-top: 8px;
  color: #222;
}
#stage #contents-wrapper .search p span {
  color: #2d76cc;
  padding-left: 10px;
  font-size: 13px;
}
#stage #contents-wrapper .search .itemsearch {
  float: left;
  width: 680px;
}
#stage #contents-wrapper .search .itemsearch input[type="text"] {
  border: none;
  width: 100%;
  height: 42px;
  border: 2px solid #ccc;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 0 10px 0 15px;
}
#stage #contents-wrapper .search .itemsearch input:focus{
   outline:0;
   border:1px solid #2D75CC;
   border-radius: 24px;
}
@media screen and (max-width: 1920px) {
 #stage #contents-wrapper .search {
    background: #fff0;
    background-size: 100%;
    position: absolute;
    z-index: 9999;
        background: #fff0;
    background-size: 100%;
    position: absolute;
    z-index: 9999;
    margin-top: -90px;
    margin-left: 290px;
}
}

@media screen and (max-width: 1200px){
#stage #contents-wrapper .search{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 2px 0 2px;
    position:relative;
}

#stage #contents-wrapper .search .itemsearch{
    width: 80%;
}

  #stage #contents-wrapper .search {
    /**background: url(https://cache.triple-farm.com/tfsd/common/images/bg-sp.png) repeat-x left top;**/
    background: #468cc2;
    background-size: 100%;
  }
  #stage #contents-wrapper .search .search-inner {
    width: 92%;
    padding: 1em 0;
  }
  #stage #contents-wrapper .search .search-inner .searchform {
    padding-right: 0;
  }
  #stage #contents-wrapper .search .search-inner .searchform .searchbtn {
    left: inherit;
    right: 14px;
  }
  #stage #contents-wrapper .search .itemsearch {
    width: 100%;
    float: none;
  }
  #stage #contents-wrapper .search .itemsearch input[type="text"]{
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px){
#stage #contents-wrapper .search{
	width: 100%;
	padding: 2px 0 2px;
	position: relative;
    margin-top: 0;
    z-index: 999;
}
#stage #contents-wrapper .search .itemsearch{
    margin-left: 0;
}
#stage #contents-wrapper .search .search-inner{
    position:relative;
}

#stage #header .openbtn, #stage #header .closebtn{
    top: 10px;
}
#stage #header .cart {
    top: 2px;
  }
}


/* #contents 竊� #contents-wrapper縺ｫ螟画峩 縺薙％縺ｾ縺ｧ */


#contents.second #sidenav .block-calendar {
  width: 270px;
  margin-top:30px;
}
#contents.second #sidenav .block-calendar table.calendar {
  background-color: #fff;
  /* float: left; */
  width: 270px;
  margin: 10px auto 0;
}
#contents.second #sidenav .block-calendar table.calendar:nth-child(2) {
  /* float: right; */
}
#contents.second #sidenav .block-calendar table.calendar th,
#contents.second #sidenav .block-calendar table.calendar td {
  text-align: center;
  padding: 5px;
  border: 1px solid #ccc;
}
#contents.second #sidenav .block-calendar table.calendar th.month {
  background: #e6f7f7 none repeat scroll 0 0;
  font-weight: bold;
}
#contents.second #sidenav .block-calendar table.calendar td.holiday {
  background-color:#DD164B;
  color: #ffffff;
}
#contents.second #sidenav .block-calendar table.calendar .blue {
    color: #0066cc;
}
#contents.second #sidenav .block-calendar table.calendar .red {
    color: #cc3333;
}
#contents.second #sidenav .block-calendar p.notice {
  margin: 5px 0 15px;
}

#sidenav .category h3 {
    margin-bottom: 1px;
  }
  #sidenav .category h3.sp a:link,
  #sidenav .category h3.sp a:visited{
    color: #FFF;
  }
#contents #maincontents .mini{
  font-size:x-small;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 100;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* 逞�憾蛻･迚ｹ髮��繝ｼ繧ｸ */
.my-parts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.my-parts ul li a {
  position: relative;
  display: block;
  padding: .8em .8em .8em 2.4em;
  text-decoration: none;
  background: #fff;
  color: #333;
  text-align: left;
  /*margin: .2em 0;*/
  border-bottom:1px solid #ccc;
}
.my-parts ul li a:hover {
  background: #eee;
}
.my-parts ul li a::before {
	position:absolute;
	content:'';
	top: 1em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #3366CC;
}

/**index**/

.top-nav{float: right;width: 100%;background: #f1f1f1;padding: 10px 0;margin: 0;}
.top-nav ul.nav1{
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-content: flex-start;
    border-width: 0;
    border-style: solid;
    border-color: black;
    margin: 0;
    padding: 0;
    min-width: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 50px;}
.top-nav ul.nav1 li{
    box-sizing: content-box;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    align-content: flex-start;
    border-width: 0;
    border-style: solid;
    border-color: black;
    margin: 0;
    padding: 0 0 20px;
    min-width: 0vw;
    overflow: scroll hidden;
    position: static;
    height: 50px;
    float: left;
    width: 19.75%;
    border-right: 1px #8c8c8c solid;
}
.top-nav ul li a::after{

}
.top-nav ul li span.active{
    color:#2d76cc;

}
.top-nav ul.nav1 li span{
    box-sizing: border-box;
    display: block;
    font-size: 1.6em;
    white-space: nowrap;
    color: rgb(51, 51, 51);
    justify-content: center;
    text-align: center;
    position: relative;
    font-weight: bold;
    margin-bottom: 4px;
}
.top-nav ul.nav1 li span.top-nav-subtitle{
    font-size: 0.6em;
    color:#8c8c8c;
}

.top-nav-end{
    border-right: 0 !important;
}

.top-nav ul.nav1 li .selected span{
    color:#2d76cc;
}
.top-nav ul.nav1 li .selected span.top-nav-subtitle{
    background: #2d76cc;
    border-radius: 8px;
    width: 75%;
    text-align: center;
    color: #fff;
    margin-left: 12.5%;
}
@media screen and (max-width: 1920px){
   #contents-wrapper .topics{padding: 10px 16px;border: 1px #f93535 solid;margin-bottom: 10px;}
}
@media screen and (max-width: 1200px){
   #contents-wrapper .topics{padding: 8px 8px;}
}
@media screen and (max-width: 767px){
#contents-wrapper .topics{width:100% !important;background: #fff;padding: 4px 6px;}
#stage #contents-wrapper{background: #f1f1f1 !important;}
#stage #contents-wrapper .search .itemsearch input[type="text"]{border: 1px solid #ccc;border-radius: 23px;color:#ccc;}
#stage #contents-wrapper .search .search-inner .searchform .searchbtn{width: 26px;}

.top-nav{float: right;width: 100%;background: #f1f1f1;padding: 10px 0;margin: 0;}
.top-nav ul.nav1{
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-content: flex-start;
    border-width: 0;
    border-style: solid;
    border-color: black;
    margin: 0;
    padding: 0;
    min-width: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 47px;}
.top-nav ul.nav1 li{
    box-sizing: content-box;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    align-content: flex-start;
    border-width: 0;
    border-style: solid;
    border-color: black;
    margin: 0;
    padding: 0 0 17px;
    min-width: 0vw;
    overflow: scroll hidden;
    position: static;
    height: 47px;
    float: left;
    width: 19.75%;
    border-right: 1px #8c8c8c solid;
}
.top-nav ul li a::after{

}
.top-nav ul li span.active{
    color:#2d76cc;

}
.top-nav ul.nav1 li span{
    box-sizing: border-box;
    display: block;
    font-size: 1.6em;
    white-space: nowrap;
    color: rgb(51, 51, 51);
    justify-content: center;
    text-align: center;
    position: relative;
    font-weight: bold;
    margin-bottom: 4px;
}
.top-nav ul.nav1 li span.top-nav-subtitle{
    font-size: 0.6em;
    color:#8c8c8c;
}

.top-nav-end{
    border-right: 0 !important;
}

.top-nav ul.nav1 li .selected span{
    color:#2d76cc;
}
.top-nav ul.nav1 li .selected span.top-nav-subtitle{
    background: #2d76cc;
    border-radius: 8px;
    width: 75%;
    text-align: center;
    color: #fff;
    margin-left: 12.5%;
}
}

/**banner轮播**/
.slider{position: relative;}
.slider:hover .slider-btn {color: #fff;text-shadow: 0 0 5px #666;}
.slider .slider-btn {position: absolute;width: 50px;height: 100px;line-height: 100px;text-align: center;color: #fff;font-size: 28px;text-decoration: none;font-family: '黑体';color: rgba(255, 255, 255, 0);}
.slider .slider-btn:hover {background: rgba(125, 125, 125, .3);}
.slider .slider-btn.lastpic {left: 0;}
.slider .slider-btn.nextpic {right: 0;}
.slider .slider-btn{margin-top:14%;}

@media screen and (max-width: 767px){
.slider .slider-btn{margin-top:7%;}
}


