@charset "utf-8";

/*********************************
 *
 * TECHNOLOGY STYLES
 * (「おいしく育てる技術」ページのCSSファイル
 *
 *********************************/

@media screen and (min-width: 641px) {
	/*pc用スタイル記述Start*/
	div.technology_section {
		padding-bottom: 100px; /* 指定 */
	}

	div.technology_section:last-of-type {
		padding-bottom: 0px;
	}

	div.technology div.left_title_line_img {
		position: relative;
		margin-bottom: 10px;
	}

	div.technology div.left_title_line_img h2{
		position: absolute;
		background-color: #fff;
		z-index: 1;
		top: -12px;
		padding-right: 10px;
	}

	div.technology_section p a {
		color: #ea6000;
	}

	div.technology_section p a:hover {
		text-decoration: underline;
	}

	div.technology_section p.li {
		padding-left:1em;
		text-indent:-1em;
	}
	
	div.center_img{
		width:50%;
		display:block
		margin:20px auto;
}
	}
	/*pc用スタイル記述End*/
}

@media screen and (max-width: 640px) {
	/*sp用スタイル記述Start*/
	div.technology div.section {
		margin-top: 80px;
	}

	div.technology div.technology_section {
		margin-top: 60px;
	}

	div.technology div.left_title_line_img {
		position: relative;
		margin-bottom: 15px;
	}

	div.technology div.left_title_line_img h2{
		position: absolute;
		background-color: #fff;
		z-index: 1;
		top: -10px;
		padding-right: 8px;
	}

	div.technology_section p a {
		color: #ea6000;
	}

	div.technology_section p a:hover {
		text-decoration: underline;
	}
	
	div.technology_section　p.li {
		padding-left:1em;
		text-indent:-1em;
	}
	/*sp用スタイル記述End*/
}

.technology_imgarea{
	width:50%;
	margin:20px auto;
}