#container img, #gnavi img {
	width: 100%; }

body {
  background:#111;
  color: #FFF;
  font-size: 14px;
  line-height: 1.3; }

a {
  text-decoration: underline;
  outline: none; }

a:link, a:visited, a:hover, a:active {
  color: #A00; }

#container{
  background:#000;
  padding-bottom:1px;
}

#mainCol{
  width:100%;
  background-color:#D7D8CD;
  padding:20px 0;
  border-bottom:1px solid #D20010;
}
  .mainCol-inner{
    background:url(../images/common/bg_contents.jpg) top center repeat-y;
    background-size:100% auto;
    padding-bottom:20px;
  }
nav #snavi{
	width:100%;
	margin-bottom:20px;
}
nav #gnavi{
  width:95%;
  margin:0 auto;
  padding:20px 0 20px;
}
.vineCol {
	margin: 20px auto;
	width: 75%;
}
.vinePlayer {
  overflow: hidden;
  position: relative;
  padding: 0 0 100%;
  width: 100%;
  height: 0;
}
	.vineCol iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
/* footer
------------------------*/
footer{
  margin:0 auto;
  border-top:1px solid #D20010;
  padding:15px 0;
}
#reg-area{
	margin:0 auto 4%;
	line-height:0;
}

/* common
------------------------*/
ul{
	list-style:none;
}

.bnrBox{
	display:block;
	width:95%;
	margin:0 auto 3%;
}

.divide-dash-t{
  border-top: 1px dashed #FFF;
}

.divide-dash-b{
  border-bottom: 1px dashed #FFF;
}
.divide-t{
  border-top: 1px solid #FFF;
}

.divide-b{
  border-bottom: 1px solid #FFF;
}

/* announce
------------------------*/
#announce #mainCol > .mainCol-inner{
  width: 93.75%;
  margin: 0 auto;
  background: url(../images/spec/cross-play/bg_announce.png) left top repeat-y;
  background-size: 100% auto;
}
#announce #mainCol > .mainCol-inner.full-w{
  width: 100%;
  background:url(../images/common/bg_contents.jpg) top center repeat-y;
  background-size:100% auto;
}
#announce .announce-txt{
  padding: 2%;
}
#announce .announce-txt p{
  padding:0.5% 0;
  text-indent:1em;
}
#announce .announce-txt .detail{
  margin:1em 0;
}
#announce .announce-txt .detail > .start{
  text-align: center;
}
#announce .announce-txt .detail > .end{
  text-align: right;
}
#announce .announce-txt .detail dl{
  margin:1em 0;
}
  #announce .announce-txt .detail dl dt{
    font-size:120%;
    text-shadow: 1px 0 0 #fff;
  }
#announce .list-txt li{
  padding-left:1em;
  text-indent:-1em;
}

.announce-txt .strong{
  color: #FF3300;
}
.announce-txt .strong2{
  color: #D1C47F;
}
.announce-txt .under-line{
  text-decoration:underline;
}

/* general-purpose class
------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.fl-left { float: left; }
.fl-right { float: right; }

.center { text-align: center;}


.imgBlock{
	display:block;
}

.norm_txt {
	padding: 5% 4%;
}

.font-red {
	color: #FF0000;
}

/* margin・padding
----------------------------------------------------------------*/
.mg0 { margin: 0px !important; }
.mg5 { margin: 5px !important; }
.mg10 { margin: 10px !important; }

.mgt0 { margin-top: 0px !important; }
.mgt5 { margin-top: 5px !important; }
.mgt10 { margin-top: 10px !important; }
.mgt15 { margin-top: 15px !important; }
.mgt20 { margin-top: 20px !important; }
.mgt30 { margin-top: 30px !important; }

.mgb0 { margin-bottom: 0px !important; }
.mgb5 { margin-bottom: 5px !important; }
.mgb10 { margin-bottom: 10px !important; }
.mgb15 { margin-bottom: 15px !important; }
.mgb20 { margin-bottom: 20px !important; }
.mgb30 { margin-bottom: 30px !important; }

.pd0 { padding: 0px !important; }
.pd5 { padding: 5px !important; }
.pd10 { padding: 10px !important; }

.pdt0 { padding-top: 0px !important; }
.pdt5 { padding-top: 5px !important; }
.pdt10 { padding-top: 10px !important; }
.pdt15 { padding-top: 15px !important; }
.pdt20 { padding-top: 20px !important; }
.pdt30 { padding-top: 30px !important; }

.pdb0 { padding-bottom: 0px !important; }
.pdb5 { padding-bottom: 5px !important; }
.pdb10 { padding-bottom: 10px !important; }
.pdb15 { padding-bottom: 15px !important; }
.pdb20 { padding-bottom: 20px !important; }
.pdb30 { padding-bottom: 30px !important; }
