@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_img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
    background-color: #ffffff;
    text-align: center;
    zoom: 1; 
}

.page_description {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    bottom: 28%;
    left: 140px;
    padding: 0px;
    color: #ffffff;
    font-size: 1.9em;
    line-height: 1.6em;
    text-align: left;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#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: 0px 40px;
    padding: 0px;
    line-height: 1.8em;
}

.b_i_t_slogan {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 1em 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: 100%;
    height: auto;
    margin: 0px 0px 0px;
    padding: 0px;
}

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

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

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

.specsheetbox {
    position: relative;
    display: block;
    width: 950px;
    height: auto;
    margin: 0px auto 0px;
    padding: 30px 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: inline-block;
    width: 800px;
    margin: 0px 0px 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 10px;
    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: 50%;
    height: auto;
    margin: 0px;
    padding: 5px 10px;
    text-align: left;
      border:#999999 solid 1px;  /* 枠線指定 */
}

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

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

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

.spec_type01 .item_data6{
    width: 40%;
    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: 130px 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;
}

#history_introbox {
    
}
