﻿@charset "utf-8";
/*基本設定*/
* {
	margin: 0;
	outline: 0;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type: none;
	/*z-index:1;*/
}
h1 {
	text-align: right;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*-webkit-backface-visibility: hidden;*/
	/*backface-visibility: hidden;*/
	image-rendering: auto;
	image-orientation: from-image;
}
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt5 {
	margin-top: 5px;
}
.mb5 {
	margin-bottom: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}

.right {
	text-align: right;
}

.f_left {
	float: left;
	margin-left: 10px;
}
.f_right {
	float: right;
}

.cent {
	margin-left: 2px;
	margin-right: 2px;
}

.outdata {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #339900 !important;
	height: 40px;
}
.dash_outdata {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #808080 !important;
	height: 40px;
}
.tb_border_deep {
	font-size: 13px;
	color: #333333;
	background-color: #CCFF99 !important;
}
.tb_border_deep:hover {
	font-size: 13px;
	color: #333333;
	background-color: #ccc !important;
}
.tb_border_thin {
	font-size: 13px;
	color: #333333;
	background-color: #FFFFFF !important;
}
.tb_border_thin:hover {
	font-size: 13px;
	color: #333333;
	background-color: #ccc !important;
}
.tb_border_grey {
	font-size: 13px;
	color: #333333;
	background-color: #AAAAAA !important;
}
.tb_border_aliceblue {
	font-size: 13px;
	color: #333333;
	background-color: #F0F8FF !important;
}
.tb_border_snow {
	font-size: 13px;
	color: #333333;
	background-color: #FFFAFA !important;
}
.tb_border_red {
	color: #FFFFFF;
	background-color: #FF0000 !important;
}
.tb_border_orange {
	color: #FFFFFF;
	background-color: #FFA500 !important;
}
.tb_border_yellow {
	color: #000000;
	background-color: #FFFF00 !important;
}
.tb_border_check {
	color: #000000;
	background-color: #CCFF99 !important;
}
.tb_border_white {
	color: #000000;
	background-color: #FFFFFF !important;
}
.tb_border_blue {
	color: #FFFFFF;
	background-color: #0000FF !important;
}
.tb_border_navy {
	color: #FFFFFF;
	background-color: #000080 !important;
}
.tb_border_check {
	font-size: 13px;
	color: #333333;
	background-color: #DDFFFF !important;
}
.tb_border_bdclass {
	color: #FFFFFF;
	background-color: #35a285 !important;
}
.tb_border_bdclass2 {
	color: #FFFFFF;
	background-color: #e35332 !important;
}
.tb_border_bdclass3 {
	color: #FFFFFF;
	background-color: #1d6dea !important;
}
.tb_border_thin_fmap {
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF !important;
	height: 30px;
}
.tb_border_thin_fmap:hover {
	font-size: 14px;
	color: #333333;
	background-color: #ccc !important;
}
.tb_border_thin_fmap td {
	font-size: 14px;
}
.tb_border_read {
	font-size: 13px;
	color: #333333;
	background-color: beige !important;
}
.tb_border_read:hover {
	font-size: 13px;
	color: #333333;
	background-color: #ccc !important;
}

.red {
	color: #FF0000;
}

.blue {
	color: #0000FF;
}

.fontbig {
	font-size: 20px;
}

#search {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 1200px;
	min-width: 1000px;
}

.contents_waku {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border: 0px solid #CCCCCC;
	width: 100%;
	max-width: 1200px;
	min-width: 1000px;
}
.create {
	margin-right: 10px;
	text-align: right;
}
.reload {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* clearfix */
.clearfix {
	width: 100%;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
header {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #88BB00;
}
#header_980 {
	width: 100%;
	min-width: 960px;
}

header nav {
	float: left;
	height: 72px;
}

header nav ol {
	margin: 0;
	padding: 0;
}

header nav ol li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#header_status {
	float: left;
	margin-left: 10px;
	display: inline;
}
#header_left {
	display: inline;
}

#header_status p {
	margin-top: 3px;
	margin-bottom: 2px;
}

#header_setting {
	float: right;
	margin-right: 5px;
}
#header_navi a img {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#inner_left {
	float: left;
}

article {
	margin: 0;
	padding: 0;
}
article nav {
	background-color: #88BB00;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
article nav a {
	color: #333333;
	background-color: #CCCCCC;
	text-decoration: none;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	white-space: nowrap;
	line-height: 35px;
}
article nav a:hover {
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.second_selected {
	color: #333333 !important;
	background-color: #FFFFFF !important;
	text-decoration: none;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#sub_navi {
	min-width: 820px;
}
#sub_navi ul li {
	float: left;
	color: #FFFFFF;
	margin-left: 7px;
	background-repeat: no-repeat;
	background-position: 10px center;
	display: block;
	background-color: #64a800;
}
#sub_navi a {
	float: left;
	background-color: #666666;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/new_common/sub_arrow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	display: block;
	text-decoration: none;
}

