/*======共通 CSS======*/
body {
    /*font-family: MS PGothic,Arial,Hiragino Kaku Gothic ProN,Osaka,sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;


    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.6em;
    color: #666;
    background-color: #fff;
    
	
}

html {
    width: 100%;
    height: 100%;
}

p {
    margin: 0 0 20px;
}

a:hover,
a:link,
a:visited {
    text-decoration: none !important;
}

a:active {
    text-decoration: none !important;
    border: none !important;
}

a:focus {
    outline: 0 !important;
    text-decoration: none !important;
    border: none !important;
}

ul {
    list-style: none;
}

.bg-white {
	background: #FFF;
}

.navbar-brand {
  background: url("../img/foralive-logo.png") no-repeat left center;
  background-size: contain;
  height: 50px;
  width: 230px;
}

/*======index.html CSS======*/
/*------intro CSS------*/
section#intro {
	margin-top:66px;
	padding:0;
	width: 100%;
}

.carousel-indicators li,
.carousel-control {
    background:#818181;
}

.carousel-indicators li.active {
    background:#000;
}

section#intro .play_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width:75px;
    height:75px;
}

section#intro .about_video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .8);
    display: none;
}

section#intro .about_video iframe{
    width: 100%;
    height: 100%;
    z-index: 9999;
}

section#intro .close_video{
    text-decoration: none;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 30px;
    left: 30px;
    font-family: 'raleway-regular', arial;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    background: url('../img/close_video.png') no-repeat;
    z-index: 9999;
    line-height: 36px;
    text-indent: 50px;
}


/*------about------*/
section#about {
	padding-top: 70px;
    padding-bottom: 20px;
}

section#about .row {
	margin-top: 50px;
}

/*------news------*/
section#news {
	padding-top: 50px;
    padding-bottom: 20px;
}

section#news .row {
	padding-top: 50px;
}

section#news .news_list .date {
	margin: 0px;
}

section#news .news_list h4 {
	margin-top: 0px;
	margin-bottom: 20px;
}

/*------arrivals------*/
section#arrivals {
	background: #fbfafa;
	padding-top: 70px;
    padding-bottom: 20px;
}

section#arrivals .row {
	padding-top: 50px;
}

section#arrivals .arrivals_item {
	padding-top: 100px;
}

/*------brand------*/
section#brand {
	padding-top: 70px;
    padding-bottom: 20px;
}

section#brand .brand_content {
	padding-top: 100px;
    z-index: 99;
    overflow: hidden;
}

section#brand .media {
 /*
    width: 630px;
    height: 370px;
*/
    float: left;
    overflow: hidden;
/*
    border-color:#fdfcfc;
    border:solid;
    border-width:1px;
*/
}

section#brand img {
    width: 100%;
    height: auto;
}

section#brand .details {
    float: right;
    background: #fdfcfc;
    margin-top: -150px;
}

section#brand .details p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 40px;
}
/*------dealer------*/
section#dealer {
    background: #fbfafa;
    padding-top: 50px;
    padding-bottom: 20px;
}

section#dealer .dealer_title {
    padding-top: 50px;
}

/*------contact------*/
section#contact {
	padding-top: 70px;
    padding-bottom: 20px;
}

section#contact .row {
	padding-top: 50px;
}

.form-control {
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    color: #818181;
    font-size: 16px;
    height: 50px;
}

.input-field {
    margin-bottom: 10px;
}

/*======news.html CSS======*/
/*------news_all------*/
.news_all {
	padding-top:130px;
    padding-bottom:100px;
	width: 100%;
}
.news_all_entry {
	padding-top:66px;
	width: 100%;
}

.news_all_entry header {
    margin-top: 55px;
    border-bottom: 1px solid #666;
    border-left: 10px solid #666;
    padding: 7px;
}

.news_all_entry .title{
	margin:0px;
}

.news_all_entry .entry_content {
	margin-top: 20px;
    margin-left: 30px;
}

/*======brand共通 CSS======*/
/*------brand_intro CSS------*/
section#brand_intro {
    margin-top:66px;
    padding:0;
    width: 100%;
}

section#brand_intro .play_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width:75px;
    height:75px;
}

section#brand_intro .about_video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .8);
    display: none;
}

section#brand_intro .about_video iframe{
    width: 100%;
    height: 100%;
    z-index: 9999;
}

section#brand_intro .close_video{
    text-decoration: none;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 30px;
    left: 30px;
    font-family: 'raleway-regular', arial;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    background: url('../img/close_video.png') no-repeat;
    z-index: 9999;
    line-height: 36px;
    text-indent: 50px;
}

section#brand_intro  .caption {
    color: #fff;
    /*font-family: "raleway-semibold", arial;*/
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 30px;
}

