@charset "utf-8";
/* clearfix ------------------------------*/
*:after {
	display:block;
	clear:both;
}
.clear {
	clear:both;
}
/* 共通 ------------------------------*/

body {
	background:url(/images/body_back.gif) repeat-x left top;
}
#wrapper {
	width:950px;
	margin:0 auto;
}
a {
	color:#990000;
	text-decoration:underline;
}
a:hover {
	color:#e60012;
	text-decoration:none;
}
.table {
	border-top:1px solid #999;
	border-left:1px solid #999;
}
.table th {
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	margin:0;
	padding:7px;
	background-color:#EEE;
	font-weight:bold;
	text-align:center;
	font-size:12px;
}
.table td {
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	margin:0;
	padding:7px;
	font-size:12px;
}
/* 個別クラス ------------------------------*/
.m0 {
	margin:0 !important;
}
.mt5 {
	margin-top:5px !important;
}
.mt7 {
	margin-top:7px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt13 {
	margin-top:13px !important;
}
.mt15 {
	margin-top:15px !important;
}
.mt18 {
	margin-top:18px !important;
}
.mt30 {
	margin-top:30px !important;
}
/* header ------------------------------*/

#header {
	height:78px;
	background:url(/images/header_back.gif) no-repeat;
	position:relative;
}
#header h1 {
	position:absolute;
	top:26px;
	left:0;
}
#header ul#gnavi {
	position:absolute;
	top:0;
	left:362px;
}
#header ul#gnavi li {
	float:left;
}
/* ぱんくずリスト ------------------------------*/

#pankuzu {
	width:950px;
	margin:15px auto 10px auto;
	line-height:22px;
	height:22px;
	position:relative;
}
#pankuzu img {
	position:absolute;
	top:2px;
	left:0;
}
#pankuzu p {
	margin:0 0 0 100px;
	text-align:left;
	line-height:22px;
}
/* footer ------------------------------*/


#footer {
	border-bottom:8px solid #e60012;
}
#footer #footer_in {
	width:950px;
	margin:40px auto 0 auto;
	padding:0;
	position:relative;
}
#footer #footer_in p#link {
	text-align:center;
}
#footer #footer_in p#pagetop {
	background:url(/images/footer_shadow.gif) no-repeat center top;
	margin-top:14px;
	padding:25px 25px 0 0;
	text-align:right;
}
#footer #footer_in #logo_kawasaki {
	position:absolute;
	top:80px;
	left:0;
}
#footer #footer_in address {
	text-align:right;
	padding-right:25px;
	margin:14px 0 16px 0;
}
/* メインコンテンツ ------------------------------*/

#conbox {
	background:url(/images/common/conbox_back.gif) repeat-y;
	width:900px;
	padding:0 25px;
}
/* TOP ------------------------------*/

#top h2 {
	margin-bottom:30px;
}
#top #conbox #left {
	float:left;
	width:437px;
}
#top #conbox #left li {
	border-bottom:1px dotted #b2b2b2;
	position:relative;
	margin-top:10px;
	padding-bottom:10px;
}
#top #conbox #left li h4 {
	background:url(../images/icon_arrow.gif) no-repeat left center;
	padding-left:10px;
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
}
#top #conbox #left li p {
	padding-left:100px;
}
#top #conbox #left li p a {
	font-weight:bold;
	color:#e60012;
}
#top #conbox #right {
	float:right;
	width:437px;
}
#top #conbox #right li {
	border:1px solid #c9c9c9;
	padding:4px;
	margin-bottom:7px;
	min-height:88px;
	height:auto !important;
	height:88px;
}
#top #conbox #right a {
	display:block;
	text-decoration:none;
	color:#000;
}
#top #conbox #right a:hover {
	color:#e60012;
	text-decoration:none;
}
#top #conbox #right li h3 {
	padding-left:161px;
}
#top #conbox #right li p {
	padding:7px 3px 0 171px;
}
#top #conbox #right li#content01 {
	background:url(../images/top_image01.jpg) no-repeat 5px 5px;
}
#top #conbox #right li#content02 {
	background:url(../images/top_image02.jpg) no-repeat 5px 5px;
}
#top #conbox #right li#content03 {
	background:url(../images/top_image03.jpg) no-repeat 5px 5px;
}
#top #conbox #right li#content04 {
	background:url(../images/top_image04.jpg) no-repeat 5px 5px;
}
#top #conbox #right li#content05 {
	background:url(../images/top_image05.jpg) no-repeat 5px 5px;
}
/* スタッフ ------------------------------*/

