@charset "utf-8";

/* -------------------------
  全ページ共通
------------------------- */

a {
  color: #3140c8;
  text-decoration: none;
}

a:hover {
  color: #f6d300;
  text-decoration: underline;
} 

/* ベース */

html {
  background: #000;
  min-width: 1050px;
}

body {
  background:url(../img/bg.jpg) #000 center top / cover no-repeat fixed;
  color: #fff;
  font: 15px/1 "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: bold;
  min-height: 100%;
	    position: relative;
}

@media only screen and (max-width: 767px) {
    body {
        background:url(../img/bg.jpg) #000 center center no-repeat fixed;
        background-size: cover;
    }
}

header {
  background:url(../img/top_img.jpg) no-repeat center top;
  margin: 0 auto;
  min-height: 835px;
  position: relative;
  width: 1050px;
}

header h1 {
  left: 189px;
  position: absolute;
  top: 596px;
  z-index: 3;
}

header #txt {
  left: 324px;
  position: absolute;
  top: 562px;
  z-index: 2;
}

header #balloon {
  left: 173px;
  position: absolute;
  top: 490px;
  z-index: 1;
}

header #sub_ttl {
  left: 88px;
  position: absolute;
  top: 677px;
  z-index: 1;
}

section {
  margin: 0 auto;
  max-height: 100%;
  padding-bottom: 65px;
  width: 1050px;
}

section h2{
  margin-bottom: 43px;
}

section p {
  color: #fff;
  font-size: 15px;
  line-height: 150%;
  margin: 0 auto;
  width: 950px;
}

section p strong {
  color: #ffdc00;
}

section p.notes {
  font-size: 14px;
  margin: 10px auto 0;
  max-height: 100%;
  text-align: right;
  width: 915px;
}

section table {
  margin: 0 auto;
  padding: 0;
  width: 915px;
}

/*  event  */

section table#event th {
  background: rgba(60,13,118,0.7);
  border-bottom: 1px solid #a0a0a0;
  color: #eb5890;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  vertical-align: middle;
  width: 206px;
}

section table#event th:nth-child(2) {
  padding: 20px 0;
}

section table#event td {
  border-bottom: 1px solid #a0a0a0;
  background: rgba(0,0,0,0.7);
  font-size: 18px;
  padding: 15px 0 15px 36px;
  line-height: 140%;
}

section table#event td span {
  font-size: 16px;
}

section table#event td strong {
  font-size: 24px;
}

section table#event td.last strong {
  border-bottom: dashed 1px;
  color: #eb5890;
  font-size: 20px;
  display: block;
  padding-bottom: 8px;
  margin: 0 36px -10px 0;
}


section table#event td a:link {
  color: #f6d300;
  font-weight: bold;
}

section table#event td a:hover {
  color: #3140c8;
  font-weight: bold;
  text-decoration: underline;
}

/*  schedule  */

section table#schedule th {
  background: rgba(60,13,118,0.7);
  border-bottom: 1px solid #a0a0a0;
  color: #eb5890;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  vertical-align: middle;
  width: 206px;
}

section table#schedule td {
  border-bottom: 1px solid #a0a0a0;
  background: rgba(0,0,0,0.7);
  font-size: 18px;
  padding: 15px 0;
  line-height: 140%;
  text-align: center;
}

section table#schedule td.days{
  background: #972d84;
  border: 0;
  border-right: 1px solid #a0a0a0;
  color: #ffdc00;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
}

section table#schedule td.days span {
  font-size: 18px;
}

section table#event th.last,
section table#event td.last,
section table#schedule th.last,
section table#schedule td.last,
section table#schedule td.days:last-child {
  border: 0;
}

/*  tournament  */

section dl#ttl dt {
  background: rgba(255,255,255,0.7);
  color: #19083b;
  float: left;
  font-size: 23px;
  font-weight: bold;
  line-height: 50px;
  margin: 0 12px 0 50px;
  text-align: center;
  width: 217px;
 }

section dl#ttl dd {
  line-height: 150%;
  margin: 3px 0 0 280px;
  width: 750px;
}

section dl#ladies {
  background: rgba(153,43,144,0.7);
  margin: 30px auto 0;
  padding: 25px;
  position: relative;
  width: 900px;
  word-wrap: break-all;
}

