#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;
  }
}

#pomalo_head {
  text-align: center;
  border: 1px solid #000;
  border-left: none;
  border-right: none;
  padding: 23px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #pomalo_head {
    border: none;
    padding: 20px 0 0;
  }
}
#pomalo_head h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  margin: 0;
  font-family: 'theory-web-tbeweb-tbe';
}
@media screen and (max-width: 768px) {
  #pomalo_head h1 {
    font-size: 20px;
  }
}
#pomalo_head p {
  font-size: 14px;
  line-height: 1.7;
  margin: 1em 0 0;
}
@media screen and (max-width: 768px) {
  #pomalo_head p {
    font-size: 12px;
  }
}

.pomalo_section {
  padding: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pomalo_section {
    padding: 20px 10px;
  }
}
.pomalo_section:last-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pomalo_section:last-child {
    margin-bottom: 50px;
  }
}

.pomalo_section_head {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pomalo_section_head {
    margin-bottom: 10px;
  }
}
.pomalo_section_head .pomalo_photo-elm {
  position: relative;
  float: right;
  width: 283px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pomalo_section_head .pomalo_photo-elm {
    float: left;
    width: 49%;
  }
}
.pomalo_section_head .pomalo_photo-elm:first-child {
  float: left;
  width: 579px;
}
@media screen and (max-width: 768px) {
  .pomalo_section_head .pomalo_photo-elm:first-child {
    width: 100%;
    margin-bottom: 6px;
  }
}
.pomalo_section_head .pomalo_photo-elm.last {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .pomalo_section_head .pomalo_photo-elm.last {
    margin: 0;
    float: right;
  }
}
.pomalo_section_head .pomalo_photo-elm:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.pomalo_section_head .pomalo_photo-elm:hover .pml-icon {
  background: #000;
}
.pomalo_section_head .pomalo_photo-elm img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.pomalo_section_head .pomalo_photo-elm .pml-icon {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-top: 15px;
  padding-left: 15px;
  -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-width: 768px) {
  .pomalo_section_head .pomalo_photo-elm .pml-icon {
    width: 20px;
    height: 20px;
    padding-top: 3px;
    padding-left: 5px;
  }
}

.pomalo_section_body {
  text-align: center;
}
.pomalo_section_body h2 {
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
  margin: 1em 0 0;
}
@media screen and (max-width: 768px) {
  .pomalo_section_body h2 {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    margin: 1.5em 0 0;
  }
}
.pomalo_section_body p {
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  margin: 1em 0;
}
@media screen and (max-width: 768px) {
  .pomalo_section_body p {
    margin: 0.6em 0 1.2em;
    text-align: justify;
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .pomalo_section_foot {
    text-align: center;
  }
}
.pomalo_section_foot a, .pomalo_section_foot span {
  color: #666;
}
.pomalo_section_foot span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: 'theory-web-ulweb-ul';
  font-size: 12px;
  padding: 5px 10px 5px 0;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .pomalo_section_foot span {
    display: block;
    padding: 2px;
    font-size: 11px;
  }
}
.pomalo_section_foot a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: 'theory-web-ulweb-ul';
  text-decoration: underline;
  font-size: 12px;
  padding: 5px 10px 5px 0;
}
@media screen and (max-width: 768px) {
  .pomalo_section_foot a {
    display: block;
    padding: 2px;
    font-size: 11px;
  }
}
.pomalo_section_foot a:hover {
  text-decoration: none;
  color: #7C7C7C;
}

.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;
  }
}

body.lock {
  overflow: hidden;
}

.pomalo_photo-elm-target {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.87);
  text-align: center;
  z-index: 12000;
  padding: 10px;
  box-sizing: border-box;
}
.pomalo_photo-elm-target img {
  width: auto;
  height: 90% !important;
  display: inline !important;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .pomalo_photo-elm-target img {
    max-width: 100%;
    height: auto !important;
    display: inline !important;
  }
}
.pomalo_photo-elm-target span {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  font-family: sans-serif;
}
