@charset "utf-8";
/* CSS Document */

.info_title {
    font-size: 18px;
    font-weight: bold;
}

/*
.news_title {
    width: 80%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    font-weight: bold;
}

.news_area {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
*/

/* Japan Creation Title Layer */
#top_title {
    position: absolute;
    top: 10px;
    left: 50px;
    z-index: 20;
}

#banner {
    margin-top: 100px;
}

.banner_container {
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    background: linear-gradient(to bottom,#aaaaaa,#fff,#aaaaaa);
}

.banner {
    display: table;
    margin: 9px auto auto;
    height: 64px;
    text-align: center;
}

.banner > div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
}

.banner > div > a > img {
    max-width: 100%;
}

.banner > div > a > img:hover {
    -webkit-box-shadow: 3px 3px 0 0 #888888;
    -moz-box-shadow: 3px 3px 0 0 #888888;
    -ms-box-shadow: 3px 3px 0 0 #888888;
    box-shadow: 3px 3px 0 0 #888888;
    -webkit-transform: translate(-3px,-3px);
    -moz-transform: translate(-3px,-3px);
    -ms-transform: translate(-3px,-3px);
    transform: translate(-3px,-3px);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    transition: transform 0.5s;
}

#center_contens {
	margin-top: 50px;
}

#center_contens #center_container {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;	
}

#center_container #center_grid {
	display: grid;
	grid-template-columns: 50% 25% 25%;
	grid-template-rows: 50% 50%;
	grid-column-gap: 5%;
	grid-row-gap: 15px;
}

#center_grid .info_area {
	grid-column: 1/2;
	grid-row: 1/3;
}

#center_grid .info_area .grid-fit {
	width: 100%;
	height: 100%;
}

#center_grid .ptj_icon {
	grid-column: 2/3;
	grid-row: 1/2;
	text-align: center;
}

.ptj_icon--box {
	border: 2px solid #000;
}

#center_grid .japanpavillion_icon {
	grid-column: 2/3;
	grid-row: 2/3;
	text-align: center;
}

#center_grid .reg_area {
    display: block;
    border: 2px solid #000;
    grid-column: 2/4;
    grid-row: 1/2;
}


.japanpavillion_icon--box {
	border: 2px solid #000;
}

.reg_link a {
    color: #BB1122;
    text-decoration: none;
}

.reg_link a:hover {
    color: #EE1122;
    text-decoration: none;
}

.atten_link a {
    color: #2F55BB;
    text-decoration: none;
}

.atten_link a:hover {
    color: #2F55FF;
    text-decoration: none;
}
.jto_icon {
	grid-column: 3/4;
	grid-row: 1/2;
	text-align: center;
}

.jto_icon--box {
	border: 2px solid #000;
}
.observatory_icon {
	grid-column: 3/4;
	grid-row: 2/3;
	text-align: center;
}

.observatory_icon--box {
	border: 2px solid #000;
}

@media ( min-width: 810px ) and ( max-width: 1050px ) {
	.info_title {
    font-size: 24px;
    font-weight: bold;
}

}

@media ( min-width:1050px ) {
	.info_title {
    font-size: 30px;
    font-weight: bold;
}

}
