@charset "utf-8";

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

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

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

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


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

@import "base.css?tsp";

h2{
	margin-bottom: 5px;
}

#contents div.box{
	padding: 0 60px;
}

#contents ul.attention li{
	text-indent: -1em;
	margin-left: 1em;
}

#contents dl.detail > dt{
	font-weight: bold;
	font-size: 130%;
	padding: 5px;
	margin-bottom: 5px;
	border-left: 5px #999999 solid;
	border-bottom: 1px #999999 solid;
}

#contents dl.detail > dd{
	margin-bottom: 40px;
}

#contents table.target{
	margin: 10px 0 5px;
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
	width: 100%;
}

#contents table.target th{
	text-align: center;
	padding: 5px;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}

#contents table.target td{
	padding: 5px;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}
#contents table.property th{
	width: 25%;
}


#contents table.date{
	margin: 10px 0 5px;
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
	width: 100%;
}

#contents table.date caption{
	text-align: left;
}

#contents table.date th{
	text-align: center;
	padding: 5px;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	background-color: #cccccc;
}

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

#contents dl.item dt{
	font-weight: bold;
	margin-top: 1em;
}

#contents table.schedule{
	margin: 10px 0 5px;
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
	width: 100%;
}

#contents table.schedule caption{
	text-align: left;
}

#contents table.schedule th{
	text-align: center;
	padding: 5px;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	background-color: #cccccc;
}

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

#contents table.change{
	margin: 10px 0 5px;
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
	width: 100%;
}

#contents table.change caption{
	text-align: left;
}

#contents table.change th{
	text-align: center;
	padding: 5px 15px;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}

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

#contents .underline{
	text-decoration: underline;
}

#contents .tb-seminar td {
vertical-align:middle;
}
#contents .tb-seminar tr.end {
color:#888;
background:#eee;
}
#contents .tb-seminar tr.end td span.ico-end {
background-color:red;
color:#fff;
display:block;
font-weight:bold;
text-align:center;
width:50px;
}


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