@charset "utf-8";

#blue {
  background: url(img/bg_green.png) center top repeat;
}

#blue #header {
  width: 100%;
  height: 130px;
  padding-bottom: 260px;
  background: url(img/bg_top_green.png) center top no-repeat;
}

#item_contents {
  width: 1000px;
  position: relative;
  margin: -250px auto 0;
}

#item_contents #item_ph_box {
  width: 500px;
  height: 670px;
  background: url(img/item_ph_bg.png) no-repeat;
  float: left;
  position: relative;
}

#item_contents #item_ph_box .slides_container {
  width: 410px;
  height: 430px;
  overflow: hidden;
  position: absolute;
  top: 36px;
  left: 40px;
  display: none;
}

#item_contents #item_ph_box .slides_container a {
  width: 410px;
  height: 430px;
  display: none;
}

#item_contents #item_ph_box .pagination {
  position: absolute;
  top: 476px;
  left: 40px;
}

#item_contents #item_ph_box .pagination li {
  float: left;
  width: auto;
  *display: inline;
  margin: 0 8px 0 0;
  list-style: none;
}

#item_contents #item_ph_box .pagination li a {
  display: block;
  width: 95px;
  height: 100px;
  float: left;
}

#item_contents #item_ph_box .pagination li a {
  margin: 0 !important;
  border: 1px solid #ffffff;
}

#item_contents #item_ph_box .pagination li a:hover {
  border: 1px solid #e6e6e6;
}

#item_contents #item_ph_box .pagination li.current a {
  border: 1px solid #000000;
  margin: 0;
}

#item_contents #item_detail .ust_link {
  margin-top: 10px;
}

#item_contents #item_detail {
  width: 480px;
  float: left;
  text-align: left;
  position: relative;
}

#item_contents #item_detail h2 {
  font-size: 34px;
  font-weight: normal;
  margin-top: 37px;
  color: #000000;
}

#item_contents #item_detail .t1 {
  margin-top: 30px;
}

#item_contents #item_detail .t1 li {
  font-size: 18px;
  color: #5c5c5c;
  margin-bottom: 5px;
}

#item_contents #item_detail .t2 {
  color: #5c5c5c;
}

#item_contents #item_detail .price {
  font-size: 18px;
  margin-top: 20px;
}

#item_contents #item_detail .btns {
  margin-top: 30px;
  display: flex;
}

#item_contents #item_detail .btns li {
  margin-right: 20px;
}


#item_contents #item_detail .btns .shop_link {
  width: 179px;
  height: 45px;
  background-image: url(img/btn_bg.png);
}

#item_contents #item_detail .btns .social {
  width: 230px;
  height: 45px;
  text-align: center;
  background-image: url(img/social_bg.png);
}

#item_contents #item_detail .btns .social .fb-like {
  padding-top: 12px;
}

#item_contents #item_detail .discription {
  margin-top: 30px;

}

#item_contents #item_detail .discription ul {
  display: flex;
  justify-content: space-between;

}



#item_tab_contents {
  width: 960px;
  position: relative;
  margin: 60px auto 20px;
}

#item_tab_contents .bg_top {
  vertical-align: bottom;
  margin-top: 20px;
}

#item_tab_contents #tab {
  width: 960px;
  height: 51px;
  margin: 0 auto;
  background: url(img/line01.png) bottom repeat-x;
  position: relative;
  display: flex;
  justify-content: center;
}

#item_tab_contents #tab li {
  height: 31px;
  font-size: 16px;
  background-position: 0 0;
  cursor: pointer;
  padding: 5px 24px 0;
  box-sizing: border-box;
}

#item_tab_contents #tab li.ov:hover {
  color: #c14f4e;
}

#item_tab_contents #tab li.tab_menu {
  display: block;
}

#item_tab_contents #tab li.select {
  color: #c14f4e;
  height: 58px;
  background: url(img/tab_arrow.png) no-repeat;
  background-position: center bottom;
  cursor: default;
}

#item_tab_contents .disnon {
  display: none;
}

#item_tab_contents .content_wrap {
  width: 960px;
  min-height: 300px;
  height: auto !important;
  margin: 0 0 0 0;
  padding: 24px 40px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  background: url(img/con_bg.png) top repeat-y;
}

#item_tab_contents .content_wrap h3 {
  font-size: 18px;
  margin-bottom: 1em;
  padding-top: 1em;
}

#item_tab_contents .content_wrap h4 {
  font-size: 16px;
  margin-bottom: 0.6em;
  padding-top: 0.6emem;
}

#item_tab_contents .content_wrap strong {
  padding-right: 1em;
}

#item_tab_contents .content_wrap p {
  font-size: 14px;
  margin-bottom: 1.25em;
}

#item_tab_contents .content_wrap p.small {
  font-size: .85em;
  margin-bottom: 2em;
}

#item_tab_contents .content_wrap .fix {
  width: 32%;
  height: auto;
  float: right;
  margin: 0 auto 0 20px;
}

#item_tab_contents .content_wrap .contents_profile {
  margin-top: 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#item_tab_contents .content_wrap .contents_profile img {
  width: 13%;
  border-radius: 40px;
  margin-right: 24px;
  margin-top: -10px;
}

.try_list {
  display: flex;
  flex-wrap: wrap;
}

.try_list li {
  width: 30%;
  text-align: center;
  margin-right: 5%;
  margin-bottom: 24px;
  font-size: 16px;
  font-family: 'Cormorant Garamond',
    serif;
}

.try_list li a {
  text-decoration: none;
}

.try_list li:nth-of-type(3n) {
  margin-right: 0;
}

.try_list li a img {
  width: 100%;
  border-radius: 8px;
}

.sign {
  text-align: right;
}

.profile_photo img {
  border-radius: 4px;
  margin: auto;
}