/* charset */
@charset "shift_jis";

body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #66C000;
	font-size: 0.875rem;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 500;
	text-align: center;
}
td { font-size:0.8125rem}

img { border-width: 0; }
strong { font-weight: bold; }
p {
	margin: .75em 0;
	line-height: 160%;
}
hr { margin: 30px 20px 30px 0; height: 1px; color: #AABBBB; }

.clear { clear: both; height: 0; display:block; visibility: hidden; }
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

/* ---------- Text ---------- */
a:link { color: #BB4400; text-decoration: underline; }
a:visited { color: #BB4400; text-decoration: underline; }
a:hover { color: #107710; text-decoration: underline; }
a:active { color: #107710; text-decoration: underline; }

.fontLL { font-size: 1.8em; }
.fontL { font-size: 1.4em; }

.fontM { font-size: 1em; }
.fontS { font-size: 0.75em; font-size/*\**/: 0.8em\9; _font-size: 0.8em; }
.fontSS { font-size: 0.65em; font-size/*\**/: 0.7em\9; _font-size: 0.7em; }

.fake { color: #FFFFFF; }
.indent { margin-left: 50px; }
.strike { text-decoration: line-through; }

.alignLeft { text-align: left; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }

h1,h2,h3,h4,h5,h6 {
	color: #333;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "hiragino kaku gothic pro", "meiryo", sans-serif;
	line-height: 1.25;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
	font-weight: bold;
}
h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 5px 20px 10px 0px;
	padding: 12px 0px 8px 24px;
	font-size: 1.25rem;
	font-weight: 600;
	color: #222;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	text-shadow: 0 1px 2px rgba(255,255,255,0.75);
	text-align: left;
	box-shadow: 0 1px 4px rgba(0,0,0,.175);
/*
	background-image: URL(img/h2.gif);
	background-repeat: no-repeat;
*/
	background-color: #cceec7;
	background: linear-gradient(90deg, hsla(112,52%,85%,1), hsla(112,52%,85%,0.5) 100%);
	position: relative;
}
h2::before {
	content: "";
	display: block;
	background: rgba(32,146,25,0.9);
	position: absolute;
	top:0;
	bottom: 0;
	left:10px;
	width: 6px;
	box-shadow: 1px 0 0 rgba(255,255,255,.5), 1px 0 2px rgba(0,0,0,.25) inset;
}

h3 {
	margin: 20px 20px 8px 0;
	padding: 9px 0 3px 18px;
	font-size: 1rem;
	line-height: 1.25;
	background-color: rgba(255,255,255,1);
	position: relative;
	display: block;
	border-top: 5px solid #1F9219;
	border-left:10px solid #1F9219;
	position: relative;
}
h3:not(.update)::before {
	content: "";
	display: block;
	width: 48px;
	height: 100%;
	border-top: 4px solid #1F9219;
	border-left: 4px solid #1F9219;
	box-shadow: -10px 0 0 0 #1F9219;
	border-radius: 20px 0 0 0;
	position: absolute;	
	top: -4px;
	left:0;
}
h3:not(.update)::after {
	content: "";
	display: block;
	background-color: rgba(242,154,17,1);
	border: 3px solid #fff;
	border-radius: 100%;
	width:16px;
	height: 16px;
	position: absolute;
	top: 6px;
	left: -6px;
}
h3.update {
	height: 30px;
	background-image: URL(img/h3_update.gif);
}

h4 {
	margin: 18px 0px 4px 0px;
	color: #107710;
}

h5 {
	font-weight: bold;
	color: #111111;
	margin: 16px 0px 4px;
}

.mark1 { color: #FF0000; }
.mark2 { color: #553311; }
.mark3 { color: #666666; }
.mark4 { color: #2200EE; }
.mark5 { color: #DD6622; }

.caution {
	margin: 10px 80px;
	padding: 10px;
	color: #990000;
	background-color: #FFEEEE;
	border: 3px #FF0000 double;
	text-align: center;
	font-weight: bold;
}

/* ---------- List ---------- */
ul {
	margin: 0;
	padding: 0;
	line-height: 160%;
	list-style: disc outside;
}
li {
	margin: 3px 0 3px 40px;

}
ol {
	padding-left: 1.5em;
	margin: 0.5em 0;
	list-style-type: decimal
}
ol li {
	list-style-type: inherit;
}
ul.custom-marker-list,
ol.custom-marker-list{
	list-style-type : none;
	padding-left: 1.5em;
}
ul.custom-marker-list li,
ol.custom-marker-list li {
	margin-left: 1.5em;
	position: relative
}
ul.custom-marker-list li .list-marker,
ol.custom-marker-list li .list-marker {
	position: absolute;
	top: 0;
	right: 100%;
	margin-right: 0.25em;
	white-space: nowrap;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "hiragino kaku gothic pro", "meiryo", sans-serif;
	font-feature-settings: "palt";
}

/* ---------- Form ---------- */
form {
	margin: 0;
	padding: 0;
}

/* ---------- Page Layout ---------- */
#header {
	margin: 0px auto;
	width: 1000px;
	height: 170px;
	background-color: #FFFFFF;
	background-image: URL(img/header_bg.gif);
	background-repeat: no-repeat;
	text-align: right;
}

#header_left {
	width: 710px;
	height: 100px;
	float: left;
}

#header_right {
	width: 290px;
	height: 100px;
	float: left;
	background-image: URL(img/header_right.gif);
	background-repeat: no-repeat;
}

#container {
	margin: 0px auto;
	width: 1000px;
	background-color: #FFFFFF;
}

#menu {
	width: 200px;
	height: 500px;
	float: left;
	text-align: left;
	background-image: URL(img/menu_bg.gif);
	background-repeat: no-repeat;
}
#menu ul {
	margin: 0;
	padding-left: 37px;
}
#menu ul li {
	margin: 0.25em 0;
	list-style: none;
}
#menu ul li a {
	display: block;
	padding: 2px 0 2px 28px;
	position: relative;
	color: #333;
	font: bold 14.5px / 28px  YuGothic, "Yu Gothic Medium", "Yu Gothic", "hiragino kaku gothic pro", "meiryo", sans-serif;
	letter-spacing: 0.025em;
	font-feature-settings: "palt";
	text-decoration: none;
}
#menu ul li a:hover {
	color: #732E02;
}
#menu ul li a::before {
	content: "";
	display: block;
	background-color: #F29A11;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	border-radius: 100%;
	position: absolute;
	top: 2px;
	left: 0;
}
#menu ul li a:hover::before {
	background-color: #F22511;
}
.menu {
	margin: 0px 0px 14px 40px;
}

