@charset "EUC-JP";

/*----------------------------------------------------
　車検・点検予約
----------------------------------------------------*/

#main div.inner {
	padding: 0px 10px;
}
#main div.inner figure {
	text-align: center;

}

/*　共通　*/
#details {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 30px;
	padding: 0px;
}
#details .flL {
	width: auto;
	text-align:center;
	margin: 0px 0px 20px;
}

#details .flR {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	width: auto;
}
#details .flR p {
	margin: 0px 0px 12px;
	padding: 0px;
}
#details .flR ul {
	margin: 0px 0px 12px;
	padding: 0px 0px 0px 25px;
	list-style: disc;
}


p.taR a:hover img,
#reservation_btn a:hover,
#inspection_btn a:hover {
	opacity:0.7;filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/*　共通　table
----------------------------------------------------*/
table.fee {
	width: auto;
	font-size: 10px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	margin: 0px auto 10px;
	padding: 0px;
}
table.fee th {
	text-align: center;
	margin: 0px;
	padding: 5px;
	background: #C0E3F6;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
table.fee td {
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	padding: 5px;
	text-align: center;
}
table.fee td.name {
	background: #E6F3FB;
	text-align: center;
}
table.fee td.price {
	color: #000099;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
table.fee td.name_end {
	background: #E0E9EF;
	text-align: center;
	border-bottom: medium double #333333;
}
table.fee td.price_end {
	color: #000099;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-bottom: medium double #333333;
}

div.comment {
	margin: 0px auto 30px;
	width: auto;
}

div.comment p {
	text-indent: -1em;
	padding-left: 1em;
}

@media (min-width:640px) {
/*　共通　table
----------------------------------------------------*/
table.fee {
	width: 600px;
	font-size: 10px;
	margin: 0px auto 10px;
	padding: 0px;
}
table.fee th {
	margin: 0px;
	padding: 5px;
}
table.fee td {
	padding: 5px;
}
table.fee td.price {
	text-align: center;
	font-size: 12px;
}
table.fee td.name_end {
}
table.fee td.price_end {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
div.comment {
	margin: 0px auto 30px;
	width: 600px;
}
div.comment p {
	text-indent: -1em;
	padding-left: 1em;
}
}
/*==================================================================================================================*/

/* 車検・点検予約のご案内
 * ---------------------------------------------------- */
.top #main p.text {
	margin: 0px 10px 20px;
}
.top #main div.inner ul {
	margin: 12px 0px 0px;
	padding: 0px;
	float: right;
}
.top #main div.inner li {
	float: left;
	margin-left: 10px;
}

/*　奈良スバルおすすめサービス */
.top #main div.service {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
	width: auto;
}
/*　奈良スバルおすすめサービス　左側　画像　*/
.top #main div.service .flL {
	width: 100%;
	text-align:center;
	margin: 0px 0px 20px;	
}
/*　奈良スバルおすすめサービス　右側　テキスト　*/
.top #main div.service .flR {
	margin: 0px;
	padding: 0px;
	width: auto;
}
.top #main div.service .flR h3 {
	font-size: 12px;
	font-weight: bold;
}

/* 車検
 * ---------------------------------------------------- */
.syaken #main div.inner ol {
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 25px;
	font-size: 1.167em;
	list-style: decimal;
}

/*==================================================================================================================*/

#btn1 {
	margin: 0px auto 50px;
	width: 190px;
}
/*　ボタン　予約フォーム　*/
#reservation_btn {
	display: block;
	height: 45px;
	width: 190px;
	padding: 0px;
	margin: 0px 0px 30px;
	clear: both;
}
#reservation_btn a {
	height: 45px;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	outline:none;
	width: 190px;
	background: url(../img/inspection/btn3.jpg) no-repeat left top;
}

/*　ボタン　車検・点検予約トップへ　*/
#inspection_btn {
	display: block;
	height: 23px;
	width: 170px;
	padding: 0px;
	margin: 0px auto;
	clear: both;
}
#inspection_btn a {
	height: 23px;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	outline:none;
	width: 170px;
	background: url(../img/inspection/btn2.gif) no-repeat left top;
}

