@charset "UTF-8";
/*
Site URL	http://www.umin.ac.jp/hc/seminar2018/
Created		2018/06/24
Last update	2018/08/07 by Hayashi
Author		Hayashi Ryosuke
*/
body{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', sans-serif;
}
h1 {
	background-color: #15a;
	color:#fff;
	min-width: 680px;
}
.main_title {
	position: relative;
	max-width: 980px;
	min-width: 680px;
	margin: auto;
	clear: both;
}
.title-img{
	width: 100%;
}
.title-font{
	position: absolute;
	top: 48%;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	background-color: rgba(250,250,250,0.2);
	padding: 7px;
	text-shadow: 2px 2px 0 #000;
}
.menu{
	display: flex;
	flex-wrap: wrap;
}
.menu div{
	text-align: center;
	margin-right: 5px;
}
.menu a{
	display: block;
	width: 100px;
	padding: 15px;
	border:1px solid #227;
}
h2{
	position: relative;
	font-size: 24px;
	font-weight: bold;
	margin: 60px 0 10px 0;
	border-bottom: dotted 7px #ace;
	padding-left: 20px;
}
h2:before {
	background: #66f;
	content: "";
	height: 10px;
	width: 10px;
	left: 5px;
	position: absolute;
	top: 7px;
}
h3{
	font-weight: bold;
	font-size: 18px;
	margin: 24px 0 12px 0;
}
h4{
	font-size: 14px;
	line-height: 20px;
	padding-left: 20px;
	font-weight: bold;
}
p{
	line-height: 26px;
}
ul{
	margin-left: 20px;
}
li{
	margin-bottom: 8px;
}
.font--red{
	color: red;
}
.font--bold{
	font-weight: bold;
}
.oshirase--ul{
	list-style: square;
	margin-left: 40px;
}
.time-seminar{
	color: #F44;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #777;
}
.seminar-schedule h3,
.seminar-schedule h4{
	margin-left: 6px;
}
.seminar-schedule p{
	margin-left: 18px;
}
.main-frame{
	max-width: 980px;
	min-width: 680px;
	margin: auto;
	clear: both;
}
.onrei{
	margin-top: 20px;
	border:#ccF solid 4px ;
}
.onrei h5{
	position: relative;
	font-size: 24px;
	font-weight: bold;
	margin: 10px auto;
	border-bottom:double #44a 4px;
	width: 80%;
	text-align: center;
}
.onrei p{
	text-align: center;
}
.open-pdf--frame{
	width: 250px;
	margin-left: 20px;
}
.open-pdf{
	border:3px solid #77a;
	border-radius: 4px;
	padding: 12px;
	text-align: center;
	background-color: #eff;
}
/*
木内先生
*/
	.about-kiuchi-frame{
		margin-top: 0px;
		position: relative;
		border:10px solid #cee;
		border-radius: 8px;
		background-color: #eff;
	}
	.about-kiuchi-img{
		position: absolute;
		bottom:0;
	}
	.about-kiuchi-info{
		padding: 12px;
		margin-left: 200px;
	}
	.about-kiuchi-info h3{
		font-size: 24px
	}	
/*
宮原先生
*/
	.about-miyahara-frame{
		margin-top: 40px;
		position: relative;
		border:10px solid #cee;
		border-radius: 8px;
		background-color: #eff;
	}
	.about-miyahara-img{
		position: absolute;
		bottom:0;
	}
	.about-miyahara-info{
		padding: 12px;
		margin-left: 200px;
	}
	.about-miyahara-info h3{
		font-size: 24px
	}	
/*
中山先生
*/
	.about-nakayama-frame{
		margin-top: 40px;
		position: relative;
		border:10px solid #cee;
		border-radius: 8px;
		background-color: #eff;
	}
	.about-nakayama-img{
		position: absolute;
		bottom:0;
	}
	.about-nakayama-info{
		padding: 12px;
		margin-left: 200px;
	}
	.about-nakayama-info h3{
		font-size: 24px
	}	
