@charset "UTF-8";
/* Reset Stylesheet Based on - html5doctor.com Reset Stylesheet http://html5doctor.com/html-5-reset-stylesheet/ */
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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: middle; }
ul, li { list-style: none; }
/*-------------------------------------
clearfix
-------------------------------------*/
.clearfix:before,.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*-------------------------------------
common
-------------------------------------*/
body { font: 75%/1.5 "Oswald", sans-serif, Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック"; font-weight: 300; letter-spacing: .05em; -webkit-text-size-adjust: 100%; }
body { background: url(../images/bg_head.png) no-repeat center top; }
a { text-decoration: none; cursor: pointer; color: rgb(0,100,210); }
a:hover { text-decoration: underline; }
a:focus { outline: none; }
h1 { font-size: 48px; font-weight: 700; }
h2 { font-size: 48px; font-weight: 300; }
h3 { font-size: 18px; font-weight: 300; }
h4 { font-size: 21px; font-weight: 500; }
p, dl, ul { font-size: 18px; }
table { font-size: 16px; }
input, select, table { font-size: 16px; }
.error { color: rgb(210,0,0); font-weight: bold; }
.black { background: rgb(0,0,0); }
.red { background: rgb(210,0,0); }
.blue { background: rgb(10,90,160); }
.green { background: rgb(0,127,65); }
.line-red { border-left: 1px solid rgb(210,0,0); }
.line-blue { border-left: 1px solid rgb(10,90,160); }
.line-green { border-left: 1px solid rgb(0,127,65); }

/*-------------------------------------
header
-------------------------------------*/
header { width: 100%; }
header .inner { width: 980px; margin: 20px auto 0px; position: relative; }
header h1 { display: block; color: rgb(104,197,211); text-align: center; height: 85px; }
header dl { display: block; margin-top: 10px; }
header dt { width: 100px; height: 28px; margin: 5px 20px 5px 0px; float: left; display: block; text-align: center; color: rgb(255,255,255); border-radius: 5px; }
header dd { width: 860px; display: block; float: left; font-size: 28px; }
header dt.date { padding: 18px 0px; }
header dd.date { height: 76px; font-size: 42px; padding-top: 4px; }
header dt.time { padding: 8px 0px; }
header dd.time { height: 60px; font-size: 34px; }
header dd.time span { font-size: 20px; }
header dt.venue { background: rgb(245,195,30); padding: 18px 0px; }
header dd.venue { height: 80px; }
header dd.venue span { display: block; font-size: 18px; }
header figure { position: absolute; top: 105px; right: 1px; }
header .button { width: 260px; margin: 0px auto; position: absolute; top: 104px; left: 340px; }
header .button a { width: 260px; padding: 10px 0px; float: left; text-align: center; font-size: 20px; font-weight: 500; color: rgb(255,255,255); border-radius: 5px; transition: all 0.1s ease-in-out 0s; }
header .button a:hover { background-color: rgb(255,210,0); border-bottom: 5px solid rgb(200,160,10); color: rgb(0,0,0); text-decoration: none; }
header .button a:active { padding: 10px 0 5px; margin-top: 5px; background-color: rgb(255,210,0); border-bottom: 5px solid rgb(255,210,0); color: rgb(0,0,0); }
header .button-blue a { background: rgb(20,100,180); border-bottom: 5px solid rgb(0,80,140); }
header .button-red a { background: rgb(230,0,0); border-bottom: 5px solid rgb(190,0,0); }

/*-------------------------------------
contents
-------------------------------------*/
#contents { width: 100%; background: url(../images/bg_foot.png) no-repeat center bottom; }
#contents .inner { width: 980px; margin: 0px auto; position: relative; }

/*-------------------------------------
footer
-------------------------------------*/
footer { width: 100%; background: rgb(104,197,211); }
footer .copyright { height: 40px; padding: 20px 0px 10px; text-align: center; color: rgb(255,255,255); }
