@charset "UTF-8";
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
初期設定
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*=======================================
normalize v3.0.3
=========================================*/
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

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

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

a { background-color: transparent; }

a:active, a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: .67em 0; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace,monospace; font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid silver; margin: 0 2px; padding: .35em .625em .75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

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

td, th { padding: 0; }

/* 追加
-----------------------------------------*/
body { -webkit-text-size-adjust: 100%; font-size: 13px; }

h1, h2, h3, h4, h5, h6, div, p, ul, ol, dl, dt, dd, form { font-size: 1em; padding: 0; line-height: 1.6; text-align: left; display: block; margin: 0px; }

table { line-height: 1.6; font-size: 1em; margin: 0; empty-cells: show; }

img { border: none; vertical-align: bottom; }

div:before, div:after, ul:before, ul:after { content: ""; display: table; }

div:after, ul:after { clear: both; }

div, ul { zoom: 1; }

ul li { list-style: none; }

img { max-width: 100%; height: auto; }

/*=======================================
文字色・リンク
=========================================*/
a:link, a:visited { color: #333; text-decoration: underline; }

a:hover, a:active { text-decoration: none; }

a img { -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

a:hover img { opacity: 0.80; filter: alpha(opacity=80); -ms-filter: "alpha(opacity=80)"; }

/*=======================================
全体
=========================================*/
body { background: url("../img/bg_01.png") center top repeat-y; background-size: 100%; background-attachment: fixed; }

/*=======================================
タイトル
=========================================*/
/* 1
-----------------------------------------*/
.c-title1 { background: #EA5404; min-width: 950px; line-height: 100%; margin: 50px 0 0 0; padding: 15px 0 15px 0; }
.c-title1 h2, .c-title1 h3, .c-title1 h4 { text-align: center; }

/* 2
-----------------------------------------*/
.c-title2 { width: 950px; margin: 30px auto 0 auto; line-height: 100%; }
.c-title2 h3 { float: left; color: #2E6721; font-weight: bold; font-size: 280%; }
.c-title2 ul { float: right; text-align: right; margin: 10px 0 0 0; }
.c-title2 li { display: inline-block; margin: 0 0 0 10px; }
.c-title2 a { color: #2E6721; font-size: 150%; }
.c-title2 a.--active { color: #BBB; }

/*=======================================
トップへ戻る
=========================================*/
.p-back { width: 950px; margin: 20px auto 0 auto; }
.p-back a { color: #2E6721; font-size: 120%; text-decoration: none; }
.p-back a:hover { text-decoration: underline; }

/*=======================================
ヘッダー
=========================================*/
.p-head { width: 950px; margin: 130px auto 0 auto; }
.p-head h1 { text-align: center; }


/*=======================================
フッター
=========================================*/
.p-foot { border-top: 2px solid #FFF; background: #EA5404; min-width: 950px; margin: 40px 0 0 0; padding: 25px 0 25px 0; }

.c-foot { width: 950px; margin: 0 auto 0 auto; }
.c-foot ul { float: left; }
.c-foot li { float: left; margin: 0 15px 0 0; }
.c-foot a { color: #FFF; }
.c-foot p { float: right; color: #FFF; }

/*=======================================
トップ 感謝の気持ちを込めて
=========================================*/
.p-top-block1 { background: #FFF; width: 950px; margin: 60px auto 0 auto; padding: 30px 0px 30px 0; text-align: center; border-radius: 10px; }
.p-top-block1 h2 { text-align: center; margin: 0 0 25px 0; }
.p-top-block1 p { font-size: 15px; font-weight: bold; text-align: center; line-height: 180%; margin: 0 0 25px 0; }
.p-top-block1 .c-top-block1-link { padding: 10px 0 0 0; text-align: center; }

/*=======================================
参加ホール一覧
=========================================*/
.p-top-hall { width: 950px; margin: 40px auto 0 auto; }
.p-top-hall li { float: left; margin: 0 0 0 11px; }
.p-top-hall li:nth-child(1) { margin-left: 0; }

/*=======================================
豪華商品が盛りだくさん
=========================================*/
.p-top-prize { background: #FFF; width: 950px; margin: 30px auto 0 auto; padding: 30px 0 30px 0; text-align: center; border-radius: 10px; }
.p-top-prize p { text-align: center; margin: 25px 0 0 0; }

/*=======================================
ホール詳細
=========================================*/
.p-hall-list { background: #FFF; padding: 25px 25px 0 25px; width: 900px; margin: 20px auto 0 auto; }
.p-hall-list table { width: 100%; margin: 0 0 25px 0; }
.p-hall-list caption { text-align: left; font-size: 190%; font-weight: bold; color: #EA5404; padding: 0 0 6px 0; }
.p-hall-list thead th { background: #EA5404; color: #FFF; font-size: 120%; padding: 6px 0 6px 10px; text-align: left; }
.p-hall-list thead th:nth-child(2) { padding-left: 0; }
.p-hall-list tbody th, .p-hall-list tbody td { padding: 6px 0 6px 0px; font-size: 110%; text-align: left; border-bottom: 1px dotted #CCC; }
.p-hall-list tbody tr:nth-child(even) th, .p-hall-list tbody tr:nth-child(even) td { background: #FFF3EC; }
.p-hall-list tbody th { width: 22em; padding-left: 10px; }

/*=======================================
余白
=========================================*/
.u-mt10 { margin-top: 10px !important; }

.u-mt20 { margin-top: 20px !important; }

.u-mt30 { margin-top: 30px !important; }

.u-mt40 { margin-top: 40px !important; }

.u-mt50 { margin-top: 50px !important; }