@media screen and (min-width: 768px) {
  #main_image_area { position: relative; }
  #main_image_text {
    z-index: 2;
    position: absolute;
    top: 120px;
    left: 50%;
    padding-top: 50px;
    width: 700px;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    text-align: center;
  }
  #main_image_text p {
    margin:0 0 15px;
    padding: 0;
    line-height: 1.0em;
    font-size: 40px;
    color: #444;
background-color: rgba(255,255,255,0.5);
    padding:40px;
  }
  #main_image {
    position: relative;
    margin: 0px auto;
    width: 100%;
    min-width: 980px;
    height: 450px;
    background-color: #f0f0f0;
    overflow: hidden;
  }
  #main_image img {
    position: absolute;
    top: 40%;
    left: 50%;
    width: auto;
    height: auto;
    vertical-align: bottom;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
}
@media screen and (max-width: 767px) {
  #main_image {
    position: relative;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
  }
  #main_image img { width: 100%; }
}
/* SetBox List
--------------------------- */
.SetBoxStyleA_ article {
  background-color: #fff;
}
.SetBoxStyleA_ h2 {
  border-bottom: 3px #61c9f2 solid;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.SetBoxStyleA_ .ButtonBox_,
.SetBoxStyleB_ .ButtonBox_ {
  box-sizing: border-box;
  padding: 0 10px;
}

.SetBoxStyleB_ article {
  background-color: #fff;
}
.SetBoxStyleB_ h2 {
  border-bottom: 3px #61c9f2 solid;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}

/* -- PC -- */
@media screen and (min-width: 768px) {
  .SetBoxStyleA_ .ButtonBox_,
  .SetBoxStyleB_ .ButtonBox_ {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
  }
  .SetBoxStyleA_ article { height: 400px; }
  .SetBoxStyleB_ article { height: 450px; }
  .SetBoxStyleB_ h2 { font-size: 23px; }
}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  .SetBoxStyleB_ h2 { font-size: 18px; }
}

/* INFORMATION
--------------------------- */
ul#information_list {
  margin: 0 auto 5px;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
#information_list li {
  clear: both;
  border-bottom: 1px dotted gray;
  padding: 15px;
  background-color: #fff;
  overflow: hidden;
}
#information_list span {
  display: inline-block;
  padding: 5px 0;
}
#information_list .Date {
  width: 120px;
  font-weight: bold;
}
#information_list .Category{
  padding: 2px 0;
  width: 120px;
  border: 2px orange solid;
  text-align: center;
  color: orange;
}

/* PC or SMP
--------------------------- */
/* -- PC -- */
@media screen and (min-width: 768px) {
  /* INFORMATION */
  #information_list .Title {
    float: right;
    display: block;
    width: 680px;
  }
}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  /* INFORMATION */
  #information_list .Title {
    display: block;
    margin-top: 5px;
    width: 100%;
  }
}

/* ///// BLOG /////////////////////////////////////// */
#blog_area .ImageBox_{
  position: relative;
  margin-bottom: 0;
  width: 100%;
  height: 170px;
  overflow: hidden;
}
#blog_area .ImageBox_ img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  width: 100%;
  height: auto;
}
#blog_area .TextArea {
  padding: 10px;
  overflow: hidden;
}
/* カテゴリ */
#blog_area h2 {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 2px 10px;
  background-color: #ff8900;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
}
/* タイトル */
#blog_area h1 {
  margin: 0 0 10px 0;
  padding-bottom: 7px;
  line-height: 1.2em;
}
#blog_area h1 a {
  font-size: 15px;
  font-weight: bold;
  color: #444;
}
/* 掲載日 */
#blog_area .ListReleaseDate {
  padding-top: 5px;
  border-top: 1px gray dotted;
  width: 100%;
  text-align: right;
}
#blog_area time {
  display: inline-block;
  padding-left: 20px;
  background: url(/img/com/ps01/ic-blog-clock.png) 0px center no-repeat;
  line-height: 16px;
  font-size: 13px;
  font-weight: bold;
}

/* -- PC -- */
@media screen and (min-width: 768px) {
  /* BLOG */
  #blog_area article {
    border-radius:10px;
    background-color: #fff;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
  }
  /* タイトル */
  #blog_area h1 { height: 70px; }

}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  /* BLOG */
  #blog_area article {
    border-radius:10px;
    padding: 10px;
    background-color: #fff;
  }
  #blog_area .ImageBox_ img{
    max-width: 280px;
  }
}
