.g-header .headerWrap, .g-wrapper {
  width: 1000px;
  padding: 0 5px;
}

.g-header .headerWrap {
  background: #fff;
}

.g-wrapper {
  background: #fff;
}

.g-footer {
  margin-top: 0;
}

.g-container {
  padding-bottom: 5px;
}

.bread_counter {
  width: 990px;
  padding: 3px 5px 0;
}

/*==========================================================================================

	f-girlPostList

==========================================================================================*/
.f-girlPostList .gplTit {
  position: relative;
  border-bottom: solid 4px #eaeaea;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.f-girlPostList .gplTit:before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 2px;
  background: #ff58c9;
  border: solid 1px #ff3bbf;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.f-girlPostList .gplSingleBox {
  overflow: auto;
  margin-bottom: 20px;
}

.f-girlPostList .gplMainImage {
  position: relative;
  float: left;
  width: 300px;
  margin-right: 10px;
}

.f-girlPostList .gplMainImage .gblPostImage {
  width: 300px;
  height: auto;
}

.f-girlPostList .gplPinch {
  position: absolute;
  bottom: 6px;
  right: 6px;
}

.f-girlPostList .gplDetail {
  float: left;
  width: 480px;
}

.f-girlPostList .gplDetaillTit {
  background: url(/assets/img/user/pc/common/tit_heart.png) 10px center no-repeat #ffeeff;
  border: solid 1px #ffdbf8;
  color: #f4c;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 10px 12px 55px;
  margin-bottom: 5px;
}

.f-girlPostList .gplDetaillTit span {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 7px;
}

.f-girlPostList .gplDetaillTit em {
  margin: 0 0.5em;
}

.f-girlPostList .gplDetaillTit b {
  font-weight: bold;
}

.f-girlPostList .gplDetailText {
  line-height: 26px;
  border: solid 2px #f0f0f0;
  padding: 20px;
  overflow: hidden;
}

.f-girlPostList .gplDetailText img {
  max-width: 100%;
  height: auto;
}

.f-girlPostList .gplDetaillTit .emojione {
  width: 18px;
  height: 18px;
}

.f-girlPostList .gplDetailText .emojione {
  width: 16px;
  height: 16px;
}

.f-girlPostList .gplDetail {
  word-break: break-all;
}

.f-girlPostList .movie-length {
  color: #ffffff;
  background-color: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
}

/*==========================================================================================

	mod-modal

==========================================================================================*/
.modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.mod-modal {
  position: fixed;
  display: none;
  z-index: 2;
  margin: 0;
}

.mod-modal .slider {
  position: relative;
  max-width: 900px;
}

.mod-modal .slider > img {
  max-width: 100%;
  height: auto;
}

.mod-modal .modalSliderPrev,
.mod-modal .modalSliderNext {
  position: absolute;
  top: 45%;
}

.mod-modal .modalSliderPrev {
  left: -80px;
}

.mod-modal .modalSliderNext {
  right: -80px;
}

.mod-modal .modalCastInfo {
  width: 450px;
  margin-top: 10px;
}

.modalCastImage {
  float: left;
  margin-right: 10px;
}

.modalCastData img {
  float: left;
  margin-right: 10px;
}

.modalCastData .modalCastName {
  height: 40px;
  color: #fff;
  font-size: 20px;
  text-shadow: 1px 1px #000;
  margin-bottom: 10px;
}

.modalCastData .modalCastName b {
  font-size: 18px;
}

.modalCastData .modalCastName span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.ModalCastSchedule {
  height: 32px;
  line-height: 30px;
  display: inline-block;
  background: #ffc;
  border: solid 2px #fd8;
  padding: 0 5px;
}

.ModalCastSchedule span {
  color: #f00;
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
  vertical-align: middle;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
}
