/* font settings {{{ */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}


html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
/* }}} */

header,
footer,
article {
    margin: 0 auto;
    width: 700px;
}

header {
    margin-top: 30px;
    margin-bottom: 15px;
}

header .logo {
    border: none;
    float: left;
}

header p {
    font-size: 9px;
    float: right;
    height: 12px;
    line-height: 12px;
    margin-top: 8px;
    margin-bottom: 0px;
}

header p img {
    vertical-align: middle;
    padding-right: 5px;
}

header nav ul {
    border-bottom: 1px solid black;
}

footer nav ul {
    border-top: 1px solid black;
}

nav ul {
    float: left;
    height: 25px;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 0;
}

h1, h2, h3, h4, h5, h6, nav ul, dt, .palt {
    font-feature-settings: 'palt' 1;
}

nav li {
    list-style: none;
    float: left;
}

nav a {
    display: block;
    padding: 6px 10px;
    line-height: 13px;
    font-size: 12px;
    width: 80px;
    text-align: center;
    color: inherit;
    text-decoration: none;
}

nav a.large {
    width: 180px;
}

nav a.here {
    color: white;
    background-color: forestgreen;
}

nav a.hover {
    color: white;
    background-color: limegreen;
}

/* clearfix {{{ */

.floatcontainer:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
    }

.floatcontainer{display: inline-block;} 

/* Hides from IE Mac */
* html .floatcontainer {height: 1%;}
.floatcontainer{display:block;}

/* }}} */

article a {
    color: rgb(169, 169, 169);
    text-decoration: underline;
}
article a:visited {
    color: rgb(121, 121, 121);
    text-decoration: underline;
}
article a:hover {
    color: rgb(255, 38, 0);
    text-decoration: underline;
}
body {
    -webkit-text-size-adjust: none;
}
div {
    overflow: visible;
}
img {
    border: none;
}

/* top.php {{{ */

.doa-index .main {
    margin-top: 15px;
    font-size: 12px;
}

.doa-index .main .left {
    float: left;
    width: 180px;
}

.doa-index .main .left ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

.doa-index .main .left li a {
    display: block;
    color: #666;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    border-left: 4px solid black;
    border-bottom: 1px solid black;
    padding-left: 1em;
}

.doa-index .main .left li a:hover {
    background-color: #ccc;
    color: black;
}

.doa-index .main .right {
    width: 476px;
    margin-left: 200px;
    background-color: oldlace;
    padding: 12px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.doa-index .main .right dl {
}

.doa-index .main .right dt {
    font-weight: bold;
}

.doa-index .main .right dd {
    margin-left: 0;
}

.doa-index .main .right dd p {
    text-indent: 1em;
}

.doa-index #update-links .here {
    background-color: darkslategray;
}
.doa-index #update-links .here a {
    color: white;
}

/* }}} */

/* access.php {{{ */

.doa-access .map {
    height: 250px;
    width: 700px;
    background-image: url('/img/130616-0002.png');
}

.doa-access .access {
    font-size: 12px;
}

.doa-access .access dt {
    float: left;
    width: 60px;
    font-weight: bold;
}

.doa-access .access dd {
    margin-left: 40px;
}

/* }}} */

/* archives.php {{{ */

.doa-archives nav ul {
    height: 1400px;
}

.doa-archives nav li {
    width: 700px;
}

.doa-archives nav li a {
    border: 4px limegreen solid;
    text-decoration: none;
    font-size: 48px;
    display: block;
    width: 500px;
    height: 80px;
    line-height: 80px;
    margin: 20px auto;
    border-radius: 25px;
    color: black;
    text-shadow: 0 2px 0 #e9e9e9;
}

.doa-archives nav li a.small {
    line-height: 40px;
    font-size: 30px;
}

.doa-archives nav li a.small-oneline {
    line-height: 80px;
    font-size: 30px;
}

.doa-archives #archive-detail {
    margin-top: 30px;
}


/* }}} */

/* archive/20151031 {{{ */

.event-20151031 h1 {
    font-size: 50px;
    text-align: center;
}

.event-20151031 .detail {
    margin: 0 100px;
}

.event-20151031 .cast {
    margin: 0 auto;
}

.event-20151031 .table {
    display: table;
}

.event-20151031 .table .row {
    display: table-row;
}

.event-20151031 .table .cell {
    display: table-cell;
}

