@charset "utf-8"; 

/* Sea-Style : layout.css */

/* Layout - PC & SP
=========================================================================== */

/* common */
#rwd-content .content-blue {
  background: #eaf2fa;
}
#rwd-content .rwd-content-red {
  background: #bb363626;
}
#rwd-content .text-red {
  color: #bb3636;
}
#rwd-content .text-blue {
  color: #315FD2;
}
#rwd-content .text-blue2 {
  color: #006FBB;
}
#rwd-content .text-gray {
  color: #666;
}

/* detail */
#rwd-content .detail > .rwd-grid {
  margin-bottom: 20px;
  border-bottom: 1px solid #828282;
}
#rwd-content .detail > .rwd-grid p {
  /*margin-top: 5px;*/
}
#rwd-content .detail .rwd-border-top {
  padding-top: 20px;
  border-top: 1px solid #828282;
}

/* Layout - PC
=========================================================================== */

@media print, screen and (min-width: 768px) {
.rwd-content-blue,
.rwd-content-red {
  padding: 25px 40px;
}
.rwd-content-blue-narrow,
.rwd-content-red-narrow {
  padding: 15px;
}
#rwd-content .movie-text { place-content: center; }
} /* 768px */

/* Layout - SP
=========================================================================== */

@media screen and (max-width: 767px){
.rwd-content-blue,
.rwd-content-red {
  padding: 20px 25px;
}
.rwd-content-blue-narrow,
.rwd-content-red-narrow {
  padding: 15px;
}
#rwd-content .movie-text {}
} /* 767px */