@charset "UTF-8";

/*************************************************************

@media screen and (max-width: 736px) {

}

**************************************************************/

#container {
    opacity: 1;
    backface-visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


div#eventfooter {
    background: #fff;
margin-top: 0px;
}

.wow {
    visibility: hidden;
}
.of_visible {
    overflow: visible!important;
}

img.hover{
	opacity: 0.5;
}


hr {
    clear: both;
    border: none;
    color: #FFFFFF;
    margin: 30px 0;
    margin: 30px 30px;
    border: 1px #c1a962 dotted;
}
hr.clear {
    clear: both;
    border: none;
    color: #FFFFFF;
    margin: 30px 0;
    margin: 20px 0px;
    border: 0px #c1a962 dotted;
}



.item-container h3 {
    line-height: 1.3;
    padding: 30px 0 30px;
    font-size: 21px;
    color: #fd71b7;
    text-align: center;
    margin: 0px 0 5px;
    letter-spacing: 2px;
}


.item h4 {
    font-size: 20px;
    line-height: 1.3;
    color: #a41717;
    margin: 5px 0;
    letter-spacing: 0px;
    font-weight: normal;
    background: #eee;
    padding: 4px;
}

.item h4 span {
	display: block;
    font-weight: block;
    font-size: 80%;
    color: #000;
    margin: 0px 0 10px;
}
.item h4 span span {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    background: #d07c9a;
    color: #fff;
    padding: 6px 4px;
    margin: 0 0 10px 0;
}

.item .inbody p.txt {
    line-height: 1.6;
    font-size: 15px;
    padding: 10px;
    text-align: left;
}

.item .inbody p.ttl{
    line-height: 1.9;
    font-size: 15px;
    padding: 10px;
    text-align: left;
    letter-spacing: 0px;
}

table.tbl-border {
	border-left: 0px #999 solid;
	border-top: 0px #999 dotted;
    border-bottom: 0px #999 solid;
    font-size: 14px;
    width:auto;
}

table.tbl-border th{
    position: relative;
    padding: 10px;
border-bottom: 2px #fff solid;
	border-top: 0px #999 dotted;
    border-right: 0px #999 solid;
    white-space: nowrap;
    text-align: center;
width: 25%;
}


table.tbl-border td{
    position: relative;
    padding: 10px;
border-bottom: 1px #fff solid;
border-top: 0px #999 dotted;
border-right: 0px #999 solid;
  text-align: left;
    background: transparent;
    line-height: 1.6;
}


/****************************
origin
****************************/


.item-container h2 {
    line-height: 1.4;
    padding: 0px;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 20px 0;
    letter-spacing: 2px;
    border-bottom: 1px #999 solid;
}

.item-container h2:before {

} 

.item-container h2 span {
	font-size: 200%;
    display: inline-block;
    border-bottom: 4px #f67700 solid;
    margin-bottom: -3px;
    padding: 0 15px;
 }

.item-container p.page-ttl {
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 20px 0;
}

.item-container h3.ttl {
    font-size: 28px;
    color: #fff;
    line-height: 1.2;
    color: #fd71b7;
    padding: 10px 0 10px;
    margin: 00px 0 0px;
    text-align: center;
    box-shadow: 0px 0px 0px #000;
    background: transparent;
    position: relative;
	letter-spacing: -1px;
}
.item-container h3 span {
    display: block;
}


.item-container h4.ttl {
    font-size: 30px;
    line-height: 1.2;
    margin: 30px;
}
.item-container h4.ttl span {
	display: inline-block;
    background: #f3780c;
    border: 4px #ffffff solid;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}


.item-container h5 {
    font-size: 18px;
    line-height: 1.2;
    margin: 5px;
}



table.tbl-border02 {
	border-left: 0px #999 solid;
	border-top: 0px #999 dotted;
    border-bottom: 0px #999 solid;
    font-size: 18px;
    width:auto;
}

table.tbl-border02 th {
    position: relative;
    padding: 10px;
    border-bottom: 2px #fff solid;
    border-top: 0px #999 dotted;
    border-right: 0px #999 solid;
    white-space: nowrap;
    text-align: center;
    width: 25%;
    color: #fff;
    font-size: 90%;
}
table.tbl-border02 th span {
    background: #000;
    display: block;
    padding: 10px 15px;
}

table.tbl-border02 td{
    position: relative;
    padding: 10px;
border-bottom: 1px #fff solid;
border-top: 0px #999 dotted;
border-right: 0px #999 solid;
  text-align: left;
    background: transparent;
    line-height: 1.6;
}





@media screen and (max-width: 736px) {

.item-container {
    min-width: auto;
}


}



