@charset "utf-8";
/* CSS Document */

/* COMMON SETTINGS */
body {
	color: #333;
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
}

a {
	color: #006CB7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.container {
	margin: 0 auto;
	clear: both;
	width: 960px;
}

section {
	margin-bottom: 10px;
}
.separating {
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.attention {
	color: #f00;
}
.clear {
	clear: both;
}
.disabled {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha( opacity=80 )";
}
.spacer_top {
	margin-top: 1em;
}


/* HEADER SETTINGS */
header {
	padding: 10px 0 0;
	height: 180px;
	background: url(../images/bg_header.jpg) repeat-x top;
}
header hgroup {
	float: left;
	width: 700px;
	height: 90px;
}
header h2 {
	font-size: small;
	font-weight: normal;
}
header h1 {
	margin: 10px 20px 0;
}
header #guides {
	margin-top: 20px;
	float: right;
}
header #guides li {
	margin-left: 20px;
	display: inline;
	list-style: none;
}
header nav {
	clear: both;
}
header nav li {
	float: left;
	width: 192px;
	list-style: none;
}




/* FOOTER SETTINGS */
footer {
	clear: both;
	background: #eee url(../images/bg_footer.jpg) repeat-x top;
	line-height: 1.3;
}
footer #pagetop {
	text-align: right;
}
footer #footer_logo {
	margin: 20px;
	float: left;
}
footer #footer_info {
	margin-top: 40px;
	float: left;
	font-size: small;
}
footer #footer_info dt:before {
	content: "【";
}
footer #footer_info dt:after {
	content: "】";
}
footer #footer_info dd {
	margin-bottom: 0.5em;
}
footer #copyright {
	padding: 10px 0 20px;
	clear: both;
	text-align: right;
}

/* PARTS SETTINGS */
.contact_bunner {
	background: url(../images/bg_contact_bunner.jpg) no-repeat left top;
}
.contact_bunner img {
	margin: 126px 20px 28px 360px;
}

/* TOPPAGE SETTINGS */
#mainvisual li {
	list-style: none;
}
#top_left {
	float: left;
}
#top_right {
	float: right;
}
#top_left h2 {
	background: url(../images/bg_title_top.jpg) no-repeat left top;
}
#information iframe {
	border: 1px solid #ddd;
	background-color: #eee;
}
#frame_info {
	padding: 10px;
	line-height: 150%;
}
#frame_info dt {
	color: #006CB7;
	margin-bottom: 5px;
	clear: both;
	float: left;
	width: 7em;
}
#frame_info dd {
	margin-left: 7.5em;
	margin-bottom: 5px;
}
#top_right .services li {
	margin-bottom: 10px;
	list-style: none;
}

/* CONTENT PAGE SETTINGS */
#topicpath li {
	display: inline;
	list-style: none;
}
article#main h3 {
	margin: 10px 0;
}
article#main > h4 {
	margin: 10px 0;
	background: url(../images/bg_title_content.jpg) no-repeat center left;
}

article#main {
	margin: 0;
	padding: 0;
	float: left;
	width: 740px;
	overflow: hidden;
}
.intro {
	margin-bottom: 20px;
	width: 740px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: top right;
}
.intro h4, .intro h5 {
	padding: 10px 0;
}
.intro p {
	line-height: 175%;
}
#service_intro { background-image: url(../images/bg_service_intro.jpg); }
#buying_intro { background-image: url(../images/bg_buying_intro.jpg); }
#selling_intro { background-image: url(../images/bg_selling_intro.jpg); }
#rental_intro { background-image: url(../images/bg_rental_intro.jpg); }
#pallet_intro { background-image: url(../images/bg_pallet_intro.jpg); }
#consulting_intro { background-image: url(../images/bg_consulting_intro.jpg); }
#profile_intro { background-image: url(../images/bg_profile_intro.jpg); }
#contact_intro { background-image: url(../images/bg_contact_intro.jpg); }
#selling_intro #stock_btn {
	margin-top: 10px;
	padding-right: 10px;
	text-align: right;
}

