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


/* =========================================================
　産直販売
========================================================= */
.sancyoku_section{
	margin:0 0 3em;
}
.txtarea{
	float:left;
	width:360px;
}
/*.dl（common上書き）*/
.txtarea .dl dt{
	width:8em;
}
.txtarea .dl dd{
	padding-left:9em;
}
/*アクセスリスト*/
.access_box{
	line-height: 1.4;
}
.access_box dt{
	float:left;
	width:10em;
	margin:0;
	padding:0 0 0.7em 0.5em;
	font-weight:bolder;
}
.access_box dt img{
	margin:0 0.5em 0 0;
	vertical-align:middle;
}
.access_box dd {
	margin:0 0 0.7em 0;
	padding: 0 0 0.7em 11em;
	border-bottom: 1px #E0E0E0 solid;
}

/*画像ボックス*/
.sancyoku_box .photo{
	width:240px;
	display:block;
	float:right;
}
.sancyoku_box .photo img{
	width:100%;
	display:block;
	margin:0 0 10px;
}



/* 産直販売（スマホ）
--------------------------------------------------------- */
@media screen and (max-width:736px){
.sancyoku_section{
	margin:0 0 2em;
}
.txtarea{
	float:none;
	width:100%;
}
/*.dl（common上書き）*/
.txtarea .dl dt{
	width:100%;
}
.txtarea .dl dd{
	padding-left:0;
}
/*アクセスリスト*/
.access_box dt{
	float:none;
	width:100%;
	padding:0 0 0.7em;
}
.access_box dd {
	margin:0 0 0.7em 0;
	padding: 0 0 0.7em 0;
	border-bottom: 1px #E0E0E0 solid;
}

/*画像ボックス*/
.sancyoku_box .photo{
	width:100%;
	float:none;
}
.sancyoku_box .photo img{
	width:100%;
	height: auto;
	display:block;
	margin:0 0 10px;
}
}/*@media*/
　
