<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 * normalise
 --------------------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }
a:hover, a:active {
  outline: 0; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 75%; }

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: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

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; }

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

/*
 * mixin
 --------------------------------------------------------------------------------*/
/*
 * Font
 --------------------------------------------------------------------------------*/
.cap {
  font-size: 12px;
  line-height: 1.5em;
  color: #3f3f3f; }

.mincho {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; }

/* font-weight */
.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

/* text color */
.gray {
  color: #3f3f3f; }

.gray2 {
  color: #7f7f7f; }

.red {
  color: #FF0000; }

/* font-size */
.large {
  font-size: 1.125em;
  line-height: 1.53125em; }

.x-large {
  font-size: 1.5em;
  line-height: 1.53125em; }

.xx-large {
  font-size: 2em;
  line-height: 1.53125em; }

.size-9 {
  font-size: 9px;
  line-height: 1.75em; }

.size-10 {
  font-size: 10px;
  line-height: 1.75em; }

.size-11 {
  font-size: 11px;
  line-height: 1.75em; }

.size-12 {
  font-size: 12px;
  line-height: 1.75em; }

.size-13 {
  font-size: 13px;
  line-height: 1.75em; }

.size-14 {
  font-size: 14px;
  line-height: 1.75em; }

.size-15 {
  font-size: 15px;
  line-height: 1.75em; }

.size-16 {
  font-size: 16px;
  line-height: 1.75em; }

.size-17 {
  font-size: 17px;
  line-height: 1.75em; }

.size-18 {
  font-size: 18px;
  line-height: 1.75em; }

.size-19 {
  font-size: 19px;
  line-height: 1.75em; }

.size-20 {
  font-size: 20px;
  line-height: 1.75em; }

.size-21 {
  font-size: 21px;
  line-height: 1.75em; }

.size-22 {
  font-size: 22px;
  line-height: 1.75em; }

.size-23 {
  font-size: 23px;
  line-height: 1.75em; }

.size-24 {
  font-size: 24px;
  line-height: 1.75em; }

.size-25 {
  font-size: 25px;
  line-height: 1.75em; }

.size-26 {
  font-size: 26px;
  line-height: 1.75em; }

.size-27 {
  font-size: 27px;
  line-height: 1.75em; }

.size-28 {
  font-size: 28px;
  line-height: 1.75em; }

.size-29 {
  font-size: 29px;
  line-height: 1.75em; }

.size-30 {
  font-size: 30px;
  line-height: 1.75em; }

.size-31 {
  font-size: 31px;
  line-height: 1.75em; }

.size-32 {
  font-size: 32px;
  line-height: 1.75em; }

/* display */
.none {
  display: none !important; }

.hidden {
  visibility: hidden !important; }

/* text-align */
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/*
 * basic
 --------------------------------------------------------------------------------*/
html {
  font-size: 62.5%; }

body {
  background: #FFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  color: #000; }

del {
  text-decoration: line-through;
  color: #3f3f3f; }

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

li img {
  vertical-align: top; }

/* 
 * link style
 --------------------------------------------------------------------------------*/
a {
  color: #A5A53A;
  text-decoration: underline;
  outline: none 0 !important; }
  a:link {
    color: #A5A53A;
    text-decoration: underline; }
  a:visited {
    color: #A5A53A;
    text-decoration: underline; }
  a:hover {
    color: #d2d29c;
    text-decoration: none; }
  a:active {
    color: #d2d29c;
    text-decoration: none; }
  a:focus {
    outline: 0; }
  a img {
    vertical-align: top; }
  a:hover img.hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }
  .opc a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }
  .opc2 a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }
  .opc a *, .opc2 a {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  a[target=_new], a[target=_blank] {
    background: no-repeat right center;
    background-image: url(images/icon_exlink_inline.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 12px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      a[target=_new], a[target=_blank] {
        background-image: url(images/2x/icon_exlink_inline.png);
        background-size: 10px auto; } }
  a[target=_new].noimg, a[target=_blank].noimg {
    background: transparent;
    padding-right: 0; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      a[target=_new].noimg, a[target=_blank].noimg {
        background-image: transparent; } }
  a .amazon {
    display: block;
    background: url(images/icon_amazon.png) no-repeat left center;
    padding-left: 25px; }
  .exlink a {
    display: block;
    background: url(images/icon_exlink.png) no-repeat left center;
    padding-left: 20px; }
  .exlink a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    color: #A5A53A;
    text-decoration: underline; }

/*
 * wrapper
 --------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto;
  background-color: #FFF; }

/*
 * main
 --------------------------------------------------------------------------------*/
/*
 * 	header
 */
#header {
  position: relative;
  margin: 0 auto; }
  #header #hobo {
    padding: 10px 0;
    text-align: center;
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-size: 10px;
    text-transform: uppercase; }
    #header #hobo a {
      color: #000;
      text-decoration: none; }
  #header h1 {
    position: relative;
    margin: 0 auto;
    font-size: 18px;
    text-align: center; }