#sub_navi a:hover {
	float: left;
	background-color: #64a800;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/new_common/sub_arrow.png);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	display: block;
	text-decoration: none;
}
#sub_navi .sub_create a {
	float: left;
	background-color: #CC3300;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/new_common/sub_create.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: block;
	text-decoration: none;
}

#sub_navi .sub_create a:hover {
	float: left;
	background-color: #CC9900;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/new_common/sub_create.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: block;
	text-decoration: none;
}

#sub_navi a.selected {
	float: left;
	background-color: #88BB00;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/new_common/sub_arrow.png);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	display: block;
	text-decoration: none;
}

#sub_navi a.selected2 {
	float: left;
	background-color: #88BB00;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/new_common/sub_arrow2.png);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	display: block;
	text-decoration: none;
}

#sub_navi .map a {
	float: left;
	background-color: #0066FF;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/google_map_satellite.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: block;
	text-decoration: none;
}

#sub_navi .map a:hover {
	float: left;
	background-color: #0099FF;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/google_map_satellite.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: block;
	text-decoration: none;
}

#sub_navi .imgdown a {
	float: left;
	background-color: #0066FF;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/picture_save.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: block;
	text-decoration: none;
}

#sub_navi .imgdown a:hover {
	float: left;
	background-color: #0099FF;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/picture_save.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: block;
	text-decoration: none;
}

#sub_navi .csvdl a {
	float: left;
	background-color: #0066FF;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/document_export24.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	display: block;
	text-decoration: none;
}

#sub_navi .csvdl a:hover {
	float: left;
	background-color: #0099FF;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/document_export24.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	display: block;
	text-decoration: none;
}

#sub_navi .csvim a {
	float: left;
	background-color: #00AA00;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/document_import24.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	display: block;
	text-decoration: none;
}

#sub_navi .csvim a:hover {
	float: left;
	background-color: #00BB00;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/document_import24.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	display: block;
	text-decoration: none;
}

#sub_navi .ganttchart a {
	float: left;
	background-color: #0066FF;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/table_heatmap.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: block;
	text-decoration: none;
}

#sub_navi .ganttchart a:hover {
	float: left;
	background-color: #0099FF;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/table_heatmap.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: block;
	text-decoration: none;
}

#sub_navi .xlsdl a {
	float: left;
	background-color: #0066FF;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/excel_exports.png);
	background-size: auto 24px;
	background-repeat: no-repeat;
	background-position: 5px 4px;
	display: block;
	text-decoration: none;
}

#sub_navi .xlsdl a:hover {
	float: left;
	background-color: #0099FF;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/excel_exports.png);
	background-size: auto 24px;
	background-repeat: no-repeat;
	background-position: 5px 4px;
	display: block;
	text-decoration: none;
}

#sub_navi .list a {
	float: left;
	background-color: #0066FF;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: 0px 0px !important;
	display: block;
	text-decoration: none;
}

#sub_navi .nolist a {
	float: left;
	background-color: #CCCCCC;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: 0px 0px !important;
	display: block;
	text-decoration: none;
}

#sub_navi .nolist a:hover {
	float: left;
	background-color: #0066FF;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: 0px 0px !important;
	display: block;
	text-decoration: none;
}

#sub_navi .cog a {
	float: left;
	background-color: #0066FF;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/cog.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	display: block;
	text-decoration: none;
}

#sub_navi .cog a:hover {
	float: left;
	background-color: #0099FF;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/cog.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	display: block;
	text-decoration: none;
}

#sub_navi .sparam a {
	float: left;
	background-color: #CC6600;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/sparam.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	display: block;
	text-decoration: none;
}

#sub_navi .sparam a:hover {
	float: left;
	background-color: #CC6600aa;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/sparam.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	display: block;
	text-decoration: none;
}

#bk_navi {
	width: 80px;
	height: 25px;
}
#bk_navi ul li {
	float: left;
	color: #FFFFFF;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: 10px center;
	display: block;
	background-color: #64a800;
}

#bk_navi .bk_db a {
	float: left;
	background-color: #777777;
	color: #FFFFFF;
	width: 40px;
	height: 17px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 25px;
	padding-bottom: 4px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/database_save_s.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	display: block;
	text-decoration: none;
}

#bk_navi .bk_db a:hover {
	float: left;
	background-color: #888888;
	color: #FFFFFF;
	width: 40px;
	height: 17px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 25px;
	padding-bottom: 4px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/database_save_s.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	display: block;
	text-decoration: none;
}

#bk_navi .bk_img a {
	float: left;
	background-color: #777777;
	color: #FFFFFF;
	width: 40px;
	height: 17px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 25px;
	padding-bottom: 4px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/picture_save_s.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	display: block;
	text-decoration: none;
}

#bk_navi .bk_img a:hover {
	float: left;
	background-color: #888888;
	color: #FFFFFF;
	width: 40px;
	height: 17px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 25px;
	padding-bottom: 4px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/picture_save_s.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	display: block;
	text-decoration: none;
}

