﻿@charset "utf-8";

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.hoverbutton {
    background: none repeat scroll 0 0 #67574a;
    border: 1px solid #4d4d4d;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    margin: 5x auto 0px;
    padding: 3px 8px;
    text-decoration: none;
}
#top_omakase a:link, #top_omakase a:visited, #top_omakase a:active {
    color: #FFF;
    text-decoration: none;
}
#etc .etc_txt{
	background-color:#8e7233;
	padding:5px 10px;
	margin:20px auto 30px;
	text-align:center;
	color:#FFF;
	font-size:17px;
	font-weight:bold;
}
#etc ul {
	padding:0 20px;
}
#etc ul li{
	 list-style:none;
	 float:left;
	 margin-right:50px;
}
#etc ul li:before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #FF8E56;
	position: relative;
	left: -15px;
	top: -3px;
}

.form_btn {
	background: linear-gradient(#FFFEFF, #F3EFE4);
    font-size: 14px;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    color: #373634;
    cursor: pointer;
    display: inline-block;
    line-height: 16px;
    padding: 10px 0px 10px 5px;
    text-decoration: none;
	width:150px;
	text-align:center;
}
/*
トップページスマホ用
----------------------------------------------------------- */
.main-text{
	width:100%;
	background-color:#ef7c1a;
	padding:1px 0;
}

.sub-text01{
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
	border:3px solid #FFFFFF;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 14px;
	margin:10px;
}
.sub-text02{
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 14px;
	margin:10px 0 10px 0;
}
/*
カレンダー [
----------------------------------------------------------- */
.calendar{
	width:100%;
	height:330px;
	overflow:hidden;
}
.calendar iframe{
	height:330px;	
}
@media screen and (max-width: 768px){
.calendar{
	width:100%;
	height:640px;
}
.calendar iframe{
	height:640px;	
}
}

/*
FAQ [
----------------------------------------------------------- */
.q{
	background:url(../img/q.jpg) no-repeat left top;
    color: #8e7233;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 5px 0px 12px 55px;
}

.a{
	background:url(../img/a.jpg) no-repeat left top;
	padding: 5px 0px 20px 55px;
	margin:0px 0px 25px 0px;
}

/*
施行例 [
----------------------------------------------------------- */
#main p.sekou_price{
	border:2px solid #ef7c1a;
	background:#f3eadf;
	padding:10px;
}

#main p.sekou_price span{
	font-size:22px;
	color:#C00;
}

/*
エアロパーツ [
----------------------------------------------------------- */
.price{
	color:#ef7c1a;
	font-size:16px;
	font-weight:bold;
}

.price02{
	color:#ef7c1a;
	font-size:18px;
	font-weight:bold;
}

/*
会社概要 [
----------------------------------------------------------- */
table.table-bordered02 {
    background: #cccccc none repeat scroll 0 0;
    line-height: 180%;
    margin: 0 auto 10px auto;
    width: 100%;
}

table.table-bordered02 th {
    background: #fafaf9 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #444;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

table.table-bordered02 td {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    padding: 10px;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  color:#F59E26;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa2 {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  color:#FF0000;
  margin-right:10px;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-orange {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  color: #96531E;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main .orageBox {
    background: #f3eadf;
    padding: 10px;
	border-radius:3px;
	border:1px solid #CCC;
}
#main .orageBox li {
	font-size:15px;
	margin-bottom:5px;
}
/*
コーティング [
----------------------------------------------------------- */
.coatingttl{
	color:#01477a;
	font-size:20px;
	font-weight:bold;
}

/*
料金表 [
----------------------------------------------------------- */
table.table-bordered03 {
    background: #cccccc none repeat scroll 0 0;
    line-height: 180%;
    margin: 0 auto 10px auto;
    width: 100%;
}

table.table-bordered03 th {
    background: #fafaf9 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #444;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

table.table-bordered03 td {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    padding: 10px;
}

/*
お客様の声 [
----------------------------------------------------------- */
.voicebox02{
	padding:10px;
	background:#f3eadf;
	width:460px;
	min-height:340px;
	float:left;
	margin:0px 0 10px 10px;
}

.voicebox02:nth-last-child(2n){
	margin:0px 0px 10px 0px;
}

#main .voicebox02inner .voicettl{
	font-size:20px;
	color:#ef7c1a;
	margin:0px 0px 0px 0px;
}

.voiceimg{
	float:left;
	margin:0px 10px 0px 0px;
}

.voicebox{
	border:5px solid #f3eadf;
	padding:20px 20px 0px 20px;
}

.voice_list li{
	background:url(../img/icon09.jpg) no-repeat left top;
	padding:0px 0px 20px 25px;
}

.voice_list li a{
	text-decoration:none;
}

.voice_detail{
	background:url(../img/voice_detail_bg.jpg) repeat left top;
	padding:10px;
	margin:0px 0px 30px 0px;
}

.voice_detail_inner{
	background:#fff;
	padding:20px 20px 10px 20px;
}

/*===============================================
●PC用スタイル 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){

/*
自動車鈑金 [
----------------------------------------------------------- */
.bannkinnphoto{
	margin:0px 0px 20px 0px;
}

.bannkinnphoto li{
	float:left;
	margin:0px 20px 0px 0px;
}

.bannkinnphoto li:last-child{
	float:left;
	margin:0px 0px 0px 0px;
}

/*
保険修理 [
----------------------------------------------------------- */
#main p.yaji03{
	width:40px;
	margin:0px auto 20px auto;
	text-align:center;
}

