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

/*====================================================
　レイアウト
====================================================*/
*{
	margin: 0;
	padding:0;
	text-decoration: none;
	list-style: none;
}
h1#monoton-regular {
  	font-family: "Monoton", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	color: rgba(255,189,52,0.5);
}
body{
  	font-family: "LINE Seed JP", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	color: #49774B;
	background-color: #e1fcff;
}

.center{
	text-align: center;
}
div#contents{
	width: 1170px;
	text-align: justify;
	margin: 50px auto 50px;
	border: 15px double;
	border-color: #FFFFFF;
	background-color: #C6EBEF;
	border-radius: 20px;
}

/*====================================================
　ヘッダー
====================================================*/
header{
	width: 100%;
	background-color: #49774B;
}
h1{
	font-size: 80px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 80px;
	margin: 0 auto;
}
h2{
	font-size: 60px;
	color: #FFFFFF;
}
header p{
	width: 700px;
	font-size: 40px;
	border-radius: 10px;
	margin: 40px auto 0;
	padding: 30px 0;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

nav#nav_inner{
	width: 840px;
	margin: 0 auto;
	padding: 70px 0;
}
ul{
	display: flex;
}
ul li{
	width: 135px;
	height: 90px;
	margin: 0 auto;
}
ul li a{
	display: block;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	padding: 45px 0 25px 0;
}
a.icon{
	background: url("../images/nav_y.png")no-repeat;
}
ul li a:hover{
	background: url("../images/nav_r.png")no-repeat;
}
/*====================================================
　メイン画像
====================================================*/

div#mainimage{
	width: 1180px;
	height: auto;
	margin: 80px auto 100px;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 10px solid #fff;
	box-shadow: 5px 10px 20px rgba(0,0,0,0.25)
}

div#mainimage img{
	width: 140%;
	height: auto;
}
/*====================================================
　コンテンツ
====================================================*/
h3{
	color: #FFFFFF;
	width: 1200px;
	height: 100px;
	font-size: 40px;
	margin-bottom: 50px;
	font-weight: bold;
	border-radius: 10px;
	margin: 0 auto;
	background-color: #49774B;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
h4{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
div#overview,#proglum{
	width: 1050px;
	margin: 0 auto;

}
/*====================================================
　開催概要
====================================================*/
h4#gaiyou{
	margin: 50px 0 25px;
	padding: 10px 60px;
	background-color: #FFFFFF;
}
.contents1{
	justify-content: center;
	align-items: center;
	padding-bottom: 45px;
	font-size: 22px;
	line-height: 1.5;
	border-bottom: 10px dotted #ffffff;
}
/*====================================================
　proglum
====================================================*/

table{
	width: 100%;
	margin-bottom: 40px;
	border-collapse: collapse;
}
.col1{
	width: 35%;
}
.col2{
	width: 45%;
}
.col3{
	width: 18%;
}
h4#proglum_heading{
	margin: 55px 0 25px;
	padding: 10px 60px;
	background-color: #FFFFFF;
}
thead{
	font-size: 25px;
	color: #fff;

	text-align: center;
	background-color: #3E7D84;
	border-bottom: 4px solid #C6EBEF;
}
tbody{
	font-size: 22px;
	border-bottom: 4px solid #C6EBEF;
}
th{
	font-weight: bold;
	padding: 20px;
	border-bottom: 4px solid #C6EBEF;
	border-right: 4px solid #C6EBEF;
}
.subheading{
	background-color: #7EC2C9;	
}
td{	
	background-color: #9DD6DC;
	padding: 20px;
	border-bottom: 4px solid #C6EBEF;
	border-right: 4px solid #C6EBEF;
}

th:last-child,td:last-child{
	border-right: none;
}
.time{
text-align: center;
}

tfoot tr td{
	font-size: 20px;
	background-color:#C6EBEF;
	padding: 5px 0 0;
}

/*====================================================
　フッター
====================================================*/


footer{
	font-size: 16px;
	color: #FFFFFF;
	width: 100%;
	height: 50px;
	background-color: #49774B;
	text-align: center;
	line-height: 50px;
}