#inner_right {
	float: right;
}

a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background-color: transparent;
}
.pgtop {
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
}
#main_contents {
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main_contents .resalt {
	margin-top: 10px;
	margin-bottom: 10px;
}
#main_contents .resalt .resalt_300 {
	width: 300px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #CCCCCC;
}
#main_contents .resalt .resalt_320 {
	width: 320px;
	border: 1px solid #CCCCCC;
}
#main_contents .resalt .resalt_400 {
	width: 400px;
	border: 1px solid #CCCCCC;
}

#main_contents .resalt .resalt_475 {
	width: 475px;
	border: 1px solid #CCCCCC;
}

#main_contents .resalt .resalt_640 {
	width: 630px;
	border: 1px solid #CCCCCC;
}

#main_contents .resalt .resalt_960 {
	width: 960px;
}
#main_contents .resalt .resalt_free {
	min-width: 960px;
	border: 1px solid #CCCCCC;
}

#main_contents_960 {
	width: 960px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main_contents .resalt_step {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	height: 425px;
	width: 960px;
}
.resalt_300 {
	width: 300px;
	border: 1px solid #CCCCCC;
}
.resalt_320 {
	width: 320px;
	border: 1px solid #CCCCCC;
}
.resalt_400 {
	width: 400px;
	/*border: 1px solid #CCCCCC;*/
}

.resalt_500 {
	width: 500px;
	/*border: 1px solid #CCCCCC;*/
}

.resalt_600 {
	width: 600px;
	/*border: 1px solid #CCCCCC;*/
}

.resalt_475 {
	width: 475px;
	border: 1px solid #CCCCCC;
}

.resalt_640 {
	width: 630px;
	border: 1px solid #CCCCCC;
}
.resalt_960 {
	width: 958px;
}
.resalt_free {
	width: auto;
	min-width: 960px;
	margin: 10px;
	height: 480px;
	overflow-y: auto;
}

.resalt_free2 {
	width: auto;
	min-width: 2250px;
	margin: 10px;
	height: 480px;
	overflow-y: auto;
}

.resalt_free_3 {
	width: auto;
	min-width: 960px;
	margin: 10px;
	height: auto;
	overflow-y: auto;
}

.resalt_free_4 {
	margin: 10px;
	max-height: 700px;
	overflow: auto;
}

.dialog_height200 {
	height: 200px;
	overflow: scroll;
}
.dialog_height250 {
	height: 250px;
	overflow: scroll;
}

#step1 {
	position: relative;
	height: auto;
	width: 960px;
	float: left;
}
#step2 {
	position: relative;
	height: auto;
	width: 960px;
	float: left;
}

.select_table {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.select_table td, th {
	padding: 2px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.select_table tr td p {
	margin-top: 3px;
	margin-bottom: 3px;
}

.select_table td.nonborder {
	border: none;
}

.select_table .readmore td {
	padding: 0px;
}

.select_table .readmore2 td {
	padding: 0px;
}

.select_table2 {
	width: auto;
	min-width: 2250px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.select_table2 th {
	background: #339900;
	padding: 8px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.select_table2 td {
	padding: 1px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	line-height: 16px;
}

.select_table2 tr td p {
	margin-top: 3px;
	margin-bottom: 3px;
}

.select_table2 .readmore td {
	padding: 0px;
}

.select_table2 .readmore2 td {
	padding: 0px;
}

.select_table3 {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.select_table3 th {
	background: #339900;
	padding: 8px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.select_table3 td {
	padding: 1px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	line-height: 16px;
}

.select_table3 tr td p {
	margin-top: 3px;
	margin-bottom: 3px;
}

.select_table3 .readmore td {
	padding: 0px;
}

.select_table3 .readmore2 td {
	padding: 0px;
}

.select_table4 {
	width: 99%;
	border: 1px solid #000000;
	border-collapse: collapse;
	table-layout: fixed;
}

.select_table4 th {
	background-color: #FFFFFF;
	color: #000000;
	padding: 2px;
	border: 1px solid #000000;
	border-collapse: collapse;
	line-height: 16px;
}

.select_table4 td {
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-collapse: collapse;
	line-height: 16px;
}

.select_table4 tr td p {
	margin-top: 3px;
	margin-bottom: 3px;
}

.select_table4 #bs {
	border-top-color    : #000000;
	border-bottom-color : #000000;
	border-left-color   : #808080;
	border-right-color  : #808080;
	border-top-style    : solid;
	border-bottom-style : solid;
	border-left-style   : none;
	border-right-style  : none;
}

.select_table4 #bs11 {
	border-top-color    : #808080;
	border-bottom-color : #808080;
	border-left-color   : #000000;
	border-right-color  : #808080;
	border-top-style    : solid;
	border-bottom-style : solid;
	border-left-style   : dotted;
	border-right-style  : dotted;
}

.select_table4 #bs15 {
	border-top-color    : #808080;
	border-bottom-color : #808080;
	border-left-color   : #808080;
	border-right-color  : #000000;
	border-top-style    : solid;
	border-bottom-style : solid;
	border-left-style   : dotted;
	border-right-style  : solid;
}

.select_table4 #bs21 {
	border-top-color    : #808080;
	border-bottom-color : #000000;
	border-left-color   : #000000;
	border-right-color  : #808080;
	border-top-style    : solid;
	border-bottom-style : solid;
	border-left-style   : dotted;
	border-right-style  : dotted;
}

.select_table4 #bs25 {
	border-top-color    : #808080;
	border-bottom-color : #000000;
	border-left-color   : #808080;
	border-right-color  : #000000;
	border-top-style    : solid;
	border-bottom-style : solid;
	border-left-style   : dotted;
	border-right-style  : solid;
}

.select_table4 #bs41 {
	border-top-color    : #000000;
	border-bottom-color : #000000;
	border-left-color   : #808080;
	border-right-color  : #808080;
	border-top-style    : solid;
	border-bottom-style : solid;
	border-left-style   : dotted;
	border-right-style  : dotted;
}