#main {
	width: 800px;
	float: left;
	text-align: left;
}

#prev {
	margin: 2px 0px 5px 12px;
	text-align: left;
}

#footer {
	margin: 0 auto;
	width: 1000px;
}

#footer1 {
	height: 45px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: URL(img/footer1_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer1_left {
	width: 400px;
	height: 45px;
	float: left;
}
#index div#footer1_left img {
	margin: 12px 0px 0px 90px;
}

#footer1_right {
	padding: 15px 0px 2px 0px;
	width: 590px;
	float: left;
	text-align: right;
	color: #777777;
	font-size: 0.75em; font-size/*\**/: 0.8em\9; _font-size: 0.8em;
}
#footer1_right a:link { color: #777777; }
#footer1_right a:visited { color: #777777; }
#footer1_right a:hover { color: #BB4400; }
#footer1_right a:active { color: #BB4400; }

#footer2 {
	padding: 20px 0px;
	color: #553300;
	background-color: #DDBB55;
	font-size: 0.75em; font-size/*\**/: 0.8em\9; _font-size: 0.8em;
	text-align: left;
	line-height: 150%;
}
#footer2 img { margin: 0px 15px 0px 30px; }

#footer2 a:link { color: #553300; text-decoration: none; }
#footer2 a:visited { color: #553300; text-decoration: none; }
#footer2 a:hover { color: #553300; text-decoration: underline; }
#footer2 a:active { color: #553300; text-decoration: underline; }

