@charset "utf-8";

/*==========================================
header
===========================================*/


/*==========================================
main
===========================================*/
/* schrduleHeader
---------------------------------------------*/
.schrduleTitle{
	text-align: center;
	margin-bottom: 50px;
	color: #024691;
	font-weight: 600;
	font-size: 2.8rem;	
	background-color: #c4ddf8;
	padding: 18px 10px 12px 10px;
	line-height: 1;
}
.seminarTitle {
	text-align: center;
	color: #024691;
	font-weight: 600;
	font-size: 3.4rem;
	 margin: 18px 10px 12px 10px;
	line-height: 1;
}
.seminarSubTitle {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 30px;
	color: #024691;
	font-weight: 600;
	font-size: 2.6rem;
	line-height: 1;
}
.seminarSubTitle span {
    font-size: 1.8rem;
}



/*==========================================
�����΍�Z�~�i�[
===========================================*/
#seminar{
	color: #333;
}
#seminar p{
	line-height:22px;
}
.text-bold {
	font-weight: 600;	
}
.s-text {
	font-size:1.3rem;	
}
.seminar_red{
	color:#ff0000;
}

/*
@media (min-width: 768px) {
	#seminar .container{
		max-width: 1200px;
	}
}
*/

/* rearWrapp */
#seminar .rearWrapp p {
	line-height: 	1.8;
}

/* seminarTable */
.seminarTable th,
.seminarTable td{
	line-height:1.2;
	padding: 4px;
}
.seminarTable th{
	width: 90px;
}
@media (min-width: 768px) {
	.seminarTable{
		width:70%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* timeTable */
.timeTable {
	margin-bottom: 50px;
}
.timeTable th,
.timeTable td{
	line-height:1.6;
	padding: 10px;
	border: 1px #999 solid;
}
.timeTable th{
	width: 13%;
	background-color: #cae0f0;
}
.timeTable th.time-social {
	/*width: 40%;*/
    width: 20%;
	text-align: center;
}
.timeTable th.time-other {
	/*width: 40%;*/
    width: 20%;
	text-align: center;
}
@media (min-width: 768px) {
	.timeTable{
		width:70%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* seminarTeaterList */
.seminarTeaterList {
	margin-top: 40px;
	margin-bottom: 0px;
}
.seminarTeaterList:last-child {
	margin-bottom: 80px;
}
@media (min-width: 768px) {
	/*.seminarTeaterList {
		width:70%;
		margin-left: auto;
		margin-right: auto;
	}*/
}
.seminarTeaterList li {
	margin-bottom: 30px;
}
.seminarTeaterList li h4 {
	font-size: 2.0rem;
	line-height: 1.3!important;
   color: #024691;
}
.seminarTeaterList li p {
	font-size: 1.5rem;
	line-height: 1.6!important;
	color: #024691;
}
.seminarTeaterList li p.TeaterName {
	margin-bottom: 16px;
	font-size: 1.8rem;
	line-height: 1.3!important;
    color: #024691;
}
.seminarTeaterList li p.TeaterName span {
	font-size: 2.2rem;
	line-height: 1.3!important;
   color: #024691;
	font-weight: 600;	
}


/* hr */
.timeTable-line {
	border-top:6px dotted#c4ddf8; 
	padding-top: 10px; 
	max-width: 1200px; 
	margin-left: auto; 
	margin-right: auto;
}
@media (max-width: 767px) {
	.timeTable-line {
		margin-left: 15px; 
		margin-right:15px; 
	}
}
	

/*
.seminar_red{
	background: #ae0815!important;
}

.seminar_green{
	background: #2a8b4c!important;
}

.seminar_blue{
	background: #054f96!important;
}

.seminar_red span,.seminar_green span{
	font-size:70%;
}

.koushi{
	float:left;
	margin: 0 0 0 1em;
	line-height: 1.5em;
}

.koushi span{
	font-size:120%;
	font-weight:bold;
}

.koushi p{
	font-size: 14px;
}

@media (min-width: 768px) {
	.RightBox{
		width:65%;
	}
}
@media (max-width: 767px) {
	.RightBox{
		width:100%;
		font-size:13px;
	}
	#seminar p{
		font-size:13px;
	}
	.scd-subTitle {
	font-size: 18px;
}
}
*/