.select_table4 #bs45 {
	border-top-color    : #000000;
	border-bottom-color : #000000;
	border-left-color   : #808080;
	border-right-color  : #000000;
	border-top-style    : solid;
	border-bottom-style : solid;
	border-left-style   : dotted;
	border-right-style  : solid;
}

.select_table4 #bs3 {
	border: 1px solid #000000;
}

.plan_table {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
.plan_table th {
	background: #339900;
	padding: 8px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
.plan_table td {
	font-size: 12px;
	padding: 1px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	line-height: 15px;
}
.plan_table tr td p {
	margin-top: 1px;
	margin-bottom: 1px;
}

.plan_table .readmore td {
	padding: 0px;
}

.plan_table .readmore2 td {
	padding: 0px;
}

.search_table {
	border-collapse: collapse;
	width: 1050px;
}

.search_table th td {
	border: 1px solid #999999;
	padding: 3px;
	line-height: 25px;
}

.board_table {
	width: 100%;
	border: 1px solid #999999;
	border-collapse: collapse;
	background-color: #FFF;
}

.board_table th {
}

.board_table td {
	padding: 0px;
	line-height: 18px;
	border: none;
	/*border: 1px solid #999999;
	border-collapse: collapse;*/
}

#main_contents .gnavi {
	padding-top: 5px;
	margin: 10px;
}
#main_contents .detail_page ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#main_contents .detail_page ul li {
	background-color: #cccc99;
	list-style-type: none;
	display: inline;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#main_contents .detail_page ul li a {
	color: #333333;
}
.message ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 2px;
}

#main_contents .detail_page ul li a:hover {
	color: #FF3300;
}

.dash_box600 {
	margin: 5px 5px 0px 5px;
	float: left;
	width: 99%;
}

.dash_nouyakujouhou {
	list-style-position: inside;
}

.dash_box300 {
	margin: 5px 5px 5px 5px;
	float: left;
}

.dash_box300 h2 {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 13px;
	background-color: #663300;
}
.dash_box600 h2 {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 13px;
#	background-color: #663300;
#	background-color: #2f4174;
	background-color: #3a751c;
#	border-top-left-radius: 5px;
#	border-top-right-radius: 5px;
}

.dash_box300 .dash_contents {
	padding: 5px;
	border: 1px solid #999999;
	height: auto;
	overflow: auto;
}
.dash_box600 .dash_contents {
	padding: 5px;
#	border: 1px solid #999999;
	height: auto;
	overflow: auto;
	position: relative;
}
.dash_box600 .dash_contents td {
	font-size: 14px;
}

.dash_box600 .dash_contents td a {
	font-size: 14px;
}

#main_contents #check_list {
	text-align: right;
	margin: 5px;
}

.dashcontents_left {
	float: left;
	width: 40%;
	margin-left: 10px;
}

.dashcontents_center {
	float: left;
	width: 40%;
	margin-left: 10px;
}

.dashcontens_news {
	float: left;
	width: 20%;
	margin-right: 10px;
	margin-left: 10px;
}

footer {
	background-color: #EEFABF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 20px;
}
#login_box {
	height: 150px;
	width: 608px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	background-color: #88BB00;
	position: relative;
}
#login_obi {
	background-color: #835F3C;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#login_form .memory {
	clear: both;
	text-align: right;
	margin-right: 180px;
	padding-top: 20px;
}
#login_form .login_btn {
	text-align: right;
	display: block;
	height: 89px;
	width: 86px;
	padding-top: 15px;
	padding-right: 35px;
	padding-left: 25px;
	background-color: #498900;
	padding-bottom: 10px;
	position: absolute;
	top: 40px;
	right: 0px;
}

.login {
	float: left;
	margin-left: 35px;
}
.logmemory {
	color: #FFFFFF;
	margin-right: 15px;
}

.login input {
	margin-top: 10px;
	padding: 5px;
}
.resalt_h3 {
	background-color:#339900;
	vertical-align:middle;
	height:23px;
	font-size: 13px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}