@media (min-width:640px) {
#main div.inner {
	padding: 0px 10px;
}

/*　共通　*/
#details {
	width: 690px;
	margin: 0px 0px 30px;
	padding: 0px;
}
#details .flL {
	width: 187px;
	margin: 0px 0px 20px;
}

#details .flR {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	width: 470px;
}
#details .flR p {
	margin: 0px 0px 12px;
	padding: 0px;
}
#details .flR ul {
	margin: 0px 0px 12px;
}

/*　共通　table
----------------------------------------------------*/
table.fee {
	width: 600px;
	font-size: 10px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	margin: 0px auto 10px;
	padding: 0px;
}
table.fee th {
	text-align: center;
	margin: 0px;
	padding: 5px;
	background: #C0E3F6;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
table.fee td {
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	padding: 5px;
	text-align: center;
}
table.fee td.name {
	background: #E6F3FB;
	text-align: center;
}
table.fee td.price {
	color: #000099;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
table.fee td.name_end {
	background: #E0E9EF;
	text-align: center;
	border-bottom: medium double #333333;
}
table.fee td.price_end {
	color: #000099;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-bottom: medium double #333333;
}

div.comment {
	margin: 0px auto 30px;
	width: 600px;
}

div.comment p {
	text-indent: -1em;
	padding-left: 1em;
}


/*==================================================================================================================*/

/*　左側　*/
#side-nav  {
	padding: 5px;
}
#side-nav ul {
	padding: 0px;
	margin: 0px;
}
#side-nav li {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 210px;
}
#side-nav li a {
	height: 45px;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	outline:none;
	width: 210px;
}

/*　グローバルナビ　a
----------------------------------------------------*/
#side-nav li.syaken a {
	background: url(../img/inspection/btn1.jpg) no-repeat left top;
}
#side-nav li.tenken a {
	background: url(../img/inspection/btn1.jpg) no-repeat left -45px;
}
#side-nav li.safty_check a {
	background: url(../img/inspection/btn1.jpg) no-repeat left -90px;
}
#side-nav li.reservation a {
	background: url(../img/inspection/btn1.jpg) no-repeat left -135px;
}

/*　グローバルナビ　a:hover
----------------------------------------------------*/
.syaken #side-nav li.syaken a,
#side-nav li.syaken a:hover {
	background: url(../img/inspection/btn1.jpg) no-repeat -210px top;
}
.tenken #side-nav li.tenken a,
#side-nav li.tenken a:hover {
	background: url(../img/inspection/btn1.jpg) no-repeat -210px -45px;
}
.safty_check #side-nav li.safty_check a,
#side-nav li.safty_check a:hover {
	background: url(../img/inspection/btn1.jpg) no-repeat -210px -90px;
}
.reservation #side-nav li.reservation a,
#side-nav li.reservation a:hover {
	background: url(../img/inspection/btn1.jpg) no-repeat -210px -135px;
}

/*==================================================================================================================*/

/* 車検・点検予約のご案内
 * ---------------------------------------------------- */
.top #main p.text {
	margin: 0px 10px 20px;
}
.top #main div.inner ul {
	margin: 12px 0px 0px;
	padding: 0px;
	float: right;
}
.top #main div.inner li {
	float: left;
	margin-left: 10px;
}

/*　奈良スバルおすすめサービス */
.top #main div.service {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
	width: 690px;
}
/*　奈良スバルおすすめサービス　左側　画像　*/
.top #main div.service .flL {
	width: 233px;
}
/*　奈良スバルおすすめサービス　右側　テキスト　*/
.top #main div.service .flR {
	margin: 0px;
	padding: 0px;
	width: 440px;
}
.top #main div.service .flR h3 {
	font-size: 12px;
	font-weight: bold;
}

/* 車検
 * ---------------------------------------------------- */
.syaken #main div.inner ol {
	margin: 0px 0px 15px;
	padding: 0px 25px;
	font-size: 1.167em;
}	
}
