.sidebar1 {
    overflow: hidden;
}
body {
    color: #000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 150%;
}
/* Utility
---------------------------------------------------------------------- */
.content_main div,.content_main h1,.content_main h2,.content_main h3,.content_main h4,.content_main h5,.content_main h6,.content_main p,.content_main dl,.content_main dt,.content_main dd,.content_main ol,.content_main ul,.content_main li,.content_main form,.content_main input,.content_main textarea,.content_main button,.content_main table,.content_main tr,.content_main th,.content_main td,.content_main article,.content_main aside,.content_main footer,.content_main header,.content_main hgroup,.content_main nav,.content_main section{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul,ol {
    margin: 0;
    padding: 0;
}
.clearfix {
    zoom: 1;/*for IE 5.5-7*/
    min-height: 1%;
}
.clearfix:after {/*for modern browser*/
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    display: inline-table;
    /*\*/display: block;/**/
}
img {
    /*height: auto;*/
    margin: 0;
    padding: 0;
    max-width: 100%;
    line-height: 100%;
    vertical-align: middle;
}
.alignC {text-align: center;}
.alignR {text-align: right;}
.alignL {text-align: left;}
/* Header
---------------------------------------------------------------------- */
#priceHeader {
    padding: 25px 20px 40px 20px;
    background: #000 url(./images/ta_back.jpg) right bottom no-repeat;
    color: #fff;
    font-size: 14px;
}
#globalNav {}
	#globalNav ul {
	    display: table;
	    margin: 0 auto;
	    padding: 0;
	    width: 100%;
	}
	#globalNav ul li {
	    position: relative;
	    display: table-cell;
	    padding-bottom: 15px;
	    height: 55px;
	    line-height: 100%;
	    background-color: #000;
	    border-right: solid 1px #666;
	    border-left: solid 1px #333;
	    font-size: 12px;
	    text-align: center;
	    vertical-align: middle;
		background: rgb(0,0,0); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(69,72,77,1) 91%, rgba(69,72,77,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 91%,rgba(69,72,77,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 91%,rgba(69,72,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */
	    
	}
	#globalNav ul li:hover {
	    opacity: 0.6;
	}
		#globalNav ul li a {
		    position: relative;
		    display: block;
		    color: #fff;
		    text-align: center;
		}
		#globalNav ul li a:hover {
		    text-decoration: none;
		}
		#globalNav ul li.br a {
		
		}
		#globalNav ul li:after {
		    position: absolute;
		    left: 44%;
		    bottom: 7px;
		    color: #fff;
		    content: "\f078";
		    font-size: 120%;
		    font-family: FontAwesome;
		}
		
			#globalNav ul li.active a,
			#globalNav ul li.active:after {
			    color: gold;
		
			}
/* SubNav
---------------------------------------------------------------------- */
#subNav {
    margin: 0 auto 20px auto;
    background-color: #006400;
    }
#subNav ul {
    margin: 0px auto;
    padding: 0;
    font-size: 0;
    text-align: center;
}
#subNav ul li {
    display: inline-block;
    width: 25%;
    list-style-type: none;
    font-size: 12px;
    border-left: solid 1px #fff;
    vertical-align: top;
    background-color: #006400;
}
	#subNav ul li:last-child {
    border-right: solid 1px #fff;
	
	}
/*
	#subNav ul li:nth-child(4n) {
	    border-right: none;
	}
	*/
#subNav ul li a {
    display: block;
    padding: 10px;
    color: #fff;
    vertical-align: middle;
}
#subNav ul li:hover{
    background-color: #333;
}

/* Content
---------------------------------------------------------------------- */

#mainVisual {
	margin: 0;
    padding: 0;
    background-color: #000;
}
#mainVisual02 {
    padding: 0;
}
#page {
    position: relative;
}
#pagetop {
    display: none;
    position: fixed;
    right: 10%;
    bottom: 100px;
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: #006400;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
	#pagetop a{
	    color: #fff;
    }
/* Page Utility */
.bgcolor01 {
    background-color: #fbfbfb;
}
.mb30 {
    margin-bottom: 30px;
}
.sec{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #ccc;
 }
