
/* メニューパーツのメニューごとの囲み枠を非表示 */
.fs-p-sideMenu .fs-pt-menu__heading--lv1{
	border: none;        /* 囲み枠非表示 */
        text-align:  center; /* 中央揃え */
        font-weight: bold;   /* 太字 */
	}

.fs-p-sideMenu .fs-pt-menu__heading--lv2{
	border-bottom: none;
	}
	
.fs-p-sideMenu .fs-pt-menu__heading--lv3{
	border-bottom: none;
	}

/* トップページコラム見出し 下側の間隔を狭める 色と太さ指定*/
.fs-c-heading--page{
	padding-bottom: 1em;
        color: #306646;
        font-weight: bold;
	}

/* トップページ中見出し 色指定*/
.fs-p-heading--lv2{
        color: #306646;
        }

/* パンくずリスト左寄せ*/
<div class="fs-c-breadcrumb" align="left"></div>

/* 種苗表下部の寒地型注意 */
.ktyui{
margin: 30px 0;
}

/* スライス画像余白削除pc */
.slice0 {
	width: 100%;
	text-align: center;
}
.slice {
	width: 800px;
	display: inline-block;
}
.slice img{
	vertical-align:top; 
}
/* スライス画像余白削除pc縦スライス */
.slice2 {
	width: 800px;
	display: inline-block;
	text-align: center;
}
.slice2 img{
	vertical-align:top;
}