/*
保証サービス [
----------------------------------------------------------- */
#hosyouBox img{
	margin-right:10px;
	border:1px solid #ccc;
}
/*
社長あいさつ [
----------------------------------------------------------- */
#main .aisatsuimg{
	float:left;
	margin:0px 20px 0px 0px;
}
.aisatsuright{
	float:right;
}
.fsmall {
	font-size:14px;
	font-weight:bold;
}
.frame {
	display: inline-block;
	background-color:#fff;
	padding:5px;
	border:1px solid #CCC;
	border-radius:6px;
	box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.8);
}
/*
スタッフ紹介 [
----------------------------------------------------------- */
.staffimg{
	float:left;
	margin:0px 20px 0px 0px;
}

h4.staffname{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #8e7233;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
}

h4.staffname span{
    color: #8e7233;
    font-size: 16px;
    margin: 0 0 5px;
    padding: 0;
}

/*
アクセスマップ [
----------------------------------------------------------- */
.map{
	border:5px solid #e0d3c8;
	margin:0px 0px 10px 0px;
}

}

/*======================================================
●スマホ・タブレット用スタイル 画面の横幅が768pxまで
======================================================*/
@media screen and (max-width: 768px){

.frame {
	display: inline-block;
	background-color:#fff;
	padding:5px;
	border:1px solid #CCC;
	border-radius:6px;
	box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.8);
}

/*
自動車鈑金 [
----------------------------------------------------------- */
.bannkinnphoto{
	margin:0px 0px 20px 0px;
}

.bannkinnphoto li{
	float:none;
	margin:0px 0px 10px 0px;
}

.bannkinnphoto li:last-child{
	float:left;
	margin:0px 0px 0px 0px;
}

/*
保険修理 [
----------------------------------------------------------- */
#main p.yaji03{
	width:40px;
	margin:0px auto 20px auto;
	text-align:center;
}

/*
保証サービス [
----------------------------------------------------------- */
#hosyouBox img{
	margin-bottom:10px;
	border:1px solid #ccc;
}

/*
スタッフ紹介 [
----------------------------------------------------------- */
h4.staffname{
    font-size: 20px;
}

h4.staffname span{
    font-size: 14px;
}

/*
料金表 [
----------------------------------------------------------- */
table.table-bordered03 {
    background: #cccccc none repeat scroll 0 0;
    line-height: 180%;
    margin: 0 auto 10px auto;
    width: 100%;
}

table.table-bordered03 th {
    background: #fafaf9 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #444;
    padding: 3px;
    text-align: left;
    vertical-align: top;
}

table.table-bordered03 td {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    padding: 3px;
	word-break:break-all;
}

/*
お客様の声 [
----------------------------------------------------------- */
.voicebox02{
	padding:0px;
	background:#f3eadf;
	width:100%;
	float:none;
	margin:0px 0px 10px 0px;
}

.voicebox02inner{
	padding:10px;
}

.voicebox02:nth-last-child(2n){
	margin:0px 0px 10px 0px;
}

/*
経営理念 [
----------------------------------------------------------- */
.rinenright {
    width: 100%;
    text-align: right;
}
.rinenright img {
    max-width: 50%;
}

}