@charset "utf-8";
@import "reset.css";

/*----------------------------------------------------------
	File Name     common.css
*/

html, body {
    width: 100%; height: 100%;
}
body, html {
    background: #ededed;
}
body {
    font-family: 'Lucida Grande', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #333333;
    -webkit-text-size-adjust: 100%;
}
a {

}

/*----------------------------------------------------------
	Container
*/
#container {
    position: relative;
    height: auto !important;
    width: 100%; height: 100%;
    min-width: 980px; min-height: 100%;
    /*border-top-color: red;*/
    /*border-top-style: solid;*/
    /*border-width: 5px;*/
}
#body:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#body {
    margin: 0 auto;
    padding: 0 0 220px 0;
    width: 980px; height:auto;
    zoom: 1;
}

/*----------------------------------------------------------
	Side_Navigation
*/
#side_nav_top {
    float: left;
    margin-top: 98px;
    padding: 12px 0 0 0;
    width: 220px;
}

#side_nav {
    float: left;
    margin-top: 115px;
    padding: 12px 0 0 0;
    width: 220px;
}

/*----------------------------------------------------------
	Content
*/
#content {
    float: right;
    width: 760px;
}

/*----------------------------------------------------------
	Header
*/
#detail_header {
    position: relative;
    width: 100%;
    height: 30px;
}

#detail_header h1 {
    position: absolute;
    top: 22px; left: 10px;
}

#detail_header h1 a img{
    width: 210px;
    height: 90px;
}

/*----------------------------------------------------------
	Footer
*/
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 980px;
    background: transparent url(images/bg_footer.gif) 0 0 repeat-x;
    color: #ffffff;
}
#footer .in {
    margin: 0 auto;
    width: 980px;
}

#footer table {
    margin: 20px 0 0 20px;
}
#footer table td {
    padding: 0 80px 0 0;
}
#footer table a {
    padding: 0 0 0 6px;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #ffffff;
}

#footer table p {
    padding: 0 0 0 6px;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #ffffff;
}

#footer table a:hover {
    text-decoration: underline;
}


#footer .cop {
    margin-top: 20px;
    display:inline-block;
}

#footer .cobutu {
    margin-top: 20px;
    margin-left: 40px;
    display:inline-block;
}

#footer div p {
    padding: 0 0 0 6px;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #ffffff;
}

.footer_address {
    color: #FFFFFF;
    text-decoration: none;
}

#footer address {
    padding: 5px 0 0 0;
    font-size: 10px;
    font-family: Tahoma, sans-serif;
    line-height: 1.3em;
    text-align: center;
}

#footer h3 {
    margin-top: 20px;
}

/*----------------------------------------------------------
	BrandSearch
*/
#brandsearch {
    padding: 0 0 20px 0;
}
#brandsearch h2 {
    margin: 0 10px;
}
#brandsearch h2 span {
    display: block;
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 10px;
    color: red;
}

#brandsearch h2 span img {
    vertical-align: -4px;
    margin-right: 4px;
}

#brandsearch ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#brandsearch ul {
    zoom: 1;
}
#brandsearch ul li {
    position: relative;
    float: left;
    width: 72px; height: 72px;
    text-align: center;
}
#brandsearch ul li a {
    position: absolute;
    top: 0; left: 5px;
    width: 62px; height: 62px;
}
#brandsearch ul li img {
    vertical-align: top;
    border-top: red 2px solid;
    box-sizing: border-box;
}

/*----------------------------------------------------------
	Info
*/
.info {
    /*position: relative;*/
}


.info .spec {
    padding: 5px 0 0 0;
    width: 200px;
    font-size: 12px;
    line-height: 14px;
}
.info .spec dt {
    float: left;
    width: 66px;
    padding: 0 0 2px 0;
    font-weight: bold;
}
.info .spec dt span {
    padding: 0 0 0 6px;
}
.info .spec dd {
    float: left;
    width: 134px;
    padding: 0 0 2px 0;
}

.info .price {
    text-align: right;
    font-size: 20px;
    font-weight: 400;
    font-family: Tahoma, sans-serif;
    line-height: 40px;
    color: red;
}
.info .price span {
    padding: 0 0 0 2px;
    font-size: 12px;
    color: #333333;
}
.info .price .during {
    position: absolute;
    top: -24px; right: 0;
    padding: 2px 14px;
    background: #cc0000;
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    color: #ffffff;
    border-radius: 11px;
    white-space: nowrap;
}

