
@charset "utf-8";
/** profile Table **/
table {
	text-align:center;
}
table#profile {
	marting: 10px auto;
}
p.post {

}

/** career Table **/
table#career {
	padding:50px 0 0 0;
	margin: 30px 0;
	font-size: 12px;
	line-height: 1.8;
}
table#career th {
	text-align: center;
	border-top: 2px dotted #FFFFFF;
	border-bottom: 1px dotted;
}
table#career td {
	padding: 3px;
	border-bottom: 1px dotted;
}
table#career td.year {
	padding-left: 10px;
	width: 140px;
	vertical-align: top;
}

/**  **/
.notice {
	font-weight: bold;
}
.cap{
	font-size:10px;
}
