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

/* 設備紹介 */

#machine02{
	clear:both;
	}

#machine03{
	clear:both;
	}

#machine04{
	clear:both;
	}

.machine{
	width:100%;
	clear:both;
	}

.machine .left_text{
	width:50%;
	margin:0 2% 0 0;
	float:left;
	}

.machine .left_text h3{
	padding:5px 0;
	border-top: solid 1px #2A4073;
	border-bottom: solid 1px #2A4073;
	}

.machine .left_text p{
	margin:0 0 10px 0;
	font-size:1.6rem;
	color:#434343;
	line-height:170%;
	text-align:left;
	}

.machine .left_text p.text01{
	margin:-5px 0 10px 0;
	color:#2A4073 !important;
	font-weight:bold;
	}

.machine .left_text p.text02{
	margin:20px 0 5px 0;
	padding:3px 5px 3px 10px;
	border-left: solid 5px #2A4073;
	border-bottom: solid 1px #2A4073;
	color:#2A4073 !important;
	font-weight:bold;
	}

.machine .left_text .text03{
	font-weight:bold;
	}


.machine .left_text table {
	width:100%;
	margin:0;
	border-spacing: 0;
	border-top:1px solid #B5B5B5;
	border-left:1px solid #B5B5B5;
	border-right:1px solid #B5B5B5;
	}

.machine .left_text table th {
	width:26%;
	padding:10px;
	font-size:1.5rem;
	color:#434343;
	line-height:170%;
	text-align:left;
	font-weight: normal;
	border-right:1px solid #B5B5B5;
	border-bottom:1px solid #B5B5B5;
	background: #E5E5E5;
	}

.machine .left_text table td {
	width:37%;
	padding:10px;
	font-size:1.5rem;
	color:#434343;
	line-height:170%;
	text-align:left;
	border-right:1px solid #B5B5B5;
	border-bottom:1px solid #B5B5B5;
	}

.machine .right_images{
	width:48%;
	margin:0 0 100px 0;
	float:right;
	}

.machine .right_images img{
	width:100%;
	height:auto;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
	}



/* -------------------------------------------------- タブレット */
@media screen and (min-width:650px) and (max-width:850px) {
	/* 表示領域が650px以上850px以下の場合に適用するスタイル */
	.machine .left_text{
	padding:0 0 50px 0;
	}
	.machine .left_text table th {
	padding:5px;
	font-size:1.4rem;
	}
	.machine .left_text table td {
	padding:5px;
	font-size:1.4rem;
	}
}

/* -------------------------------------------------- スマートフォン */
@media screen and (max-width:650px) {
	/* 表示領域が650px未満の場合に適用するスタイル */
	.machine .left_text{
	width:100%;
	margin:0 0 2% 0;
	float:none;
	}
	.machine .left_text h3{
	font-size:1.6rem;
	}
	.machine .left_text p{
	font-size:1.4rem;
	}
	.machine .left_text table th {
	padding:5px;
	font-size:1.4rem;
	}
	.machine .left_text table td {
	padding:5px;
	font-size:1.4rem;
	}
	.machine .right_images{
	width:80%;
	margin:0 auto 50px auto;
	float:none;
	}
	.machine .right_images img{
	width:100%;
	height: auto;
	vertical-align: bottom;
	}

}