section dl#cos {
  background: rgba(60,13,118,0.7);
  margin: 30px auto 0;
  padding: 25px;
  position: relative;
  width: 900px;
  word-wrap: break-all;
}

section dl#chara {
  background: rgba(153,43,144,0.7);
  margin: 30px auto 0;
  padding: 25px;
  position: relative;
  width: 900px;
  word-wrap: break-all;
}

section dl#ladies dd.txt,
section dl#cos dd.txt {
  display: block;
  font-size: 15px;
  min-height: 100px;
  max-height: 100%;
  line-height: 120%;
  margin-top: 25px;
  width: 430px;
}

section dl#chara dd.txt {
  display: block;
  font-size: 15px;
  min-height: 100px;
  max-height: 100%;
  line-height: 120%;
  margin: 25px 0 20px;
  width: 430px;
}

section dl#ladies dd.txt span,
section dl#cos dd.txt span,
section dl#chara dd.txt span {
  font-size: 12px;
}

section dl#ladies dd table,
section dl#cos dd table {
  border: 1px solid #fff;
  right: 25px;
  position: absolute;
  top: 26px;
  width: 458px;
}

section dl#chara dd table {
  border: 1px solid #fff;
  right: 25px;
  position: absolute;
  top: 40px;
  width: 458px;
}

section dl#ladies dd table th,
section dl#cos dd table th,
section dl#chara dd table th {
  background: #ff7a00;
  border-top: 1px solid #fff;
  color: #000;
  font-size: 16px;
  padding: 10px 0;
  vertical-align: middle;
  width: 160px;
}

section dl#ladies dd table td,
section dl#cos dd table td,
section dl#chara dd table td {
  border-bottom: 1px solid #fff;
  padding: 10px 0 10px 20px;
  line-height: 120%;
}

section dl#ladies dd table td strong,
section dl#cos dd table td strong,
section dl#chara dd table td strong {
  color: #ffdc00;
}

section dl:before,
section dl:after {
  content: "";
  display: table;
}

section dl:after {
  clear: both;
}

/*  novelty  */

.g_item {
	position: relative;
	display: block;
}

.g_item:after {
	content: "クリックで拡大";
	position: absolute;
	right: 27px;
    bottom: 10px;
	background: #f6d300;
	color: #000;
	font-weight: 300;
	padding: 5px;
}

section table.novelty {
  margin: 36px auto 0;
  padding: 0;
  width: 915px;
	text-align: center;
}

section table.novelty td:first-child {
  display: block;
  margin-right: 40px;
}

section table.novelty td img {
  margin-bottom: 10px;
}

/*  item  */

section div#item {
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 915px;
}

section div#item p{
  margin-bottom: 5px;
}

section div#item table {
  background: rgba(0,0,0,0.6);
  margin: 30px auto 0;
  width: 915px;
}

section div#item table img {
  margin-bottom: 10px;
}

section div#item table th {
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}

section div#item table td {
  font-size: 13px;
  line-height: 160%;
  
  text-align: center;
  vertical-align: top;
  width: 300px;
}

section div#item table tr:last-child td {
  padding-bottom: 25px;
}

section div#item table td strong {
  color: #f6d300;
  font-size: 17px;
}

/*  shop  */

section p.shop {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  text-align: center;
}

section p.shop img {
  margin-bottom: 35px;
}

/*  cosplay  */

section p.cosplay {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  text-align: center;
}

section p.cosplay a:link {
  font-weight: bold;
}

section p.cosplay strong {
  color: #f6d300;
}

/*  footer  */

footer {
  margin: 0 auto;
  position: relative;
  width: 1050px;
}

footer img{
  margin-bottom: 20px;
}

footer ul#sns {
  left: 70px;
  position: absolute;
  top: 0;
}

footer ul#sns li {
  float: left;
  margin-top: 40px;
  width: 90px;
}

footer ul:before,
footer ul:after {
  content: "";
  display: table;
}

footer ul:after {
  clear: both;
}

footer p#copy {
  background: none;
  line-height: 40px;
  text-align: center;
}

/*  facebook  */

.fb_iframe_widget {
  width: 100px;
}

.fb-ike {
  line-height: 1;
}

#totop {
  bottom: 20px;
  height: 61px;
  position: fixed;
  right: 20px;
  width: 61px;
  z-index: 10;
}

#totop:hover {
  opacity: .8;
}