@charset "utf-8";

@media screen and (min-width:769px) {
	/*------------------------------------------------------------------------------------------
	*
	*
		 /webcatalog/equipment/exporter/
		 Responsive / PC
	*
	*
	------------------------------------------------------------------------------------------ */

	#section_exporter .logo {
		display:block;
		width:80%;
		margin-top:8px;
		}
	#section_exporter .logo img {
		width:100%;
		}

	}

/*-----------------------------------------------*/
/* common */
/*-----------------------------------------------*/
#section_detail .txt {
	font-size:16px;
	line-height:1.6;
	}
.price_txt {
	font-size:16px;
	}
.price_num {
	font-size:38px;
	}
.price_txt .small {
	font-size:12px;
	}

/*----------*/
#section_price .mark {
	vertical-align:text-top;
	}

/*----------*/
.connect_table {
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.4;
	}
.connect_table th, .connect_table td {
	border: 1px solid #d3d3d3;
	padding: 7px;
	text-align: center;
	vertical-align: middle;
	}
.connect_table th {
	background-color: #f5f5f5;
	padding-left: 10px;
	}