@charset "utf-8";
/*==========================================================================
 common css
 ========================================================================== */
main .imgRep {
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
main .br { display: block; }
main .split { display: inline-block; }
main .fontBold { font-weight: bold; }
main :hover { opacity: 1.0; }


/* ==========================================================================
   ranking
   ========================================================================== */
main {
  padding-bottom: 0;
  border-bottom: 1px solid #fff;
}
main .container {
  padding: 30px 0 101px;
  background: #f0f5f9;
}
main .wrapper {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 16px 0;
  background: #fff;
}
main h1 {
  height: 263px;
  margin-bottom: 30px;
  background-image: url(/special/frenchkiss/img/haneda_pr_title.gif);
}
main img { margin-bottom: 40px; }
main p { font-size: 16px; }
main p:nth-of-type(1) { margin-bottom: 24px; }
main p:nth-of-type(n+2) {
  padding: 0 60px;
  text-align: justify;
}


/* ==========================================================================
   share box
   ========================================================================== */
div.share_box {
  position: absolute;
  bottom: -71px;
  right: 0;
  margin-top: 30px;
  background: #fff;
  border: none;
}


/* ==========================================================================
   imotonowifi fix
   ========================================================================== */
html, body {
  height: 100%;
  background: #f5f5f5;
}
body { min-width: 1024px; }


@media screen and (max-width: 767px) {
  div.share_box {
    width: auto;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  div.share_googleplus, div.share_facebook, div.share_twitter {
    display: inline-block;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    margin-bottom: 0;
  }
}



