body {
	margin: auto;
	padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
/*	font-size: 20px;	/*文字サイズ*/
	line-height: 1.8;		/*行間*/
	background: #fff;	/*背景色*/
	max-width: 1280px;
	width: 90%;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;font-family: inherit;}
ul {list-style-type: none;}
ol {
	clear: both;
	color: #d08047;
	font-weight: lighter;
    font-size: small;
	text-align: right;
	line-height: 1.0;
	margin-top: 10px;
}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: blue;	/*リンクテキストの色*/
	transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
}
a:hover {
	color: blue;	/*マウスオン時の文字色*/
	font-weight: bold;
	cursor: pointer;
}

/*コンテナー（ホームページを囲む一番外側のブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1400px;	/*ブロックの最大幅*/
	margin: 0 auto;
	padding: 0 1%;
}


/*-------------------------------------------------------------------------*/

.btn-lg{
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
}
.btn {
	border-radius: 0.3rem;

	display: inline-block;
	text-align: center;
    vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.btn-blue{
	color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-green{
	color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-light{
	color: black;
    background-color:#ededed;
    border-color: #d8d8d8;
}
/*
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
*/
.btn-blue:hover{
	cursor: pointer;
	background:  #0b5ed7;
	border-color: #0a58ca;
}
.btn-light:hover{
	cursor: pointer;
	background:  lightgray;
	background:  gray;
}
.btn-green:hover{
	cursor: pointer;
	background-color: #157347;
    border-color: #146c43;
}


/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*headerブロック*/
header {
	text-align: center;	/*内容を中央よせ*/
}
/*ロゴ画像設定*/
#logo img, .logo_img {
	width: 400px;	/*画像幅*/
	margin: 0px auto 0px;	/*ロゴの上と下に40pxスペースを空ける設定*/
}




/*コンテンツのh2タグの設定*/
#contents h2 {
	clear: both;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: larger;		/*文字サイズ*/
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	color: #fff;		/*文字色*/
	padding: 10px 20px;	/*上下、左右への余白*/
	background: linear-gradient(#6dd7ff, #52bde7);	
	/*	background: #d08047;	/*背景色*/
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
}
#contents h3 {
	text-align: left;
	clear: both;
	font-size: larger;		/*文字サイズ*/
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	color: #d08047;	/*文字色*/
}
#contents h4 {
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 8px 20px;	/*上下、左右への余白*/
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	background: #f5f5f5;
	border: 1px solid #cccccc;	/*枠線の幅、線種、色*/
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
}

#newfarmers h3 {
	text-align: center;
	clear: both;
	padding: 8px 20px;	/*上下、左右への余白*/
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	background: #f5f5f5;
	border: 1px solid #cccccc;	/*枠線の幅、線種、色*/
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
	width:90%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #666;
}

summary {
	display: block;
	list-style: none;
  }
summary::-webkit-details-marker {
	display: none; /* Hide the default marker */
}
summary::before {
	content: "▶内容を見る"; /* Custom marker symbol */
	float: left;
	text-align: center;
	position: absolute;
    margin: 10px;
    cursor: pointer;
}
details[open] summary:before {
	content: "▼折りたたむ"; /* Custom marker symbol when details are open */
}

/*段落タグ*/


.spinner_up {
    position: absolute;
	margin-left: 5px;
    margin-top: 4px;
	border: 0px;
    width: 30px;
    height: 30px;
    background: url("../images/ue.png") no-repeat;
}

.spinner_down {
    position: absolute;
    margin-top: 4px;
    border: 0px;
    width: 30px;
    height: 30px;
    background: url("../images/sita.png") no-repeat;
}

/*コンテンツのインデント設定*/
.i10 {
	margin-left: 0em;
	text-indent: 1em;
}
.i21 {
	margin-left: 1em;
	text-indent: 1em;
}
.i32 {
	margin-left: 2em;
	text-indent: 1em;
}
.i43 {
	margin-left: 3em;
	text-indent: 1em;
}
.i54 {
	margin-left: 4em;
	text-indent: 1em;

}
.i00 {
	margin-left: 0em;
	text-indent: 0em;
}
.i01 {
	margin-left: 1em;
	text-indent: -1em;
}
.i12 {
	margin-left: 2em;
	text-indent: -1em;
}
.i23 {
	margin-left: 3em;
	text-indent: -1em;
}
.i34 {
	margin-left: 4em;
	text-indent: -1em;
}
.i45 {
	margin-left: 5em;
	text-indent: -1em;
}
.i56 {
	margin-left: 6em;
	text-indent: -1em;
}

