/* CSS Document */
/*
main
*/
body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ae0051;
  color: #333;
    font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
 font-size: 14px;
}

.main-body {
  width: 90%;
  display:block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
}

a:link, a:visited, a:active {
  color: #634fe5;
  text-decoration: none;
  transition: 0.5s;
}

a:hover {
  color: #692d3a;
  text-decoration: none;
  transition: 0.5s;
}


.top-image {
  margin-top: 16px;
  margin-bottom: 16px;
}
.menu-btn a{
  margin: 0;
  padding: 0;
}
.menu-btn :hover {
  background-color: #ae0051;
}
.menu-btn :hover .menu-btn-ja {
  color: #FFF;
  background-color: #ae0051;
}
.menu-btn :hover .menu-btn-en {
  color: #888;
  background-color: #ae0051;
}
.menu-btn-ja {
  width: 100%;
  height: 3em;
  margin: 0;
  padding-top: 16px;
  color: #444;
  font-size: 0.6em;
  background-color: #efefef;
}
.menu-btn-en {
  width: 100%;
  height: 3em;
  margin: 0;
  padding-top: 2px;
  padding-bottom: 10px;
  color: #888;
  font-size: 0.5em;
  background-color: #ececec;
}

.dropdown
{
  position: relative;
  display: inline-block;
}
.dropdown a{
  margin: 0;
  padding: 0;
}
.dropdown :hover .menu-btn-ja
{
  color: #FFF;
  background-color: #ae0051;
}
.dropdown :hover .menu-btn-en
{
  color: #888;
  background-color: #ae0051;
}
.dropdown-content
{
  display: none;
  position: absolute;
  background-color: #efefef;
  width: 89%;
  z-index: 1;
}
@media(max-width:767px)
{
  .dropdown-content
  {
    display: none;
    position: absolute;
    background-color: #efefef;
    width: 86%;
    z-index: 1;
  }
}
.dropdown-content a
{
  color: #000;
  text-align: center;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 0.6em;
}
.dropdown-content a:hover
{
  color: #FFF;
  background-color: #dd0d6e;
}



.breadcrumb {
  font-size: 0.6em;
  padding-bottom: 10px;
}

.content {
  background-color: #efefef;
}

