@charset "UTF-8";

body.SeminarFive{
	background: #999;
}

body.SeminarZero{
	background: #a3b2cc;
}

.SeminarFive h2{
	background-color: #fee12c;
	color: #111;
	font-size: 30px;
	font-weight: bold;
}

.SeminarZero h2{
	background-color: #01378e;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

ul {
	margin-top: -10px;
	font-size: 16px;
	padding-left: 10px;
}

ul li {
	line-height: 1.5;
}


.SeminarTitle{
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	margin-top: 15px;
}

.AddTitle {
	font-size: 28px;
	font-weight: bold;
	color: #f00;
	line-height: 1.2;
	padding-left: 20px;
	text-align: center;
}



/*---------------------------------------
　　カウントダウンタイマー
---------------------------------------*/

.lbg {
    color: red
}

.CDT {
    font-size: 26px;
}

.CDT .day {
    font-size: 48px;
}

.CDT .hour,.CDT .min,.CDT .sec,.CDT .milli {
    font-size: 32px;
}


/*---------------------------------------
　　リンクのボタン
---------------------------------------*/

a.BtnLink{
	display: block;
	background-color: #7fbf78;
	color: #fff;
	padding:5px;
	font-size: 21px;
	font-weight: bold;
	border-radius: 8px;
	text-decoration: none;
}

a.BtnLink:hover {
	color: #fc4e4e;
}

a.BtnLink:active{
	color: #ccc;
}


/*---------------------------------------
　　感想フォーム
---------------------------------------*/
#KansouForm{
	margin: 0 auto;
}

#KansouForm table td{
	text-align: left;
	line-height: 1.3;
	padding: 8px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;  
}  

.BtnSubmit td input{
	padding: 10px 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #f2851f;
	border-radius: 10px;
	text-align: center;
}




