@charset "UTF-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
/*------------------------Titleのスタイル------------*/
div#Title h2 { background-image: url(../../sp_img/company/title.png); }


/*------------------------Greetingのスタイル------------*/
div#Greeting {}
div#Greeting div#Idea {
	height: 149px;
	margin: 15px 0 20px;
	background: url(../../sp_img/company/greeting_top_txt.gif) no-repeat center top;
}
div#Greeting div#Idea * { display: none; }
div#Greeting dl#Name {
	height: 21px;
	margin-top: 20px;
	background: url(../../img/company/name.gif) no-repeat right top;
}
div#Greeting dl#Name * { display: none; }


/*------------------------Profileのスタイル------------*/
div#Profile { margin-top: 60px; }
div#Profile table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #c1c2c2;
}
div#Profile table tr { display: inline; }
div#Profile table tr th {
	display: block;
	padding: 8px 10px;
	background: #f5f5f5;
	border: 1px solid #c1c2c2;
	border-bottom: 0 none;
	text-align: left;
	vertical-align: top;
}
div#Profile table tr td {
	display: block;
	padding: 8px 10px;
	border: 1px solid #c1c2c2;
	border-bottom: 0 none;
	text-align: left;
	vertical-align: top;
}
div#Profile table tr td dl {
	width: 100%;
	overflow: hidden;
}
div#Profile table tr td dl dt { float: left; }
div#Profile table tr td ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#Profile table tr td table { border: 0 none; }
div#Profile table tr td table tr th,
div#Profile table tr td table tr td {
	padding: 0;
	background: inherit !important;
	border: 0 none;
}
div#Profile table tr td table tr td { text-align: right; }


/*------------------------Historyのスタイル------------*/
div#History { margin-top: 60px; }
div#History table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #c1c2c2;
}
div#History table tr { display: inline; }
div#History table tr th {
	display: block;
	padding: 8px 10px;
	background: #f5f5f5;
	border: 1px solid #c1c2c2;
	border-bottom: 0 none;
	text-align: left;
	vertical-align: top;
}
div#History table tr th span { color: #f5f5f5; }
div#History table tr td {
	display: block;
	padding: 8px 10px;
	border: 1px solid #c1c2c2;
	border-bottom: 0 none;
	text-align: left;
	vertical-align: top;
}


/*------------------------Accessのスタイル------------*/
div#Access { margin-top: 60px; }
div#Access div#AccMap p {
	margin: 0.3em;
	text-align: right;
	font-size: 83%;
}
div#Access div#AccAdd { display: none; }