.info .car_name {
    /*position: absolute;*/
    bottom: 5px;
    left: 0;
    font-weight: bold;
    font-size: 25px;
    font-family: Tahoma, sans-serif;
}

/*----------------------------------------------------------
	[CONTENT] New StockList
*/
#newstocklist:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#newstocklist {
    position: relative;
    padding: 12px 0 10px 5px;
    zoom: 1;
}

#newstocklist .clear {
    width: 100%; height: 10px;
    clear: both;
}

/* Block */
#newstocklist .block {
    float: left;
    width: 250px;
    margin-bottom: 10px;
}
#newstocklist .block .box {
    margin: 0 auto;
    padding: 1px 0;
    width: 242px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
#newstocklist .block .box .in {
    margin: 0 auto;
    width: 240px;
    height: 375px;
    position: relative;
    background: #ffffff;
}
#newstocklist .block dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#newstocklist .block dl {
    zoom: 1;
}

/* Info */
#newstocklist .info {
    margin: 10px;
    font-weight: 500;
}
#newstocklist .info .appeal {
    margin-top: 15px;
    font-size: 16px;
    height: 45px;
}

/* Btn */
#newstocklist .block .btn {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 220px;
}
#newstocklist .block .btn a {
    overflow: hidden;
    display: block;
    width: 220px; height: 28px;
}
#newstocklist .block .btn a:hover {
    background-position: 0 -28px;
}


.pager {
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    text-align: center;
    clear: both;
}
.pagination > li {
    display: inline;
}

.pagination > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 2px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #000;
}

.pagination > li > span {

    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 2px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #ddd;
    border: 1px solid #000;
    pointer-events: none;
    cursor: default;
}

/*----------------------------------------------------------
	[CONTENT] Detail
*/
#detail {
    position: relative;
    padding: 12px 0 10px 0;
    zoom: 1;
}
#detail h2 span {
    padding: 3px;
    color: red;
    font-size: 16px;
    line-height: 1em;
}
#detail h2 img {
    vertical-align: -3px;
}

/* Info */
#detail .info {
    margin: 10px 10px 5px 10px;
    padding: 0 5px 0;
}

#detail .info .price {
    font-size: 42px;
    line-height: 42px;
}
#detail .info .price span {
    font-size: 16px;
}


/* Images */
#detail .images {
    margin: 20px auto 0 auto;
    width: 740px;
    border: 3px solid #de5c5c;
}
#detail .images .box {
    width: 740px;
    box-shadow: 0px 0px 4px #999;
    -moz-box-shadow: 0px 0px 4px #999;
    -webkit-box-shadow: 0px 0px 4px #999;
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=135);
    background: #cccccc;
}
#detail .images .box .in {
    margin: 0 auto;
    width: 740px;
    position: relative;
    background: #ffffff;
}
#detail .images ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#detail .images ul {
    padding: 18px 0 12px 18px;
    zoom: 1;
}
#detail .images ul li {
    float: left;
    padding: 0 6px 6px 0;
}
#detail .images ul li a img {
    border: 2px solid #cccccc;
    vertical-align: top;
}
#detail .images ul li a.current img {
    border-color: #de5c5c;
}
#detail .images #image {
    overflow: hidden;
    position: relative;
    width: 740px;
    text-align: center;
    background: #000;
}
#detail .images #image p {
    position: relative;
}
#detail .images #image #imageCtr {
    position: absolute;
    top: 0; left: 0;
    width: 740px; height: 480px;
    zoom: 1;
}
#detail .images #image #imageBack {
    overflow: hidden;
    display: block;
    position: absolute;
    top: -10%; left: 0;
    width: 360px; height: 100%;
    text-align: left;
    text-indent: -999em;
    /*background: transparent url(../img/null.gif) 0 0 no-repeat;*/
}
#detail .images #image #imageBack:hover {
    background: transparent url(./images/icon_back.png) 0 50% no-repeat;
}
#detail .images #image #imageNext {
    overflow: hidden;
    display: block;
    position: absolute;
    top: -10%; right: 0;
    width: 360px; height: 100%;
    text-align: left;
    text-indent: -999em;
    /*background: transparent url(../img/null.gif) 0 0 no-repeat;*/
}
#detail .images #image #imageNext:hover {
    background: transparent url(./images/icon_next.png) 100% 50% no-repeat;
}
#detail .images #image #imageLoading {
    position: absolute;
    top: 0; left: 0;
    width: 740px; height: 100%;
    background: #000;
}
#detail .images #image #imageLoading img {
    position: absolute;
    top: 50%; left: 50%;
    margin: -20px 0 0 -20px;
}