#yodogawa {
  text-align: center;
  font-size: 16px; }

/*
 * contents
 */
.contents {
  position: relative;
  width: 800px;
  margin: 50px auto 40px; }
  .contents h2 {
    margin: 0;
    padding: 20px 0;
    text-align: center; }
  .contents blockquote {
    margin: 40px 0;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 2px solid #3f3f3f;
    color: #3f3f3f; }
  .contents .article {
    width: 500px;
    margin: 0 auto;
    text-align: left; }

.column {
  position: relative;
  width: 800px;
  margin: 50px auto; }
  .column h2 {
    margin: 20px 0;
    padding: 0;
    text-align: center; }
  .column .article {
    width: 500px;
    margin: 0 auto;
    text-align: left; }

.photo {
  margin: 40px auto; }
  .photo p {
    font-size: 12px;
    line-height: 1.5em;
    color: #3f3f3f; }

.date {
  margin: 20px 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #3f3f3f; }

#navi {
  text-align: center; }
  #navi ul {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  #navi li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 0 10px; }

/*
 * TOC - table of contents
 */
#toc {
  margin: 50px auto; }
  #toc h2 {
    text-align: center; }
  #toc ul, #toc li {
    margin: 0 auto;
    padding: 0;
    list-style-type: none; }
  #toc li {
    position: relative;
    padding: 5px 0;
    padding-left: 4.5em;
    width: 437px;
    border-bottom: 1px solid #CCC;
    font-size: 14px;
    letter-spacing: 0; }
    #toc li:first-child {
      border-top: 1px solid #CCC; }
    #toc li.current {
      color: #30BF30; }
    #toc li a {
      display: block;
      padding: 3px 0;
      text-align: left; }
      #toc li a:visited, #toc li a:hover {
        color: #A5A53A;
        text-decoration: none; }
    #toc li em {
      margin-left: -4em;
      padding-right: 1em;
      font-style: normal;
      font-weight: bold; }
    #toc li span {
      position: absolute;
      right: 0.5em;
      top: 50%;
      margin-top: -12px;
      font-size: 12px;
      color: #999; }

/*
 * archive
 */
#past {
  margin: 50px auto; }
  #past h2 {
    text-align: center; }
  #past ul, #past li {
    margin: 0 auto;
    padding: 0;
    list-style-type: none; }
  #past li {
    position: relative;
    padding: 5px 0;
    padding-left: 4.5em;
    width: 437px;
    border-bottom: 1px solid #CCC;
    font-size: 14px;
    letter-spacing: 0; }
    #past li:first-child {
      border-top: 1px solid #CCC; }
    #past li.current {
      color: #30BF30; }
    #past li a {
      display: block;
      padding: 3px 0;
      text-align: left; }
      #past li a:visited, #past li a:hover {
        color: #A5A53A;
        text-decoration: none; }
    #past li em {
      margin-left: -4em;
      padding-right: 1em;
      font-style: normal;
      font-weight: bold; }
    #past li span {
      position: absolute;
      right: 0.5em;
      top: 50%;
      margin-top: -12px;
      font-size: 12px;
      color: #999; }

#footer {
  position: relative;
  padding-bottom: 100px;
  margin-top: 50px; }
  #footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    letter-spacing: -0.4em;
    margin-bottom: 10px;
    font-size: 0;
    letter-spacing: -0.4em; }
    #footer ul li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      padding: 0 40px;
      margin: 0;
      font-size: 14px;
      letter-spacing: 0.075em; }
  #footer .fblike {
    text-align: center;
    margin: 20px; }
  #footer .copyright {
    margin-top: 10px;
    font-size: 10px;
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #3f3f3f; }

