@charset "utf-8";
#admission section{
	margin:0 0 30px;
	clear:both;
}
#admission p.pdf{
	text-align:center;
	margin:0 0 20px;
}
#admission section.guide dl{
	margin:0 0 25px;
}

#admission section.guide dl dt{
	padding:5px;
	background:#CCC;
	margin:0 0 10px;
}
#admission section.guide dl dd{
	margin:0 5px 15px;
}
#admission section.guide dl dd p{
	text-align:right;
	font-size:12px;
}
#admission section.guide dl dd:last-child{
	margin-bottom:0px;
}
#admission section.guide dl dd span{
	font-weight:bold;
}
#admission section.guide dl dd span.red{
	color:#F00;
	font-weight:normal;
}
#admission section.guide ul li {
	list-style-type:decimal !important;
	margin:0 0 5px 32px;
}

/*-- テーブル　お問い合わせ --*/
table.other{
	margin:0 0 5px;
	width:100%;
}
table.other th{
	vertical-align:middle;
	padding:5px;
	background:#eee;
	border:1px solid #ccc;
	width:30%;
}
table.other td{
	vertical-align:middle;
	padding:5px;
	border:1px solid #ccc;
}

/*-- テーブル　タイムスケジュール --*/
table.time {
	width:100%;
	font-size:12px;
	margin-bottom:2px;
}
table.time th {
	background:#eee;
	border:1px solid #ccc;
	text-align:center;
	padding:5px;
	vertical-align:middle;
}
table.time td {
	border:1px solid #ccc;
	text-align:center;
	padding:5px;
	vertical-align:middle;
}
table.time td.gate,
table.time td.place {
	text-align:left;
	padding:5px 0 5px 10px;
}
/*-- テーブル　テーマ --*/
table.session {
	width:100%;
	font-size:12px;
	margin-bottom:20px;
}
table.session th {
	background:#eee;
	border:1px solid #ccc;
	text-align:center;
	padding:5px;
	vertical-align:middle;
}
table.session td {
	border:1px solid #ccc;
	text-align:center;
	padding:5px;
	vertical-align:middle;
}
table.session td.red {
	background:#ff3300;
}
table.session td.orange {
	background:#ff6600;
}
table.session td.yellow {
	background:#ffcc00;
}
table.session td.green {
	background:#336600;
}
table.session td.skyblue {
	background:#00cccc;
}
table.session td.navy {
	background:#000066;
}
table.session td.purple {
	background:#663366;
}

table.session02 {
	width:100%;
	font-size:12px;
	text-align:left;
}
table.session02 caption {
	text-align:left;
}
table.session02 th {
	background:#eee;
	border:1px solid #ccc;
	padding:5px;
	vertical-align:middle;
}
table.session02 td {
	border:1px solid #ccc;
	padding:5px;
	vertical-align:middle;
}

/*-- タブ --*/
ul.tub{
	border:1px solid #CCC;
	margin:0 auto 30px;
	width:300px;
	}
ul.tub li{
	float:left;
	vertical-align:middle;
	line-height:1.2;
	text-align:center;
	font-size:13px;
	background:url(../../../../common/img/arrow_top.png) bottom center no-repeat;
	width:100px;
}
ul.tub li a{
	padding:10px 4px 15px;
	display:block;
	height:42px;
}
ul.tub li:first-child{
	border-right:1px solid #CCC;
	width:98px;
}
ul.tub li:first-child a,
ul.tub li:nth-child(2) a{
	padding:20px 4px 15px;
	height:32px;
}
ul.tub li:last-child{
	border-left:1px solid #CCC;
	width:98px;
}
ul.tub li.ac{
	text-decoration:none;
	background:#2dbbe3;
}
ul.tub li.ac a{
	color:#FFF;
	background:url(../../../../common/img/arrow_top_w.png) bottom center no-repeat;
}

/*-- 目次へ戻る --*/
#admission section p.pagetop{
	text-align:right;
	clear:both;
	margin:0;
	padding-top:15px;
}
#admission section p.pagetop a{
	color:#404042;
	text-decoration:underline;
	background:url(../../../../common/img/arrow_pagetop.png) left 8px no-repeat;
	padding-left:18px;
}