#staff h3 {
	margin-top:10px;
}
#staff #conbox #catch {
	margin:13px 0 30px 0;
	text-align:center;
}
#staff #conbox ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
}
#staff #conbox li {
	width: calc(100% / 4 - 36px);
	background: #f4d3d5;
	padding: 13px;
	margin-bottom: 13px;
}
#staff #conbox li h4 {
	text-align:center;
	margin:7px 0 13px 0;
}
#staff #conbox li h4 strong {
	font-size:14px;
}


/* 点検・車検・修理 ------------------------------*/

#maintenance h2 {
	margin-bottom:13px;
}
#maintenance p#catch01 {
	text-align:center;
	margin-top:30px;
}
#maintenance p#read01 {
	text-align:center;
	margin-top:18px;
}
#maintenance #conbox_in {
	margin-top:40px;
	position:relative;
	background:url(../maintenance/images/side_back.jpg) no-repeat left top;
}
#maintenance #conbox_in #side {
	position:absolute;
	left:0;
	bottom:0;
}
#maintenance #conbox_in #right {
	margin-left:319px;
}
#maintenance #conbox_in .catch {
	text-align:center;
	margin-top:20px;
}

#maintenance #conbox_in #price li {
	margin-bottom:20px;
	padding-left:90px;
}
#maintenance #conbox_in #price li#price01 {
	background:url(../maintenance/images/04_text01.gif) no-repeat;
}
#maintenance #conbox_in #price li#price01 table {
	border-top:1px solid #626262;
	border-left:1px solid #626262;
}
#maintenance #conbox_in #price li#price01 th {
	border-bottom:1px solid #626262;
	border-right:1px solid #626262;
	padding:5px;
	background:#eeeeee;
}
#maintenance #conbox_in #price li#price01 td {
	border-bottom:1px solid #626262;
	border-right:1px solid #626262;
	padding:5px;
}
#maintenance #conbox_in #price li#price02 {
	background:url(../maintenance/images/04_text02.gif) no-repeat;
}
#maintenance #conbox_in #price li#price03 {
	background:url(../maintenance/images/04_text03.gif) no-repeat;
}
#maintenance #conbox_in #price li#price04 {
	background:url(../maintenance/images/04_text04.gif) no-repeat;
}

#maintenance #conbox_in #promise li {
	margin-top:20px;
	min-height:78px;
	height:auto !important;
	height:78px;
	padding-left:90px;
}

#maintenance #conbox_in #promise li h4 {
	padding-top:5px;
}
#maintenance #conbox_in #promise li p {
	margin:7px 0 0 5px;
}

