@charset "utf-8";
#apply_c section{
	margin:0 0 30px;
	clear:both;
}
#apply_c section.read p{
	margin:0 0 15px;
}
#apply_c section.read p.read{
	font-weight:bold;
}
#apply_c section dl{
	margin:0 0 25px;
}
#apply_c section dl dt{
	padding:5px;
	background:#CCC;
	margin:0 0 10px;
}
#apply_c section dl dd{
	margin:0 5px 15px;
}
#apply_c section dl dd:last-child{
	margin-bottom:0px;
}
#apply_c section dl dd span{
	font-weight:bold;
}
#apply_c section dl dd span.red{
	color:#F00;
	font-weight:normal;
}

/*-- タブ --*/
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:100px;
}
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;
}


/*-- 目次 --*/
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;
}

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

/*-- テーブル --*/		
#apply_c section.theme_list table {
	margin:0 10px 20px;
	font-size:12px;
	border-collapse:separate;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}
#apply_c section.theme_list table th {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:13px 10px;
	vertical-align:middle;
	text-align:center;
	background:#e7e7e7;
}
#apply_c section.theme_list table td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:8px 5px 8px 5px;
	vertical-align:middle;
}
#apply_c section.theme_list table td.left {
	text-align:center;
	border-right:1px solid #ccc;
	padding:22px 5px;
}
#apply_c section.theme_list table td.dotted {
	border-right:1px solid #ccc;
	border-bottom:1px dotted #ccc;
}
#apply_c section.theme_list table td.red {
	background:#ff3300;
}
#apply_c section.theme_list table td.orange {
	background:#ff6600;
}
#apply_c section.theme_list table td.yellow {
	background:#ffcc00;
}
#apply_c section.theme_list table td.green {
	background:#336600;
}
#apply_c section.theme_list table td.skyblue {
	background:#00cccc;
}
#apply_c section.theme_list table td.navy {
	background:#000066;
}
#apply_c section.theme_list table td.purple {
	background:#663366;
}
#apply_c section.theme_list table td a {
	color:#000000;
	text-decoration:underline;
}
#apply_c section.theme_list table td a:hover {
	color:#000000;
	text-decoration:none;
}
/*-- /テーブル --*/

/*-- エントリーフロー --*/
#apply_c section.flow ul {
	width:300px;
	margin:0 auto 25px;
}
#apply_c section.flow p.img {
	text-align:center;
	margin:0 0 10px;
}
#apply_c section.flow p.btn {
	text-align:center;
	margin:0 0 20px;
}
img.cboxPhoto{
	zoom:0.85 !important;
}


/*-- 注意事項 --*/
#apply_c section.attention ul li{
	list-style:disc outside !important;
	margin:0 0 5px 20px;
}
#apply_c section.attention ul li span{
	color:#F00;
}

ul.entry li {
	margin:0 0 10px;
}


p.end {
	margin: 30px 10px 20px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}