section.content, section.menu {
	margin: 10px 0;
	overflow: hidden;
}
section.menu h5 {
	margin: 10px 0;
	background: url(../images/bg_title_content.jpg) no-repeat center left;
}
section.content h5 {
	margin: 10px 0;
	background: url(../images/bg_title_flow.jpg) no-repeat center left;
}
#service_menu li {
	margin: 2px;
	float: left;
	width: 365px;
	list-style: none;
}
.flow li {
	margin-right: 2px;
	padding: 0 13px 0 0;
	float: left;
	width: 136px;
	background: url(../images/ico_arrow_1.gif) no-repeat top right;
	font-size: 90%;
	list-style: none;
}
.flow li p {
	margin-top: 2px;
	line-height: 125%;
}
.flow li.last-child {
	margin: 0;
	padding: 0;
	background: none;
}
#rental_fee table {
	margin: 10px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;
	border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
}
#rental_fee table caption {
	color: #006CB7;
	padding: 0 0 5px 16px;
	background: url(../images/ico_arrow_2.gif) no-repeat left top;
	font-weight: bold;
	text-align: left;
}
#rental_fee table th {
	padding: 5px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ccc;
	background-color: #ddd;
	font-size: 90%;
	white-space: nowrap;
	vertical-align: middle;
}
#rental_fee table th.cartype {
	border-width: 0 0 1px 1px;
	border-style: solid dashed;
}
#rental_fee table th.weight {
	border-width: 0 0 1px 1px;
	border-style: solid dashed;
	background-color: #eee;
}
#rental_fee table tbody td {
	padding: 5px;
	border-width: 0 0 1px 1px;
	border-style: solid dashed;
	border-color: #ccc;
	font-size: 90%;
	text-align: right;
	vertical-align: middle;
}
#rental_fee ul {
	margin-bottom: 20px;
	overflow: hidden;
}
#rental_fee li {
	line-height: 125%;
	list-style: none;
}
#rental_fee .remark li {
	color: #f00;
	font-weight: bold;
}
#pallet_type li {
	padding: 0 3px 10px;
	float: left;
	width: 240px;
	list-style: none;
}
#pallet_type li h6 {
	color: #006CB7;
	padding: 5px 0;
	font-weight: bold;
}
#pallet_type li p {
	line-height: 125%;
}
.menu table {
	margin: 10px 0;
	border: 1px solid #ccc;
	border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	line-height: 150%;
}
.menu th {
	padding: 1em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	text-align: left;
	vertical-align: top;
}
.menu td {
	padding: 1em;
	border-bottom: 1px solid #ccc;
}

/* 車両在庫状況 */
#stock_search_area {
	padding: 20px;
	background-color: #D9F0FF;
	overflow: hidden;
}
#stock_search_area table {
	width: 100%;
}
#stock_search_area th {
	padding: 0 10px 0 0;
	text-align: left;
	white-space: nowrap;
}
#stock_search_area td {
	padding: 0 10px 0 0;
}
#stock_search_area td.btn {
	padding: 0;
	text-align: center;
	vertical-align: bottom;
}
#stock_search_area td.btn button {
	margin: 0;
	padding: 0;
	border-style: none;
	width: 80px;
	height: 25px;
	cursor: pointer;
	background-color: #fff;
}
#stock_area {
	clear: both;
	overflow: hidden;
}
#stock_area li {
	margin: 0 5px 10px;
	padding: 10px;
	border: 1px solid #ccc;
	float: left;
	width: 338px;
	/*height: 118px;*/
	list-style: none;
}
#stock_area li img {
	margin-right: 10px;
	float: left;
}
#stock_area li .car_info {
	float: left;
	width: 188px;
}
#stock_area li dl {
	margin-top: 5px;
	overflow: hidden;
}
#stock_area li dt {
	clear: left;
	float: left;
	width: 4em;
	line-height: 125%;
}
#stock_area li dd {
	margin-left: 5em;
	/*float: left;*/
	line-height: 125%;
}
#stock_area li .price {
	color: #f00;
	margin-top: 1em;
	float: right;
	font-weight: bold;
	text-align: right;
}


#profile_outline td p {
	float: left;
}
#profile_outline td .map {
	float: right;
}
#profile_outline dl {
    clear: left;
    float: left;
    padding-top: 1em;
}
#profile_outline dt {
	clear: left;
	float: left;
}
#profile_outline dd {
    float: left;
    margin-left: 1em;
}
#profile_outline li {
	list-style: none;
}

