/* スライダー
================================================== */
.slider_wrap {
    height: 100%;
}
.slider_wrap img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.sp-slide {
    margin-top: 0;
    text-align: center;
}
.sp-slide img {
    max-width: 1960px !important;
}
.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;
}
.sp-selected-button {
	background-color: #f70;
}
.sp-horizontal .sp-arrows {
	width: 100%;
	left: 0;
	top: 50%;
}
.sp-arrow {
	width: 5px !important;
	height: 50px !important;
}
.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
	width: 50% !important;
	height: 50% !important;
	background-color: #444 !important;
}
@media only screen and (max-width: 767px) {
    .sp-arrow {
        width: 3px !important;
        height: 30px !important;
    }
}

.sp-slide {
	position: absolute;
	-webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: grayscale(50%);
	opacity: 0.3;
}
.sp-selected{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
	opacity:1;
}



/* 共通
================================================== */
h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
    h2 {
        font-size: 21px;
    }
}



/* メイン
================================================== */
#tp_main_bg {
    margin-top: -1px;
    padding: 30px 0;
    background: #000;
}
#tp_main {
    position: relative;
}
#tp_main .title {
    float: left;
    width: 35.67%;
    margin-right: 3.82%;
}
#tp_main ul li img {
    margin-top: -70px;
}
#tp_main ul li a {
    float: left;
    width: 19.17%;
    margin-left: 1%;
}
h1 {
    padding: 15px 0;
}
@media only screen and (max-width: 767px) {
    #tp_main_bg {
        padding: 10px 0;
    }
    #tp_main ul li img {
        margin-top: 0;
    }
    #tp_main .title {
        margin-top: 12px;
    }
}



/* メイン
================================================== */
h2 {
    padding: 25px 0;
}
#tp_main_bg {
    background: #fa4100;
}
#tp_main p {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.65em;
}
@media only screen and (max-width: 767px) {
    h2 {
        padding: 10px 0 0 0;
    }
    #tp_main p {
        font-size: 13px;
        line-height: 1.5em;
    }
}



/* 買取価格
================================================== */
#tp_price_bg {
    padding: 50px 0;
    background: url(../img/alumi_bg.jpg) center 0 repeat;
}
#tp_price {
    padding: 30px 10px 20px 10px;
    background: #000;
}
#tp_price h3.tp_price_h3 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
#tp_price h3 span.update {
    font-size: 16px;
}
#tp_price p {
    margin-top: 15px;
    color: #fff;
    text-align: center;
}

.tp_price_btn {
    margin-top: 30px;
    width: 101%;
    margin-left: -0.5%;
}
.tp_price_btn .box {
    float: left;
    width: 32.3333%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    text-align: center;
}
.tp_price_btn .box p {
    margin-top: 10px;
    font-size: 15px;
}
@media only screen and (max-width: 767px) {
    #tp_price_bg {
        padding: 30px 0;
    }
    #tp_price h3.tp_price_h3 {
        padding: 10px 0;
        font-size: 21px;
    }
    #tp_price h3 span.update {
        font-size: 12px;
    }
    #tp_price p {
        text-align: left;
    }
    .tp_price_btn {
        margin-top: 10px;
        width: 100%;
        margin-left: 0;
    }
    .tp_price_btn .box {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .tp_price_btn .box .photo {
        text-align: center;
    }
}



/* スクラップ回収
================================================== */
#tp_line_bg {
    background: linear-gradient(90deg,#fa4100 50%,#fff 50%);
}
#tp_line h3.tp_line_h3 {
    padding: 20px 0;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    background: url(../img/tp_line_h3.png) center center no-repeat;
}
@media only screen and (max-width: 767px) {
    #tp_line_bg {
        background: #fa4100;
    }
    #tp_line h3.tp_line_h3 {
        font-size: 21px;
        background: none;
    }
}



/* カテゴリー
================================================== */
#tp_cat_bg {
    margin-top: 80px;
    padding: 80px 0;
    background: url(../img/alumi_bg.jpg) center center repeat;
}
#tp_cat h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    #tp_cat_bg {
        margin-top: 50px;
        padding: 30px 0;
    }
    #tp_cat h3 {
        font-size: 21px;
        margin-bottom: 20px;
    }
}

.tp_scrap_cat h4 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background: #000;
    position: relative;
}
.tp_scrap_cat h4 span.text {
    display: inline-block;
    padding: 15px 0 15px 20px;
}
.tp_scrap_cat h4 span.btn a {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 15px 50px;
    color: #fff;
    font-size: 15px;
    background: #fa4100;
}
.tp_scrap_cat h4 span.btn a::after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 6px;
    height: 11px;
    margin-right: 5px;
    background: url(../img/arrow1.png) 0 0 no-repeat;
}
.tp_scrap_cat .inner {
    padding: 20px 30px;
    background: #fff;
    min-height: 280px;
}
.tp_scrap_cat .inner p {
    float: left;
    width: 33.3333%;
    font-size: 15px;
}
.tp_scrap_cat .inner p::before {
    content: '●';
    color: #fa4100;
    margin-right: 5px;
}
@media only screen and (max-width: 767px) {
    .tp_scrap_cat h4 {
        font-size: 21px;
    }
    .tp_scrap_cat h4 span.btn a {
        display: block;
        position: static;
        padding: 15px 15px;
    }
    .tp_scrap_cat .inner {
        padding: 10px 10px;
        min-height: 0;
    }
    .tp_scrap_cat .inner p {
        font-size: 12px;
    }
    .tp_scrap_cat .inner p::before {
        margin-right: 3px;
    }
}



/* 新着情報
================================================== */
#tp_news_bg {
    margin-top: 80px;
}
#tp_news_bg h2 {
    font-size: 38px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #tp_news_bg h2 {
        font-size: 21px;
    }
}
#tp_news {
    margin-top: 20px;
    padding: 30px 100px;
    background: #fff;
}

#tp_news .inner {
    height: 320px;
    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: 14px;
    line-height: 14pt;
}
#tp_news .inner dl dd {
    margin-bottom: 2em;
    margin-left: 0em;
    padding-left: 9em;
    font-size: 16px;
    line-height: 15pt;
}
#tp_news .inner dl dd p {
    font-size: 16px;
    line-height: 15pt;
}
#tp_news .inner dl dd p.title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}
#tp_news .inner dl dd a {
    color: #fa4100;
}
@media only screen and (max-width: 767px) {
    #tp_news_bg {
        margin-top: 0px;
    }
    #tp_news {
        padding: 10px 0;
    }
    #tp_news .inner {
        padding-left: 10px;
    }
    #tp_news .inner dl dt {
        float: none;
        width: 100%;
    }
    #tp_news .inner dl dd {
        padding-left: 0;
    }
    #tp_news .inner dl dd p.title {
        font-size: 15px;
    }
    #tp_news .inner dl dd p {
        font-size: 13px;
    }
}


/*休暇テーブル*/

.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;
	}
}