.conv {
  width: 500px;
  margin: 25px auto 25px; }
  .conv dl {
    display: table;
    width: 100%; }
  .conv dl + dl {
    margin-top: 0px; }
  .conv dt, .conv dd {
    display: table-cell;
    text-align: left; }
    .conv dt.talker0, .conv dd.talker0 {
      color: #000000; }
    .conv dt.talker1, .conv dd.talker1 {
      color: #000000; }
    .conv dt.talker2, .conv dd.talker2 {
      color: #333333; }
    .conv dt.talker3, .conv dd.talker3 {
      color: #333333; }
  .conv dt {
    width: 110px;
    padding: 2em 0 0 0;
    font-weight: bold;
    vertical-align: top;
    color: #000; }
    .conv dt.talker3 {
      letter-spacing: 0; }
  .conv dd {
    padding-top: 2em;
    vertical-align: middle;
    color: #000; }
    .conv dd.photo {
      padding: 30px 0 10px 110px;
      text-align: left; }
      .conv dd.photo p {
        font-size: 12px;
        line-height: 1.75em;
        letter-spacing: 0.075em;
        text-align: left;
        color: #CCC; }
    .conv dd.photoC {
      padding: 30px 0 10px 0;
      text-align: center; }
      .conv dd.photoC p {
        width: 390px;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
        line-height: 1.75em;
        letter-spacing: 0.075em;
        text-align: left;
        color: #CCC; }
    .conv dd.center {
      text-align: center; }
  .conv .continue {
    width: 500px;
    margin: 0 auto;
    padding: 2em 0 0;
    text-align: center; }

&nbsp;
p {
  &nbsp;&nbsp;font-weight: bold;
  &nbsp;&nbsp;font-size: 13px; }

.box, .box2 {
  &nbsp;&nbsp;padding: 20px;
  &nbsp;&nbsp;width: 100%; }

.box {
  background: #ccc; }

.box2 {
  background: #333; }

.inner_text {
  color: #f2f2f2; }

body {
  background-color: #1a1a1a;
  font-size: 14px;
  line-height: 2em;
  color: #333333; }

p {
  margin-bottom: 2em; }

/*1024px*/
/*768px*/
/*568px*/
/*480px*/
/*320px*/
/*1024px*/
/*768px*/
/*480px*/
/*320px*/
.content .quiz {
  width: 800px;
  margin: 0 auto;
  padding-top: 5px;
  text-align: right; }
  .content .quiz a {
    font-size: 16px;
    font-weight: bold; }
    .content .quiz a img {
      padding-right: 5px;
      vertical-align: middle; }
.content .article .conv {
  margin-top: -50px; }

.conv .center {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: left; }
  .conv .center .small {
    margin-left: 2em;
    font-size: 14px;
    font-weight: normal; }
.conv .lead {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 2em; }
.conv h3 {
  margin: 2em 0;
  font-weight: normal;
  font-size: 20px; }
.conv .photo {
  text-align: center; }
  .conv .photo + h3 {
    margin-top: 4em; }
  .conv .photo .credit {
    color: #666;
    font-size: 12px; }
.conv .draft {
  margin-top: 2em;
  padding: 25px 30px;
  background: #FFFFE6; }
  .conv .draft dl {
    margin: 5px 0; }
    .conv .draft dl dt {
      width: 80px;
      padding-top: 5px; }
    .conv .draft dl dd {
      padding-top: 5px;
      font-size: 16px;
      font-weight: bold; }

/*--------------------------------------------------------------------------------
 * 
 * 	wrapper
 * 
 *--------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  width: 960px;
  background-color: transparent; }
  #wrapper ul, #wrapper li {
    list-style: none; }

/*--------------------------------------------------------------------------------
 * 
 * 	header
 * 
 *--------------------------------------------------------------------------------*/
#header {
  position: relative;
  background: url(../images/bg_title.png) no-repeat center top; }
  #header #hobo {
    text-align: center;
    padding: 0; }
  #header h1 {
    margin: 0;
    height: 420px; }
  #header:after {
    content: url(../images/wii_u.png);
    display: block;
    text-align: center;
    position: absolute;
    width: 200px;
    bottom: 0px;
    left: 50%;
    margin-left: -100px; }

#contentHeader {
  overflow: hidden;
  *zoom: 1;
  width: 770px;
  margin: 0 auto;
  padding: 0 15px 15px;
  position: relative;
  background-color: #333333; }
  #contentHeader #yodogawa {
    background: url(../images/bg_yodogawa.png) repeat-y center top;
    text-align: center; }
    #contentHeader #yodogawa p {
      display: inline-block;
      margin: 0;
      text-align: left;
      font-size: 16px;
      line-height: 2.375em;
      font-weight: bold;
      letter-spacing: 0.15em;
      color: #FFF; }

/*--------------------------------------------------------------------------------
 * 
 * contents
 * 
 *--------------------------------------------------------------------------------*/
.content {
  width: 800px;
  padding: 40px 0;
  margin: 0 auto 0;
  background-color: #FFF; }
  .content &gt; h2 {
    text-align: center;
    margin-bottom: 20px; }
  .content .article {
    width: 500px;
    margin: 0 auto; }
    .content .article .big {
      font-size: 1.2em; }
    .content .article strong .big {
      color: #F00; }
    .content .article .midashi {
      width: 500px;
      height: 120px;
      display: table; }
      .content .article .midashi h2 {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        margin: 0;
        font-size: 21px;
        color: #FFF; }
        .content .article .midashi h2 span {
          font-size: 14px;
          vertical-align: middle; }
        .content .article .midashi h2 i {
          padding-left: 0.2em;
          font-size: 21px;
          font-weight: normal;
          font-style: normal;
          vertical-align: middle; }
    .content .article .m1, .content .article .m2, .content .article .m3, .content .article .m4 {
      text-align: center; }
      .content .article .m1 p, .content .article .m2 p, .content .article .m3 p, .content .article .m4 p {
        display: inline-block;
        font-weight: bold;
        text-align: left; }
    .content .article .m1 .midashi {
      background: url(../images/bg_title1.png) no-repeat center top; }
    .content .article .m1 p {
      color: #064B06; }
    .content .article .m2 .midashi {
      background: url(../images/bg_title2.png) no-repeat center top; }
    .content .article .m2 p {
      color: #7E3B1E; }
    .content .article .m3 .midashi {
      background: url(../images/bg_title3.png) no-repeat center top; }
    .content .article .m3 p {
      color: #272A7D; }
    .content .article .m4 .midashi {
      background: url(../images/bg_title4.png) no-repeat center top; }
    .content .article .m4 p {
      color: #7E0B69; }
    .content .article .reason1, .content .article .reason2, .content .article .reason3, .content .article .reason4 {
      border-bottom: 1px solid #CCC;
      margin-bottom: 2em; }
      .content .article .reason1 h3, .content .article .reason2 h3, .content .article .reason3 h3, .content .article .reason4 h3 {
        margin-top: 2em; }
      .content .article .reason1 p, .content .article .reason2 p, .content .article .reason3 p, .content .article .reason4 p {
        background: transparent no-repeat left 0.3em;
        padding-left: 25px; }
    .content .article .reason1 {
      color: #064B06; }
      .content .article .reason1 p {
        background-image: url(../images/huki1.png); }
    .content .article .reason2 {
      color: #7E3B1E; }
      .content .article .reason2 p {
        background-image: url(../images/huki2.png); }
    .content .article .reason3 {
      color: #272A7D; }
      .content .article .reason3 p {
        background-image: url(../images/huki3.png); }
    .content .article .reason4 {
      color: #7E0B69; }
      .content .article .reason4 p {
        background-image: url(../images/huki4.png); }
  .content .movie {
    background: #CCC;
    height: 450px;
    margin: 40px auto; }
  .content .photo {
    margin: 40px 0; }
  .content .apply {
    text-align: center; }
  .content .date {
    margin: 40px 0;
    line-height: 1em; }

#navi {
  width: 100%;
  height: 130px; }
  #navi:before {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  #navi ul {
    display: inline-block; }
    #navi ul li {
      float: none;
      display: inline-block;
      margin: 0 20px; }

.fblike {
  text-align: center; }

/*--------------------------------------------------------------------------------
 * 
 * 	footer
 * 
 *--------------------------------------------------------------------------------*/
#footer {
  background: #333333 url(../images/bg_footer.png) repeat-y center top;
  margin: 0 auto 0;
  padding: 20px 0 80px 0;
  border-top: 15px solid #333333;
  width: 800px; }
  #footer .kinoue {
    margin-bottom: 40px;
    text-align: center; }
  #footer .fblike {
    margin: 40px auto; }
  #footer .copyright {
    width: 520px;
    margin: 40px auto 0;
    padding: 0;
    line-height: 1.5em;
    color: #CCC;
    font-weight: normal; }
    #footer .copyright .capitalize {
      text-transform: none; }

#enquete .content {
  padding: 20px 0; }
#enquete .attention {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  text-align: right; }

#enqueteform {
  text-align: center; }

#board {
  position: relative;
  background: url(../images/bg_select.png) no-repeat center top;
  width: 800px;
  height: 480px;
  margin: 120px 0 50px 0; }
  #board #area1, #board #area2, #board #area3, #board #area4 {
    position: absolute;
    left: 0;
    top: 0; }
  #board .cap {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: -70px;
    left: 50%;
    width: 280px;
    border: 1px solid #CCC;
    padding: 8px;
    margin-left: -149px;
    font-weight: bold;
    text-align: center; }
    #board .cap:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -8px;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 10px solid #FFF; }
    #board .cap:before {
      content: "";
      display: block;
      position: absolute;
      bottom: -11px;
      left: 50%;
      margin-left: -9px;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-top: 11px solid #CCC; }
  #board .popbox {
    position: absolute; }
  #board .pb-box {
    z-index: 0; }
    #board .pb-box .comment {
      padding: 20px;
      text-align: left;
      white-space: nowrap; }
      #board .pb-box .comment p {
        margin: 0; }
        #board .pb-box .comment p + p {
          margin-top: 1em; }
  #board .pb-open {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    padding: 0; }
  #board .pb-close {
    position: relative;
    left: 50%;
    margin-left: -34px; }
    #board .pb-close img {
      padding-top: 5px; }
  #board .yt {
    position: absolute;
    left: 0px;
    top: 0px; }
</pre></body></html>