.event-20151031 dl {
    margin-top: 30px;
    margin-bottom: 20px;
}

.event-20151031 dt {
    margin-left: 100px;
    font-weight: bold;
    font-size: 120%;
}

.event-20151031 dd {
    margin-left: 150px;
    margin-bottom: 10px;
}

.event-20151031 dd .actor {
    font-weight: bold;
}

.event-20151031 .info {
    margin: 0 auto;
}

/* }}} */

/* archive/20140312 {{{ */

.event-20140312 .title-image {
    background: url(../img/epiphany-garden.jpg) no-repeat;
    margin-bottom: 40px;
}

.event-20140312 .title-image > div {
    margin-left: -50px;
    width: 800px;
    height: 304px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.85) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.85)), color-stop(50%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.event-20140312 .pre-title {
    margin-top: 20px;
    font-size: 14pt;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.event-20140312 .title {
    font-size: 44pt;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.event-20140312 .subtitle {
    height: 40px;
    font-size: 24pt;
    letter-spacing: 15pt;
    text-align: center;
}

.event-20140312 .show-data {
    width: 400px;
    margin: 0 auto 40px;
}

.event-20140312 .show-data dt {
    float: left;
    height: 20pt;
    line-height: 20pt;
}

.event-20140312 .show-data dd {
    height: 20pt;
    line-height: 20pt;
    margin-left: 60px;
}

.event-20140312 .description {
    text-indent: 1em;
}

.event-20140312 .detail {
    display: table-row;
    margin-bottom: 40px;
}

.event-20140312 .cell {
    display: table-cell;
    padding-left: 4em;
}

.event-20140312 .cell:first-child {
    padding-left: 1em;
}

.event-20140312 .cell ul {
    margin: 0;
    padding: 0;
}

.event-20140312 .cell li {
    list-style: none;
}

.event-20140312 .cell dt {
    float: left;
}

.event-20140312 .cell dt,
.event-20140312 .cell dd {
    line-height: 25px;
}

.event-20140312 .cell dd {
    margin-left: 5em;
}

.event-20140312 .note {
    margin-bottom: 40px;
    text-align: center;
}

.event-20140312 .parking {
    margin-bottom: 2em;
}

.event-20140312 .parking iframe {
    border: none;
}

/* }}} */

/* archive/news {{{ */

#archive-detail .news .title {
    font-weight: bold;
}

#archive-detail .news .foreword {
    text-indent: 1em;
}

#archive-detail .news .right {
    float: right;
    width: 257px;
}

/* }}} */

/* archive/20130525 {{{ */

#archive-detail .event-20130525 .title {
    width: 700px;
}

#archive-detail .event-20130525 .title .top {
    margin: 0 35px 0 34px;
}

#archive-detail .event-20130525 .title .bottom {
    margin: 0 36px;
}

#archive-detail .event-20130525 h1 {
    text-align: center;
    font-size: 16px;
}

#archive-detail .event-20130525 .event {
    margin-top: 30px;
}
#archive-detail .event-20130525 .event dl {
    font-size: 12px;
}

#archive-detail .event-20130525 .event dt {
    font-weight: bold;
}

#archive-detail .event-20130525 .event dd {
    margin-left: 0;
    margin-bottom: 20px;
}

#archive-detail .event-20130525 .event dd p {
    text-indent: 1em;
}

#archive-detail .event-20130525 .event dd p.no-indent {
    text-indent: 0;
}

#archive-detail .event-20130525 .detail {
    width: 100%;
    clear: both;
}
#archive-detail .event-20130525 .detail .row {
    display: block;
    clear: both;
}
#archive-detail .event-20130525 .detail .left {
    float: left;
}
#archive-detail .event-20130525 .detail .right {
    float: right;
}
#archive-detail .event-20130525 .detail .image {
    width: 350px;
}
#archive-detail .event-20130525 .detail .left.comment {
    width: 320px;
    padding-right: 30px;
}
#archive-detail .event-20130525 .detail .right.comment {
    width: 320px;
    padding-left: 30px;
}
#archive-detail .event-20130525 .detail a {
    margin: 0;
    padding: 0;
}
#archive-detail .event-20130525 .detail img {
    margin: 40px 10px 10px 10px;
    border: 5px solid black;
}
#archive-detail .event-20130525 .detail dl {
    font-size: 80%;
}
#archive-detail .event-20130525 .detail dt {
    font-weight: bold;
}
#archive-detail .event-20130525 .detail dl.artist dd {
    text-indent: 1em;
    margin-left: 1em;
}
#archive-detail .event-20130525 .detail dl.artist-wide dd {
    text-indent: 1em;
    margin-left: 1em;
    margin-bottom: 2em;
}
#archive-detail .event-20130525 .detail dl.info {
    margin-left: 2em;
    line-height: 1.5em;
}
#archive-detail .event-20130525 .detail dl.info dt {
    float: left;
}
#archive-detail .event-20130525 .detail dl.info dd {
    margin-left: 13em;
}