.resalt_h4 {
	background-color: #DDFFFF;
	padding: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-top: 5px;
}

.result_other {
	background-color: #ccc;
	padding: 5px;
	margin: 10px;
}

.resalt_ul {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.detail_left {
	float: left;
	width: 800px;
}
.edit {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	color: #0000FF;
	text-decoration: underline;
}
.hedit {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	color: #0000FF;
	text-decoration: underline;
}
.tb_dialog_center {
	text-align: center;
}
.tb_dialog_center td {
	text-align: center;
	padding: 3px;
}

.rireki_sakusei {
	margin: 10px;
}
.rireki_sakusei .rireki_detail {
	border: 1px solid #CCCCCC;
	margin-top: -5px;
	padding: 10px;
}

#dialog table tr td input {
	width: auto;
	padding: 5px;
}

table.tbl1 {
	border-collapse:collapse;
	border:0px;
}

table.tbl1 tr td {
	padding:0px;
}

.edit_waku {
	background-color: #EEEEEE;
	border: 1px solid #666666;
	padding: 5px;
}
.readmore a {
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	display: block;
	padding: 10px;
	text-decoration: none;
}
.readmore a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
	text-align: center;
	display: block;
	padding: 10px;
	text-decoration: none;
}

.readmore2 a {
	width: auto;
	min-width: 2230px;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	display: block;
	padding: 10px;
	text-decoration: none;
}
.readmore2 a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
	text-align: center;
	display: block;
	padding: 10px;
	text-decoration: none;
}

input {
	vertical-align: middle;
	min-height: 20px;
}

select {
	min-height: 22px;
}

/**
 * 	履歴用CSS
 */
@media (max-width: 960px) {
	.record_result {
		width: 960px;
		margin: 0 0;
	}
}
@media (min-width: 961px) {
	.record_result {
		width: 100%;
		margin: 0 0;
	}
}

.right {
	margin: 0 10px 0 5px;
	text-align:right;
}

