@charset "UTF-8";
/*-------------------------------------------------------------

初期化

---------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: none repeat scroll 0% 0% transparent;
  border: 0pt none;
  margin: 0pt;
  outline: 0pt none;
  padding: 0pt;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1.6;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none outside none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  background: none repeat scroll 0% 0% transparent;
  font-size: 100%;
  margin: 0pt;
  padding: 0pt;
  vertical-align: baseline;
}

ins {
  background-color: #FFFF99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #FFFF99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0pt;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
  border-right: 0pt none;
  border-style: solid none none;
  border-width: 1px 0pt 0pt;
  display: block;
  height: 1px;
  margin: 1em 0pt;
  padding: 0pt;
}

input, select {
  vertical-align: middle;
}

/*-------------------------------------------------------------
     ▼floatクリアー
-----------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

.clear {
  clear: both;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* ▲floatクリアー
-----------------------------------------------------------------*/
/*------------------------------
	baseを定義	body, h1, a等
------------------------------*/
* {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  letter-spacing: 1px;
}

body {
  font-size: 130%;
  text-align: center;
  line-height: 2;
  cursor: url(/nenga/2016/inc/images/img_cusor.png), default;
}

img {
  display: block;
  margin: 0 auto;
}

strong.s {
  font-size: 120%;
}

strong.m {
  font-size: 150%;
}

strong.l {
  font-size: 200%;
}

strong u {
  font-size: 150%;
}

small {
  font-size: 50%;
}

a {
  color: #0e4fa7;
}

section {
  margin: 0 auto;
}

.wrap::after {
  clear: both;
  content: "";
  display: table;
}

.block2 {
  float: left;
  width: 48%;
}

.block2:last-child {
  float: right;
}

.block2 iframe {
  width: 100%;
}

.block2 img {
  width: 90%;
  height: auto;
  margin-right: 10%;
}

.block3 {
  float: left;
  width: 33%;
}

.block3:last-child {
  float: right;
}

h3 {
  margin: 0 0 20px 0;
  font-size: 150%;
}

h3.persent {
  font-size: 300%;
  line-height: 1;
}

h3.persent strong {
  font-size: 270%;
  color: red;
}

.small {
  font-size: 60%;
}

img {
  display: block;
}

section {
  padding: 80px 0;
}

section#main {
  width: 100%;
  padding: 40px 0;
  background: url(/nenga/2016/result/inc/images/01_top/bg_saura_left.png) left top no-repeat, url(/nenga/2016/result/inc/images/01_top/bg_saura_right.png) right top no-repeat #fff;
}

section#main h1 {
  padding: 0px 0 40px;
}

#menu {
  position: fixed;
  right: 20px;
  top: 20%;
  text-align: right;
}

#menu li {
  margin-top: -5px;
}

#menu a {
  font-size: 60%;
  color: #333;
  text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
  text-decoration: none;
}

#menu a span {
  display: none;
}

#menu a:after {
  content: "●";
  color: #eee;
  text-shadow: 0 0 2px #000;
}

#menu a:hover:after {
  color: #db6363;
}

#menu a:hover span {
  display: inline-block;
  position: relative;
  background: #fff;
  border: 1px solid #f1f1f1;
  padding: 0 20px;
  margin-right: 10px;
}

#menu a:hover span:after, #menu a:hover span:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#menu a:hover span:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}

#menu a:hover span:before {
  border-color: rgba(241, 241, 241, 0);
  border-left-color: #f1f1f1;
  border-width: 5px;
  margin-top: -5px;
}

section#result {
  width: 100%;
  background: url(/nenga/2016/result/inc/images/02_result/bg_result.gif) center top repeat-y;
  padding: 80px 0 0 0;
}

section#result section {
  margin-top: 80px;
  padding: 80px 0;
  background: #fff;
}

section#kiduki {
  background: #f9f9f5;
}

section#mebae {
  background: #f9f9f5;
  padding-bottom: 0;
}

section#tousen {
  background: url(/nenga/2016/result/inc/images/06_tousen/bg_tousen.jpg) no-repeat;
  background-size: cover;
}

section#party {
  background: #f9f9f5;
}

section#party section#game {
  margin-top: 80px;
  background: #fff;
  padding: 40px 0;
}

section#party section#game h2 {
  margin: 60px 0 80px;
}

section#party section#game .wrap {
  width: 980px;
  margin: 40px auto;
}

section#party section#game p.taR.small {
  margin: 0 auto;
  display: block;
  text-align: right;
}

section#party section#foods h2, section#party section#foods .menu {
  margin-bottom: 80px;
}