#maintenance #conbox_in #promise li#content01 {
	background:url(../maintenance/images/promise01.gif) no-repeat;
}
#maintenance #conbox_in #promise li#content02 {
	background:url(../maintenance/images/promise02.gif) no-repeat;
}
#maintenance #conbox_in #promise li#content03 {
	background:url(../maintenance/images/promise03.gif) no-repeat;
}
#maintenance #conbox_in #promise li#content04 {
	background:url(../maintenance/images/promise04.gif) no-repeat;
}
#maintenance #conbox_in #promise li#content05 {
	background:url(../maintenance/images/promise05.gif) no-repeat;
}
#maintenance #conbox_in #promise li#content06 {
	background:url(../maintenance/images/promise06.gif) no-repeat;
}
#maintenance #conbox_in #promise li#content07 {
	background:url(../maintenance/images/promise07.gif) no-repeat;
}
#maintenance #conbox_in #promise li#content08 {
	background:url(../maintenance/images/promise08.gif) no-repeat;
}
#maintenance #conbox_in #promise li#content09 {
	background:url(../maintenance/images/promise09.gif) no-repeat;
}
#maintenance #conbox_in #promise li#content10 {
	background:url(../maintenance/images/promise10.gif) no-repeat;
}


#promise10 li h4 {
	font-size:large;
	font-weight:bold;
	color:#FF0000;
}


#maintenance .read03 {
	clear:both;
	padding-top:20px;
	width:calc(100% - 30px);
}
#maintenance .read03 > ul {
	margin:10px;
}

#maintenance #conbox_in #promise .read03 li {
	margin-top:7px;
	min-height:auto;
	height:auto !important;
	height:auto;
	padding-left:0;
}


#maintenance .read03 h3 {
	margin-bottom:10px;
	font-size:large;
	font-weight:bold;
	margin-top:30px;
}

#maintenance .read03 span {
	text-decoration: underline;
}

#maintenance .read03 > div {
	border:1px solid #cccccc;
	display:inline-block;
	margin:10px;
	padding:15px 30px 15px 15px;
}
	


/* ショップ ------------------------------*/

#shop #contents01 {
	background:url(../shop/images/access_back.jpg) 0px 59px no-repeat;
	min-height:309px;
	height:auto !important;
	height:309px;

}
#shop #contents01 h4 {
	padding:16px 0 0 517px;
}
#shop #contents01 table {
	margin:25px 0 0 517px;
}

#shop #contents01 th {
	border-bottom:1px solid #a0a0a0;
	padding:5px;
	line-height:24px;
	width:80px;
}
#shop #contents01 th span{
	border-left:5px  solid #a0a0a0;
	padding-left:5px;
}

#shop #contents01 td {
	margin:25px 0 0 517px;
	border-bottom:1px solid #a0a0a0;
	padding:5px;
}
#shop #contents02 {
	margin-top:30px;
}
#shop #contents02 li {
	float:left;
	padding-right:30px;
	margin-top:20px;
}
#shop #contents02 li.right {
	padding-right:0 !important;
}
#shop #contents03 {
	margin-top:30px;
	background:url(../shop/images/map.gif) no-repeat 600px 60px;
}
#shop #contents03 h3 {
	margin-bottom:20px;
}
#shop #contents04 {
	margin-top:30px;
}

#shop #contents04 li{
	float:left;
	position:relative;
	width:169px;
	margin-right:13px;
	min-height:367px;
	height:auto !important;
	height:367px;
}
#shop #contents04 li.right{
	margin-right:0 !important;
}
#shop #contents04 h4.green {
	margin:7px 0;
}
#shop #contents04 h4.green a{
	color:#97d937;
	font-weight:bold;
}
#shop #contents04 h4.orange {
	margin:7px 0;
}
#shop #contents04 h4.orange a{
	color:#f39700;
	font-weight:bold;
}
#shop #contents04 li p.btn{
	position:absolute;
	bottom:0;
}
#shop #contents04 li p.read{
	padding-bottom:55px;
}

#shop #licence {
	margin-top:30px;
}

#shop #licence h3 {
	font-weight:bold;
	margin-bottom:10px;
}

/* サイトマップ ------------------------------*/
#sitemap #conbox ul {
	float:left;
	width:400px;
}

#sitemap #conbox li {
	background:url(../images/icon_arrow.gif) no-repeat left center;
	padding-left:15px;
	font-weight:bold;
	margin:30px 0;
}

#sitemap #conbox li a{
	color:#000;
}