/* スライダー
================================================== */
#slider_wrap {
    height: 100%;
    background: url(../img/slide0.jpg);
    background-size: cover;
}
#slider_wrap img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.sp-slide {
    text-align: center;
}
.sp-slide img {
    max-width: 1500px;
}
.sp-image:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
#slider_wrap .sp-button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 12px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #ccc;
    border: none;
}
#slider_wrap .sp-selected-button {
    background-color: #f70;
    border: none;
}
#slider_wrap .sp-arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 50px;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    #slider_wrap {
        background: none;
    }
    #slider_wrap .sp-button {
        width: 8px;
        height: 8px;
        margin: 0 10px 0 10px;
    }
    #slider_wrap .sp-arrow {
        display: none;
    }
}



/* 帯
================================================== */
#tp_line_bg {
    padding-bottom: 5px;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    #tp_line_bg {
        padding: 15px 30px;
    }
}



/* メイン
================================================== */
#tp_about_bg {
    padding: 50px 0 30px 0;
    background: url(../img/hairline_bg.jpg) center 0 repeat;
}
#tp_about h2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1em;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    #tp_about h2 {
        margin-top: 10px;
        font-size: 20px;
        text-align: center;
    }
}
.purchase_title {
    position: relative;
    margin-top: 50px;
    padding: 25px 0;
    background: #ffe600;
}
.purchase_title:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -30px;
    border-top: 30px solid #ffe600;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}
.purchase_title h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.1em;
    text-align: center;
}
.purchase_title p.update {
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .purchase_title {
        margin-top: 30px;
        padding: 10px 0;
    }
}
#tp_scrap .box {
    float: left;
    width: 33.3333%;
}
#tp_scrap .box img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    #tp_scrap {
        padding-bottom: 30px;
        background: url(../img/hairline_bg.jpg) center 0 repeat;
    }
    #tp_scrap .box {
        float: none;
        width: 80%;
        margin: 0 auto 10px auto;
    }
}



/* 持ち込み歓迎
================================================== */
#tp_bring_bg {
    margin-top: 80px;
}
#tp_bring {
    padding: 110px 20px;
    background: url(../img/tp_bring_bg.jpg) center 0 no-repeat;
}
#tp_bring h2 {
    text-align: center;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    #tp_bring_bg {
        margin-top: 30px;
    }
    #tp_bring {
        padding: 30px 20px 80px 20px;
        background-size: cover;
    }
    #tp_bring h2 {
        margin-bottom: 10px;
    }
}



/* 油圧ホース制作
================================================== */
#tp_hose_bg {
    margin-top: 80px;
}
#tp_hose {
    padding: 60px 20px;
    background: url(../img/tp_hose_bg.jpg) center 0 no-repeat;
}
#tp_hose h2 {
    color: #fff;
    font-size: 32px;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    #tp_hose_bg {
        margin-top: 30px;
    }
    #tp_hose {
        padding: 0 0;
        background: none;
    }
    #tp_hose h2 {
        margin-top: 10px;
        color: #1e64d2;
        font-size: 21px;
        text-align: center;
        margin-bottom: 10px;
    }
}



/* アクセス
================================================== */
#tp_access_bg {
    margin-top: 80px;
    padding-bottom: 80px;
}
#tp_access h2 {
    color: #1e64d2;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    #tp_access_bg {
        margin-top: 50px;
        padding-bottom: 0;
    }
    #tp_access h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
}
.btn_access {
    width: 101%;
    margin-left: -0.5%;
}
.btn_access .btn a {
    float: left;
    width: 32.3333%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    display: block;
    position: relative;
    padding: 20px 10px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    text-decoration: none;
    box-sizing: border-box;
    background: #444;
}
.btn_access .btn.l1 a {
    padding: 29px 10px;
}
.btn_access .btn a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 33px;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
    .btn_access {
        width: 100%;
        margin-left: 0;
    }
    .btn_access .btn a {
        float: none;
        width: 100%;
        font-size: 13px;
        margin-bottom: 10px;
    }
    .btn_access .btn.l1 a {
        padding: 20px 10px;
        font-size: 13px;
    }
    .btn_access .btn a:after {
        top: 22px;
    }
}



