@charset "UTF-8";
/* ######################################################## */
/*
大阪長居AC
*/
/* ######################################################## */
body {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

@media (min-width: 992px) {
  #header.frontpage {
    position: relative;
  }
  #header.frontpage .config {
    position: absolute;
    top: 10px;
    z-index: 1000;
  }
  #header.frontpage .item {
    padding: 10px !important;
    cursor: pointer;
  }
  #header.frontpage .item .sitename {
    color: #FFF !important;
  }
}
#header .config {
  position: relative;
  width: 100%;
  background-color: #000;
}
#header .config .container {
  margin: 0 auto;
}
#header .config .item {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
}
#header .config .item .logo {
  margin-bottom: 0.5em;
}
#header .config .item .logo img {
  width: auto;
  height: 20px;
}
#header .config .item .sitename {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}
#header .config #sp_btn {
  position: static;
  padding-top: 8px;
  margin: 5px;
  float: right;
}
#header .config #sp_btn a {
  display: block;
  padding: 10px;
  color: #fff;
  border: 1px solid #666;
  border-radius: 3px;
}
@media (min-width: 992px) {
  #header {
    position: relative;
  }
  #header .config {
    width: 100%;
    padding-top: 10px;
    background-color: transparent;
    z-index: 1000;
  }
  #header .config .container {
    margin: 0 auto;
  }
  #header .config .item {
    display: table;
    float: left;
    padding: 10px 0;
  }
  #header .config .item .logo {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
  }
  #header .config .item .logo img {
    width: 100%;
    height: auto;
  }
  #header .config .item .sitename {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
  }
  #header #sp_btn {
    display: none;
  }
}

.sb-slidebar ul li {
  border-bottom: 1px solid #E66868;
}
.sb-slidebar ul li a {
  display: block;
  padding: 15px;
  color: #fff;
  font-size: 14px;
}

nav {
  display: none;
}
@media (min-width: 992px) {
  nav {
    display: block;
    background-color: #b91246;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
  }
  nav ul {
    margin: 0;
    padding: 0;
  }
  nav ul li {
    float: left;
  }
  nav ul li a {
    display: block;
    line-height: 44px;
    text-align: center;
    padding: 0 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    color: #FFF;
  }
  nav ul li a:hover {
    background-color: #E66868;
    color: #FFF;
    text-decoration: none;
  }
  nav ul li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}

#SIDEMENU {
  margin-top: 5em;
  padding-top: 2.5em;
  border-top: 1px dotted #CCC;
}
@media (min-width: 992px) {
  #SIDEMENU {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

#MAINBANNER .banner, .sponsorship .banner {
  margin-bottom: 1em;
}

#MAINBANNER .banner ul {
  margin-top: 5px;
}

#YEAR {
  margin-bottom: 15px;
}
#YEAR .inner {
  padding: 15px;
  border: 1px solid #cc3333;
  text-align: center;
  font-size: 20px;
}

footer {
  padding: 15px;
  background-color: #000;
  color: #FFF;
}
footer .f-menu {
  display: flex;
  justify-content: center;
}
footer .f-menu li {
  border-right: 1px solid #FFF;
  padding: 0 10px;
}
footer .f-menu li a {
  color: #FFF;
  font-size: 10px;
}
footer .f-menu li:first-child {
  border-left: 1px solid #FFF;
}
footer .copy {
  font-size: 10px;
}
@media (min-width: 992px) {
  footer .f-menu li a {
    font-size: 12px;
  }
}

h1 {
  padding: 18px;
  border-top: 5px solid #cc3333;
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  border-left: 5px solid #CC3333;
  padding: 0 0 0 10px;
  margin-top: 2em;
  font-size: 18px;
  line-height: 130%;
}
@media (min-width: 992px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 22px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 20px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 18px;
}
@media (min-width: 992px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 14px;
  border-left: 2px solid #cc3333;
  padding-left: 10px;
}
@media (min-width: 992px) {
  h6 {
    font-size: 16px;
  }
}

a.pdf {
  display: inline-block;
  padding-left: 25px;
  min-height: 16px;
  background: url(/img/pdf_small.gif) left 0.2em no-repeat;
}

a.xls {
  display: inline-block;
  padding-left: 25px;
  min-height: 16px;
  background: url(/img/excel_small.gif) left 0.2em no-repeat;
}

a.doc {
  display: inline-block;
  padding-left: 25px;
  min-height: 16px;
  background: url(/img/word_small.gif) left 0.2em no-repeat;
}

