a {
  outline: none;
}

a:active,
a:focus {
  outline: none;
}

#pomalo_container {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #pomalo_container {
    width: 100%;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}

hr {
  border: none;
  border-top: 1px solid #000;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  hr {
    margin: 20px 0;
  }
}

.pml_btn {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  font-size: 12px;
  background: #000;
  color: #fff !important;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none !important;
  padding: .9em 2.6em;
}
.pml_btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

#pomalo_head {
  text-align: center;
  padding: 32px 0 23px 0;
  margin-bottom: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #pomalo_head {
    margin: 0 3% 0;
  }
}
#pomalo_head h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  line-height: 38px;
  font-weight: normal;
  margin: 0;
  font-family: 'theory-web-tbeweb-tbe';
}
@media screen and (max-width: 768px) {
  #pomalo_head h1 {
    font-size: 19px;
    line-height: 23px;
  }
}
#pomalo_head h1 + p {
  color: #000;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #pomalo_head h1 + p {
    font-size: 11px;
  }
}
#pomalo_head p {
  font-size: 13px;
  line-height: 1.7;
  margin: 1em 0 2.6em;
  color: #6e6e6e;
}
@media screen and (max-width: 768px) {
  #pomalo_head p {
    font-size: 11px;
    margin: 1em 0;
  }
}

.pomalo_section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .pomalo_section {
    padding: 0 20px 0;
  }
}

.pml_card {
  margin: 0 -4px 40px;
  padding: 0;
  list-style: none;
}
.pml_card li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 25%;
  padding: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pml_card li {
    width: 50%;
  }
}
.pml_card li:hover img {
  -moz-box-shadow: 0 0 10px #646464;
  -webkit-box-shadow: 0 0 10px #646464;
  box-shadow: 0 0 10px #646464;
}
.pml_card li p {
  font-size: 13px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 14px;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  font-family: 'theory-web-tbeweb-tbe';
}
.pml_card li i.fs {
  content: "";
  height: 2px;
  width: 10px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 18px;
  right: 14px;
}
.pml_card li i.ls {
  content: "";
  height: 10px;
  width: 2px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 14px;
  right: 18px;
}
.pml_card li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#pomalo_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(240, 240, 240, 0.94);
  z-index: 60000;
}
#pomalo_modal .mask {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
}
#pomalo_modal .mask + .close {
  display: none;
}
@media screen and (max-width: 768px) {
  #pomalo_modal .mask + .close {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #pomalo_modal {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 52px 0 0;
  }
}
#pomalo_modal .close {
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 13px;
  height: 20px;
  width: 20px;
  z-index: 60010;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-height: 720px) {
  #pomalo_modal .close {
    top: 83px;
  }
}
#pomalo_modal .close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#pomalo_modal .close .text {
  display: none;
}
#pomalo_modal .close img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #pomalo_modal .close {
    width: 100%;
    top: 0;
    right: 0;
    height: 40px;
    text-align: center;
    background: #fff;
    opacity: 1;
  }
  #pomalo_modal .close .text {
    display: inline;
    text-transform: uppercase;
    font-size: 21px;
    font-family: 'theory-web-tbeweb-tbe';
    line-height: 40px;
  }
  #pomalo_modal .close img {
    display: block;
    position: absolute;
    top: 13px;
    right: 13px;
    height: 13px;
    width: 13px;
  }
}
#pomalo_modal .slick {
  margin: 0;
  padding: 0;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #pomalo_modal .slick {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: initial;
    width: 80%;
    margin: 0 auto;
  }
}
#pomalo_modal .slick li {
  overflow: hidden;
  *zoom: 1;
}
@media screen and (max-width: 768px) {
  #pomalo_modal .slick li {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  #pomalo_modal .slick li div.slick-list.draggable {
    background: #fff;
  }
  #pomalo_modal .slick li.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
