@charset "utf-8";
/* CSS Document */

#contents {
	min-height:650px;
	height:auto !important;
	height:650px;
}
#contents .nBtn {
	background:url(../img/common/n_back.png) no-repeat;
}
#entry h2 {
	background-color: #71BAB8;
}


#entry h3 {
	background-color: #71BAB8;
	margin:30px 0 20px;
}
	#entry h3 span {
		font-size:14px;
		margin-left:10px;
	}
#entry h4 {
	color:#F15A24;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
#entry h5 {
	font-size:18px;
	font-weight:bold;
}
	#entry h5 span {
		font-size:14px;
		font-weight:bold;
	}

#subMenu dl dd {
	background-color: #71BAB8;
}

strong {
	font-size:1.2em;
	font-weight:bold;
	color:#F15A24;
}
em {
	font-weight:bold;
}
.caution {
	color:#F15A24;
}
.narrow {
	margin:0 20px;
}
.mg {
	margin-bottom:15px;
}
.mgB {
	margin-bottom:30px;
}
.cautList {
	text-indent:-1em;
	padding-left:1em;
}

/* contNavi */
.contNavi {
	border-left:1px solid #71BAB8;
	margin:30px 0;
	text-align:center;
}
	.contNavi li {
		float:left;
		border:1px solid #71BAB8;
		border-left:none;
	}
		.contNavi li a {
			display:inline-block;
			/display:inline;
			/zoom:1;
			padding:0 8px 0 8px;
			height:35px;
			line-height:35px;
			color:#328885;
			text-decoration:none;
		}
			.imgArr .contNavi li a {
				padding:0 8px 0 20px;
				background:url(../img/common/tri.png) no-repeat 8px center;
			}
		.contNavi li a:hover {
			text-decoration:underline;
		}
.contNaviS {
	border-left:1px solid #71BAB8;
	margin:-30px 0 30px;
	text-align:center;
}
	.contNaviS li {
		border-top:none;
	}
		
/* cicleBlock */
.cicleBlock {
	margin-left:20px;
	border-top:1px dotted #ddd;
}
	.cicleBlock dl {
		border-bottom:1px dotted #ddd;
		padding:20px 0;
	}
	.cicleBlock dt {
		width:95px;
		float:left;
		clear:both;
	}
	.cicleBlock dd {
		width:565px;
		float:left;
	}
	
/* enTable */
.enTable {
	width:100%;
}
.half {
	width:60%;
}
	.enTable th {
		border:1px solid #71BAB8;
		background:#E3F1F1;
		padding:5px 15px;
	}
	.enTable th.fix {
		width:150px;
		padding:5px 0;
		text-align:center;
		font-weight:bold;
		font-size:14px;
	}
	.enTable th.fixMini {
		width:100px;
		padding:5px 0;
		text-align:center;
		font-weight:bold;
		font-size:14px;
	}
	.enTable th.bold {
		padding:5px 0;
		text-align:center;
		font-weight:bold;
		font-size:14px;
	}
	.enTable td {
		padding:5px 15px;
		border:1px solid #71BAB8;
	}
		.enTable td.stronger {
			font-size:16px;
			font-weight:bold;
			text-align:center;
		}

/* numlist */
.numList {
}
	.numList dt {
		line-height:42px;
		font-size:16px;
		font-weight:bold;
		margin-top:15px;
		padding:5px;
	}
	.numList dt.bod {
		border:2px solid #71BAB8;
	}
		.numList dt img {
			vertical-align:top;
		}
		* html .numList dt img {
			vertical-align:middle;
		}
	.numList dd {
		background:#E3F1F1;
		padding:15px;
	}
	.numList dd.noback {
		background:none;
		padding:0;
	}
	
.grayBox {
	background:#E3F1F1;
	padding:15px;
}

.borderBox {
	border:1px solid #999;
	margin:10px;
	padding:10px;
}

.dial {
	font-size:16px;
}
	.dial span {
		font-weight:bold;
		background:#808080;
		display:inline-block;
		/display:inline;
		/zoom:1;
		padding:0 10px;
		margin-right:15px;
		color:#fff;
	}
	
.secList {
	margin-bottom:40px;
	margin:20px 0 30px 60px;
	text-align:center;
}
	.secList li {
		float:left;
		border:1px solid #71BAB8;
		margin:0 25px 15px 0;
	}
		.secList li a {
			display:inline-block;
			/display:inline;
			/zoom:1;
			padding:0 0 0 20px;
			width:252px;
			height:35px;
			line-height:35px;
			color:#328885;
			text-decoration:none;
			background:url(../img/common/tri.png) no-repeat 8px center;
			text-align:left;
			font-weight:bold;
		}
		.secList li a:hover {
			background:#71BAB8 url(../img/common/tri_ov.png) no-repeat 8px center;
			color:#fff;
		}
		
.secListBig {
	margin-bottom:40px;
	margin:20px 0 30px 40px;
	text-align:center;
}
	.secListBig li a {
		display:inline-block;
		/display:inline;
		/zoom:1;
		padding:0 0 0 20px;
		width:262px;
		height:35px;
		line-height:35px;
		color:#328885;
		text-decoration:none;
		background:url(../img/common/tri.png) no-repeat 8px center;
		text-align:left;
		font-weight:bold;
	}
.message {
	margin-bottom:30px;
}