.record_result_100 {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.record_result_90 {
	float: left;
	width: 90%;
}

.record_result_85 {
	float: left;
	width: 85%;
}

.record_result_80 {
	float: left;
	width: 80%;
}

.record_result_70 {
	float: left;
	width: 70%;
}

.record_result_60 {
	float: left;
	width: 60%;
}

.record_result_55 {
	float: left;
	width: 55%;
}

.record_result_50 {
	float: left;
	width: 50%;
}

.record_result_50_right {
	float: right;
	text-align:right;
	padding-right:10px;
	width: 50%;
}
.record_result_45 {
	float: left;
	width:45%;
}

.record_result_40 {
	float: left;
	width:40%;
}

.record_result_35 {
	float: left;
	width:35%
}

.record_result_30 {
	float: left;
	width:30%
}

.record_result_30_right {
	float: right;
	text-align:right;
	padding-right:10px;
	width: 30%;
}

.record_result_25 {
	float: left;
	width: 25%;
}

.record_result_25_right {
	float: right;
	width: 25%;
}

.record_result_20 {
	float: left;
	width: 20%;
}

.record_result_15 {
	float: left;
	width: 15%;
}

.record_result_10 {
	float: left;
	width: 10%;
}

.record_result_inner_left {
	margin: 0  5px 0 10px;
	height: 480px;
	overflow-y: auto;
}

.record_result_inner_center {
	margin: 0  5px 0 5px;
	height: 480px;
	overflow-y: auto;
}

.record_result_inner_right {
	margin: 0 10px 0 5px;
	height: 476px;
	overflow-y: auto;
	border: 1px solid #CCCCCC;
}

.record_result_inner_center_half {
	margin: 0  5px 0 5px;
	height: 240px;
	overflow-y: auto;
}

.gnavi {
	padding-top: 5px;
	margin: 10px;
}

.detail_page ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.detail_page ul li {
	background-color: #cccc99;
	list-style-type: none;
	display: inline;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 5px;
}
.detail_page ul li a {
	color: #333333;
}

.detail_page ul li a:hover {
	color: #FF3300;
}

.non_select {
	height:269px;
	color:#FFFFFF;
	background:#666666;
	text-align: center;
	line-height: 269px;
}

.non_select2 {
	height:430px;
	color:#FFFFFF;
	background:#666666;
	text-align: center;
	line-height: 1.4em;
}

.non_select2_half {
	height:190px;
	color:#FFFFFF;
	background:#666666;
	text-align: center;
	line-height: 1.4em;
}

.non_select3 {
	padding-top: 215px;
	height:225px;
	color:#FFFFFF;
	background:#666666;
	text-align: center;
	line-height: 1.4em;
}

.non_select4 {
	height:440px;
	color:#FFFFFF;
	background:#666666;
	text-align: center;
	line-height: 1.4em;
}

.appIconBig {
	position: relative;
	top: 50%;
	left: 50%;
	max-width:40px;
	max-height:40px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index:0;
}

.trimming {
	margin: 0px !important;
	border-radius: 50%;
	-moz-border-image: border-radius: 50%;
	-webkit-border-image: border-radius: 50%;
	background-color:#808080;
	width: 30px;
	height: 30px;
	overflow: hidden;
}

.frame img {
	/*position: relative;*/
	/*display: inline-block;*/
	border-radius: 50%;
	-moz-border-image: border-radius: 50%;
	-webkit-border-image: border-radius: 50%;
	background-color:#808080;
	/*width: 30px;*/
	/*min-height: 30px;*/
	object-fit: contain;
}

.pr_resalt {
	width: auto;
	min-width: 960px;
	height: auto;
	margin: 1px;	/* 1px以上必須 */
	overflow-y: auto;
}

.pr_space_50_l {
	float: left;
	width: 50%;
}

.pr_space_50_r {
	float: right;
	width: 50%;
}

.pr_space_55_l {
	float: left;
	width: 55%;
}

.pr_space_45_r {
	float: right;
	width: 45%;
}

.in_space_100_l {
	float: left;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
}

.in_space_100_r {
	float: right;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
}

.label {
	font-size: 12px;
}

.titlebox {
	display: block;
	max-width: 130px;
	position: relative;
	background: white;
	opacity: 1;
	border: 1px solid #8B0000;
	background-color: #555;
	text-align: center;
}
.titlebox .inner .header{
	margin:2px;
	border: 1px solid #8B0000;
	font-size: 11px;
	background-color: #FFF;
	padding: 3px;
	color:#000;
}

.search_title {
	font-size: 20px;
	/*color: #FFF !important;*/
	background-color: #FFFFFF !important;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #D2691E;
	display: inline-block;
	min-width: 20px;
	height:26px;
	text-align: center;
}

.search_title_fam {
	font-size: 20px;
	color: #003399 !important;
	background-color: #FFFFFF !important;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #D2691E;
	display: inline-block;
	min-width: 20px;
	height:26px;
	text-align: center;
}

.search_title_adrs {
	font-size: 15px;
	/*color: #FFF !important;*/
	background-color: #FFFFFF !important;
	text-decoration: none;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #D2691E;
	display: inline-block;
	min-width: 20px;
	height:24px;
	text-align: center;
}

.search_title_orange {
	font-size: 20px;
	color: #FFF !important;
	background-color: #D2691E !important;
	border: 1px solid #D2691E;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	display: inline-block;
	width: 0px;
	text-align: center;
}

.search_title_blue {
	font-size: 20px;
	color: #FFF !important;
	background-color: #D2691E !important;
	border: 1px solid #D2691E;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	display: inline-block;
	min-width: 20px;
	text-align: center;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/house_1.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.search_title_red {
	font-size: 20px;
	color: #FFF !important;
	background-color: #D2691E !important;
	border: 1px solid #D2691E;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	display: inline-block;
	min-width: 20px;
	text-align: center;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/house_2.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.search_title_black {
	font-size: 20px;
	color: #FFF !important;
	background-color: #D2691E !important;
	border: 1px solid #D2691E;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	display: inline-block;
	min-width: 20px;
	text-align: center;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/house_3.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.search_title_green {
	font-size: 20px;
	color: #FFF !important;
	background-color: #D2691E !important;
	border: 1px solid #D2691E;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	display: inline-block;
	min-width: 20px;
	text-align: center;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/house_4.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.search_title_pink {
	font-size: 20px;
	color: #FFF !important;
	background-color: #D2691E !important;
	border: 1px solid #D2691E;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	display: inline-block;
	min-width: 20px;
	text-align: center;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/house_5.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.search_title_yellow {
	font-size: 20px;
	color: #FFF !important;
	background-color: #D2691E !important;
	border: 1px solid #D2691E;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	display: inline-block;
	min-width: 20px;
	text-align: center;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/house_6.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

#sub_navi .sub_search a {
	float: left;
	background-color: #CC3300;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/magnifier.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	display: block;
	text-decoration: none;
}

#sub_navi .sub_search a:hover {
	background-color: #CC9900;
}

.resalt_title_fixed {
	width: auto;
	margin: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.resalt_fixed {
	width: auto;
	margin: 5px;
	margin-top: 0px;
	overflow-y: auto;
	height: 480px;
}

.search_disable {
	font-size: 14px;
	color: #000 !important;
	background-color: #FFF !important;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border: 1px solid #CCCCCC;
	display: inline-block;
	min-width: 20px;
	text-align: center;
}

.search_disable:hover {
	color: #000 !important;
	background-color: #FFCC00 !important;
	border: 1px solid #FFCC00;
}

.search_selected {
	font-size: 14px;
	color: #000 !important;
	background-color: #FFCC00 !important;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border: 1px solid #FFCC00;
	display: inline-block;
	min-width: 20px;
	text-align: center;
}

.title_table {
	width: 100%;
}

.title_table th {
	padding: 5px;
	line-height: 16px;
	border: 1px solid #9CF;
	background: #9CF;
}

#search2 {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 0px;
}

#main_contents2 {
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.record_btable {
	width: 100%;
	border: 10px solid #AAAAAA;
	border-collapse: collapse;
	/*table-layout: fixed;*/
}

.record_btable th {
	font-size: 13px;
	padding: 1px;
	line-height: 15px;
	height: 31px;
	border: 5px solid #AAAAAA;
	border-collapse: collapse;
}

.record_btable td {
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	line-height: 15px;
	height: 35px;
	border: 5px solid #AAAAAA;
	border-collapse: collapse;
}

.record_table {
	width: 100%;
}

.record_table th {
	font-size: 16px;
	font-weight: bold;
	padding: 2px;
	border: none;
}

.record_table td {
	font-size: 15px;
	padding: 2px;
	border: none;
	color:#000;
	height: 16px;
	line-height: 15px;
}

.infobox {
	display: block;
	min-width: 350px;
	max-width: 400px;
	position: relative;
	background: white;
	opacity: 1;
	border: 1px solid #555;
}
.infobox .inner .header{
	font-size: 15px;
	background-color: #555;
	padding: 3px;
	color:#fff;
}
.infobox .inner .container {
	/*max-height: 120px;
	overflow-y: auto;*/
	padding: 3px;
	font-size: 14px;
}
.infobox .inner .footer {
	text-align: right;
	padding: 3px;
}
.infobox .inner {
	/*border-bottom: 5px solid #0dcdbd;*/
}
.infobox img {
	z-index: 1
}

.search_infobox {
	font-size: 15px;
	color: #FFF !important;
	/*background-color: #FFFFFF !important;*/
	text-decoration: none;
	padding: 0px;
	/*border: 1px solid #FFFFFF;*/
	display: inline-block;
	/*min-width: 20px;*/
	/*height:15px;*/
	/*width: calc(100% - 7px);*/
	text-align: left;
}

.prodfield_left_tbl {
	height: 50%;
	overflow-y:auto;
}

.rltfamfieldmap_left_tbl {
	height: 100%;
	overflow-y:auto;
}

.search_disable {
	font-size: 14px;
	color: #000 !important;
	background-color: #FFF !important;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border: 1px solid #CCCCCC;
	display: inline-block;
	min-width: 20px;
	text-align: center;
}

.search_disable:hover {
	color: #000 !important;
	background-color: #FFCC00 !important;
	border: 1px solid #FFCC00;
}

.search_selected {
	font-size: 14px;
	color: #000 !important;
	background-color: #FFCC00 !important;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border: 1px solid #FFCC00;
	display: inline-block;
	min-width: 20px;
	text-align: center;
}

.search_title {
	font-size: 20px;
	/*color: #FFF !important;*/
	background-color: #FFFFFF !important;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #D2691E;
	display: inline-block;
	min-width: 20px;
	height:26px;
	text-align: center;
}

.search_title_fam {
	font-size: 20px;
	color: #003399 !important;
	background-color: #FFFFFF !important;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #D2691E;
	display: inline-block;
	min-width: 20px;
	height:26px;
	text-align: center;
}

.search_title_adrs {
	font-size: 15px;
	/*color: #FFF !important;*/
	background-color: #FFFFFF !important;
	text-decoration: none;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #D2691E;
	display: inline-block;
	min-width: 20px;
	height:24px;
	text-align: center;
}

.search_title_orange {
	font-size: 20px;
	color: #FFF !important;
	background-color: #D2691E !important;
	border: 1px solid #D2691E;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	display: inline-block;
	width: 0px;
	text-align: center;
}

.search_title_blue {
	font-size: 20px;
	color: #FFF !important;
	background-color: #0000FF !important;
	border: 1px solid #D2691E;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-right: 5px;
	display: inline-block;
	width: 10px;
	height: 11px;
	text-align: center;
}

.search_title_skyblue {
	font-size: 20px;
	color: #FFF !important;
	background-color: #87CEEB !important;
	border: 1px solid #D2691E;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-right: 5px;
	display: inline-block;
	width: 10px;
	height: 11px;
	text-align: center;
}

.search_title_violet {
	font-size: 20px;
	color: #FFF !important;
	background-color: #8e00cc !important;
	border: 1px solid #D2691E;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-right: 5px;
	display: inline-block;
	width: 10px;
	height: 11px;
	text-align: center;
}

.search_title_yellow {
	font-size: 20px;
	color: #FFF !important;
	background-color: #FFFF00 !important;
	border: 1px solid #D2691E;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-right: 5px;
	display: inline-block;
	width: 10px;
	height: 11px;
	text-align: center;
}

.search_title_pink {
	font-size: 20px;
	color: #FFF !important;
	background-color: #FF00FF !important;
	border: 1px solid #D2691E;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-right: 5px;
	display: inline-block;
	width: 10px;
	height: 11px;
	text-align: center;
}

.search_title_red {
	font-size: 20px;
	color: #FFF !important;
	background-color: #FF0000 !important;
	border: 1px solid #D2691E;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-right: 5px;
	display: inline-block;
	width: 10px;
	height: 11px;
	text-align: center;
}

.contents_waku_rffmap {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border: 0px solid #CCCCCC;
	width: 100%;
	max-width: 1100px;
}

.infomenu {
	display: block;
	min-width: 150px;
	max-width: 200px;
	position: relative;
	background: white;
	opacity: 1;
	border: 1px solid #555;
}
.infomenu .inner .header{
	font-size: 15px;
	background-color: #555;
	padding: 0px;
	color:#fff;
}
.infomenu .inner .container {
	/*max-height: 120px;
	overflow-y: auto;*/
	padding: 0px;
	font-size: 14px;
}
.infomenu .inner .footer {
	text-align: right;
	padding: 0px;
}
.infomenu .inner {
	/*border-bottom: 5px solid #0dcdbd;*/
}
.infomenu img {
	z-index: 1
}

.search_infomenu {
	font-size: 13px;
	color: #000 !important;
	background-color: #FFFFFF !important;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #FFFFFF;
	display: inline-block;
	/*min-width: 20px;*/
	/*height:15px;*/
	width: calc(100% - 7px);
	text-align: left;
}

.search_infomenu:hover {
	background-color: #E6E6FA !important;
}

.infomenu_table {
	width: 100%;
}

.infomenu_table th {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	border: none;
}

.infomenu_table td {
	font-size: 15px;
	padding: 0px;
	border: none;
	color:#000;
	/*height: 16px;*/
	/*line-height: 15px;*/
}

table#uetsukeresult thead td, table#syukkaresult thead td {
	font-size:12px;
}

.tab {
	overflow:hidden;
	cursor : pointer;
}
.tab li {
	background:#ccc;
	padding:5px 25px;
	float:left;
	margin-right:1px;
	border-radius:7px 7px 0 0;
}
.tab li.select {
	background:#75A9FF;
	font-weight: bold;
}
.tabcontent li {
	background:#fff; padding:5px;
	border: 1px solid #ccc;
}
.hide {
	display:none;
}

.glistTab {
	border: #ccc solid 1px;
	background-color: #efefef;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
#	white-space: nowrap;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	opacity: 1;
	text-align: center;
	width: 100%;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
#	box-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.2 );
	z-index: 10;
	cursor : pointer;
}

.glistTabSelected {
	border: #339900 solid 1px;
	background-color: #339900;
	color: #ffffff;
	font-size: 12px;
	font-weight:bold;
#	white-space: nowrap;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	opacity: 1;
	text-align: center;
	width: 100%;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	box-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.2 );
	z-index: 10;
	cursor : pointer;
}

#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba( 36, 36, 36, 0.55 );
	z-index: 10;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #ffffff;
	z-index: 11;
}

input[type="button"]:hover {
	cursor : pointer;
}

.dashlinklabel:hover {
	cursor: pointer;
	cursor: hand;
	color: #0044CC;
	background-color: #ffffff;
	text-decoration: underline;
}

.nisshi_h {
	background-color: #008080;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/nisshi_h.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	text-decoration: none;
	width:50px;
	height:28px;
}

.nisshi_h:hover {
	background-color: #008080aa;
}

.nisshi_v {
	background-color: #CC6600;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(https://cdn.farm-post.com/fpts/images/btn/nisshi_v.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	text-decoration: none;
	width:50px;
	height:28px;
}

.nisshi_v:hover {
	background-color: #CC6600aa;
}

.playbutton {
	width: auto;
	padding:0;
	margin:0;
	background:none;
	border:0;
	font-size:0;
	line-height:0;
	overflow:visible;
	cursor:pointer;
}

.sticky_table {
	width: 100%;
	/*min-width: 2250px;*/
	/*border: 1px solid #CCCCCC;*/
	border-collapse: separate;
}

.sticky_table th {
	background: #339900;
	padding: 2px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 0px;
	border-bottom: 0px;
}

.sticky_table td {
	padding: 1px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 0px;
	border-bottom: 0px;
}

.sticky_table tr td p {
	margin-top: 3px;
	margin-bottom: 3px;
}

.sticky_table .readmore td {
	padding: 0px;
}

.sticky_table .readmore2 td {
	padding: 0px;
}

.sticky_table th:first-child {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
	border-left: 1px solid #CCCCCC;
}

.sticky_table thead th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 0;
}

.sticky_table td:first-child {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 0;
	border-left: 1px solid #CCCCCC;
}

.sticky_table tr:nth-child(odd) td {
	/*background-color: #FFF;*/
}

.sticky_table tr:nth-child(even) td {
	/*background-color: #CCFF99;*/
}

.sticky_table tr:hover td {
	background-color: #ccc !important;
}

.sticky_table tr:last-child td{
	border-bottom:1px solid #CCCCCC;
}

.tenpu a{
	display: contents;
	margin-bottom: 5px;
	color: mediumblue;
}
.tenpu a img{
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}