a.ppt {
  display: inline-block;
  padding-left: 25px;
  min-height: 16px;
  background: url(/img/powerpoint_small.gif) left 0.2em no-repeat;
}

.hidebtn {
  cursor: pointer;
}

#BODY .content {
  margin-bottom: 60px;
}

#PAGETOP {
  padding-top: 30px;
}
#PAGETOP a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #000;
  color: #FFF;
}
#PAGETOP a:hover {
  text-decoration: none;
}

#FRONTPAGE #header {
	background-color: #b91246;
}
#FRONTPAGE #slider {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 421px;
  max-width: 1280px;
  overflow: hidden;
}
#FRONTPAGE #slider img {
  width: 100%;
  height: auto;
  max-width: 1280px;
}
#FRONTPAGE #slider .slides {
  zoom: 1;
}
#FRONTPAGE #slider .flex-direction-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 1240px;
  z-index: 999;
  padding: 0 10px;
}
#FRONTPAGE #slider .flex-direction-nav a {
  display: block;
  color: #fff;
  font-size: 30px;
  margin-top: -15px;
}
#FRONTPAGE #slider li {
  list-style-type: none;
}
#FRONTPAGE #slider .flex-prev {
  float: left;
}
#FRONTPAGE #slider .flex-next {
  float: right;
}
@media (min-width: 992px) {
  #FRONTPAGE #slider .flex-direction-nav {
    position: absolute;
    top: 49%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 1240px;
    z-index: 999;
    padding: 0 20px;
  }
  #FRONTPAGE #slider .flex-direction-nav a {
    display: block;
    color: #fff;
    font-size: 60px;
  }
  #FRONTPAGE #slider .flex-direction-nav a:hover {
    color: #F31616;
  }
}
#FRONTPAGE .important {
  padding: 15px;
  border: 1px solid #cc3333;
  margin-bottom: 30px;
}
#FRONTPAGE .important h2 {
  margin: 0;
  margin-bottom: 0.5em;
}
#FRONTPAGE .important dl dt {
  margin-bottom: 0.5em;
}
#FRONTPAGE .important dl dd {
  margin-bottom: 0.5em;
}
@media (min-width: 992px) {
  #FRONTPAGE .important dl {
    width: 100%;
  }
  #FRONTPAGE .important dl dt {
    float: left;
    clear: left;
    width: 15%;
  }
  #FRONTPAGE .important dl dd {
    float: left;
    width: 85%;
  }
}
#FRONTPAGE .topics {
  padding: 15px;
  border: 1px dotted #CCC;
  margin-bottom: 30px;
}
#FRONTPAGE .topics dl {
  margin-bottom: 30px;
}
#FRONTPAGE .topics dl dt {
  margin-bottom: 1em;
}
#FRONTPAGE .topics dl dd {
  margin-bottom: 1em;
  line-height: 160%;
}
@media (min-width: 992px) {
  #FRONTPAGE .topics dl {
    width: 100%;
  }
  #FRONTPAGE .topics dl dt {
    float: left;
    clear: left;
    width: 15%;
  }
  #FRONTPAGE .topics dl dd {
    float: left;
    width: 85%;
  }
}

#TOPICS .important ul li, #TOPICS .topic ul li {
  line-height: 160%;
  margin-bottom: 1em;
}
#TOPICS.single h2 {
  margin-bottom: 1em;
}
#TOPICS.single p {
  line-height: 200%;
}
#TOPICS.single .content ul li {
  font-size: 14px;
  line-height: 170%;
  clear: both;
  margin-bottom: 0.5em;
  list-style: none;
}

#ENTRY .entrybox {
  text-align: center;
  border: 1px solid #CCC;
  padding: 15px;
  background-color: #F5F5F5;
  border-radius: 6px;
}
#ENTRY .entrybox .lead {
  margin-top: 1em;
  margin-bottom: 0;
  font-weight: bold;
  color: #cc3333;
}

