@charset "UTF-8";

body{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	
}

h1{
	font-weight: bold;
	font-size: 120%;
}

h2{
	background: url(../img/sp/h2_icon.png), -moz-linear-gradient(top center, #F3F3F3 0%, #DFDFDF 100%);
	/* Chrom と Safari */
	background: url(../img/sp/h2_icon.png), -webkit-gradient(linear, center top, center bottom, from(#F3F3F3), to(#DFDFDF));
	/* 共通 */
	background:  url(../img/sp/h2_icon.png),linear-gradient(top center, #F3F3F3 0%, #DFDFDF 100%);
	background-repeat:no-repeat;
    background-position:2% center;
	padding: 10px;
	border-top: 3px solid #EF7220;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 50px;
}

h3{
	font-size: 130%;
	font-weight: normal;
	text-align: center;	
	margin-bottom: 20px;
}

a {
	text-decoration: none;
	color:  #000;
}

header{
	width: 100%;
	background-image: url("../img/sp/header_bg.png");
	-webkit-background-size: 100% auto;
	   -o-background-size: 100% auto;
	      background-size: 100% auto;
	-moz-background-size:cover;
	background-size:cover;
}

header:before {
  content:"";
  display: block;
  padding-top:30.5%;
  
}

.headerWrap{
    width: 100%;
    overflow: hidden;
	 position: absolute;
	  left: 0;
	  top: 0;
}

.headerWrap img{
	height: 50px;
}

.heaaderContentArea{
	padding: 15px;
}

.headerLogo{
	width: 70%;
	float: left;
}

.headerMenu{
	width: 30%;
	float: right;
	text-align: right;
}

.container{
	overflow: hidden;
	clear: both;
	padding: 0 15px;
}

.bnContent{
	margin: 20px 0;
}

.bnContent img{
	width: 100%;
	height: auto;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 20px 0;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.bnArea {
	overflow: hidden;
	margin-bottom: 20px;
}

.bnArea li {
	clear: both;
	margin-bottom: 20px;
}

.bnArea li img{
	width: 100%;
	height: auto;
}

.contactArea{
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 10px;  
    -webkit-border-radius: 10px;   
    -moz-border-radius: 10px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
    padding: 15px;
    margin: 20px 0;
}

.contactArea img{
	width: 100%;
	height: auto;
	margin: 15px 0;
}

.contactTitle{
	font-size: 120%;
	font-weight: bold;
	color: #579B41;
	clear: both;
	display: block;
	margin-bottom: 15px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
  width: 100% !important;
}

.footerMenu {

}

.footerMenu table{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f1f1f1;	
	width: 100%;
	margin: 40px 0 0;
}

.footerMenu caption{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	padding: 10px;
	background: #fff;
	border-top: 1px solid #ccc;
}

.footerMenu td{
	width: 50%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
    background: url(../img/sp/menu_icon.png) no-repeat 95% 50%;	
}

.footerMenu td a{
	display: block;
	font-size: 80%;
}

.footerMenu td:nth-child(even) {
	border-right: none;
}

footer{
	background: #444;
	color:  #fff;
	font-size:  10px;
	text-align: center;
	padding: 10px;
}

#sidr-right{
	text-align: left;
}

.kaitoriMain{
	margin: 20px 0 0;
}

.kaitoriMain img{
	width: 100%;
	height: auto;
    vertical-align: bottom;
}

.kaitoriMainTitle{
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #EF7220;
	padding: 10px;
}

.roundTextArea{
	border: 1px solid #ccc;
	border-radius: 10px;  
    -webkit-border-radius: 10px;   
    -moz-border-radius: 10px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
    padding: 15px;
    margin-bottom: 20px;	
}

.newtiresTitle{
	margin: 20px 0;
}

.newtiresTitle img{
	width: 50%;
	height: auto;
}

.newtiresMain{
	margin: 20px 0 ;
}

.newtiresMain img{
	width: 100%;
	height: auto;
    vertical-align: bottom;
}

.makerTable{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.makerTable caption{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	padding: 10px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.makerTable tr{
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;	
}

.makerTable td{
	padding: 15px;
}

.makerTable img{
	width: 100%;
	height: auto;
}

.hoshouDetail{
	border: 1px solid #ccc;
	border-radius: 10px;  
    -webkit-border-radius: 10px;   
    -moz-border-radius: 10px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
    padding: 15px;
    margin: 20px 0;
}

.hoshouDetail img {
    width: 100%;
    height: auto;
    margin: 15px 0;
}

.hoshouDetailTitle{
	font-size: 120%;
	font-weight: bold;
	color: #579B41;
	clear: both;
	display: block;
	margin-bottom: 15px;
}

.pitTitle h2{
	background: #579B41;
	border: none;
	color:  #fff;
	padding: 10px;
	text-align: center;
}

.priceTable {
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 20px 0;
}

.priceTable th{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
	background: #f1f1f1;
	width: 50%;
}

.priceTable td{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}

.blue{
	display: block;
	color: #3D00FF;
	font-size: 140%;
	font-weight: bold;
}

.red{
	display: block;
	color: #F6000E;
	font-size: 140%;
	font-weight: bold;
}

.smallFont{
	display: block;
	font-size:70%;
}

.producAccount{
	text-align: right;
	font-size: 90%;
	margin-bottom: 20px;
}

.counts{
	font-weight: bold;
}

.productList li{
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
	overflow: hidden;
}

.productListPhoto{
	width: 30%;
	float: left;
    height: 52px;
}


.productListPhoto img{
    width: 100%!important;
}

.productListText{
	width: 70%;
	float: left;
}

.productListText span{
	padding-left: 10px;
}


.priceRed{
	font-size: 120%;
	font-weight: bold;
	color: #F6000E;	
	clear: both;
}

.partsCatList{
	margin: 20px 0;
}

.partsCatList li{
	background: url(../img/sp/cat_icon.png), -moz-linear-gradient(top center, #EFEFEF 0%, #FFFFFF 100%);
	/* Chrom と Safari */
	background: url(../img/sp/cat_icon.png), -webkit-gradient(linear, center top, center bottom, from(#EFEFEF), to(#FFFFFF));
	/* 共通 */
	background:  url(../img/sp/cat_icon.png),linear-gradient(top center, #EFEFEF 0%, #FFFFFF 100%);
	background-repeat:no-repeat;
    background-position:2% center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	padding: 10px;
	padding-left: 30px;
}

.partsCatList li a{
	display: block;
}

.partsCatList ul{
	margin-bottom: 20px;
}

.partsCatListTitle{
	background: -moz-linear-gradient(top center, #F4B500 0%, #EF7220 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#F4B500), to(#EF7220));
	/* 共通 */
	background:  linear-gradient(top center, #F4B500 0%, #EF7220 100%);
	border: 1px solid #EF7220;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	padding: 10px;
	font-size: 130%;
	padding-left: 15px;
	color:  #fff;
	
	text-shadow: 1px 1px 3px #000;  
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */ 
}

.pankuzu{
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 10px;  
    -webkit-border-radius: 10px;   
    -moz-border-radius: 10px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
    padding: 10px;
	font-size: 70%;
	margin: 20px 0;
}

.detailPhoto li{
	margin-bottom: 10px;
}

.detailPhoto li img{
	width: 100%;
	height: auto;
}

.partsDetailTable {
    border-collapse:separate;
    border:1px solid #ccc;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}

.partsDetailTable td{
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

.c1{
	border-right: 1px solid #ccc;
}

#num{
	text-align: right;
	font-size: 70%;
	margin: 10px 0;
}


.date{
	text-align: right;
	font-size: 12px;
	color: #555;
	margin-bottom: 10px;
}

.topNewsArea{
	overflow: hidden;
	padding: 15px;
	border: 1px solid #ccc;	
	margin-bottom: 20px;
}

.pageNewsArea{
	overflow: hidden;
	margin-top: 20px;
	padding: 15px;
	border-bottom: 1px dotted #ccc;	
}


.topNewsPhoto{
	float: left;
	width: 20%;
	margin-right: 5%;;
}

.topNewsPhoto img{
	width: 100%;
	height: auto;
}

.topNewsTitle{
	font-size: 12px;
}

.topNewsTitle a{
	color: #000;
	text-decoration: none;
	font-size: 14px;
    line-height: 22px;
}

.topNewsMoreArea{
	text-align: right;
	margin-top: 10px;
}

.topNewsMore a{
    background: -moz-linear-gradient(top center, #EFEFEF 0%, #FFFFFF 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#EFEFEF), to(#FFFFFF));
    background: linear-gradient(top center, #EFEFEF 0%, #FFFFFF 100%);
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

.topNewsMore a:hover{
    background: -moz-linear-gradient(top center, #FFFFFF 0%, #EFEFEF 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EFEFEF));
    background: linear-gradient(top center, #FFFFFF 0%, #EFEFEF 100%);	
}

.topNewsTitleArea{
	clear: both;
    background: -moz-linear-gradient(top center, #F4B500 0%, #EF7220 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#F4B500), to(#EF7220));
    background: linear-gradient(top center, #F4B500 0%, #EF7220 100%);
    border: 1px solid #EF7220;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px;
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    -moz-box-shadow: 1px 1px 3px #000;
}

.topNewsText{
	float: left;
	width: 75%;;
	line-height: 0px;
}

.pagingArea{
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

.back{
	float: left;
	width: 40%;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
}
.back a{
    background: -moz-linear-gradient(top center, #EFEFEF 0%, #FFFFFF 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#EFEFEF), to(#FFFFFF));
    background: linear-gradient(top center, #EFEFEF 0%, #FFFFFF 100%);
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #444;
	padding: 10px;
	display: block;
}



.next{
	float: right;
	width: 40%;
	font-size: 14px;
	font-weight: bold;
    text-align: right;
}

.next a{
    background: -moz-linear-gradient(top center, #EFEFEF 0%, #FFFFFF 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#EFEFEF), to(#FFFFFF));
    background: linear-gradient(top center, #EFEFEF 0%, #FFFFFF 100%);
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #444;
	padding: 10px;
	display: block;
}

.aboutTable{
	border-left: 1px solid  #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px;
}

.aboutTable  th{
	display: block;
	clear: both;
	background: #f1f1f1;
	border-right: 1px solid  #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
}

.aboutTable  td{
	display: block;
	clear: both;
	border-right: 1px solid  #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
}

input {	
	width:90%;
}

textarea{
	width: 90%;
}

.contactSubmit{
	width: 200px;
	margin: 0 auto;
}

.contactSubmit input {
    display: inline-block;
    padding: 13px 30px;
    border: none;
    border-radius: 0;
    background-color: #EF7220;
    border: 3px solid #EF7220;
    color: #fff !important;
    font-size: 115%;
    white-space: nowrap;
    -webkit-appearance: none;
    border-radius: 5px;
}

a#right-menu{
     height: 50px;
    display: block;
    width: 50px;
    float: right;
}