/* スライダー
================================================== */
#slider_wrap {
}
#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 {
        padding-top: 0;
    }
    #slider_wrap .sp-button {
        width: 8px;
        height: 8px;
        margin: 0 10px 0 10px;
    }
    #slider_wrap .sp-arrow {
        display: none;
    }
}



/* 錦麒産業について
================================================== */
#tp_about_bg {
    padding: 30px 0 50px 0;
}
#tp_about p {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
    #tp_about_bg {
        padding: 20px 0;
    }
    #tp_about p {
        margin-top: 10px;
        font-size: 12px;
        margin-bottom: 20px;
    }
}



/* 錦麒産業について2
================================================== */
#tp_about2_bg {
    background: #32b4ff;
}
#tp_about2 {
    padding: 0 0 15px 0;
}
#tp_about2 h2 {
    margin-top: 75px;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
}
#tp_about2 p {
    margin-top: 15px;
    font-size: 14px;
}
@media only screen and (max-width: 1040px) {
    #tp_about2 {
        padding: 30px 0;
        background: none;
    }
    #tp_about2 h2 {
        margin-top: 0;
        font-size: 21px;
    }
}
#tp_about2_bottom {
    height: 20px;
    background: #32b4ff;
}


/* special1
================================================== */
#tp_special1_bg {
    background: #ff3200;
}
#tp_special1 {
    padding: 40px 0;
}
#tp_special1 h2 {
    color: #fff;
    font-size: 29px;
    font-weight: bold;
	text-align:center;
}
#tp_special1 p {
	color:#FFF;
	text-align:center;
}
@media only screen and (max-width: 1040px) {
    #tp_special1 {
        padding: 30px 0;
        background: none;
    }
    #tp_special1 h2 {
        margin-top: 0;
        font-size: 21px;
    }
}



/* ピックアップ買取価格
================================================== */
#tp_pickup_bg {
    background: #32b4ff;
}
#tp_pickup {
    padding: 50px 0;
    background: url(../img/tp_pickup_text.png) right center no-repeat;
}
#tp_pickup h2 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}
#tp_pickup h2 span.update {
    display: inline-block;
    padding: 2px 20px;
    margin-left: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    border: 1px solid #fff;
}
#tp_pickup p {
    margin-top: 15px;
    font-size: 14px;
}
@media only screen and (max-width: 1040px) {
    #tp_pickup {
        padding: 30px 0;
        background: none;
    }
    #tp_pickup h2 {
        font-size: 21px;
    }
    #tp_pickup h2 span.update {
        margin-top: 10px;
        font-size: 12px;
    }
}
.pickup_box {
    float: left;
    width: 33.3333%;
    position: relative;
}
.pickup_box .photo img {
    width: 100%;
}
.pickup_box .item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    padding-top: 35px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    background: #ff3200;
    border-radius: 90px;
    box-sizing: border-box;
}
.pickup_box .item span.arrow:after {
    content: '▼';
    font-size: 15px;
}
.pickup_box .item .price {
    display: inline-block;
    padding-top: 10px;
    font-family: Arial;
    font-size: 55px;
}
.pickup_box .item .price small {
    font-size: 21px;
}
@media only screen and (max-width: 767px) {
    .pickup_box {
        float: none;
        width: 100%;
    }
    .pickup_box .item {
        width: 120px;
        height: 120px;
        padding-top: 25px;
        font-size: 19px;
        border-radius: 90px;
    }
    .pickup_box .item span.arrow:after {
        font-size: 13px;
    }
    .pickup_box .item .price {
        padding-top: 5px;
        font-size: 30px;
    }
    .pickup_box .item .price small {
        font-size: 16px;
    }
}
#tp_pickup_bottom {
    height: 20px;
    background: #32b4ff;
}



/* スクラップ買取
================================================== */
#tp_scrap_bg {
    margin-top: 80px;
    height: 550px;
    background: url(../img/tp_scrap_bg.jpg) right 0 no-repeat;
}
#tp_scrap {
    padding: 30px;
    background: rgb(255,255,255);
    filter:alpha(opacity=90);
    background: rgba(255,255,255,0.9);
}
#tp_scrap h2 {
    color: #000f6b;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2em;
}
#tp_scrap .lead {
    margin-top: 20px;
    color: #32b4ff;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2em;
}
#tp_scrap p {
    margin-top: 20px;
    font-size: 14px;
}



/* 保有設備紹介
================================================== */
#tp_equipment_bg {
    margin-top: 80px;
    height: 550px;
    background: url(../img/tp_equipment_bg.jpg) 0 0 no-repeat;
}
#tp_equipment {
    padding: 30px;
    background: rgb(255,255,255);
    filter:alpha(opacity=90);
    background: rgba(255,255,255,0.9);
}
#tp_equipment h2 {
    color: #000f6b;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2em;
}
#tp_equipment .lead {
    margin-top: 20px;
    color: #32b4ff;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2em;
}
#tp_equipment p {
    margin-top: 20px;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    #tp_scrap_bg, #tp_equipment_bg {
        margin-top: 0;
        height: auto;
        background: none;
    }
    #tp_scrap, #tp_equipment {
        margin-top: 20px;
        padding: 0;
    }
    #tp_scrap h2, #tp_equipment h2 {
        font-size: 27px;
    }
    #tp_scrap .lead, #tp_equipment .lead {
        margin-top: 10px;
        font-size: 17px;
    }
    #tp_scrap p, #tp_equipment p {
        margin-top: 10px;
        font-size: 13px;
    }
}



/* アクセス
================================================== */
#tp_access_bg {
	margin-top: 40px;
}
#tp_access .en {
    font-family: Arial, 'Helvetica Neue' , Helvetica, sans-serif;
    color: #32b4ff;
    font-size: 61px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
}
#tp_access h2 {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}
h3.tp_access_h3 {
    margin: 30px 0;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
}
.tp_access_address {
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    #tp_access_bg {
        margin-top: 50px;
    }
    #tp_access .en {
        font-size: 32px;
    }
    #tp_access h2 {
        margin-bottom: 20px;
    }
    h3.tp_access_h3 {
        margin: 20px 0;
        font-size: 21px;
    }
    .tp_access_address {
        margin-bottom: 20px;
    }
}



/* 新着情報
================================================== */
#tp_news_bg {
    margin-top: 80px;
}
#tp_news_bg .en {
    font-family: Arial, 'Helvetica Neue' , Helvetica, sans-serif;
    color: #32b4ff;
    font-size: 61px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
}
#tp_news_bg h2 {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}
#tp_news {
    margin-top: 20px;
    padding: 30px 0;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
}
#tp_news .inner {
	height: 370px;
	overflow-y: scroll;
}
#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;
	vertical-align: middle;
}
.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;
    }
}