/* 新着情報
================================================== */
#tp_news_bg {
    padding: 50px 0;
    background: url(../img/hairline_bg.jpg) center 0 repeat;
}
#tp_news_bg h2 {
    color: #1e64d2;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #tp_news_bg h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
}
#tp_news {
    margin-top: 30px;
    padding: 30px 80px;
    background: #fff;
}
#tp_news .inner {
    height: 350px;
    overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
    #tp_news .inner {
        padding-left: 10px;
    }
}
#tp_news .inner dl {
    display: block;
    padding: 0 20px 15px 0;
}
#tp_news .inner dl dt {
    clear: left;
    float: left;
    margin: 0 0 1em 0em;
    width: 9em;
    font-weight: normal;
    font-size: 13px;
    line-height: 14pt;
}
#tp_news .inner dl dd {
    margin-bottom: 2em;
    margin-left: 0em;
    padding-left: 9em;
    font-size: 13px;
    line-height: 14pt;
}
#tp_news .inner dl dd p {
    font-size: 13px;
    line-height: 14pt;
}
#tp_news .inner dl dd p.title {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
}
#tp_news .inner dl dd a {
    color: #c00;
}
@media only screen and (max-width: 767px) {
    #tp_news_bg {
        margin-top: 50px;
    }
    #tp_news_bg .en {
        font-size: 32px;
    }
    #tp_news_bg h2 {
        margin-bottom: 20px;
    }
    #tp_news {
        margin-top: 0;
        padding: 10px 0;
    }
    #tp_news .inner dl dt {
        float: none;
        width: 100%;
    }
    #tp_news .inner dl dd {
        padding-left: 0;
    }
}

/*休暇テーブル*/

.news_table01 {
	margin-top: 6px;
	margin-bottom: 4px;
}
.news_table01 tr th {
	font-weight: normal;
	color: #333;
	text-align: left;
	border: 1px solid #CCC;
	padding: 3px;
}

.news_table01 tr td {
	border: 1px solid #CCC;
	text-align: center;
	padding: 3px;
}
.news_table01 tr .red {
	color: #C30;
	background-color:#FDD;
}
.news_table01 tr .blue {
	color:#03F;
}
.news_table01 tr .red_blue {
	color: #03F;
	background-color: #FFF8F8;
}
.news_table01 tr .white_red {
	color: #C30;
}


/*カレンダータイプテーブル*/


.news_table02 {
	margin-top: 6px;
	margin-bottom: 4px;
}
.news_table02 tr th {
	border: 1px solid #CCC;
	text-align: center;
	padding: 2px;
	line-height:1.5em;
	width:16%;
}

.news_table02 tr td {
	border: 1px solid #CCC;
	text-align: center;
	padding: 3px;
	line-height:1.3em;
	width:12%;
}
.news_table02 tr .red {
	color: #C30;
	background-color:#FDD;
}
.news_table02 tr .blue {
	color:#03F;
}
.news_table02 tr .red_blue {
	color: #03F;
	background-color: #FFF8F8;
}

/*スマホ対応サイト用*/
.across_month{
	width:45%;
	float:left;
}
@media only screen and (max-width: 767px) {
.across_month{
	width:95%;
	float:none;
}
}



/* 採用情報
================================================== */
#tp_recruit {
    margin-top: 80px;
    padding: 130px 0;
    background: url(../img/tp_recruit_bg.jpg) center center no-repeat;
}
#tp_recruit .en {
    font-family: Arial, 'Helvetica Neue' , Helvetica, sans-serif;
    color: #fff;
    font-size: 61px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
}
#tp_recruit h2 {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}
#tp_recruit .text {
    margin-top: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #tp_recruit {
        margin-top: 50px;
        padding: 80px 20px;
        background-size: cover;
    }
    #tp_recruit .en {
        padding-top: 0;
        font-size: 32px;
    }
    #tp_recruit .text {
        margin-top: 10px;
        text-align: left;
    }
}
