/* スライダー
================================================== */
.sp-slide {
    text-align: center;
}
.textSplitLoad {
    display: none;
}

.split {
    visibility: hidden;
}

.sp_text {
    padding: 180px 0 0 15%;
    text-align: left;
}
.sp_text_white {
    color: #fff;
    padding: 180px 0 0 15%;
    text-align: left;
}
.sp_text1 {
    letter-spacing: 0.05em;
    font-family: 'Roboto', sans-serif;
	font-size: 37px;
    font-style: normal;
    font-weight: 400;
}
.sp_text2 {
	font-size: 15px;
}
.ityped-cursor {
    color: #96001e;
    margin-left: 5px;
    border-right: 10px solid;
    opacity: 1;
    -webkit-animation: blink 0.3s infinite;
    -moz-animation: blink 0.3s infinite;
    animation: blink 0.3s infinite;
    animation-direction: alternate;
}

@keyframes blink {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    100% {
        opacity: 0;
    }
}
@media only screen and (max-width: 969px) {
    .sp_text {
        padding: 180px 0 0 5%;
    }
    .sp_text_white {
        padding: 180px 0 0 5%;
    }
}
@media only screen and (max-width: 767px) {
    .sp_text {
        padding: 80px 0 0 20px;
    }
    .sp_text_white {
        padding: 80px 0 0 20px;
        text-align: left;
    }
    .sp_text1 {
        letter-spacing: 0.05em;
        font-size: 22px;
    }
    .sp_text2 {
        font-size: 13px;
    }
}



/* 共通
================================================== */
.tp_en {
    text-align: center;
}



/* 施工事例ボタン
================================================== */
#tp_exsample_btn {
    position: relative;
    background: #000;
    height: 200px;
}
@media only screen and (max-width: 1717px) {
    #tp_exsample_btn {
        background: none;
        height: auto;
    }
}
#tp_exsample_btn .left {
    position: absolute;
    top: 0;
    right: 48.3%;
}
#tp_exsample_btn .right {
    position: absolute;
    top: 0;
    left: 48.3%;
}
#tp_exsample_btn .left img , #tp_exsample_btn .right img {
    max-height: 200px;
}
#tp_exsample_btn p a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
@media only screen and (max-width: 767px) {
    #tp_exsample_btn {
        display: none;
    }
}



/* メイン
================================================== */
@media only screen and (min-width: 1718px) {
    #tp_main_bg { margin-top: 0; }
}
@media only screen and (max-width: 1717px) {
    #tp_main_bg { margin-top: 210px; }
}
@media only screen and (max-width: 1200px) {
    #tp_main_bg { margin-top: 190px; }
}
@media only screen and (max-width: 969px) {
    #tp_main_bg { margin-top: 160px; }
}

h1 {
    margin: 50px 0 10px 0;
    color: #96001e;
    font-size: 24px;
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 19px;
        line-height: 1.2em;
    }
}
@media only screen and (max-width: 767px) {
    #tp_main_bg {
        margin-top: 0;
    }
}


/* アクセス
================================================== */
h2.access {
    margin-top: 80px;
    margin-bottom: 30px;
    padding-top: 5px;
    height: 30px;
    color: #96001e;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    background: url(../img/tp_access_title.png) 0 0 no-repeat;
}
#tp_access .name {
    margin: 30px 0 10px 0;
    text-align: right;
}
#tp_access .name strong {
    font-size: 19px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    #tp_access .name {
        text-align: center;
    }
}



/* 新着情報
================================================== */
h2.news {
    margin-top: 80px;
    margin-bottom: 30px;
    padding-top: 5px;
    height: 30px;
    color: #96001e;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    background: url(../img/tp_news_title.png) 0 0 no-repeat;
}

#news_box {
    margin-bottom: 30px;
}
#news_box #inner {
    height: 260px;
    overflow: auto;
}
.news_date {
    color: #96001e;
    margin-bottom: 10px;
}
.news_date a {
    color: #333;
}
table#news_list {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1px;
}
table#news_list tr th {
    width: 40%;
    padding: 10px 0;
    text-align: left;
}
table#news_list tr td {
    width: 50%;
}
table#news_list tr td:hover {
    display: block;
    background: #333;
}

