.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
img {
	max-width:100%;
	height:auto;
}
.content {
	width:800px;
	margin:0 auto;
}
.contact {
	width:750px;
	margin:20px auto;
	padding:20px;
	background-color:#e5e5e5;
}
.contact .contact_inner {
	text-align:center;
}
.contact .left,.contact .right {
	width:330px;
	display:inline-block;
	margin:10px;
}
.contact .contact_inner p {
	font-size:30px;
	font-weight:bold;
}
.contact .contact_inner a {
	line-height:60px;
	display:block;
	color:#fff;
	margin:10px auto;
	font-size:23px;
	font-weight:bold;
	text-decoration:none;
	border-radius:10px;
}
.contact .contact_inner .left a {
	background-color:#47cb45;
}
.contact .contact_inner .right a {
	background-color:#004889;
}
.contact p.uketsuke {
	text-align:center;
}
.contact p.uketsuke span {
	margin-left:20px;
	font-size:15px;
}
h2 {
	font-size:35px;
	font-weight:bold;
	background-color:#00488c;
	color:#fff;
	text-align:center;
}
ul.cars {
	margin:0;
	padding:0;
}
ul.cars li {
	width:750px;
	margin:10px auto;
	border:#ccc 1px solid;
	list-style:none;
	padding:15px;
}
ul.cars li .image {
	width:194px;
	height:194px;
	float:left;
}
ul.cars li .image img {
	width:100%;
	height:auto;
}
ul.cars li .image p {
	color:#f00;
	font-weight:bold;
}
ul.cars li .descr {
	width:540px;
	float:right;
}
ul.cars li .descr .icon {
	line-height:24px;
	color:#fff;
	font-size:13px;
	width:150px;
	text-align:center;
	border-radius:5px;
	float:right;
	margin-bottom:10px;
}
ul.cars li .descr .icon.saitamaurawa {
	background-color:#004889;
}
ul.cars li .descr .icon.kawaguchi {
	background-color:#47cb45;
}
ul.cars li .descr h3 {
	clear:both;
	margin:10px 0;
}
ul.cars li .descr .spec table {
	width:325px;
	float:left;
	border-collapse:collapse;
}
ul.cars li .descr .spec table th,ul.cars li .descr .spec table td {
	padding:5px;
	border:1px solid #004889;
}
ul.cars li .descr .spec table th {
	text-align:center;
}
ul.cars li .descr .spec .buttons {
	width:200px;
	float:right;
}
ul.cars li .descr .buttons a {
	width:100%;
	display:block;
	background-color:#004889;
	color:#fff;
	text-align:center;
	font-size:20px;
	text-decoration:none;
	padding:10px 0;
	margin-bottom:10px;
	border-radius:5px;
	position:relative;
}
ul.cars li .descr .buttons a:after {
	content:">";
	position:absolute;
	top:50%;
	right:15px;
	-webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
ul.cars li .descr .buttons a.present {
	background-color:#f00;
}
a.link_change {
	width:80%;
	margin:20px auto 50px;
	background-color:#f00;
	line-height:100px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	display:block;
	text-align:center;
	font-size:20px;
	position:relative;
	border-radius:10px;
}
a.link_change:after {
	content:">";
	position:absolute;
	top:50%;
	right:15px;
	color:#fff;
	-webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.link_list {
	text-align:center;
}
.link_list a {
	width:300px;
	display:inline-block;
	margin:15px;
	color:#fff;
	padding:15px;
	position:relative;
	border-radius:10px;
	font-size:20px;
	text-decoration:none;
}
.link_list a:after {
	content:">";
	position:absolute;
	top:50%;
	right:15px;
	color:#fff;
	-webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.link_list a.saitamaurawa {
	background-color:#47cb45;
}
.link_list a.kawaguchi {
	background-color:#004889;
}
.shops {
	text-align:center;
}
.shops .shop {
	/*width:350px;*/
	width:600px;
	display:inline-block;
	text-align:left;
	margin:15px;
}
.shops .shop:first-child {
	border-right:1px solid #ccc;
	padding-right:15px;
	margin-right:0;
}
.shops .shop h3 {
	color:#004889;
}
.shops .shop table {
	font-size:13px;
	border-collapse:collapse;
}
.shops .shop table th,.shops .shop table td {
	padding:5px 10px;
}
.shops .shop table th {
	border-right:2px solid #004889;
	vertical-align:top;
}
.shops .shop .map {
	margin-top:15px;
}
.shops .shop .map iframe {
	width:100%;
}
.shops .shop .map a {
	color:#fff;
	background-color:#4687f8;
	font-size:13px;
	padding:5px 15px;
	text-decoration:none;
	float:right;
	border-radius:5px;
}
footer {
	border-top:1px solid #AAA;
	padding:20px 0;
	text-align:center;
	font-size:15px;
	margin-top:50px;
}
.popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}