@charset "utf-8";

/* ---------------------------------------------------
   index.html 
------------------------------------------------------ */

.invitation {
	margin-bottom: 30px;
}
.invitation p {
	margin-bottom: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.invitation p.lecture {
	margin-bottom: 10px;
}
.about_seminar {
	margin-bottom: 50px;
	padding: 15px;
	color: #06C;
	font-size: 13px;
	border: dashed 1px #333;
}
.detail {
	width: 780px;
	margin-left: 20px;
	margin-bottom: 60px;
	font-size: 15px;
}
.detail th, .detail td {
	padding: 25px 0;
	border-bottom: dotted 1px #F63;
}
.detail th {
	width: 120px;
	color: #EE5A24;
	font-weight: bold;
	text-align: left;
}
.top th, .top td {
	border-top: dotted 1px #F63;
}
.hotel {
	margin-top: 10px;
}
.hotel img {
	margin-right: 0;
}
.schedule{
	width: 660px;
	margin-left: 0;
}
.schedule th, .schedule td {
	padding: 0;
	border-bottom: 0;
}
.schedule th {
	width: 150px;
	color: #000;
	font-weight: normal;
}
.limit {
	margin-top: 5px;
}
.btn_reg {
	margin: 20px 0;
}
.btn_reg a {
	display: inline-block;
	padding: 10px 50px;
	color: #FFF;
	font: 16px bold;
	text-decoration: none;
	background: #F33;
	border-radius: 3px;
	transition: .3s;
}
.btn_reg a:hover {
	background: #F63;
}
.kunchi {
	margin-bottom: 30px;
}
.kunchi img {
	margin-right: 15px;
}









/* ---------------------------------------------------
   その他
------------------------------------------------------ */

.mail {
	vertical-align: middle;
}
.mg0 {
	margin-bottom: 0;
}
.mg10 {
	margin-bottom: 10px;
}
.mg15 {
	margin-bottom: 15px;
}
.mg20 {
	margin-bottom: 20px;
}
.text00 {
	font-size: 16px;
}
.text000 {
	font-size: 13px;
}
.textRbold {
	color: #C00;
	font-weight: bold
}
.stress {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}


