@charset "UTF-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
/*------------------------Titleのスタイル------------*/
div#Title h2 { background-image: url(../../img/company/title.png); }


/*------------------------Greetingのスタイル------------*/
div#Greeting {}
div#Greeting div#Idea {
	height: 46px;
	margin: 15px 0 20px;
	background: url(../../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;
}
div#Profile table tr th {
	width: 23%;
	padding: 8px 10px;
	background: #f5f5f5;
	border: 1px solid #c1c2c2;
	text-align: left;
	vertical-align: top;
}
div#Profile table tr td {
	width: auto;
	padding: 8px 10px;
	border: 1px solid #c1c2c2;
	text-align: left;
	vertical-align: top;
}
div#Profile table tr td br.PcNo { display: none; }
div#Profile table tr td dl {
	width: 100%;
	overflow: hidden;
}
div#Profile table tr td dl dt,
div#Profile table tr td dl dd { float: left; }
div#Profile table tr td dl dd { margin-right: 2em; }
div#Profile table tr td ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#Profile table tr td ul li { float: left; }
div#Profile table tr td table {
	width: 50%;
	float: left;
}
div#Profile table tr td table tr th,
div#Profile table tr td table tr td {
	width: auto;
	padding: 0;
	background: inherit !important;
	border: 0 none;
}
div#Profile table tr td table tr td {
	width: 50%;
	padding-right: 6em;
	text-align: right;
}


/*------------------------Historyのスタイル------------*/
div#History { margin-top: 60px; }
div#History table {
	width: 100%;
	border-collapse: collapse;
}
div#History table tr th {
	width: 12%;
	padding: 8px 10px;
	background: #f5f5f5;
	border: 1px solid #c1c2c2;
	text-align: left;
	vertical-align: top;
}
div#History table tr th span { color: #f5f5f5; }
div#History table tr td {
	width: auto;
	padding: 8px 10px;
	border: 1px solid #c1c2c2;
	text-align: left;
	vertical-align: top;
}


/*------------------------Accessのスタイル------------*/
div#Access { margin-top: 60px; }
div#Access div#AccMap {
	width: 440px;
	float: left;
}
div#Access div#AccMap p {
	margin: 0.3em;
	text-align: right;
	font-size: 83%;
}
div#Access div#AccAdd {
	width: 210px;
	float: right;
}
div#Access div#AccAdd p { margin-bottom: 0.8em; }
div#Access div#AccAdd div#AccTel {
	width: 186px;
	margin: 10px auto 0;
}
div#Access div#AccAdd div#AccTel p,
div#Access div#AccAdd div#AccTel dl dt { display: none; }
div#Access div#AccAdd div#AccTel dl dd span,
div#Access div#AccAdd div#AccTel dl dd a {
	display: block;
	height: 36px;
	background: url(../../img/small_tel.gif) no-repeat center top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}