#SCHEDULE .schedule {
  border: 1px solid #CCC;
  padding: 10px 15px;
  margin-bottom: 15px;
}
#SCHEDULE .schedule:hover {
  border: 2px solid #cc3333;
  padding: 9px 14px;
}
#SCHEDULE .schedule h2 {
  font-size: 20px !important;
  margin: 0;
  padding: 0;
  border: none;
  padding: 5px 0;
  color: #cc3333;
}
#SCHEDULE .schedule h3.entry {
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #CCC;
  color: #cc3333;
}
#SCHEDULE .schedule h3.report {
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #CCC;
  color: #5cb85c !important;
}
#SCHEDULE .schedule h3.result {
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-top: 1em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #CCC;
  color: #5bc0de !important;
}
#SCHEDULE .schedule .info {
  border: 1px solid #CCC;
  background-color: #F5F5F5;
  padding: 5px;
}
#SCHEDULE .schedule .sponsor {
  font-size: 12px;
  font-weight: bold;
}
#SCHEDULE .schedule .start, #SCHEDULE .schedule .end {
  font-size: 12px;
  font-weight: bold;
}
#SCHEDULE .schedule .place {
  font-size: 12px;
  font-weight: bold;
}
#SCHEDULE .schedule .title {
  width: 100%;
  display: table;
}
#SCHEDULE .schedule .title .name {
  display: table-cell;
  vertical-align: middle;
  width: 90%;
}
#SCHEDULE .schedule .title .icon {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: center;
}
#SCHEDULE .schedule .b-schedule {
  margin-top: 15px;
}
#SCHEDULE .schedule .hidebox {
  display: none;
  padding: 10px 0;
}
#SCHEDULE .schedule .hidebox .document {
  background-color: #F5F5F5;
  margin-bottom: 15px;
  padding: 10px 10px 5px;
  border-radius: 6px;
}
#SCHEDULE .schedule .hidebox .document ul {
  margin-bottom: 15px;
}
#SCHEDULE .schedule .hidebox .document ul li {
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  border-bottom: 1px dotted #CCC;
}
@media (min-width: 992px) {
  #SCHEDULE .schedule .hidebox .document {
    margin-bottom: 0;
  }
}
#SCHEDULE .schedule .hidebox .outline {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #CCC;
}

#RESULT .result {
  border: 1px solid #CCC;
  padding: 10px 15px;
  margin-bottom: 15px;
}
#RESULT .result h2 {
  margin: 0;
  margin-bottom: 0.5em;
}
#RESULT .result ul li {
  margin-bottom: 0.5em;
}

#CAMP .camp {
  border: 1px solid #CCC;
  padding: 10px 15px;
  margin-bottom: 15px;
}
#CAMP .camp:hover {
  border: 2px solid #cc3333;
  padding: 9px 14px;
}
#CAMP .camp h2 {
  font-size: 20px !important;
  margin: 0;
  padding: 0;
  border: none;
  padding: 5px 0;
  color: #cc3333;
}
#CAMP .camp h3.entry {
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #CCC;
  color: #cc3333;
}
#CAMP .camp h3.report {
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #CCC;
  color: #5cb85c !important;
}
#CAMP .camp h3.result {
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-top: 1em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #CCC;
  color: #5bc0de !important;
}
#CAMP .camp .info {
  border: 1px solid #CCC;
  background-color: #F5F5F5;
  padding: 5px;
}
#CAMP .camp .sponsor {
  font-size: 12px;
  font-weight: bold;
}
#CAMP .camp .start, #CAMP .camp .end {
  font-size: 12px;
  font-weight: bold;
}
#CAMP .camp .place {
  font-size: 12px;
  font-weight: bold;
}
#CAMP .camp .title {
  width: 100%;
  display: table;
}
#CAMP .camp .title .name {
  display: table-cell;
  vertical-align: middle;
  width: 90%;
}
#CAMP .camp .title .icon {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: center;
}
#CAMP .camp .b-camp {
  margin-top: 15px;
}
#CAMP .camp .hidebox {
  display: none;
  padding: 10px 0;
}
#CAMP .camp .hidebox .document {
  background-color: #F5F5F5;
  margin-bottom: 15px;
  padding: 10px 10px 5px;
  border-radius: 6px;
}
#CAMP .camp .hidebox .document ul {
  margin-bottom: 15px;
}
#CAMP .camp .hidebox .document ul li {
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  border-bottom: 1px dotted #CCC;
}
@media (min-width: 992px) {
  #CAMP .camp .hidebox .document {
    margin-bottom: 0;
  }
}
#CAMP .camp .hidebox .outline {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #CCC;
}