.i02 {
	margin-left: 2em;
	text-indent: -2em;
}
.i03 {
	margin-left: 3em;
	text-indent: -3em;
}
.i04 {
	margin-left: 4em;
	text-indent: -4em;
}
.i05 {
	margin-left: 5em;
	text-indent: -5em;
}
.i06 {
	margin-left: 6em;
	text-indent: -6em;
}
.i07 {
	margin-left: 7em;
	text-indent: -7em;
}
.i08 {
	margin-left: 8em;
	text-indent: -8em;
}
.i09 {
	margin-left: 9em;
	text-indent: -9em;
}
.i010 {
	margin-left: 10em;
	text-indent: -10em;
}
.i011 {
	margin-left: 11em;
	text-indent: -11em;
}
.i012 {
	margin-left: 12em;
	text-indent: -12em;
}

/*---------------------------------------------------------------------------*/
/*各ブロックごとの設定*/
.list {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.list p {
	padding: 0 !important;
}

.list img {
	width: 45%;
	max-width: 240px;
	float: right;
	margin-left: 3px;
	clear: both;
    margin-top: 5px;
	cursor: pointer;
}
.list span{
	width:40%;
	float:right;
	text-align: center;
	max-width: 240px;
	margin-left: 3px;
}
.list span img{
	max-width: 100%;
	width: 100%;
	float:none;
	margin: 0;
}
.list table {
	table-layout: fixed;
	clear: both;
}
.list table img{
	max-width: 240px;
	width: 100%;
	float:none;
	margin: 0;
}
.list td{
	text-align: center;
	padding: 2px;
	max-width: 240px;
	vertical-align: top;
}

/*フッター(ページ最下部のcopyrightのパーツ)設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;	/*文字をセンタリング*/
	padding: 5px 0px 3px 0px;	/*上、左右、下へのボックス内の余白*/
	background: #23b3e9;
	color: #FFF;
	line-height: 1.1;
	font-size: 14px;
}
footer a {
	text-decoration: none;
	border: none;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 1em;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 6em;
}
/*記事設定*/
#new dd {
	padding-left: 5em;
}
#new h6 {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	padding-left: 1em;
}
#new p {
	font-weight: bold;
    margin: 0.5em 0 0 0;
}
#new img {
	width: 45%;
	max-width: 240px;
	float: right;
	margin-left: 3px;
	clear: both;
    margin-top: 5px;
	cursor: pointer;
}
#new table {
	table-layout: fixed;
	clear: both;
}
#new table img{
	max-width: 240px;
	width: 100%;
	float:none;
	margin: 0;
}
#new td{
	text-align: center;
	padding: 2px;
	max-width: 240px;
	vertical-align: top;
}



#history dl {
	margin: 5px 0;
}
/*日付設定*/
#history dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 7em;
	text-align: right;
}
/*記事設定*/
#history dd {
	padding-left: 7.5em;
	text-align: left;
}


/*テーブル
---------------------------------------------------------------------------*/

.ta1 caption {/*問い合せ*/
	border: 1px solid #999;
	border-bottom: none;	/*下線だけ消す*/
	text-align: center;		
	background: #eee;		
	font-weight: bold;		
	padding: 5px;			
}
/*テーブル１行目に入った見出し部分（※tamidashi）*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #eee;	/*背景色*/
}
/*ta1テーブルブロック設定*/
.ta1 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #999;	
	padding: 5px;			
}
.ta1 th {
	text-align: center;	
	width: 30%;	
}
.ta1 td {
	text-align: left;	
	width: 70%;	
}

.ta2 {/*基本理念*/
	table-layout: fixed;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	width: 100%;
	word-break: break-all;
	border: 2px solid #999;
	padding: 4px;
	background: #e0ffd7;
	line-height: 1.3em;
	color: black;
}
.ta2 th{
	font-weight: normal;
}
.ta3 {/*人参ジュース食品規格書*/
	table-layout: fixed;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	width: 100%;
	word-break: break-all;
	border: 1px solid #999;
	padding: 4px;
	background:#fff8d7;
	line-height: 1.3em;
	color: black;
}
.ta4 { /*ＩＰＭ（総合病害虫管理）の表*/
	word-break: break-all;
    border: 0px;
    padding: 10px;
    text-align: center;
    max-width: 402px;
}

