@charset "utf-8";
/* CSS Document */


@media screen and (max-width: 960px) {

body {
    background: #164E64;
}

header {
    width: 100%;
	height: auto;
}
header h1 {
    width: 100%;
    float: none;
	display: block;
}
header h1 span {
	transform: scale(0.7);
	transform-origin:right bottom;
	}
header h1 img {
    width: 100%;
    height: auto;
}
header nav ul {
    width: 100%;
    float: left;
	margin-bottom: 0;
}
header nav ul li {
    width: 50%;
    height: auto;
    float: left;
    font-size: 18px;
    text-align: center;
    line-height: 3.8em;
    background: #00ced1;
    border-right: 1px solid #00ced1;
    border-bottom: 1px solid #00ced1;
}
header nav ul li a {
    display: block;
    background: #008080;
    color: #fff;
}
header ul li a:hover {
    /*background: #BBF9F4;
	filter:alpha(opacity=50);*/
    opacity: 0.5;
    text-decoration: none;
}
header nav ul li:nth-child(even) {
    border-right: none;
}
header nav ul li:nth-child(n+5) {
    border-bottom: none;
}



main {
    font-size: 1.15rem !important;
}


table.table01 {
    width: 100%;
}
table.table01 td.r2 {
    border-left: 1px solid #ccc;
}
table.table01 th, table.table01 td {
    display: block;
    border-left: 1px solid #ccc;
}
table.table01 tr:nth-child(2n+4) td {
    background: #f5f5f5;
}
table.table01 .last tr:last-child {
    border-bottom: 1px #ccc;
}

#program_area {
    margin: auto;
    width: auto; 
    height: auto;
}

.figure img {
    width: 86%;
    height: auto;
    margin: 2em auto 0 auto; 
}

}


@media screen and (min-width:600px) and (max-width:959px) {
    
.col_3 > div {
    width: 46.33333%;
}
.general {
    margin-top: 2em;
    font-weight: bold;
    float: none;
}
.general img {
    width: 50%;
    border: 1px solid #ccc; 
}
div.general  {
    text-align: center;
    font-size: 1rem;
}
    
}


@media screen and (max-width: 599px) {

section h1 {
    font-size: 120%;
}
section h2 {
    color: #066;
    font-size: 100%;
    line-height: 1.3;
    padding-bottom: 10px;
}


/* footer */

footer {
    padding-bottom: 100px;
}


#contents_lead h1 {
    line-height: 1.6;
    font-size: 123%;
}
#contents_lead .posi_tier4 {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 75%;
    color: #fff;
    background: #000;
    padding: 0 5px;
}
#contents_main .box01 {
    padding: 20px;
    margin: 20px 0;
	background: #e6e6fa;
	border-radius: 10px
}

#sponsorBosyu {
    margin: 20px 0;
    font-size: 100%;
}

.pc {
    display: none;
}



/* スポンサーロゴ */

.col_3 > div {
    width: auto !important;
}


/* イベント */

#entry01 {
     margin: 0;
}

    
table.table02 {
    margin-top: 30px;
    width: auto;
    height: auto; 
}    
    


.general {
    margin-top: 2em;
    font-weight: bold;
    float: none;
}
.general img {
    width: 80%;
    border: 1px solid #ccc; 
}
div.general  {
    text-align: center;
    font-size: 1rem;
}

	}