#contact_form .buttons {
	margin: 20px auto;
	width: 440px;
	height: 50px;
	overflow: hidden;
	text-align: center;
}
#contact_form .buttons li {
	margin: 0 10px;
	float: left;
	/*width: 200px;
	height: 50px;*/
	list-style: none;
}
#contact_form .buttons li button {
	margin: 0;
	padding: 0;
	border-style: none;
	width: 200px;
	height: 50px;
	cursor: pointer;
	background-color: #fff;
}
#sent {
	font-size: 120%;
	text-align: center;
	line-height: 120%;
}
#sent h4 {
	color: #f00;
	margin-bottom: 1em;
}
#sent dl {
	color: #fff;
	margin: 20px auto;
	padding: 20px;
	width: 250px;
	overflow: hidden;
	background-color: #006CB7;
	text-align: left;
}
#sent dt {
	clear: both;
	float: left;
	width: 80px;
}
#sent dd {
	margin-left: 80px;
}
#sent dd a {
	color: #fff;
}
#sent dd a:hover {
	text-decoration: underline;
}


article#main .contact_bunner {
	margin: 20px auto;
	width: 560px;
}

aside#sub {
	margin: 0;
	padding: 0;
	float: right;
	width: 200px;
}
nav#lnav {
	margin-bottom: 10px;
	border: 1px solid #ddd;
}
nav#lnav h6 {
	margin: 2px;
	background: url(../images/bg_lnav_title.jpg) no-repeat top center;
}
nav#lnav li {
	margin: 1px 2px;
}
aside#sub section {
	padding: 10px 0;
}


/* PAGER */
.pager {
	float: right;
}
.pager li {
	color: #ddd;
	margin: 10px 5px;
	padding: 5px;
	border: 1px solid #ddd;
	float: left;
	width: 2ex;
	text-align: center;
	list-style: none;
}
.pager .current {
	color: #fff;
	background-color: #006CB7;
}
.pager .prev, .pager .next {
	margin: 10px 0;
	border-style: none;
	width: 4em;
}
.pager li a {
	display: block;
}

/* 車両在庫詳細 */
.stock_title {
	color: #006CB7;
	padding-left: 1em;
	font-size: 120%;
	height: 40px;
	line-height: 40px;
}
.stock_price {
	color: #f00;
	font-size: 110%;
	text-align: right;
}
#image_area {
	margin: 15px 15px 30px 0;
	float: left;
	width: 240px;
	overflow: hidden;
}
#image_area li {
	margin-top: 10px;
	float: left;
	list-style: none;
}
#image_area li#image_02 {
	margin-left: 9px;
	margin-right: 9px;
}
#detail_area {
	margin: 15px 0 30px 0;
	float: left;
	width: 485px;
}
#detail_area table {
	margin: 0;
	border: 1px solid #ccc;
	border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	line-height: 150%;
}
#detail_area th {
	padding: 0.5em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 8em;
	background-color: #eee;
	text-align: left;
	vertical-align: top;
}
#detail_area td {
	padding: 0.5em;
	border-bottom: 1px solid #ccc;
}
#contact_area {
	float: right;
}
#contact_area button {
	margin: 0;
	padding: 0;
	border-style: none;
	width: 200px;
	height: 50px;
	cursor: pointer;
	background-color: #fff;
}

/* SITEMAP */
#sitemap ul {
	margin-left: 2em;
	line-height: 150%;
}


/* SKILL TRAINING COURSE FOR FORKLIFT OPERATION */
#training_schedule table {
	margin: 10px 0;
	border: 1px solid #ccc;
	border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	line-height: 1.3;
}
#training_schedule table caption {
	font-weight: bold;
	font-size: 110%;
	text-align: left;
}
#training_schedule table th {
	padding: 5px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ccc;
	background-color: #ddd;
	white-space: nowrap;
	vertical-align: middle;
}
#training_schedule table tbody td {
	padding: 5px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #ccc;
	text-align: right;
	vertical-align: middle;
	font-size: 110%;
}
#training_schedule .month {
	display: inline-block;
	width: 3em;
	font-size: 110%;
	font-weight: bold;
}
#training_schedule li {
	display: inline;
	list-style: none;
	margin-right: 1em;

}
#training_schedule li:after {
	color: #fff;
	font-weight: bold;
	font-size: 75%;
	margin-left: 0.25em;
	padding: 0 0.2em;
	border-radius: 0.25em;
}
#training_schedule li.sat:after {
	content: "土";
	background-color: #3CF;
}
#training_schedule li.sun:after {
	content: "日";
	background-color: #F03;
}
#training_schedule iframe {
	margin: 5px 5px 0;
}

