@charset "utf-8";
/*----------------------------------------

	global menu

----------------------------------------*/
#globalHeader {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	padding-top: 10px;
	height: 38px;
}
#globalHeader .secLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0E0E0;
	padding-left: 10px;
	margin-left: 10px;
}
#suzukiLogo {
	float: left;
	width: 146px;
}
#globalMenu {
	float: right;
	width: auto;
}
#globalMenu li {
	display: inline;
	float: left;
}
#globalMenu li a {
	font-size: 0.8em;
	line-height: 30px;
	margin-left: 7px;
	text-decoration: none;
	white-space: nowrap;
}
#globalMenu li a:hover {
	text-decoration: underline;
}
#globalMenu .secLine a {
	margin-left: 0px;
}
/*----------------------------------------

	google search

----------------------------------------*/
#searchArea {
	float: right;
	width: 250px;
	margin:0;
	position:relative;
	height: 30px;
}
#searchArea .gsc-control-cse, #searchArea .gsc-control-cse-ja, #searchArea .gsib_a {
	margin:0 !important;
	padding:0 !important;
}
#searchArea table.gsc-search-box {
	padding:0 !important;
	line-height: 0;
	margin-top: 1px;
}
/* テキスト入力フォームとボタンの位置 */
#searchArea table.gsc-search-box td, #gsearchAreasc table.gsc-search-box input {
	vertical-align: top !important;
	padding:0 !important;
}
/* テキスト入力フォーム */
#searchArea input[type="text"] {
	height: 13px !important;
	padding: 5px !important;
	margin-top: 0px !important;
	border: 1px solid #E0E0E0 !important;
	font-size: 0.8em;
}
#searchArea input[type="text"]:focus {
	outline: 0;  /*safariの自動フォーカスを切る */
}
/* テキスト入力フォームの影を消す */
#searchArea #gsc-iw-id1 {
	border:none !important;
}
/* テキスト入力フォームの背景画像位置調整 */
#searchArea #gs_tti0 input {
	background-image: none !important;
}
/* ボタンの色 */
#searchArea input.gsc-input, .gsc-input-box, #searchArea .gsc-input-box-hover, #searchArea .gsc-input-box-focus {
	border-color: #D9D9D9;
}
#searchArea input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	border: none;
	background-color: #CCCCCC;
	background-image: none;
	filter: none;
}
/* ボタンの位置調整と角丸消し */
#searchArea .gsc-search-button {
	margin-top:0 !important;
	border-radius:0;
}
/* 入力時に出る「×」ボタンの位置調整 */
#searchArea .gsib_b a {
	display :none;
}
/* 入力時に出る×ボタン -- Firefox位置調整 -- */
#searchArea .gsib_b span {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:0;
}
/*----------------------------------------

	car main menu

----------------------------------------*/
#mainMenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
	font-size: 0;
	line-height:0;
}
#mainMenu .contents {
	width: 980px;
	padding-right: 10px;
	padding-left: 10px;
}
#mainMenu li {
	display: inline;
}
#mainMenu a {
	display: inline;
	float: left;
}
#mainMenu img {
	font-size: 0px;
}
/*----------------------------------------

	pankuzu

----------------------------------------*/
#pankuzu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
	font-size: 0.8em;
	height: 29px;
}
#pankuzu .contents {
	padding-top: 5px;
}
