@charset "utf-8";

/*-----maincontents setting-----*/

.main_titleimage {
    position: relative;
    display: block;
	width:100%;
    height: 700px;
    margin: 0px auto 0px;
    padding: 0px;
	background-image: url(../images/contents/top/impala_hero_md_img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:top center;
    background-color: #ffffff;
    text-align: center;
    z-index: 5;
    zoom: 1; 
}

.page_description {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    bottom: 52.5%;
    left: 20px;
    padding: 0px;
    color: #ffffff;
    font-size: 1.45em;
    line-height: 1.6em;
    text-align: left;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
}

#brand_introbox {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 150px auto 0px;
    padding: 0px;
    text-align: left;
}

.brand_intro_txt {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 0em 20px;
    padding: 0px;
    line-height: 1.8em;
}

.b_i_t_slogan {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0em 0px 0em;
    padding: 0px;
}

.brand_intro_txt p{
    width: auto;
    height: auto;
    margin: 2em 0px 0px;
    padding: 0px;
}

#materials_box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 150px auto 0px;
    padding: 0px;
    text-align: left;
}

.materials_list {
    position: relative;
    display: block;
    width: 96%;
    height: auto;
    margin: -10px auto 0px;
    padding: 0px;
    text-align: center;
}

.materials_list li{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 10px;
    padding: 10px;
}

.materials_list li img{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.mat_nobox {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: -20px auto 0px;
    padding: 5px;
    text-align: right;
    font-size: 0.8em;
    font-weight: bold;
    font-family: 'Yu Mincho';
}

.specsheetbox {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto 0px;
    padding: 10px 0px 0px;
    text-align: center;
    font-size: 0.8em;
}

.specsheetbox table{
    border-collapse:  collapse;     /* セルの線を重ねる */
}

th,td {
    width: auto;
    height: auto;
    padding: 0px;      /* 余白指定 */
}

.spec_type01 {
    position: relative;
    display: block;
    width: 90%;
    margin: 0px auto 30px;
    padding: 0px;
}

.spec_type01 tr{
    width: 100%;
    height: auto;
	background-color: rgba(0, 0, 0, 0.01);
}

.spec_type01 tr:nth-of-type(odd){
	background-color: rgba(0, 0, 0, 0.04);
}

.spec_type01 .item_name{
    width: 30%;
    height: auto;
    margin: 0px;
    padding: 5px;
    text-align: left;
    border:#999999 solid 1px;  /* 枠線指定 */
}


.spec_type01 .item_data1{
    width: 45%;
    height: auto;
    margin: 0px;
    padding: 5px 10px;
    text-align: left;
      border:#999999 solid 1px;  /* 枠線指定 */
}

.spec_type01 .item_data2{
    width: 25%;
    height: auto;
    margin: 0px;
    padding: 5px 10px;
    text-align: left;
      border:#999999 solid 1px;  /* 枠線指定 */
}

.spec_type01 .item_data3{
    width: 40%;
    height: auto;
    margin: 0px;
    padding: 5px 10px;
    text-align: left;
      border:#999999 solid 1px;  /* 枠線指定 */
}

.spec_type01 .item_data4a{
    width: 15%;
    height: auto;
    margin: 0px;
    padding: 5px 10px;
    text-align: left;
      border:#999999 solid 1px;  /* 枠線指定 */
}

.spec_type01 .item_data4b{
    width: 15%;
    height: auto;
    margin: 0px;
    padding: 5px 10px;
    text-align: left;
      border:#999999 solid 1px;  /* 枠線指定 */
}

.spec_type01 .item_data5{
    width: 40%;
    height: auto;
    margin: 0px;
    padding: 5px 10px;
    text-align: left;
      border:#999999 solid 1px;  /* 枠線指定 */
}

.spec_type01 .item_data6{
    width: 30%;
    height: auto;
    margin: 0px;
    padding: 5px 10px;
    text-align: left;
      border:#999999 solid 1px;  /* 枠線指定 */
}

#composition-test_box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 130px auto 0px;
    padding: 0px;
}

#contact_introbox {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 160px auto 0px;
    padding: 0px;
    text-align: center;
}

.contact_intro_txt {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: -25px 0px 0px;
    padding: 0px;
    line-height: 1.8em;
}


@media (min-width: 640px) and (max-width: 949px) {
    
.page_description {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    bottom: 40%;
    left: 20px;
    padding: 0px;
    color: #ffffff;
    font-size: 2.4em;
    line-height: 1.6em;
    text-align: left;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

    
}/*-----640to949px setting-----*/