/* }}} */

/* archive/20070720 {{{ */
#archive-detail .event-20070720 .event h1 {
    text-align: center;
    font-size: 16px;
}

#archive-detail .event-20070720 .event h1 .small {
    font-size: 14px;
}

#archive-detail .event-20070720 .event dl {
    font-size: 12px;
}

#archive-detail .event-20070720 .event dt {
    font-weight: bold;
}

#archive-detail .event-20070720 .event dd {
    margin-left: 0;
    margin-bottom: 20px;
}

#archive-detail .event-20070720 .event dd td {
    vertical-align: top;
}

#archive-detail .event-20070720 .event dd p {
    text-indent: 1em;
}

#archive-detail .event-20070720 .cell {
    float: left;
}

#archive-detail .event-20070720 .img-row {
    width: 700px;
    margin: 20px 0;
}

#archive-detail .event-20070720 .img3 {
    width: 200px;
    margin-left: 25px;
}

#archive-detail .event-20070720 .img2 {
    width: 350px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
/* }}} */

/* archive/20201023 {{{ */
.event-20201023 .content {
  padding: 20px;
}

.event-20201023 .content h1 {
  text-align: center;
}

.event-20201023 .content > dl.term {
  padding: 0 115px 0 115px;
  display: flex;
  flex-wrap: wrap;
}

.event-20201023 .content > dl.term > dt {
  flex-basis: 20%
}

.event-20201023 .content > dl.term > dt:after {
  content: '：';
}

.event-20201023 .content > dl.term > dd {
  flex-basis: 80%;
  margin: 0;
}

.event-20201023 .content > dl.detail > dt {
  font-size: 1.2em;
  font-weight: bold;
}

.event-20201023 .content > dl.detail > dd {
  margin: 1em 0 2em 40px;
}

.event-20201023 .content > dl.detail > dd > ul {
  margin: 0;
  padding: 0;
}

.event-20201023 .content > dl.detail > dd > ul.notice > li {
  list-style-type: none;
  text-indent: -1.25em;
}

.event-20201023 .content > dl.detail > dd > ul.notice > li:before {
  content: '＊ ';
}

.event-20201023 .content > dl.detail > dd > ol {
  margin: 0;
  padding: 0;
}

.event-20201023 .content > dl.detail > dd > ol.help > li {
  list-style-type: none;
  text-indent: -1.25em;
}

.event-20201023 .content > dl.detail > dd > ol.documents > li {
  list-style-type: none;
  text-indent: -1.25em;
}

.event-20201023 .content > dl.etc {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.event-20201023 .content > dl.etc > dt {
  flex-basis: 10%;
}

.event-20201023 .content > dl.etc > dd {
  flex-basis: 90%;
  margin: 0;
}
/* }}} */

/* news.php {{{ */
/* }}} */

/* recruit.php {{{ */

.doa-recruit .recruit {
    font-size: 12px;
}

.doa-recruit .recruit dt {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

.doa-recruit .recruit dd {
    margin-left: 0;
}

/* }}} */

/* rules.php {{{ */

.doa-rules h2.rules {
    letter-spacing: 1em;
    text-align: center;
}

.doa-rules div.rules {
    font-size: 70%;
}

.doa-rules div.rules dl {
    margin-bottom: 4em;
}

.doa-rules div.rules dd {
    margin-bottom: 1em;
    margin-left: 2em;
}

.doa-rules div.rules table {
    margin-left: 2em;
}

.doa-rules div.rules table.officer th {
    font-weight: normal;
    width: 5em;
}

.doa-rules div.rules table.due th {
    font-weight: normal;
    width: 5em;
    text-align: left;
}

.doa-rules div.rules table.due td {
    text-align: right;
}

.doa-rules ol.cjk {
    list-style-type: cjk-ideographic;
}

/* }}} */

/* vim:se fdm=marker: */
