@charset "utf-8";
/* employment
----------------------------------------------------------- */
.emContent {
	margin:0 0 20px 0;
	border-bottom: 1px dashed #a4a4a4;
	display:block;
}
.emDirectTime {
	width:675px;
	font-size:14px;
	margin:0 0 20px 0;
}
.emDirectTime table tr {
	width:675px;
	margin:0 0 20px 0;
}
.emDirectTime table tr th {
	width:120px;
	padding:0;
	font-weight: normal;
}
.emDirectTime table tr td {
	width:555px;
	margin-left:100px;
	padding:0;
}
.emContent table {
	margin:0 0 20px 0;
	font-size:14px;
}
.emContent table tr {
	width:675px;
	margin:0 0 20px 0;
}
.emContent table tr th {
	width:200px;
	padding:0;
	font-weight: normal;
}
.emContent table tr td {
	width:475px;
	padding:0;
}
.emContent table tr td a {
	color:#232323;
	text-decoration:underline;
}
.emContent table tr td a:hover {
	color:#840084;
	text-decoration:underline;
}
/* subMenuEm
----------------------------------------------------------- */
.subMenuEm {
	width:223px;
	border-collapse: collapse;
	border-spacing: 0;
	border:solid 1px #a4a4a4;
	margin:0 0 20px 0;
}
.subMenuEm tr th {
	background-image: url(../images/common/sideMenuBlack.png);
	background-repeat: no-repeat;
	width:225px;
	height:40px;
}
.subMenuEm tr th span {
	color:#ffffff;
	font-size:14px;
	position:relative;
	top:10px;
	left:10px;
}
.subMenuEm tr td {
	background-color:#ffffff;
	background-repeat: no-repeat;
	border:solid 1px #a4a4a4;
	height:40px;
}
.subMenuEm tr td span {
	color:#323232;
	font-size:12px;
	position:relative;
	top:10px;
	left:10px;
}
/* privacy
----------------------------------------------------------- */
.pcContent {
	margin:0 0 20px 0;
	display:block;
}
/* sitemap
----------------------------------------------------------- */

#smBtnBox {
	margin:0 0 20px 0;
}
.smBoxLeft {
	float:left;
	width:330px;
}
.smBoxRight {
	float:right;
	width:330px;
}
.smBox {
	margin:0 0 20px 0;
	width: 330px;
}
.smList {
	list-style-image: url(../images/other/smArrow.png);
	list-style-type: none;
	margin:10px 0 0 40px;
}
.smListNest {
	list-style-image: url(../images/other/smArrow.png);
	list-style-type: none;
	margin:0 0 0 20px;
}
/* document
----------------------------------------------------------- */
.tableForm {
	width:675px;
	margin:0 0 20px 0;
	border:solid 1px #a4a4a4;
	border-collapse: collapse;
}
.tableForm tr {
	border:solid 1px #a4a4a4;
}
.tableForm th {
	width:160px;
	padding:10px;
	border:solid 1px #a4a4a4;
	vertical-align: top;
	text-align:left;
	background-color: #eeeeee;
	font-weight: normal;
}
.tableForm td {
	padding:10px;
/*	vertical-align: top; */
	vertical-align: middle;
	text-align:left;
	border-bottom:solid 1px #a4a4a4;
}
.tableFormBtn {
	margin:0 0 20px 0;
	text-align:center;
}
table.tableForm input[name="address"],
table.tableForm input[name="schoolname"]{
	width:450px;
}