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

#bodyColumn{
    width: 100%;
    display: flex;
}
img{
	vertical-align: bottom;
}

.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-wrap: wrap;
    align-items: center;
    justify-content:space-around;
    padding:0;
	margin-bottom:20px;
}

#dateNav section{
	width:calc( 100% / 3 - 10px );
	display: flex;
	box-sizing: border-box;
	border-radius: 12px;
	box-shadow: 0px 0px 3px #666;
	padding:0px;
	overflow: hidden;
}

#dateNav section:hover{
	cursor: pointer;
}

#dateNav a{
	display: flex;
	width: 100%;
	height:100%;
	justify-content: center;
	align-items:center;
	padding:0px;
}

.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;
}
.flex{
	width:98%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items:center;
	list-style: none;
}

.flex li{
	display: block;
	width:48%;
	margin:1%;
}
.flex a img{
	max-height:193px;
}

h3.bubble{
	background-color:aliceblue;
	margin:10px;
	border-radius: 10px;
	box-sizing: border-box;
	padding:0.5em;
	border:none;
	box-shadow:0px 0px 2px #666;
}
#dateNav p.big {
	font-size: 14pt;
	line-height:1.4em;
}

.border-box {
	box-sizing: border-box;
	width:100%;
	margin:20px auto;
	padding:1em;
	box-shadow: 0px 0px 3px #666;
}

.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;
}

.current{
    border-collapse: collapse;
	border:3px solid #FFAECF;
	transition: 0.2s;
}

