@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: #666666;
  text-decoration: underline;
  outline: none 0 !important;
}
a:link {
  color: #666666;
  text-decoration: underline;
}
a:visited {
  color: #666666;
  text-decoration: underline;
}
a:hover {
  color: #b2b2b2;
  text-decoration: none;
}
a:active {
  color: #b2b2b2;
  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: #666666;
  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: #666666;
  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
 */
#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;
}

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

p {
  margin-bottom: 2em;
}

/*--------------------------------------------------------------------------------
 * 
 * 	wrapper
 * 
 *--------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  width: 1000px;
  background-color: transparent;
}
#wrapper ul, #wrapper li {
  list-style: none;
}
@media only screen and (max-width: 999px) {
  #wrapper {
    width: 730px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #wrapper {
    width: 95%;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------------------------
 * 
 * 	header
 * 
 *--------------------------------------------------------------------------------*/
#header {
  *zoom: 1;
  width: 100%;
}
#header:after {
  content: "";
  display: table;
  clear: both;
}
#header h1 {
  float: left;
  margin: 20px 0 0 0;
  width: 249px;
}
#header h1 img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #header h1 {
    width: 175px;
  }
}
#header ul {
  float: right;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 479px) {
  #header ul {
    top: 70px;
  }
}
@media only screen and (max-width: 567px) and (orientation: landscape) {
  #header ul {
    top: 20px;
  }
}
#header ul li {
  float: left;
  margin-left: 57px;
  width: 32px;
}
#header ul li.fblike {
  width: auto;
  margin-left: 0;
  margin-top: 5px;
}
#header ul li.instagram {
  width: 50px;
}
#header ul li img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #header ul li {
    margin-left: 22px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  #header ul li {
    margin-left: 25px;
  }
}

/*--------------------------------------------------------------------------------
 * 
 * contents
 * 
 *--------------------------------------------------------------------------------*/
.content {
  *zoom: 1;
  margin-top: 15px;
}
.content:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 999px) {
  .content {
    margin-left: 0;
  }
}
.content h3 {
  width: 450px;
  border-bottom: 1px solid #808080;
  padding-bottom: 8px;
  margin-top: 50px;
}
.content h3 img {
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .content h3 {
    width: 100%;
  }
}
.content .section {
  float: left;
  width: 700px;
  min-height: 550px;
}
@media only screen and (max-width: 999px) {
  .content .section {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .content .section {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
.content .section .exhibition {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #808080;
}
.content .section .exhibition:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0 none;
}
.content .section .exhibition h2 {
  width: 700px;
  margin: 0 0 70px 0;
}
@media only screen and (max-width: 999px) {
  .content .section .exhibition h2 {
    width: 100%;
  }
}
.content .section .exhibition h2 img {
  width: 100%;
}
.content .section .exhibition h2 + div {
  margin-left: 270px;
}
@media only screen and (max-width: 767px) {
  .content .section .exhibition h2 + div {
    margin-left: 0;
  }
}
.content .section .exhibition .article {
  width: 450px;
  margin-left: 250px;
}
@media only screen and (max-width: 767px) {
  .content .section .exhibition .article {
    width: 100%;
    margin-left: 0;
  }
}
.content .section .banner1,
.content .section .banner2 {
  width: 450px;
  margin-top: -20px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .content .section .banner1,
  .content .section .banner2 {
    width: 100%;
  }
}
.content .section .banner1 img,
.content .section .banner2 img {
  width: 100%;
}
.content .section .banner2 {
  margin-top: 40px;
}
.content .twitter {
  margin: 0 auto 40px;
}
.content .photo {
  width: 450px;
  margin: 40px auto 40px 0;
}
@media only screen and (max-width: 767px) {
  .content .photo {
    width: 100%;
    margin: 40px auto;
  }
}
.content .photo img {
  width: 100%;
}
.content .photo2 {
  width: 450px;
  margin: 40px auto;
}
@media only screen and (max-width: 767px) {
  .content .photo2 {
    width: 100%;
  }
}
.content .photo2 img {
  width: 100%;
}
.content .column {
  border: 1px solid #808080;
  width: 448px;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .content .column {
    width: 100%;
  }
}
.content .column p {
  margin: 0;
  padding: 20px;
}
.content .button {
  width: 200px;
  margin: 35px 0;
}
.content .button img {
  width: 100%;
}
.content .num {
  display: inline-block;
  width: 18px;
}
.content .num img {
  width: 100%;
}
.content .date {
  margin: 70px auto 100px;
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  .content .date {
    margin: 35px auto;
  }
}
.content .news {
  overflow: hidden;
  *zoom: 1;
  float: left;
  width: 250px;
  margin-left: 20px;
  border: 1px solid #808080;
  padding: 14px;
}
@media only screen and (max-width: 999px) {
  .content .news {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 9px 0;
    border-left: 0 none;
    border-right: 0 none;
  }
}
.content .news h2 {
  width: 180px;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .content .news h2 {
    margin: 0 auto;
  }
}
.content .news h2 img {
  width: 100%;
}
.content .news #newsPhoto {
  width: 250px;
}
@media only screen and (max-width: 999px) {
  .content .news #newsPhoto {
    margin: 0 auto;
  }
}
.content .news #newsPhoto img {
  width: 100%;
}
.content .news #newsTitle {
  width: auto;
  margin: 15px 0 0 0;
  word-break: break-all;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.75em;
  color: #4C4C4C;
}
.content .news #newsText {
  margin: 12px 0 0 0;
  word-break: break-all;
  font-size: 12px;
  line-height: 1.75em;
}
.content .news #newsMore {
  float: right;
  width: 84px;
}
.content .news #newsMore a {
  display: block;
}
.content .news #newsMore img {
  width: 100%;
}
.content .attention {
  color: #F00;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.75em;
}
.content h2 .attention {
  display: block;
  margin-top: 1.5em;
}