.ta5 {/*法人概要*/ 
	margin: auto;
	table-layout: fixed;
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	word-break: break-all;
	border: 1px solid #999;
	padding: 0px 5px 0px 5px;
	background:white;
	line-height: 1.3em;
	color: black;
    border-collapse: collapse;
}
.ta5 td{
	border: 1px solid #999;
    border-collapse: collapse;
	padding: 1px 2px 1px 2px;
}
.ta5 th{
	border: 1px solid #999;
    border-collapse: collapse;
	background:#e1ffe1;
}

.ta6 caption { /*アクセスログPDF*/
	color:#000099;
	font-weight: bold;
}
.ta6 {
	word-break: break-all;
    border: 1px;
    text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	font-size: smaller;
}
.ta6 th{
    border: 1px solid;
	vertical-align: middle;
	text-align: center;
	padding: 3px;
}
.ta6 td{
    border: 1px solid;
	vertical-align: middle;
	text-align: left;
}

.ta7 caption { /*アクセスログ（ページ別）*/
	color:#000099;
	font-weight: bold;
}
.ta7 {
	word-break: break-all;
    border: 1px;
    text-align: center;
	vertical-align: top;
	line-height: 1.0;
	font-size: larger;
}
.ta7 th{
    border: 1px solid;
	vertical-align:middle;
	text-align: center;
}
.ta7 td{
    border: 1px solid;
	vertical-align: middle;
	text-align: right;
	padding: 3px;
}

.ta8 {/*ホームページエディター frame-head*/
	word-break: break-all;
    border: 1px;
    text-align: center;
	vertical-align: top;
	line-height: 1.2;
	font-size: medium;
}
.ta8 th{
    border: 1px solid;
	vertical-align:middle;
	text-align: center;
}
.ta8 td{
    border: 1px solid;
	vertical-align: middle;
	text-align: left;
}

.ta9 {/*作業等の記録*/
	word-break: break-all;
    border: 1px;
    text-align: center;
	vertical-align: top;
	line-height: 1.2;
	font-size: medium;
}
.ta9 th{
    border: 1px solid;
	vertical-align:middle;
	text-align: center;
	min-width: 5em;
}
.ta9 td{
    border: 1px solid;
	vertical-align: middle;
	text-align: left;
	padding: 3px;
}

.ta9 div{
	width:40%;
	float:right;
	text-align: center;
	max-width: 240px;
	margin-left: 3px;
}
.ta9 div img{
	max-width: 100%;
	width: 100%;
	float:none;
	margin: 0;
}

.msg {
	color: red;
	font-weight: bold;
}
/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*通常時のボタンは非表示*/
body .nav-fix-pos-pagetop a {
	display: none;
}
/*fixmenu_pagetop.jsで設定している設定値になったら出現するボタンスタイル*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;animation-name: scroll;animation-duration: 1s;animation-fill-mode: forwards;
	width: 50px;		/*ボタンの幅*/
	line-height: 50px;	/*ボタンの高さ*/
	bottom: 50px;		/*ウィンドウの下から20pxの場所に配置*/
	right: 1%;			/*ウィンドウの右から1%の場所に配置*/
	border-radius: 50%;	/*角丸指定。50%にすると円形になる。四角形がいいならこの１行削除。*/
	background: #23b3e9 url("../images/icon_pagetop.png") no-repeat center;
	background-size: contain;

}

/*画面幅760px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:960px){
}

@media screen and (max-width:760px){

	/*全体の設定
	---------------------------------------------------------------------------*/
	body {
	/*	font-size: 18px;	/*文字サイズ*/
		line-height: 1.5;	/*行間*/
	}
	/*メニュー
	---------------------------------------------------------------------------*/
	/*メニュー１個あたりの設定*/
	#menubar li {
/*		display: block;	/*縦並びにする設定*/
		margin-bottom: 5px;
	}
	#menubar li a {
		text-decoration: none;
	}

	#logo img {
		width: 300px;	/*画像幅*/
	}
}

@media screen and (max-width:640px){
	body {
		width: 99%;
	}
}