/*------brand_story------*/
section#brand_story {
	padding-top: 50px;
    padding-bottom:60px;
}

section#brand_story .brand_story_title {
    padding-top: 50px;
    padding-bottom:60px;
}

#brand_story h3 {
	margin-bottom:0px;
}

/*------brand_products------*/
section#brand_products {
	background: #fbfafa;
    padding-top: 50px;
    padding-bottom:60px;
}

section#brand_products .series {
    padding-top: 50px;
    padding-bottom:60px;
}
section#brand_products .products_title {
    padding-top: 50px;
    padding-bottom:60px;
}

section#brand_products h2 {
    border-bottom: 1px solid #666;
}
section#brand_products .brand_product_items_head {
    padding-top: 50px;
    padding-bottom:60px;
}

section#brand_products .brand_product_items {
    padding-top: 50px;
    padding-bottom:60px;
    display: flex;
    flex-wrap: wrap;
}

section#brand_products .product_item {
    padding-top: 70px;
}
/*------contract------*/
section#contract {
	padding-top: 50px;
}

section#contract .contract_title {
    padding-top: 50px;
    padding-bottom:60px;
}

section#contract .contract_player{
    display: flex;
    flex-wrap: wrap;
}

/*------dealer------*/
section#brand_dealer {
	background: #fbfafa;
    padding-top: 50px;
    padding-bottom:60px;
}

section#brand_dealer .dealer_title {
    padding-top: 50px;
    padding-bottom:60px;
}
/* ===========================
--- General sections
============================ */

/*------header------*/
.navbar a {
	margin-top: 15px !important;
}

.navbar-default .navbar-brand {
	font-size: 32px;
	white-space: nowrap;
}

.navbar-toggle {
    margin-top: 25px !important;
}

/*------footer------*/
footer {
	padding: 50px 0 ;
    background-color: #404040;
    color: #fff;
}

.list_unstyled {
	margin-left:20px;
	padding:0px;
}

.list_unstyled li a{
	color:#fff;
}




/* Carousel Styles */

.carousel-inner img {
    width: 100%;
    max-height: 650px;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.carousel-control.left span {
    padding: 0;
}

.carousel-control.right span {
    padding: 0;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 30px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 30px;
}



.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

.carousel-inner > .item {
  margin-left:0;
  margin-top:0;
  margin-bottom:0;
  padding-left: 0;
  width: 100%;
  height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left:0;
  padding-left: 0;
}

/* ==== Sidebar ==== */
.sidebar .widget h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sidebar .widget {
    margin-bottom: 50px;
}

.widget ul {
    list-style: none;
    margin-left:0;
    padding-left:0;
}
.sidebar .widget ul li {
    margin-left:0;
    padding-left:0;
    margin-bottom: 10px;
}
.sidebar .widget ul li a {
    color: #666;
}



/* Media queries */

@media(min-width:992px) {
    section#brand .details {
        width: 600px;
        padding: 80px;
    }
}
@media(max-width:991px) {
    section#brand .media {
        float: none;
    }
    section#brand .details {
        padding: 30px;
        margin-top: 0px;
    }
}
@media (max-width:767px) {
    /*======index.html CSS======*/
    /*------intro CSS------*/
	section#about {
		padding-top: 50px;
	}
	section#about_content {
		padding: 30px;
	}
    section#brand .media {
        float: none;
    }
	section#brand .details {
	    padding: 30px;
        margin-top: 0px;
	}
    section#dealer thead {
        display: none;
    }
    section#dealer tbody tr{
        display: block;
        margin-bottom: 1.5em;
        padding-bottom: 10px;
    }
    section#dealer tbody td{
        display: list-item;
        border: none;
    }
    section#dealer .shop_name{
        font-weight: bold;
        font-size: 20px;
    }



    /*======brand共通 CSS======*/
    /*------brand_intro CSS------*/
    section#brand_products .brand_product_items {
        padding: 0px;
    }
    section#brand_dealer thead {
        display: none;
    }
    section#brand_dealer tbody tr{
        display: block;
        margin-bottom: 1.5em;
        padding-bottom: 10px;
    }
    section#brand_dealer tbody td{
        display: list-item;
        border: none;
    }
    section#brand_dealer .shop_name{
        font-weight: bold;
        font-size: 20px;
    }

    
}

@media (max-width:480px) {

}

.star {
	color: #FFBF00;
}
.sub-text {
	color: #666;
	font-size: 1.2rem;
	white-space: nowrap;
}

@media (max-width:767px) {
	section#dealer tbody td.star-box {
		display: flex;
		justify-content: space-between;
		width: 60vw;
	}
	.star-box .visible-xs {
		width: 20vw;
	}
	.star-box .text-center {
		margin: 0 auto;
	}
	.address {
		white-space: normal !important;
	}
}