#menu {
  float: left;
  width: 162px;
  margin-left: 138px;
  margin-top: 48px;
}
@media only screen and (max-width: 999px) {
  #menu {
    float: none;
    margin: 25px auto;
  }
}
#menu ul li {
  width: 162px;
  margin-bottom: 15px;
}
#menu ul li a {
  display: block;
}
#menu ul li img {
  width: 100%;
}

/*--------------------------------------------------------------------------------
 * 
 * 	footer
 * 
 *--------------------------------------------------------------------------------*/
#footer {
  margin: 40px 0 0 0;
  padding: 0 0 35px 0;
  width: 100%;
  border-top: 1px solid #808080;
}
#footer p {
  width: 231px;
  margin: 35px auto 25px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #footer p {
    margin-top: 25px;
  }
}
#footer p img {
  width: 100%;
}
#footer address {
  display: block;
  text-align: center;
  width: 231px;
  margin: 0 auto;
  padding: 0;
}
#footer address img {
  width: 100%;
}

#profileText {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  #profileText {
    padding: 10px;
  }
}
#profileText h2 span {
  font-size: 60%;
}
#profileText h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
#profileText p {
  margin: 1em 0 0 0;
}
#profileText p:first-child {
  margin-top: 0;
}

/*--------------------------------------------------------------------------------
 * 
 * 	about, access
 * 
 *--------------------------------------------------------------------------------*/
#about .content .article h2,
#access .content .article h2,
#schedule .content .article h2,
#contact .content .article h2 {
  margin: 0 0 45px 0;
}

#access .article {
  width: 450px;
  margin-left: 250px;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #808080;
}
@media only screen and (max-width: 767px) {
  #access .article {
    width: 100%;
    margin-left: 0;
  }
}
#access .article:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0 none;
}
#access .article h2 {
  width: 450px;
  margin: 0 0 45px 0;
}
@media only screen and (max-width: 999px) {
  #access .article h2 {
    width: 100%;
  }
}
#access .article h2 img {
  width: 100%;
}
#access .article h2 + div {
  margin-left: 270px;
}
@media only screen and (max-width: 767px) {
  #access .article h2 + div {
    margin-left: 0;
  }
}
#access .content .step {
  margin: 45px auto;
}
#access .content .step p {
  margin-bottom: 1em;
}
#access .content .step .photo2 {
  margin: 1em auto;
}
#access .content .tobichimap {
  float: right;
  width: 106px;
  border: 1px solid #808080;
}
@media only screen and (max-width: 767px) {
  #access .content .tobichimap {
    width: 80px;
  }
}
#access .content .tobichimap img {
  width: 100%;
}
#access .content h3 + .step {
  margin-top: 25px;
}
#access .content address {
  display: block;
  font-style: normal;
  margin-top: -1em;
}

#contact .article {
  width: 450px;
  margin-left: 250px;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #808080;
}
@media only screen and (max-width: 767px) {
  #contact .article {
    width: 100%;
    margin-left: 0;
  }
}
#contact .article:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0 none;
}
#contact .article h2 {
  width: 450px;
  margin: 0 0 45px 0;
}
@media only screen and (max-width: 999px) {
  #contact .article h2 {
    width: 100%;
  }
}
#contact .article h2 img {
  width: 100%;
}
#contact .article h2 + div {
  margin-left: 270px;
}
@media only screen and (max-width: 767px) {
  #contact .article h2 + div {
    margin-left: 0;
  }
}

#schedule .article {
  width: 450px;
  margin-left: 250px;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #808080;
}
@media only screen and (max-width: 767px) {
  #schedule .article {
    width: 100%;
    margin-left: 0;
  }
}
#schedule .article:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0 none;
}
#schedule .article h2 {
  width: 450px;
  margin: 0 0 45px 0;
}
@media only screen and (max-width: 999px) {
  #schedule .article h2 {
    width: 100%;
  }
}
#schedule .article h2 img {
  width: 100%;
}
#schedule .article h2 + div {
  margin-left: 270px;
}
@media only screen and (max-width: 767px) {
  #schedule .article h2 + div {
    margin-left: 0;
  }
}
#schedule .event {
  border-bottom: 1px solid #808080;
  padding-bottom: 0.5em;
}
#schedule .event h4 {
  font-size: 18px;
  font-weight: normal;
}
#schedule .event h4 span {
  font-size: 14px;
}