#pomalo_modal .slick li .inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  *zoom: 1;
}
@media screen and (max-width: 768px) {
  #pomalo_modal .slick li .inner {
    position: absolute;
    top: 0;
    left: 0;
    max-width: inherit;
    width: 100%;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    margin: 0 auto;
  }
}
#pomalo_modal .slick li .photo, #pomalo_modal .slick li .txt {
  float: left;
}
#pomalo_modal .slick li .photo {
  width: 45%;
}
@media screen and (max-height: 720px) {
  #pomalo_modal .slick li .photo {
    padding: 80px 0 80px 80px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  #pomalo_modal .slick li .photo {
    width: 100%;
    padding: 0 !important;
  }
}
#pomalo_modal .slick li .photo img {
  width: 100%;
  height: auto;
}
#pomalo_modal .slick li .txt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 55%;
  padding: 0 50px;
  text-align: center;
  background: #fff;
  padding-top: 15.3%;
  position: relative;
}
@media screen and (max-height: 720px) {
  #pomalo_modal .slick li .txt {
    padding: 0 80px 0 50px;
    padding-top: 17%;
  }
}
@media screen and (max-width: 768px) {
  #pomalo_modal .slick li .txt {
    width: 100%;
    padding: 0 !important;
  }
  #pomalo_modal .slick li .txt a.pml_btn {
    display: none;
  }
  #pomalo_modal .slick li .txt .in {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px;
  }
  #pomalo_modal .slick li .txt .close {
    display: none !important;
  }
}
#pomalo_modal .slick li .txt h2 {
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'theory-web-tbeweb-tbe';
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #pomalo_modal .slick li .txt h2 {
    display: none;
  }
}
#pomalo_modal .slick li .txt h2 + p {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #pomalo_modal .slick li .txt h2 + p {
    font-size: 11px;
  }
}
#pomalo_modal .slick li .txt p {
  font-size: 12px;
  margin: 1.6em 0;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #pomalo_modal .slick li .txt p {
    text-align: justify;
    font-size: 11px;
  }
}
#pomalo_modal .slick li .txt .price {
  margin: 2em 0 0 0;
}
#pomalo_modal .slick li .txt .price a, #pomalo_modal .slick li .txt .price span {
  color: #666;
}
#pomalo_modal .slick li .txt .price span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-family: 'theory-web-ulweb-ul';
  font-size: 12px;
  padding: 5px 10px 5px 0;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #pomalo_modal .slick li .txt .price span {
    display: block;
    padding: 2px;
    font-size: 11px;
  }
}
#pomalo_modal .slick li .txt .price a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-family: 'theory-web-ulweb-ul';
  text-decoration: underline;
  font-size: 12px;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  #pomalo_modal .slick li .txt .price a {
    display: block;
    padding: 2px;
    font-size: 11px;
  }
}
#pomalo_modal .slick li .txt .price a:hover {
  text-decoration: none;
  color: #7C7C7C;
}
#pomalo_modal .slick-arrow {
  text-indent: -99999px;
  height: 50px;
  width: 42px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  z-index: 600;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pomalo_modal .slick-arrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #pomalo_modal .slick-arrow {
    width: 28px;
  }
}
#pomalo_modal .slick-prev {
  left: 0;
  background-image: url(../images/aprev.png);
  background-position: 45% center;
  background-size: 20px;
  background-repeat: no-repeat;
}
#pomalo_modal .slick-next {
  right: 0;
  background-image: url(../images/anext.png);
  background-position: 55% center;
  background-size: 20px;
  background-repeat: no-repeat;
}

.pomalo_section_news {
  padding: 40px;
  margin-bottom: 80px;
  padding-top: 80px;
}
.pomalo_section_news h2 {
  text-transform: uppercase;
  text-align: left;
  font-size: 26px;
  font-weight: normal;
  margin: 0;
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #000;
  font-family: 'theory-web-tbeweb-tbe';
}
@media screen and (max-width: 768px) {
  .pomalo_section_news h2 {
    text-align: center;
    margin-bottom: .3em;
    padding-bottom: .3em;
    border-bottom: 2px solid #000;
    font-size: 18px;
  }
}
.pomalo_section_news h3 {
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pomalo_section_news h3 {
    padding: 0;
    border-bottom: none;
    text-align: center;
    color: #000;
    font-weight: 600;
    margin: 1em 0;
    line-height: 1.6;
    font-size: 12px;
  }
}
.pomalo_section_news p {
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  margin: 1em 0;
}
@media screen and (max-width: 768px) {
  .pomalo_section_news p {
    margin: 0.6em 0 1.2em;
    text-align: center;
    font-size: 11px;
  }
}
.pomalo_section_news small {
  display: block;
}
@media screen and (max-width: 768px) {
  .pomalo_section_news small {
    text-align: center;
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pomalo_section_news {
    padding: 20px 0;
    margin: 30px 15px;
  }
}

.pml_btnslot {
  display: none;
}
@media screen and (max-width: 768px) {
  .pml_btnslot {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 6000;
  }
}
