@charset "UTF-8";

/*--------------------------------------------------------------------
profile.html
profile.css
--------------------------------------------------------------------*/

/*------------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 {
	display: block;
	width: auto;
	padding: 20px 30px;
	border-bottom: 1px solid #b5b5b6;
	text-align: left;
	vertical-align: top;
	font-size: 1rem;
}
div.Table table tr th { padding: 10px 15px; }
div.Table table tr th span { color: transparent; }
div.Table table tr td dl {
	width: 100%;
	overflow: hidden;
}
div.Table table tr td dl dt {
	margin-right: 0.5em;
	float: left;
}
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 td { margin-bottom: 1em; }
div.Table table table tr:nth-last-of-type(1) td { margin-bottom: 0; }


/*------------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 + dl { margin-top: 1em; }
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; }