@charset "utf-8";

p.end {
	margin:30px 10px 40px;
	font-weight:bold;
	color:#ff0000;
	text-align:center;
}
#apply section{
	margin:0 0 30px;
	clear:both;
}
#apply section.guide dl{
	margin:0 0 25px;
}

#apply section.guide dl dt{
	padding:5px;
	background:#CCC;
	margin:0 0 10px;
}
#apply section.guide dl dd{
	margin:0 5px 15px;
}
#apply section.guide dl dd p{
	text-align:right;
	font-size:12px;
}
#apply section.guide dl dd:last-child{
	margin-bottom:0px;
}
#apply section.guide dl dd span{
	font-weight:bold;
}
#apply section.guide dl dd span.red{
	color:#F00;
	font-weight:normal;
}
#apply section span.red{
	color:#F00;
	font-weight:normal;
}
/*-- テーブル　Tシャツ --*/
table.tshirt {
	width:100%;
	font-size:12px;
	margin-bottom:2px;
}
table.tshirt th {
	background:#eee;
	border:1px solid #ccc;
	text-align:center;
	padding:3px;
	vertical-align:middle;
}
table.tshirt td {
	border:1px solid #ccc;
	text-align:center;
	padding:3px;
	vertical-align:middle;
}

/*-- テーブル　テーマ --*/
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;
}


/*-- 規約 --*/
section.rule p{
	margin:0 0 15px;
}
section.rule ul{
	padding:15px;
	border:1px solid #CCC;
}
section.rule ul li{
	margin:0 0 7px 25px;
	list-style:decimal !important;
}
section.rule ul li:first-child{
	color:#F00;
}
section.rule ul li:last-child{
	margin:0 0 0 25px;
}

/*-- 注意事項 --*/
section.attention ul li{
	margin:0 0 10px 32px;
	list-style:decimal !important;
}
section.attention ul li:last-child{
	margin:0 0 0 32px;
}

/*-- その他 --*/
section.other dl dt{
	font-weight:bold;
	margin:0 0 5px;
}
section.other dl dd{
	margin:0 0 20px;
}
section.other dl dd table{
	margin:0 0 5px;
	width:100%;
}
section.other dl dd table th{
	vertical-align:middle;
	padding:5px;
	background:#eee;
	border:1px solid #ccc;
	width:30%;
	vertical-align:middle;
}
section.other dl dd table td{
	vertical-align:middle;
	padding:5px;
	border:1px solid #ccc;
	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;
}
dd ol.ol01{
	margin:0;
	padding:0;
}
dd ol.ol01 li{
	list-style: decimal outside;
	margin:0 0 0 30px;
}

/*-- 目次 --*/
section#index_list ul li{
	margin:0 0 10px;
	background:url(../../../../common/img/arrow_btm.png) no-repeat left center;
	background-size:12px auto;
	padding:0 0 0 15px;
}

section.entry dl dt {
	margin-bottom:10px;
	font-weight:bold;
}
section.entry dl dd {
	margin-bottom:10px;
}
section.entry dl dd.lastChild {
	margin-bottom:20px;
}