@charset "UTF-8";

/*--------------------------------------------------------------------
company.html
company.css
--------------------------------------------------------------------*/


/*------------greeting---------------------------------------------------------------*/
div#greeting dl {
	margin-top: 0.8em;
	text-align: right;
}
div#greeting dl * {
	display: inline-block;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
div#greeting dl dt { font-size: 0.93em; }
div#greeting dl dd {
	margin-left: 0.4em;
	font-size: 1.73em;
}


/*------------profile---------------------------------------------------------------*/
div#profile table tr th { width: 15.5%; }
div#profile table tr td dl {
	width: 100%;
	overflow: hidden;
}
div#profile table tr td ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#profile table tr td ul.List01 li { float: left; }
div#profile table tr td ul.List01 li:after {
	margin: 0 0.25em;
	content: "\003001";
}
div#profile table tr td ul.List01 li:nth-last-of-type(1):after {
	margin: 0;
	content: "";
}


/*------------history---------------------------------------------------------------*/
div#history table tr th { width: 14.5%; }
div#history table tr th span { color: transparent; }


/*------------access---------------------------------------------------------------*/
div#access div#accMap {
	width: 560px;
	float: left;
}
div#access div#accTxt {
	width: 400px;
	float: right;
}
div#access dl {
	width: 100%;
	margin-top: 0.8em;
	overflow: hidden;
}
div#access dl dt { float: left; }