@charset "UTF-8";

/* -------------------------------------

柑橘から商品を探す／各柑橘商品ページ　用

------------------------------------*/



/*------------------------------------
全体
------------------------------------*/
/* 共通
--------------------------*/
/* グローバルナビの位置制御 */
#gNavi1 ul li {
	margin-top: 30px;
}
#gNavi1 p {
	width: 300px;
	display: inline-block;
	margin-bottom: 20px;
}

/* 商品リストの位置制御 */
h1.headerDesign01 {
	margin-top: -5px !important;
	padding-bottom: 5px !important;
}

/* 左エリアとの区切線をリセット（本ページ下部で再設定） */
#columnContents .contentsL {
	border: none;
}

/* 各柑橘商品ページ：商品リストの装飾 */
ul.products li.heightLine a {
	background: #f4f4e7;
}
ul.products li.heightLine a p {
	padding: 10px;
	height: 70px;
	line-height: 1.5;
}

/* 各柑橘商品ページ：リード文の制御のリセット */
div.item section.itemModule01 div.txtModule01 h2.tit01 {
	width: 100%;
}

/* 各柑橘商品ページ：パンくずナビの位置制御 */
.FS2_breadcrumbs {
	margin-top: 0;
	margin-bottom: 12px;
}

/* フッターの制御
.footerAddress * {
	display: table-cell;
	vertical-align: bottom;
} */


/* PCのみ
--------------------------*/
@media screen and (min-width:768px) {
	/* PCで消す */
	.smOnly {
		display: none;
	}

	/* 左エリア：位置制御 */
	article #columnContents div.contentsL {
		margin-top: 50px;
	}

	/* 左エリア：一覧の制御のリセット */
	ul.listModule01 li.heightLine {
		width: 180px;
		margin-left: 5px;
	}

	/* 右エリア：位置制御と区切線の表示 */
	article #columnContents div.contentsR {
		border-left: 1px solid #E9E9E9;
		margin-top: 85px;
		/* background-color: red; */
	}
	article #columnContents div.contentsR section.item {
		margin-top: 0;
		/* background-color: blue; */
	}

	/* 右エリア商品カテゴリーの制御
	ul.listModule01.side li p {
		display: flex !important;
		align-items: center; 縦方向中央揃え 上記のdisplay: flex;とセット
		float: right !important;
		width: 165px !important;
		height: 55px !important;
	} */
}


/* スマホのみ
--------------------------*/
@media screen and (max-width:767px) {
	/* スマホで消す */
	.pcOnly {
		display: none;
	}
	.pointBtn {
		display: none;
	}
	/* 各柑橘商品ページ：リード文章エリアの下のアキ制御 */
	.itemModule01 {
	margin-bottom: 30px;
	}
	/* 商品カテゴリーのタイトル制御
	h2.headerDesign01 {
	padding-bottom: 5px !important;
	} */
}