#schedule2 {
  clear: both;
  width: 450px;
  margin-left: 250px;
  margin-top: 60px;
}
@media only screen and (max-width: 999px) {
  #schedule2 {
    width: 100%;
    margin-left: 0;
  }
}
#schedule2 h3 {
  width: 450px;
  margin: 0;
  border: 0 none;
}
@media only screen and (max-width: 449px) {
  #schedule2 h3 {
    width: 100%;
  }
}
#schedule2 h3 img {
  width: 100%;
}
#schedule2 #events {
  border-top: 1px solid #808080;
}
#schedule2 .event {
  border-top: 1px solid #808080;
}
#schedule2 .event h4 {
  font-size: 18px;
  font-weight: normal;
}
#schedule2 .event h4 span {
  font-size: 14px;
}
#schedule2 .event:first-child {
  border-top: 0 none;
}

#past #archive {
  clear: both;
  width: 450px;
  margin-left: 250px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 999px) {
  #past #archive {
    margin-left: 0;
    width: 100%;
  }
}
#past #archive .thumb {
  width: 90px;
  float: left;
}
#past #archive .thumb img {
  width: 100%;
}
#past #archive h2 {
  width: 450px;
  margin: 0 0 45px 0;
}
@media only screen and (max-width: 999px) {
  #past #archive h2 {
    width: 100%;
  }
}
#past #archive h2 img {
  width: 100%;
}
#past #archive h3 {
  border-bottom: 0 none;
  margin-bottom: 0;
}
#past #archive h4 {
  margin: 0 0 5px 100px;
  padding-right: 1em;
  line-height: 1.5em;
}
#past #archive h4 span {
  font-size: 12px;
  line-height: 1.5em;
}
#past #archive p {
  margin: 0 0 0 100px;
  font-size: 13px;
}
#past #archive a {
  display: block;
  overflow: hidden;
  *zoom: 1;
}
#past #archive a:link, #past #archive a:visited, #past #archive a:hover, #past #archive aactive {
  text-decoration: none;
}
#past #archive a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#past #archive li {
  border-top: 1px solid #808080;
  padding-top: 15px;
  margin-bottom: 15px;
}

/*--------------------------------------------------------------------------------
 * 
 * 	textlive
 * 
 *--------------------------------------------------------------------------------*/
#textlive #wrapper {
  width: 800px;
}
#textlive #header {
  padding: 10px 0 12px;
  margin-bottom: 40px;
  border-bottom: 1px solid #808080;
}
#textlive #header h1 {
  float: none;
  width: 392px;
  margin: 0 auto;
}
#textlive #header h1 img {
  width: 100%;
}
#textlive #items .item {
  *zoom: 1;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #808080;
}
#textlive #items .item:after {
  content: "";
  display: table;
  clear: both;
}
#textlive #items .item .photos {
  float: left;
}
#textlive #items .item .photos li {
  margin-top: 25px;
  width: 400px;
  text-align: center;
}
#textlive #items .item .photos li:first-child {
  margin-top: 0;
}
#textlive #items .item .noPhoto {
  float: left;
  width: 400px;
}
#textlive #items .item .text {
  width: 360px;
  margin-left: 440px;
}
#textlive #items .item .text .date {
  display: inline-block;
  background-color: #00269C;
  height: 14px;
  padding: 4px 9px 0;
  margin: 0 auto 16px;
  font-size: 10px;
  color: #FFFFFF;
}
#textlive #items .item .text .title {
  *zoom: 1;
  display: table;
  margin-bottom: 40px;
}
#textlive #items .item .text .title:after {
  content: "";
  display: table;
  clear: both;
}
#textlive #items .item .text .title .balloon {
  display: table-cell;
  position: relative;
  border: 1px solid #808080;
}
#textlive #items .item .text .title .balloon h2 {
  margin: 0;
  padding: 14px;
  font-size: 16px;
  color: #000000;
}
#textlive #items .item .text .title .balloon h2 a {
  text-decoration: none;
}
#textlive #items .item .text .title .balloon h2 a:link, #textlive #items .item .text .title .balloon h2 a:visited, #textlive #items .item .text .title .balloon h2 a:hover, #textlive #items .item .text .title .balloon h2 a:active {
  text-decoration: none;
}
#textlive #items .item .text .title .balloon span {
  display: block;
  position: absolute;
  right: -14px;
  top: 12px;
  width: 14px;
}
#textlive #items .item .text .title .balloon span img {
  width: 100%;
}
#textlive #items .item .text .title .icon {
  display: table-cell;
  width: 60px;
  padding-left: 15px;
}
#textlive #items .item .text .title .icon img {
  width: 100%;
}
#textlive #items .item .text .body {
  margin-left: 15px;
  font-size: 13px;
  line-height: 2em;
}
#textlive #navi li {
  display: inline-block;
  width: 69px;
  margin: 0 70px;
  padding-bottom: 40px;
}
#textlive #navi li.top {
  width: 119px;
}
#textlive #navi li img {
  width: 100%;
}
