@charset "UTF-8";

/*--------------------------------------------------------------------
profile.html
profile.css
--------------------------------------------------------------------*/

/*------------HNav------------*/
div#InHeader div#HNav ul li:nth-child(5) a { color: #c30d23; }

/*------------Title------------------------*/
div#Title { background-image: url(../../img/title/profile.jpg); }


/*------------Table------------------------*/
div.Table table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #b5b5b6;
}
div.Table table tr th,
div.Table table tr td {
	width: auto;
	padding: 20px 30px;
	border-bottom: 1px solid #b5b5b6;
	text-align: left;
	vertical-align: top;
	font-size: 1rem;
}
div.Table table tr th { width: 23.5%; }
div.Table table tr th span { color: transparent; }
div.Table table tr td dl {
	width: 100%;
	overflow: hidden;
}
div.Table table tr td dl * { float: left; }
div.Table table tr td dl dt { margin-right: 0.5em; }
div.Table table tr td dl dd { margin-right: 3em; }
div.Table table tr td dl dd:nth-last-of-type(1) { margin-right: 0; }
div.Table table table {
	width: auto;
	border: 0 none;
}
div.Table table table tr th,
div.Table table table tr td {
	width: auto;
	border: 0 none;
	padding: 0;
	line-height: 2;
}
div.Table table table tr th { width: 5.5em; }


/*------------equipment------------------------*/
div#equipment table tr td { background-color: #efefef; }
div#equipment table tr td ul li {
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
	line-height: 2;
}
div#equipment table tr td ul li:before {
	padding-right: 0.3em;
	content: "\0030fb";
}


/*------------item------------------------*/
div#item table tr td { background-color: #efefef; }
div#item table tr td ul li {
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
	line-height: 2;
}
div#item table tr td ul li:before {
	padding-right: 0.3em;
	content: "\0030fb";
}


/*------------access------------------------*/
div#access dl {
	width: 100%;
	overflow: hidden;
	font-size: 1rem;
}
div#access dl * { float: left; }
div#access dl dt { margin-right: 2em; }
div#access dl dt:before,
div#access dl dt:after {
	display: inline-block;
	content: "\0025c6";
}
div#access iframe { margin-top: 25px; }