@charset "utf-8";

/***********************************

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

★Internet Explorer 8のみ適用
html>/＊＊/body .hogehoge{
	プロパティ/＊\＊＊/ : 値\9;
}
（＊は小文字に直してから使用してください。）


***********************************/

@import "base.css";

h2{
	margin-bottom: 5px;
}

h4#form{
	margin-top: 20px;
	font-weight: bold;
	font-size: 120%;
	
}

#contents table.seminar{
	width: 100%;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	margin-bottom: 30px;
}

#contents table.seminar caption{
	text-align: left;
	font-weight: bold;
	font-size: 120%;
}

#contents table.seminar th{
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #DDDDDD;
}

#contents table.seminar td{
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	padding: 5px;
}

#contents table.seminar td.month{
	width: 30%;
	text-align: right;
}

#contents table.schedule{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 100%;
}

#contents table.schedule caption{
	text-align: left;
	font-weight: bold;
	font-size: 120%;
}

#contents table.schedule td{
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

#contents table.schedule th{
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #DDDDDD;
}

#contents td.textleft{
	text-align: left!important;
}

#contents td.check{
	color: #0000FF;
}

#contents .button{
	margin: 20px 0;
	text-align: center;
}

#contents table.form{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 100%;
}

#contents table.form th{
	font-size: 110%;
	font-weight: bold;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #DDDDDD;
}

#contents table.form td{
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}


/* ブラウザ互換
*********************************************************************/