#footer3 {
	padding: 3px 0px;
	color: #FFFFFF;
	background-color: #553300;
	font-size: 0.75em; font-size/*\**/: 0.8em\9; _font-size: 0.8em;
}

.path {
	font-size: 0.8em; font-size/*\**/: 0.9em\9; _font-size: 0.9em;
	color: #777777;
	margin-bottom: 7px;
}
.path a:link { color: #777777; text-decoration: none; }
.path a:visited { color: #777777; text-decoration: none; }
.path a:hover { color: #777777; text-decoration: underline; }
.path a:active { color: #777777; text-decoration: underline; }

.content {
	margin: 0.75em 20px 0.75em 10px;
}
.content p img {
	max-width: 100%;
	height: auto;
}

.content_left {
	width: 620px;
	float: left;
}

.content_right {
	width: 160px;
	float: left;
	text-align: center;
}

.navi {
	margin: 5px 0px;
	text-align: right;
	font-size: 0.75em; font-size/*\**/: 0.8em\9; _font-size: 0.8em;
	color: #F08800;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #BBBBBB;
}
.navi a:link { color: #553311; text-decoration: none; }
.navi a:visited { color: #553311; text-decoration: none; }
.navi a:hover { color: #BB4400; text-decoration: none; }
.navi a:active { color: #BB4400; text-decoration: none; }

.img_border {
	margin: 5px 0px;
	border: 1px solid #999999;
}

.update {
	margin-top: 35px;
	width: 800px;
	background-image: URL(img/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: right 50px;
}
.update_left {
	float: left;
}
.update_right {
	float: left;
}

.btn_mail {
	margin: 35px 10px 0px 0px;
}

.btn_map {
	margin: 10px 10px 0px 0px;
}

.link {
	margin: 0px 20px 20px 0px;
	padding-top: 20px;
	text-align: right;
	vertical-align: middle;
}

/* 新規就農パンフ */
.update_pamph {
	margin: 0px 0px 0px 40px;
	/* margin: 230px 0px 0px 40px; 旧IE用 */
}
/* 期間限定お知らせバナー */
.update_info {
	margin-left: 40px;
}

/* Work */
.work_list {
	margin: 10px auto;
	padding: 7px;
	width: 700px;
	color: #333333;
	border: 1px solid #999988;
	background-color: #F0F0E0;
	line-height: 250%;
	font-size: font-size: 0.75em; font-size/*\**/: 0.8em\9; _font-size: 0.8em;
	text-align: center;
}
.work_list a { font-size: 1.6em; font-weight: bold; }

/* Work - JobBank */
.bank_list {
	float: left;
	margin: 10px 10px 10px 0px;
	padding: 5px;
	width: 350px;	/* ver.1 315px */
	color: #333333;
	border: 1px solid #999988;
	background-color: #F0F0E0;
	line-height: 120%;
	font-size: font-size: 0.75em; font-size/*\**/: 0.8em\9; _font-size: 0.8em;;
	text-align: center;
}
.bank_list a { font-size: 1.6em; font-weight: bold; line-height: 220%; }
.bank_list p { text-align: left; }

.bank_left {
	float: left;
	width: 390px;
}
.bank_right {
	float: left;
	width: 390px;
}

.bank_recruit {
	margin: 20px 20px 20px 0px;
	padding: 7px 5px 5px 7px;
	border: 1px solid #F37733;
	background-color: #FFFCDD;
}
.bank_recruit h3 {
	color: #EE3300;
}

.bank_personal {
	margin: 20px 30px 20px 10px;
	padding: 5px;
	border: 1px solid #779999;
	background-color: #F3F3F0;
}

.table_bank1 { margin: 10px 0px; }
.table_bank1 td {
	padding: 1px 10px;
	text-align: center;
	line-height: 150%;
}
.table_bank1 td.td1 {
	background-color: #EEEEDD;
	border: 3px double #999988;
}
.table_bank1 td.td2 { color: #888888; }

.table_bank2 {
	margin: 10px 0px;
	border: 1px solid #000000;
}
.table_bank2 td {
	padding: 2px 5px 3px 2px;
	font-weight: bold;
	font-size: 1.2em;
}

.table_bank3 { margin: 10px 0px; }
.table_bank3 td { padding: 2px 10px 3px 2px; }

/* Start */
.start_extra {
	margin: 20px 30px;
	padding: 13px;
	text-align: center;
	border: 2px solid #998877;
	color: #444444;
	background-color: #F0F3F0;
}

/* Mail */
.mail_alart {
	margin: 10px;
	padding: 10px;
	width: 600px;
	border: 3px double #999988;
	background-color: #EEEEDD;
	text-align: center;
}

/* Info/Report */
.balloon {
	margin: 5px auto 15px auto;
	width: 680px;
}

.balloon_left {
	width: 100px;
	height: 107px;
	float: left;
	top: 200px;
}
.balloon_right {
	width: 680px;
	float: left;
	background-image: URL(img/balloon_bg.gif);
	background-repeat: repeat-y;
}

.balloon_main {
	margin: 0px 20px 0px 40px;
}
.balloon_main h4 {
	margin: -10px 15px 5px 0px;
	padding-bottom: 2px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #BBBBBB;
}

/* ---------- Table ---------- */
.table_center { margin-left: 15px; }
.table_center td { padding: 0px 15px 3px 0px; }

/* Update */
.table_update {
	margin-bottom: 15px;
	width: 530px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC;
	background-image: URL(img/tab_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
}
.table_update a:link { color: #553311; }
.table_update a:visited { color: #553311; }
.table_update a:hover { color: #107710; }
.table_update a:active { color: #107710; }

.table_update td {
	padding: 7px 8px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #CCCCCC;
}
.table_update td.td1 {
	width: 130px;
	white-space: nowrap;
	font-weight: bold;
}

/* Mail */
.table_mail {
	margin: 10px 0px 10px 5px;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #333333;
}
.table_mail td {
	padding: 4px 8px;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #333333;
}
.table_mail td.td1 {
	background-color: #CCE9C0;
}

/* Start */
.table_start { margin: 10px 0px 10px 20px; }
.table_start td {
	padding: 4px 20px;
	text-align: center;
}
.table_start td.td1 { background-color: #CCE9C0; }
.table_start td.td2 { color: #888888; }

/* Contract1 */
.table_contract1 {
	margin: 5px 0px 15px 5px;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #333333;
}
.table_contract1 td {
	padding: 4px 8px;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #333333;
}
.table_contract1 td.td1 {
	text-align: center;
	background-color: #CCE9C0;
}

/* Contract2 */
.table_contract2 { margin: 10px 0px 10px 20px; }
.table_contract2 td {
	padding: 2px 20px;
	text-align: center;
	line-height: 150%;
}
.table_contract2 td.td1 {
	background-color: #EEEEDD;
	border: 3px double #999988;
}
.table_contract2 td.td2 { color: #888888; }

/* ---------- Admin ---------- */
.admin_menu {
	margin: 0px 0px 10px 43px;
	color: #F08800;
	line-height: 150%;
}
.admin_menu strong { color: #107710; }
.admin_menu a:link { color: #000000; text-decoration: none; }
.admin_menu a:visited { color: #000000; text-decoration: none; }
.admin_menu a:hover { color: #BB4400; text-decoration: none; }
.admin_menu a:active { color: #BB4400; text-decoration: none; }

.admin_submit {
	margin: 15px auto;
	padding: 3px;
	background-color: #CCDDCC;
	text-align: center;
}

.admin_msg {
	margin: 10px;
	padding: 5px;
	border: 2px #DDBB99 solid;
	background-color: #FFF9DD;
	text-align: center;
}

.admin_list {
	width: 740px;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #999999;
}
.admin_list th {
	padding: 4px 8px;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #999999;
	background-color: #E3E3E3;
}
.admin_list td {
	padding: 4px 8px;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #999999;
}