.sectionWrap {
    margin: 0 auto 60px auto;
	width: 763px;
}
.repairprice h2 {
    margin: 0 auto 20px auto;
    padding: 7px 0 6px 20px;
    background: url(./images/ba.png) right bottom no-repeat;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.sectionWrap p{
    padding: 0;
}

	.sectionWrap ul {
	    margin: 0 auto 30px auto;
	    padding: 0;
	}
	.sectionWrap ul li {
	    margin: 0 auto;
	    padding: 0;
	}

.colR {
    width: 49%;
    float: right;
    font-size: 90%;
}
.colL {
    width: 49%;
    float: left;
    font-size: 90%;
}

.sec h3 {
    font-size: 80%;
}
.sec h2,
.sec h3{
	position: relative;
	background: #009a44;
	border: 3px solid #009a44;
	color: #fff;
	text-align: center;
}
.sec h2:after, .sec h2:before,
.sec h3:after, .sec h3:before {
	position: absolute;
	top: 100%;
	left: 50%;
	height: 0;
	width: 0;
	border: solid transparent;
	content: " ";
	pointer-events: none;
}
.sec h2:after,
.sec h3:after {
	margin-left: -10px;
	border-color: rgba(0, 154, 68, 0);
	border-top-color: #009a44;
	border-width: 10px;
}
.sec h2:before,
.sec h3:before {
	margin-left: -14px;
	border-color: rgba(0, 154, 68, 0);
	border-top-color: #009a44;
	border-width: 14px;
}
/* RESPONSIVE
---------------------------------------------------------------------- */
.footNav {
    display: none;
}
@media only screen and (max-width:768px){
	* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}
	img {
	    max-width: 100%;
	}
    .pc {display: none;}
	.container {
	    margin: 0 auto;
	    width: auto;
	}
	.content {
	    float: none;
	    padding: 0px 0;
	    width: auto;
	}
	.content_sita,
	.content_osimai,
	.content_osimai2 {
	    float: none;
	    margin: 0 auto;
	    padding: 0;
	    height: auto;
	    width: auto;
	}
	.content_osimai table,
	.content_osimai2 table {
	    width: 100%;
	}
	.content_osimai table th,
	.content_osimai table td {
		display: list-item;
	    padding: 8px 5px 8px 15px;
	    width: auto!important;
		border-bottom: solid 1px #ccc;
	}
	.sidebar1 {
	    display: none;
	}
	.sectionWrap {
	    margin: 0 auto;
	    width: 95%;
	}
	#globalNav ul li a {
	    text-align: left;
	    line-height: 35px;
	    height: 35px;
	    padding-left: 30px;
	}
	#globalNav ul li {
	    display: block;
	    text-align: left;
	    padding: 0;
	    height: 35px;
	}
		#globalNav ul li:after {
		    left: 5px;
		    bottom: 38%;
	    }
	#globalNav ul {
	    display: block;
	    margin: 0 auto;
	    padding: 0;
	    width: auto;
	}
	.footNav {
	    display: block;
	}
	.footNav ul.nav {
	    margin: 0;
	    padding: 0;
	}
		.footNav ul li{
		    width: 100%;
		    border-bottom: solid 1px #fff;
		    background-color: #000;
		}
		ul.nav a, ul.nav a:visited {
	    	width: auto;
	    }
	 ul li,ol li{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#subNav ul li {
	    display: inline-block;
	    width: 33.3%;
	    list-style-type: none;
	    font-size: 12px;
	    border-left: solid 1px #fff;
	    vertical-align: top;
	}

}
/* TABLE
---------------------------------------------------------------------- */
#table{
	width: 100%;
	border-collapse: collapse;
}
#table td,
#table th{
	padding: 5px;
	border: 1px solid #ccc;
}
#table th{
	font-weight: bold;
    font-size: 12px;
}
#table thead th{
	background:#e6e6e6;
}
#table tbody td {
    font-size: 13px;
}
#table tbody th {
    width: 35%;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
}
/* 20231101変更	TB_Y */
/* #table tbody td:nth-of-type(1) { text-align: center; }
	#table tbody td:nth-of-type(2) { width: 15%;}
	#table tbody td:nth-of-type(3) { width: 15%;}
	#table tbody td:nth-of-type(4) {
		width: 30%;
	    font-size: 12px;
    } */

	#table tbody td:nth-of-type(1) { width: 15%;}
	#table tbody td:nth-of-type(2) { width: 15%;}
	#table tbody td:nth-of-type(3) {
		width: 35%;
	    font-size: 12px;
    }




@media only screen and (max-width:768px){
	#table{
		display: block;
	}
		#table thead{
			display: none;
		}
		#table tbody{
			display: block;
		}
			#table tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			#table tbody th,
			#table tbody td{
				display: list-item;
				border: none;
				width: auto;
			}
			#table tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: #000;
				text-align: left;
				width: auto;
			}
			#table tbody td{
				margin-left: 20px;
				padding: 0;
			}

			/* 20231101削除*/
			/* #table tbody td:nth-of-type(1):before { content: "[時間]"; }
			#table tbody td:nth-of-type(2):before { content: "[通常工賃]"; }
			#table tbody td:nth-of-type(3):before { content: "[基準工賃（持ち込み）]"; }
			#table tbody td:nth-of-type(4):before { content: "[備考]"; }
	#table tbody td:nth-of-type(1) { width: auto;text-align: left;font-size:13px; }
	#table tbody td:nth-of-type(2) { width: auto;font-size:13px; }
	#table tbody td:nth-of-type(3) { width: auto;font-size:13px; }
	#table tbody td:nth-of-type(4) { width: auto;font-size:13px; } */

			
			#table tbody td:nth-of-type(1):before { content: "[工賃]"; }
			#table tbody td:nth-of-type(2):before { content: "[部品持込工賃]"; }
			#table tbody td:nth-of-type(3):before { content: "[備考]"; }
	
	#table tbody td:nth-of-type(1) { width: auto;font-size:13px; }
	#table tbody td:nth-of-type(2) { width: auto;font-size:13px; }
	#table tbody td:nth-of-type(3) { width: auto;font-size:13px; }





}




/* 20160502 */
.sec01_05 .sectionWrap,
.sec01_03 .sectionWrap,
.sec02 .sectionWrap,
.sec03 .sectionWrap {
    margin-bottom: 20px;
}
.bnrLink {
    margin: 10px 5px;
}
.bnrLink img{
	width: 100%;
}
.gutter-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}
	.row {
	    margin-left: 5px;
	    margin-ight: 0px;
	}
.col-md-2 {
    float: left;
    width: 16.66666667%;
}
@media only screen and (max-width:768px){
	.row {
	    margin-left: 5px;
	    margin-ight: 0px;
	}
	.col-xs-4 {
	    float: left;
	    width: 33.33333333%;
	}
	.bnrLink img{
	    margin-bottom: 10px;
	    height: 45px;
	}
}