@charset "UTF-8";
/* CSS Document */
#container{
    font-feature-settings: "palt";
}

#bodyColumn{
    width: 100%;
    display: flex;
}

.modal-content {
    position:fixed;
    display:none;
    z-index:2;
    margin:0;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
}

.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-open {
    color:#00f;
    text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
    color:#00f;
    text-decoration:underline;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}
    #local_navi{
    }
    #side_comp{
        position: -webkit-sticky;
        position: sticky;
        top:10px;
    }
#side_nav{
    list-style: none;
}

#dateNav{
    width:980px;
    margin:0 auto;
    display: flex;
	flex:1;
	gap:10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content:flex-start;
    padding:0!important;
}

#dateNav p{
   width:calc( 100% / 2 - 5px );
	margin-bottom:10px;
	display: block;
	box-sizing: border-box;
}

#dateNav p a{
	display: block;
	height:100%;
}

#dateNav p a img{
	width:100%;
	vertical-align: middle;
}

.liner{
    width:100%;
    height:1px;
    background-color: #ccc;
    margin:20px auto;
}

#attention_gw{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width:980px;
    padding:40px 20px;
    border-radius:20px 20px;
    background-color:rgba(0,0,0,0.05);
    margin-top:-20px;
}

#attention_gw p{
    font-family: "游ゴシック", "Yu Gothic";
    font-size: 1.2em;
    line-height: 1.6em;
}

#attention_gw .warning{
    font-size:1.2em;
}


.box_warning {
    display: flex;
    justify-content: center;
    align-items: center;
}

.eventlist{
	width: 700px;
	box-sizing: border-box;
	border:1px solid #ccc;
	padding:20px 0 20px;
	margin:20px auto 40px;
	background: #fff;
}

.eventlist ul{
	list-style:none;
	margin:0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap:10px;
	word-break: normal;
	word-wrap: break-word;
}

.eventlist ul li{
	width:220px;
	text-align: center;
	line-height: 1.4em;
	border-right:1px dotted #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0.25em 0;
}

.eventlist ul li p{
	font-weight:100;
	color:#F36AA2;
	font-size: 11pt;
}

.eventlist ul li small{
	font-size: 0.6em;
	font-weight:lighter;
}
.eventlist ul li a{
	text-decoration:none;
	color:#666;
	font-weight: bolder;
}

.eventlist ul li a:hover{
	color:#f00;
	text-decoration: underline;
}

#other{
	width:100%;
	box-sizing: border-box;
	padding:40px auto;
	margin-bottom: 60px;
}

#other p{
	font-size: 14pt;
	line-height: 1.4em;
}

.limitTab table.schedule{
	width: 700px;
}

.limitTab h3{
	margin:20px auto;
	width:700px;
	box-sizing: border-box;
}

.endwrap {
	position: relative;
}

.endwrap:after{
	position: absolute;
	top:0;
	left:0;
	content:"入稿受付は終了しました";
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18pt;
	font-weight: bold;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
}