/*
高山先生
*/
	.about-takayama-frame{
		margin-top: 40px;
		position: relative;
		border:10px solid #cee;
		border-radius: 8px;
		background-color: #eff;
	}
	.about-takayama-img{
		position: absolute;
		bottom:0;
	}
	.about-takayama-info{
		padding: 12px;
		margin-left: 200px;
	}
	.about-takayama-info h3{
		font-size: 24px
	}	
/*
石川先生
*/
	.about-ishikawa-frame{
		margin-top: 40px;
		position: relative;
		border:10px solid #cee;
		border-radius: 8px;
		background-color: #eff;
	}
	.about-ishikawa-img{
		position: absolute;
		bottom:0;
	}
	.about-ishikawa-info{
		padding: 12px;
		margin-left: 200px;
	}
	.about-ishikawa-info h3{
		font-size: 24px
	}	
.application-frame{
	margin: 24px;
}
.application-frame a {
	text-align: center;
	line-height: 24px;
	display: block;
	width: 330px;
	height: 55px;
}
.application-frame-button{
	position: relative;
	background-color: #f0ffff;
	border: 3px solid #9cc;
	width: 330px;
	height: 55px;
	border-radius: 0px;
}
.application-frame-button:before{
	background: #9cc;
	content: "";
	height: 61px;
	width: 10px;
	left: -17px;
	position: absolute;
	top: -3px;
	border-radius: 8px 0 0 8px;
}
.application-frame-button:after{
	background: #9cc;
	content: "";
	height: 61px;
	width: 10px;
	right: -17px;
	position: absolute;
	top: -3px;
	border-radius: 0 8px 8px 0;
}
.faq-frame-button{
	position: relative;
	background-color: #f0ffff;
	border: 3px solid #9cc;
	width: 330px;
	height: 55px;
	border-radius: 8px;
}
.about-frame{
	padding: 12px;
	position: relative;
}
.program-table{
}
	.program-table tr{
		border-bottom: 1px #ccf dotted;
	}
	.program-table th{
		padding: 7px;
		font-weight: bold;
		text-align: left;
	}
	.program-table td{
		padding: 7px;
		line-height: 1.4em;
	}
	.time-table{
		width: 50px;
	}
	.style-table{
		width: 50px;
	}
	.name-table{
		width: auto;
	}
	.td--name{
		font-weight: bold;
		font-size: 24px;
	}
	.td--endai{
		font-style: italic;
	}
.footer-frame{
	margin-top: 30px;
	border-top: solid 2px #ddd;
	padding-top: 30px;
	background-color: #eff;
	min-width: 680px;
}
.footer--menu{
	list-style: none;
	display: flex;
}
.footer--menu li{
	margin-left: 10px;
}
/*seminar2018.html　資料室 CSS*/
.material-title{
	margin: 40px 0;
	font-size:36px; 
}
.all-document{

}
.speaker-frame{
	position: relative;
	background-color: #fff;
	border:2px solid #ddd;
	margin-top: 40px;
}
.speaker-frame:before{
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 10;
	width: 0;
	height: 0;
	border-top: 50px solid #cdf;
	border-right: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 50px solid #cdf;
}
.speaker-photo{
	position: absolute;
	top:15px;
	left:10px;
}
.speaker-photo img{
	border:1px solid rgb(100,100,100);
	box-shadow: 1px 1px 2px rgb(150,150,150);
}
.speaker-line{
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.speaker-note{
	margin: 20px 15px;
	font-size: 16px;
	color: #222; 
	padding:0 15px;
	background-color: #fff;
	background-image: linear-gradient( rgba(152,196,255,.3) .1em, transparent .1em );
	background-size: auto 2.5em;
	line-height: 2.5em;
	border-radius: 2px;
	overflow: hidden;
}
.speaker-notetext{
	margin-left: 150px;
	padding-top: 5px;
}
.speaker-notetext--font{
	font-weight: bold;
	font-size: 1.8em;
}
.speaker-notetext p{
	padding-top: 5px;
	text-align: right;
}
.speaker-notetext div.dl-pdf{
	width: 100%;
	display: block;
	text-align: right;
}