﻿/* 富士重工業株式会社紹介ページ専用のcss */
/* 左側表示エリア（基本情報、工場見学情報） */
#company_left	{
	margin-top:0;
	width:410px;
	float:left;
}
/* 工業団地情報（非表示） */
#park_name{
	display:none;
}
/* 緯度・経度情報（非表示） */
#latitude,#longitude,#latitude1,#longitude1,#latitude2,#longitude2,#latitude3,#longitude3,#latitude4,#longitude4{
	display: none;
}
/* 企業名 */
#company_name{
	width:390px;
	margin-left:14px;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	line-height: 22px;
}
/* 所在地 */
#company_address{
	float:left;
}
/* 基本情報、工場見学情報のテーブル */
#profile table,#tour table{
	margin-left:10px;
	margin-top:0px;
	margin-bottom:10px;
}
#profile table th,#tour table th{
	width:130px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-weight: normal;
}
#profile table td,#tour table td{
	width:270px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	line-height: 20px;
}
/* ホームページアドレスの改行書式 */
#tr8 ,#tr18{
	word-break:break-all;
}
/* 事業所名上側のライン */
#line	{border:solid 1px #ccc;margin-left:16px;margin-right:8px;margin-top:25px;margin-bottom:-2px;}

/* 右側表示エリア（ＰＲ文書、写真） */
#company_right	{
	margin-top:0;
	margin-right:0;
	width:422px;
	float:right;
	text-align: left;
}
/* ＰＲ文書 */
#company_pr{
	margin-left: 10px;
	margin-top: 4px;
	width:370px;
	border: 1px solid #ccc;
	padding:14px;
	padding-right:10;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 20px;
}
#company_pr ul{
	margin-left: 20px;	
}
/* 写真とコメントのテーブル */
#suba_photo table{margin-left:55px;margin-top:40px;}
#suba_photo td{width:300px;}
td.come{text-align:center;font-size:11px;font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
	"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin-top:-8px;padding-bottom:10px;}

/* 右上に表示されるグーグルマップ */
#sub_google_map{
	height:206px;
}
/* グーグルマップのロゴ部分に、グーグルマップサイトへのリンクを貼る */
#link_map{
	height: 40px;
	width: 70px;
	border: 1px solid #ccc;
	position: relative;
	left: 645px;
	top: -116px;
}
#link_map:hover{
	border: 1px solid #999;
	cursor: hand;
}
/* 基本情報の所在地テーブルにグーグルマップサイトへのリンクボタンを表示させる場合はdisplay:blockに変更する */
#button_map{
	position: relative;
	top: -3px;
	left: 20px;
	display: none;
}
