@charset "UTF-8";


#mainimage_cont {
	background: url("../images/img_mainimage_cont_history.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
    padding: 40px 0px;
    width: 100%;
}

/* 建設のあゆみ
--------------------------------------------------------- */
.base_table {
	width: 100%;
	border: 1px solid #dedede;
	margin-bottom:15px;
}
.base_table caption{
	text-align:left;
	font-size: 14px;
	font-weight: bold;
}
.base_table th{ width:20%;}
.base_table tr:last-child th, .base_table tr:last-child td { border-bottom: none; }
table.base_table tbody td {
	text-align: left;
	background-color: #fff;
}
section#stadium #contents table.base_table tbody td { text-align: left; }
.history_table { width: 100%; }
.history_table caption {
	padding: 8px 15px;
	background-color: #00589e;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
}
section#stadium #contents table.history_table tbody td { text-align: left; }
.history_table .y_end th, .history_table .y_end td { border-bottom-width: 2px; }

.process_table th{
	width:15%;
	vertical-align:top;
	text-align:center;
}

.process_table thead th:nth-child(2){
	width:85%;
}
section#stadium #contents table.process_table thead th{
	padding:10px;
}

section#stadium #contents table.process_table tbody td{
	padding:0;
}

section#stadium #contents table.process_table_ayumi tbody td{
	padding:10px;
}
.process_table .row{
	box-sizing: border-box;
	display:block;
	width:100%;
	vertical-align:middle;
	overflow:hidden;
	padding:10px;
	text-align:center;
	margin:0;
}
.process_table .row:nth-child(2){
	width:100%;
}
.process_table .row p{
	box-sizing: border-box;
	text-align:left;
	margin-bottom:0;
}
.process_table  figure{
	display: inline-block;
	text-align: center;
	vertical-align: text-top;
}
.process_table .row figure{
	width:100%;
	
}
.process_table .row figure img{
	width:100%;
	height:auto;
	
}

/*
seat information
--------------------------------------------------------------------------------\*/

/*--------pc --------\*/
@media (min-width:780px) {


#mainimage_cont {
	background: url("../images/img_mainimage_cont_history.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
    padding: 80px 0px;
    width: 100%;
}

/* 建設のあゆみ
--------------------------------------------------------- */
.base_table {
	width: 100%;
	border: 1px solid #dedede;
	margin-bottom:15px;
}
.base_table caption{
	text-align:left;
	font-size: 14px;
	font-weight: bold;
}
.base_table th{ width:200px;}
.base_table tr:last-child th, .base_table tr:last-child td { border-bottom: none; }
table.base_table tbody td {
	text-align: left;
	background-color: #fff;
}
section#stadium #contents table.base_table tbody td { text-align: left; }
.history_table { width: 100%; }
.history_table caption {
	padding: 8px 15px;
	background-color: #00589e;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
}
section#stadium #contents table.history_table tbody td { text-align: left; }
.history_table .y_end th, .history_table .y_end td { border-bottom-width: 2px; }

.process_table th{
	width:90px;
	vertical-align:top;
	white-space: nowrap;}

.process_table thead th:nth-child(2){
	width:890px;
}
section#stadium #contents table.process_table thead th{
	padding:15px;
}

section#stadium #contents table.process_table tbody td{
	padding:0;
}

section#stadium #contents table.process_table_ayumi tbody td{
	padding:15px;
}
.process_table .row{
	box-sizing:border-box;
	display:inline-block;
	width:49.5%;
	vertical-align:middle;
	overflow:hidden;
	padding:15px;
}
.process_table .row:nth-child(2){
	width:50%;
}
.process_table  figure{
	display: inline-block;
	text-align: center;
	vertical-align: text-top;
}
.process_table .row figure{
	width:100%;
	
}
.process_table .row figure img{
	width:100%;
	height:auto;
	
}


}