@charset "UTF-8";
/* CSS Document */

/* ------ トップイメージ ------ */
.feature dl{
    margin: 15px 0 30px 0;
}
.feature dt{
    color: #00529F;
    font-weight: bold;
    font-size: 20px;
}
.feature dd{
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
}


/* ------ 背景グラデーション ------ */
.bg_gradation{
	background: #EBEEF0;
	background: -moz-linear-gradient(top, #EBEEF0 0%, #ffffff 30%);
	background: -webkit-linear-gradient(top, #EBEEF0 0%,#ffffff 30%);
	background: linear-gradient(to bottom, #EBEEF0 0%,#ffffff 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEEF0', endColorstr='#ffffff',GradientType=0 );
	width:100%;
    padding-top: 50px;
    margin-top: 50px;
}

/* ------ 共通 ------ */
.column01{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.column02{
    font-size: 20px;
    margin-bottom: 20px;
}

/* ------ 異物除去機ラインナップ ------ */
.item_name{
    color: #00529F;
    font-size: 25px;
    border-left: 10px solid #00529F;
    padding-left: 10px;
    margin: 50px 0 8px 0;
}
.item_info img{
    margin-bottom: 20px;
}
.item_info p{
    margin-bottom: 30px;
}
.item_info{
	margin-bottom: 20px;
}
.item_info dt{
	font-size: 20px;
    line-height: 1.5;
    color: #0055A6;
	font-weight: bold;
}
.item_info dd{
	margin-bottom: 15px;
}
.item_feature{
    margin: 0;
}
.item_feature h4{
    color: #00529F;
    font-size: 20px;
}
.item_feature ul{
    list-style: none;
}
.item_feature li{
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
}

/* ------ 異物除去機仕様表、加工例・処理能力データ表 ------ */
.spec{

}
.spec h3{
    font-size: 20px;
    line-height: 1.5;
	color: #0055A6;
}
.spec table{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
    border-right: 1px solid #999;
	margin-bottom: 20px;
    background-color: #fff;
    text-align: center;	
}
.spec th{
    font-weight: normal;
    padding: 5px 0;
    background-color: #EEEEEE;
   	border-bottom: 1px solid #999;
    border-left: 1px solid #999;
}
.spec td{
    border-left: 1px solid #999;	
	padding: 5px 10px;
}
.spec table tr:nth-child(odd) {
	background: #D0E8FB;
}
.spec p{
	margin-bottom: 30px;
}


/* ------ 粒度分布測定のご依頼 ------ */
.business_hours{
    font-size: 16px;
}
.phone_number{
    font-size: 25px;
}
.irai{
    margin-bottom: 50px;
}

/* ------ リンクボタン集 ------ */
.btn_page a,.btn_page_b a{
    width: 100%;
    border-radius: 5px;
    font-size: 25px;
    padding: 8px 0;
    display: block;
    margin: 10px auto;
    text-align: center;
    text-decoration: none;
}
.btn_page a{
    background-color: #C7DFEB;
    color: #333;
}
.btn_page a:hover{
    background-color: #D9F3FF;
}
.btn_page_b a{
    background-color: #0053A2;
    color:#ffffff;
}
.btn_page_b a:hover{
    background-color: #3F7BB9;
}
.btn_toiawase_tel a{
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    padding: 8px 0;
    width: 100%;
    display: block;
    margin: 10px 0 0 0;
    text-align: center;
    line-height: 1.5;
    text-decoration: none;
}
.btn_toiawase_tel a:hover{
    background-color: #222;
}

/*タブレット対応*/
@media screen and (min-width: 600px) and (max-width: 959px) {
    /* ------ トップイメージ ------ */
    .feature dt{
        font-size: 105%;
    }
    .feature dd{
        font-size: 100%;
    }
    /* ------ 背景グラデーション ------ */
    .bg_gradation{
        padding-top: 20px;
        margin-top: 20px;
    }
    /* ------ 共通 ------ */
    .column01{
        font-size: 100%;
        text-align: left;
        margin-bottom: 20px;
    }
    .column02{
        font-size: 100%;
        margin-bottom: 20px;
    }
    /* ------ 異物除去機の仕様表 ------ */
    .spec {
   		padding-bottom: 20px;
		font-size: 70%;
	}	
	.spec td{
		padding: 0 5px;
	}
    /* ------ 異物除去受託のご依頼 ------ */
    .business_hours{
        font-size: 80%;
    }
    .phone_number{
        font-size: 100%;
    }
    /* ------ リンクボタン集 ------ */
    .btn_page a,.btn_page_b a{
        width: 100%;
        border-radius: 5px;
        font-size: 100%;
        padding: 8px 0;
        display: block;
        margin: 10px auto;
        text-align: center;
        text-decoration: none;
    }
    .btn_page a{
        background-color: #C7DFEB;
        color: #333;
    }
    .btn_page a:hover{
        background-color: #D9F3FF;
    }
    .btn_page_b a{
        background-color: #0053A2;
        color:#ffffff;
    }
    .btn_page_b a:hover{
        background-color: #3F7BB9;
    }
    .btn_toiawase_tel a{
        background-color: #000000;
        color: #ffffff;
        border-radius: 5px;
        padding: 8px 0;
        width: 100%;
        display: block;
        margin: 10px 0 0 0;
        text-align: center;
        line-height: 1.5;
        text-decoration: none;
    }
    .btn_toiawase_tel a:hover{
        background-color: #222;
    }
}



/* ミニタブレット対応*/
@media screen and (max-width:736px) {
    /* ------ トップイメージ ------ */
    .feature dl{
        margin: 15px 0 30px 0;
    }
    .feature dt{
        font-size: 100%;
    }
    .feature dd{
        font-size: 90%;
    }
    /* ------ 異物除去機仕様表、加工例・処理能力データ表 ------ */
    .spec table {
    	font-size: 85%;
		line-height: 1.5;
	}
}



/*スマホ対応*/
@media screen and (max-width:599px) {
    /* ------ トップイメージ ------ */
    .feature dl{
        margin: 15px 0 30px 0;
    }
    .feature dt{
        font-size: 100%;
    }
    .feature dd{
        font-size: 90%;
    }
    /* ------ 背景グラデーション ------ */
    .bg_gradation{
        padding-top: 20px;
        margin-top: 20px;
    }
    /* ------ 共通 ------ */
    .column01{
        font-size: 100%;
        text-align: left;
        margin-bottom: 20px;
    }
    .column02{
        font-size: 100%;
        margin-bottom: 20px;
    }
    /* ------ 異物除去機ラインナップ ------ */
    .item_name{
        font-size: 105%;
        padding-left: 10px;
        margin: 20px 0 8px 0;
    }
    .item_info p{
        margin-bottom: 30px;
    }
    .item_info img{
        margin-bottom: 0;
    }
    .item_info dt{
        font-size: 100%;
    }
    .item_info dd{
        font-size: 95%;
    }
    .item_feature{
        margin: 0;
    }
    .item_feature h4{
        font-size: 100%;
        margin-top: 20px;
    }
    .item_feature ul{
        list-style: none;
    }
    .item_feature li,.item_feature p{
        font-size: 90%;
    }
    /* ------ 異物除去機仕様表、加工例・処理能力データ表 ------ */
    .spec {
    	padding-bottom: 0;
		overflow: auto;
	}
	.spec table {
    	font-size: 85%;
		width:100%;
	}
	.spec th,.spec td {
    	white-space: nowrap;
	}
    /* ------ 異物除去受託加工のご依頼 ------ */
    .business_hours{
        font-size: 80%;
    }
    .phone_number{
        font-size: 100%;
    }
    /* ------ リンクボタン集 ------ */
    .btn_page a,.btn_page_b a{
        width: 100%;
        border-radius: 5px;
        font-size: 100%;
        padding: 8px 0;
        display: block;
        margin: 10px auto;
        text-align: center;
        text-decoration: none;
    }
    .btn_page a{
        background-color: #C7DFEB;
        color: #333;
    }
    .btn_page a:hover{
        background-color: #D9F3FF;
    }
    .btn_page_b a{
        background-color: #0053A2;
        color:#ffffff;
    }
    .btn_page_b a:hover{
        background-color: #3F7BB9;
    }
    .btn_toiawase_tel a{
        background-color: #000000;
        color: #ffffff;
        border-radius: 5px;
        padding: 8px 0;
        width: 100%;
        display: block;
        margin: 10px 0 0 0;
        text-align: center;
        line-height: 1.5;
        text-decoration: none;
    }
    .btn_toiawase_tel a:hover{
        background-color: #222;
    }
}