@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
br{
  letter-spacing: 0;
}
.listhead {
  margin:0px !important;
}
html, body {
  width:100%;
  height:100%;
}
body {
  font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  background: #f0f0f0;
  letter-spacing: 0.05em;
  line-height: 2.0em;
}
a {
  text-decoration:none;
  color:inherit;
}
.hover-alpha {
  cursor: pointer;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.hover-alpha:hover {
  opacity: .6;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#exteriorWrapper {
  position:relative;
  zoom:1;
  min-height: 100%;
  min-width: 1200px;
  overflow: hidden;
}
#interiorWrapper {
  width:1200px;
  margin:0px auto;
  position:relative;
  zoom:1;
}
#aipWrapper p img {
  display: block;
}
#aipMobileSite p img {
  display: inline-block;
}
/* radius */
.radiused_app {
  border-radius: 10px;
  behavior: url(/common/css/PIE.htc);
  padding:0px !important;
}
.radiused_all {
  border-radius: 4px;
  behavior: url(/common/css/PIE.htc);
}
.radiused_all3x {
  border-radius: 3px;
  behavior: url(/common/css/PIE.htc);
}
.radiused_top {
  border-radius: 4px 4px 0 0;
  behavior: url(/common/css/PIE.htc);
}
.radiused_bottom {
  behavior: url(/common/css/PIE.htc);
  border-radius:0px 0px 4px 4px;
}
.radiused_left {
  border-radius: 4px 0px 0px 4px;
  behavior: url(/common/css/PIE.htc);
}
.radiused_right {
  border-radius: 0 4px 4px 0px;
  behavior: url(/common/css/PIE.htc);
}
/* shadow */
.shadow {
  box-shadow: 0px 1px 1px #f2f2f2;
  behavior: url(/common/css/PIE.htc);
}
.shadowB {
  box-shadow: 0px 1px 1px #cccccc;
  behavior: url(/common/css/PIE.htc);
}
.contentsSaver {
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
}
/* floatPlayer */
#smojFloatPlayerArea {
  position:absolute;
  left:0px;
  top:0px;
  z-index:500;
  width:100%;
  height:100%;
}
#smojFloatBg {
  position:absolute;
  left:0px;
  top:0px;
  background:#FFF;

  width:100%;
  height:100%;

  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
#smojFloatPlayer {
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
}
#smojFloatPlayer iframe{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
#smojFloatPlayerArea .bc_TitleDisplay {
  color:#444546;

  width:535px;
  height:35px;

  font-weight:bold;
  font-size:18px;

  position:fixed !important;
  left:0px;
  top:0px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
#btnFloatClose {
  width:74px;
  height:21px;
  overflow:hidden;

  position:fixed !important;
  left:0px;
  top:0px;

  cursor:pointer;

  z-index:1;
}
#btnFloatClose:hover img {
  margin-top:-21px;
}
#moreLoading {
  width:30px;
  height:30px;
  overflow:hidden;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-15px;
  margin-top:-15px;

  display:none;
}
#btnFloatPrev {
  cursor:pointer;
  width:40px;
  height:40px;
  overflow:hidden;

  position:absolute;
  left:-60px;
  top:50%;

  margin-top:-20px;
}
#btnFloatPrev:hover img, #btnFloatNext:hover img {
  margin-top:-40px;
}
#btnFloatNext {
  cursor:pointer;
  width:40px;
  height:40px;
  overflow:hidden;

  position:absolute;
  left:100%;
  top:50%;

  margin-top:-20px;
  margin-left:20px;
}
.lmark {
  text-align: right;
  margin-top: 5px;
}
#smojFloatPlayer .lmark {
  position: absolute;
  right: 0px;
  bottom: -117px;
}
#smojFloatPlayer .movieComment {
  margin-top: 8px;
}
.image_adjust, .over_adjust {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
