/*====================
interview
====================*/

.event figure{
	width: 100%;
	background-color:#fff;
	text-align: center;
}

.event figure img{
	max-width: 100%;
	height: auto;
}

.event p{font-size: 13px;
	padding-bottom: 1em;
}

.eventhead{
	margin: 0 auto;
	text-align: center;
	background-color: #1e6b95;
	padding: 50px 3%;
}

.eventhead h1{
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 1.2em;
	padding-bottom: 1em;
	font-weight: bold;
}

@media only screen and (max-width: 688px) {
	.eventhead h1{
		letter-spacing: 0;
	}
}

.eventhead h1 span{
	color: #fff;
	font-size: 16px;
	line-height: 1em;
}

.eventhead p{font-size: 12px;
	padding-bottom: 1em;
	color: #fff;
	line-height: 2em;
}

.eventhead p span{
	font-size: 20px;
	color: #fff;
	padding-left: 0.5em;
	font-weight: bold;
	padding-right: 1em;
}

.eventhead p.date span{
	font-size: 30px;
	line-height: 1em;
	padding: 0;
}


.eventhead p.formP{
}

.eventhead p a{
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	background-color: #fff;
	color: #1e6b95;
	padding: 12px 18px;
	line-height: 1em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.event p{font-size: 13px;
	padding-bottom: 1.3em;
}

.eventBody{
	margin: 0 auto;
	background-color: #eee;
	padding: 3%;
}

.eventBody .inner{
	max-width: 688px;
	margin: 0 auto;
}

.eventBody .taisyo h3{
	font-size: 16px;
	padding-bottom: 1em;
	font-weight: bold;
}
.eventBody .taisyo{
	max-width: 688px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	background-color: #fff;
	margin-bottom: 30px;
}

.eventBody p{
	font-size:15px;
	line-height: 1.8em;
}

.eventBody .taisyo p{
	padding-bottom: 0.6em;
}


.eventBody .schedule{
	max-width: 688px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.eventBody .schedule h3{
	font-size: 16px;
	padding-bottom: 1em;
	text-align: center;
	font-weight: bold;
}

.eventBody .schedule table{
	width: 100%;
	border-bottom: solid 1px #000;
}
.eventBody .schedule td,
.eventBody .schedule th{
	padding: 10px 0;
	border-top: solid 1px #000;
	font-size: 13px;
}

.eventBody .schedule th{
	white-space: nowrap;
	padding-right: 15px;
}

.eventBody .link{
	max-width: 688px;
	margin: 0 auto;
}

.eventBody .link a{
	text-decoration: underline;
}

@media only screen and (max-width: 688px) {
	
	.eventhead{
	padding: 30px 3%;
}
	
	.eventhead h1{
	font-size: 30px;
		padding-bottom: 0.5em;
}
	
	.eventhead p{
	padding-bottom: 0.5em;
}
	
	.eventhead p span{
		padding: 0;
		line-height: 2em;
	}
	.eventhead p.date span{
	display: block;
	font-size: 30px;
	padding: 0;
	line-height: 1em;
}
	
	.eventBody .taisyo p{
		letter-spacing: 0;
	}
	

}/*688px*/