.dp-calendar
{
  background-color: #fff;
  -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.datepicker, .table-condensed {
  width: 100%;
}

.dp-calender-exists {
  background-color: rgb(245, 216, 159);
}

.sidebanner01 ul {
  list-style-type: none;
  padding-left: 0;
    display: table;
}
.sidebanner01 li {
  display: list-item;
    text-align: -webkit-match-parent;
  margin: 0 0 15px 0;
    padding: 15px 5px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC #666 #666 #CCC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f4009f;
    box-shadow: inset 5px 0px 0 rgba(255,255,255,0.4);
  list-style: none;
}

.sidebanner01 li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.sidebanner01 span {
  font-size: 16px;
  padding-left: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 140%;
  display: block;
  background: #f4009f;
}


.sidebanner02 ul {
  list-style-type: none;
  padding-left: 0;
    display: table;
}
.sidebanner02 li {
  display: list-item;
    text-align: -webkit-match-parent;
  margin: 0 0 5px 0;
    padding: 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC #666 #666 #CCC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ae0051;
    box-shadow: inset 5px 0px 0 rgba(255,255,255,0.4);
  list-style: none;
}

.sidebanner02 li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.sidebanner02 span {
  font-size: 12px;
  padding-left: 20px;
  color: #fff;
  font-weight: normal;
  display: block;
  background: #ae0051;
}


.footer
{
  width: 100%;
  background-color: #efefef;
}

.footer-menu {
  /*margin: 10px 0 10px 24px;*/
  padding-left: 6px;
  font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 200%;
  background: #f4009f;
  -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  width: 100%;
}

.footer-menu span {
  margin: 5px 0;
  padding-left: 10px;
    border-left: 5px solid #FFF;
    display: block;
  max-width: 100%;
}

.footer-link {
  margin: 5px 0;
  padding-left: 12px;
  font-size: 16px;
    color: #888;
    /*font-weight: bold;*/
    line-height: 160%;
  background: #efefef;
    border-bottom: #888 1px solid;
}

.footer-link a {
  color: rgb(24, 24, 24);
  margin: 5px 0;
  padding-left: 10px;
    display: block;
  text-decoration:none; 
}
.footer-link a:hover {
  color: #f400cb;
}

.footer-address {
  margin: auto 15px;
  color: rgb(24, 24, 24);
  line-height: 160%;
}
.copyright{
  font-size: 0.8em;
  text-align: center;
  background: #efefef;
  margin-bottom: 10px;
}
.copyright a {
  color: #888;
  text-decoration:none; 
}
.copyright a:hover {
  color: #f400cb;
}

div.tothetop {
  position: fixed;
    right: 5px;
    bottom: 20px;
    z-index: 1500;
  display: block;
}

div.tothetop a {
  color: #fff;
    padding: 6px;
    margin: 0;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.tothetop span {
  font-size: 14px;
  color:#fff;
    /*padding-left: 25px;*/
    /*background: url(../images/up_arw.png) no-repeat 0;*/
}

.text-widget {
    margin: 4px 0 4px 10px;
    padding: 10px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFF;
}

/* index */
.row-garally {
  width: 100%;
  margin-left: 6px !important; 
}

.div-garally {
  width: 100%;
  margin-right: 4px !important;
  padding: 2px;
  /*margin-left: 6px !important;*/
  border: 1px solid #888;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.index-garally {
  padding: 0px;
  align-items: center;
}

.index-garally img {
  max-width: 100%;
  margin-bottom: 5px;
}

.index-garally-text {
  align-items: center;
  text-align: center;
}

.index-garally-text span {
  margin: auto;
  color: #888;
}

h1 {
  color: #333;
}

h2 {
  color: #fff;
}

.pref-link {
  margin-left: 26px;
  margin-bottom: 10px;
}
.post-back {
  background-color: #FFF;
}

.post-title {
  display: block;
  margin-left: 4px;
  padding: 16px;
  border-left:5px solid #f4009f;
}

.post-subtitle {
  margin-top: 2%;
  display: block;
}

h1.post-title {
  background: #F9F9F9;
  background: -moz-linear-gradient(top, #F9F9F9 0%, #EFEFEF 50%, #E8E8E8 51%, #EFEFEF 100%);
  background: -webkit-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
  background: -o-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
  background: -ms-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#EFEFEF',GradientType=0 );
  background: linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
  border-color: #f4009f;
  font-size: 14px;
    font-weight: bold;
    padding: 7px 5px 5px;
    border-bottom: 3px solid #f4009f;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.detail-title {
  background-color: #f4009f;
  
    font-size: 25px;
    line-height: 1.5;
    font-weight: bold;
    text-shadow: 1px 1px 2px #333;
    padding: 10px 10px 8px 20px;
    margin: 0 16px 20px;
    box-shadow: 0px 2px 2px #333;
    -moz-box-shadow: 0px 2px 2px #333;
    -webkit-box-shadow: 0px 2px 2px #333;
}

.sub-content {
  margin: 0;
  margin-bottom: 6px;
}

.sub-content h1 {
  font-size: 16px;
}

.short-text
{
  text-align: center;
}
.detail-item {
  width: 100%;
  font-size: 10px;
  border-collapse: collapse;
  border: 1px solid #333;
  text-align: center;
}
.detail-item tr {
  border-collapse: collapse;
  border: 1px solid #333;
}

.detail-item th {
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #333;
  padding: 2px 4px;
}
.detail-item td {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #333;
  padding: 2px 4px;
}

.detail-table {
  /*width: 100%;*/
  font-size: 1rem;
  border-collapse: collapse;
  border: 1px solid #333;
  margin-top: 10px;
}

.detail-table tr {
  border-collapse: collapse;
  border: 1px solid #333;
}

.detail-table th {
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #333;
  padding: 2px 4px;
}

.detail-table td {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #333;
  padding: 2px 4px;
}

.detail-sub {
  width: 100%;
  font-size: 10px;
  border-collapse: collapse;
  margin-top: 10px;
}

.detail-sub tr {
  border-collapse: collapse;
}

.detail-sub th {
  text-align: center;
  border-collapse: collapse;
  padding: 2px 4px;
}

.detail-sub td {
  text-align: left;
  border-collapse: collapse;
  padding: 2px 4px;
}


.detail-table tr td a:hover {
  color:#ae0051;
}

.th-detail-table-0 {
  width: 36%;
}
.th-detail-table-1 {
  width: 14%;
}
.th-detail-table-2 {
  width: 34%;
}
.th-detail-table-3 {
  width: 16%;
}

.highlight {
  color:red;
}

.page-jump 
{
  font-size: 8px;
  width: 100% !important;
  box-sizing: border-box;
  border: 1px solid #333 !important;
  cursor: pointer;
  background-color: #EFEFEF;
  text-align: center;
}

i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.competition-number-none
{
  background-color: darkgrey;
}

.competition-number1
{
  background-color: rgb(185, 209, 249);
}

.competition-number2
{
  background-color: rgb(244, 160, 160);
}

.nextcompetition-number
{
  background-color: rgb(207, 222, 248);
}
.entry-limit
{
  text-align: center;
}
.start-time
{
  text-align: 10px;
  text-align: center;
  padding-right: 25px;
}
.start-contents
{
  text-align: left;
}

.ft-09 {
    font-size: 0.9rem !important;
}
.ft-08 {
    font-size: 0.8rem !important;
}