#OVERSEAS .overseas {
  border: 1px solid #CCC;
  padding: 10px 15px;
  margin-bottom: 15px;
}
#OVERSEAS .overseas:hover {
  border: 2px solid #cc3333;
  padding: 9px 14px;
}
#OVERSEAS .overseas h2 {
  font-size: 20px !important;
  margin: 0;
  padding: 0;
  border: none;
  padding: 5px 0;
  color: #cc3333;
}
#OVERSEAS .overseas h3.entry {
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #CCC;
  color: #cc3333;
}
#OVERSEAS .overseas h3.report {
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #CCC;
  color: #5cb85c !important;
}
#OVERSEAS .overseas h3.result {
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-top: 1em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #CCC;
  color: #5bc0de !important;
}
#OVERSEAS .overseas .info {
  border: 1px solid #CCC;
  background-color: #F5F5F5;
  padding: 5px;
}
#OVERSEAS .overseas .sponsor {
  font-size: 12px;
  font-weight: bold;
}
#OVERSEAS .overseas .start, #OVERSEAS .overseas .end {
  font-size: 12px;
  font-weight: bold;
}
#OVERSEAS .overseas .place {
  font-size: 12px;
  font-weight: bold;
}
#OVERSEAS .overseas .title {
  width: 100%;
  display: table;
}
#OVERSEAS .overseas .title .name {
  display: table-cell;
  vertical-align: middle;
  width: 90%;
}
#OVERSEAS .overseas .title .icon {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: center;
}
#OVERSEAS .overseas .b-overseas {
  margin-top: 15px;
}
#OVERSEAS .overseas .hidebox {
  display: none;
  padding: 10px 0;
}
#OVERSEAS .overseas .hidebox .document {
  background-color: #F5F5F5;
  margin-bottom: 15px;
  padding: 10px 10px 5px;
  border-radius: 6px;
}
#OVERSEAS .overseas .hidebox .document ul {
  margin-bottom: 15px;
}
#OVERSEAS .overseas .hidebox .document ul li {
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  border-bottom: 1px dotted #CCC;
}
@media (min-width: 992px) {
  #OVERSEAS .overseas .hidebox .document {
    margin-bottom: 0;
  }
}
#OVERSEAS .overseas .hidebox .outline {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #CCC;
}

#form {
  width: 100%;
  margin: 30px 0 !important;
  border-collapse: collapse;
}
#form th, #form td {
  padding: 15px !important;
}

#form th {
  width: 15em;
  font-size: 14px;
  background-color: #F5F5F5;
  border-bottom: 1px solid #CCC;
}

#form th .req {
  color: #D30003;
  font-size: 12px;
}

#form input[type="text"],
#form input[type="email"],
#form textarea {
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 14px;
  width: 100%;
}

.send {
  text-align: center;
}

.send input[type="submit"] {
  font-size: 18px;
  background: #cc3333;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  letter-spacing: 0.1em;
}

.send .ajax-loader {
  display: block;
}

@media only screen and (max-width: 992px) {
  #form th {
    display: block;
    border: none !important;
    width: 100%;
  }

  #form td {
    display: block;
    border: none !important;
  }
}
.ma {
  margin: 0 auto;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 1em;
}

.ml-2 {
  margin-left: 2em;
}

.ml-3 {
  margin-left: 3em;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 1em;
}

.mr-2 {
  margin-right: 2em;
}

.mr-3 {
  margin-right: 3em;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 1em;
}

.pt-2 {
  padding-top: 2em;
}

.pt-3 {
  padding-top: 3em;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 1em;
}

.pl-2 {
  padding-left: 2em;
}

.pl-3 {
  padding-left: 3em;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 1em;
}

.pb-2 {
  padding-bottom: 2em;
}

.pb-3 {
  padding-bottom: 3em;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 1em;
}

.pr-2 {
  padding-right: 2em;
}

.pr-3 {
  padding-right: 3em;
}

.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

.text-xs-center {
  text-align: center;
}

.text-xs-justify {
  text-align: justify;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-justify {
    text-align: justify;
  }
}
.pull-xs-left {
  float: left !important;
}

.pull-xs-right {
  float: right !important;
}

.center-xs-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .pull-sm-left {
    float: left !important;
  }

  .pull-sm-right {
    float: right !important;
  }

  .center-sm-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left !important;
  }

  .pull-md-right {
    float: right !important;
  }

  .center-md-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left !important;
  }

  .pull-lg-right {
    float: right !important;
  }

  .center-lg-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.img-xs-responsive {
  display: block;
  max-width: none;
  height: auto;
}

@media (min-width: 768px) {
  .img-sm-responsive {
    display: block;
    max-width: none;
    height: auto;
  }
}
@media (min-width: 992px) {
  .img-md-responsive {
    display: block;
    max-width: none;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .img-lg-responsive {
    display: block;
    max-width: none;
    height: auto;
  }
}
.img-responsive-overwrite {
  margin: 0 auto;
}

.Flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kiji_table{ width:720px; margin:10px 0; border:solid 1px #06F; background:#FFF; }
.kiji_parent_td1{ padding:10px; background:#06F; font-size:12px; color:#FFF; }
.kiji_parent_td2{ padding:10px; }