/* List */
#detail .list {
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 740px;
}
#detail .list table {
    width: 100%;
}
#detail .list table th {
    padding: 6px 0 6px 10px;
    border: 1px solid #999999;
    border-right: 0;
    color: #fff;
    background: #000000;
    font-size: 13px;
    font-weight: 100;
    line-height: 13px;
}

#detail .list table th span {
    padding: 0 0 0 6px;
}
#detail .list table td {
    width: 32%;
    padding: 8px 5px 6px 10px;
    border: 1px solid #999999;
    border-left: 0;
    background: #ffffff;
    font-size: 12px;
    line-height: 1.4em;
}

/* Option */
#detail .option {
    margin: 0 auto;
    padding: 15px 0 0 0;
    width: 740px;
}
#detail .option h3 {
    padding: 0 0 0 6px;
    line-height: 18px;
}
#detail .option ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#detail .option ul {
    margin: 5px 0 0 0;
    width: 735px;
    border-bottom: 1px solid #222222;
    border-left: 1px solid #222222;
    zoom: 1;
}
#detail .option ul li {
    float: left;
    padding: 9px 0;
    width: 146px;
    border: 1px solid #222222;
    border-bottom: 0;
    border-left: 0;
    background: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 1em;
}
#detail .option ul li.on {
    background: #f5bb65;
    color: #000000;
}
#detail .option ul li.off {
    background: #cccccc;
    color: #999999;
}

/* Read */
#detail .read {
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 740px;
}
#detail .read h3 {
    padding: 0 0 0 6px;
    background: transparent url(../img/arrow.gif) 0 0.4em no-repeat;
    font-size: 16px;
    line-height: 20px;
}
#detail .read div {
    padding: 5px 0 0 0;
    font-size: 12px;
    line-height: 1.5em;
}

.nego {

    right: 0;
    padding: 2px 14px;
    background: #0070be;
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    color: #ffffff;
    border-radius: 11px;
    white-space: nowrap;
}
.in .img {
    background-color: #FFFFFF;
    height: 180px;
}

.in .img img {
    width: 240px;
    height: 183px;
}


#container {
    background-image: url("./images/back_star_white.jpg");
    border-top-color: rgb(196, 15, 24);
    border-top-style: solid;
    border-width: 5px;
}

.inquiry {
    margin-left: 8px;
    width: 740px;
    height: 60px;
    background-image: url("./images/back_text_inquiry.jpg");
}

.inquiry .inquiry_first {
    color: #fff;
    position: relative;
    top: 11px;
    left: 10px;
    font-size: 14px;
}

.inquiry .inquiry_second_store {
    color: #fff;
    position: relative;
    top: 13px;
    left: 40px;
    font-size: 13px;
}

.inquiry .inquiry_second_tel {
    color: #fff;
    position: relative;
    top: 13px;
    left: 40px;
    font-size: 26px;
}

.inquiry .inquiry_third {
    color: #fff;
    position: relative;
    top: 11px;
    left: 65px;
    font-size: 14px;
}

.inquiry .inquiry_third a{
    color: #FFFFFF;

}

.sub_title {
    color: red;
    font-size: 16px;
}
.sub_title img{
    vertical-align: -4px;
}

.sub_title span {
    padding: 3px;
}

#top_header {
    background-image: url("./images/back_star_white.jpg");
    text-align: center;
}
#top_header a img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 350px;
    height: 110px;
}

.new_stock_logo {
    margin-top: 30px;
    margin-bottom: 25px;
    margin-left: 24%;
}

.swiper-container {
    /*width: 960px;*/
    width: 100%;
    height: 350px;
    padding-bottom: 30px;
}
.swiper-slide {
    width: 80%;
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


#img1{
    background-image: url("./images/top_main_text.png"), url("./images/top_main_left.jpg");
    background-size : 100%;
    background-repeat: no-repeat;
}


#img2{
    background-image: url("./images/top_main_text.png"), url("./images/top_main_center.jpg");
    background-size : 100%;
    background-repeat: no-repeat;
}


#img3{
    background-image: url("./images/top_main_text.png"), url("./images/top_main_right.jpg");
    background-size : 100%;
    background-repeat: no-repeat;
}

#gallery_img {
    max-width: 640px;
    max-height: 600px;

}

.stock_list {
    margin-bottom: 20px;
}
