@charset "utf-8";
/* ----------------------------------------------
	作成日：2013-08-05
	変更日：2013-08-27
	作成者：TRUCK-ONE M.Yamauchi
	概要：SAM WEB用にstyle上書き
---------------------------------------------- */

body {
	position: static;
	background: url(../../search/img/searchList_bg.jpg) repeat-x fixed 0px 160px!important;
}
/* グローバルナビ */
#gNaviSec {
	border-top: 4px solid #27649d;
	height: 34px;
}
#gNaviSec a {
	display: block;
	height: 32px;
	line-height: 33px;
	border-right: 1px solid #ccc;
	padding: 0 15px 0 15px;
	font-weight: bold;
}
#gNaviSec a.first {
	border-left: 1px solid #ccc;
}
#gNaviSec a:hover {
	height: 32px;
	line-height: 33px;
	background: #e2e2e2;
	
}
.gNaviMain {
	width: 1000px!important;
}
#modeSelect {
	width: 120px!important;
	float: right!important;
	position: absolute;
	right: 0px;
	background: #fff;
	font-size: 12px;
}
#modeSelect #tate,  #modeSelect #yoko {
	cursor: pointer;
}
#headerMain{
	z-index: 101!important;
	background: url(../img/samBg2.png) repeat-x 0px -26px!important;
	padding: 5px 0 5px 0;
	height: 118px;
}
/* ヘッダー */
#fixedHead {
	z-index: 100!important;
	position: fixed;
	top: 0px;
	width: 100%;
	/*border-bottom: 2px solid #ccc;*/
}
#fixedIn {
	margin: 0 auto;
}
/* セグメント */
#segmentBox {
	float: left;
	overflow: hidden;
}
#segmentBox ul {
	text-align: center;
	border-top: 3px solid #ccc;
	margin: 5px  5px 5px 0;
}
#segmentBox li {
	display: block;
	width: 120px;
	background: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}
#segmentBox li:hover {
	background: #1f70c2;
}
#segmentBox li a {
	display: block;
	height: 100%;
	text-decoration: none;
	padding: 2px;
	border: 3px solid #ccc;
	border-top: none;
	background: url(../img/segmentArrow.png) no-repeat 10px center;
}
#segmentBox li:hover {
	background: #0066ff url(../img/segment02.png)!important;
}
#segmentBox li a:hover, .selected a {
	color: #fff;
}
.selected {
	background: #ff6d00 url(../img/segment01.png)!important;
	color: #fff!important;
}


/* 形状別ボタン */
.truckBox {
	margin: 3px 0 0 0;
	float: left;
	width: 550px;
}
.truckBox ul {
	clear: both;
}
.truckBox li {
	float: left;
}
.truckBox a:link img, .truckBox a:visited img {
	background: #fff;
	border: 3px solid #ccc;
	margin: 2px;
}
.truckBox a:hover img {
	border: 3px solid #d9b216;
}

/* 電話番号 */
#telSec img {
	margin: 0 0 0 20px;
}
#searchTruck_main {
	margin: 165px 0 0 0!important;
	background: url(../img/logoBack.png) no-repeat right 5px;
	border: none;
}
#searchTruck {
	margin: 10px auto 0 auto;
	width: 1000px;
}

/* 車両詳細ページ */
#photoArea_right ul {
	height: 400px!important;
	margin-bottom: 0px!important;
}
#photoArea_right ul li img {
	cursor: pointer;
}
#truckDetail_photoArea {
	padding: 0 0 5px 0!important;
}
#searchTruckDetail {
	padding-bottom: 0px;!important
}
#detailTitle {
	margin-top: 15px;
}
#searchTruck_main {
	padding-bottom: 0px!important;
}

.DetailH3 {
	margin-bottom: 10px!important;
}
#searchTruck table.searchBox {
	width: 970px!important;
}
.copyright {
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
	color: #204789;
}