	
.font16 {  font-size: 16pt}
.font14 {  font-size: 14pt}
.font12 {  font-size: 12pt}
.font11 {  font-size: 11pt}
.font10 {  font-size: 10pt}
.font9 {  font-size: 9pt}
.font8 {  font-size: 8pt}


body {
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../img/common/bggreen.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#menu {
	background-color: #999999;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "FOT-ロダン Pro M", "ＤＦＰ華康ゴシック体W3", "メイリオ", "ＭＳ Ｐゴシック", "Osaka", "Meiryo";
}

#menu a{
	display:block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu a:hover{
	background-color:#9FA99A;
	vertical-align: middle;

}

#menu td{
	vertical-align: middle;
}


#menuup {
	background-color: #999999;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "FOT-ロダン Pro M", "ＤＦＰ華康ゴシック体W3", "メイリオ", "ＭＳ Ｐゴシック", "Osaka", "Meiryo";
}

#menuup a{
	display:block;
	color: #006666;
	text-decoration: none;
	font-weight: bolder;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menuup a:hover{
	background-color:#9FA99A;
	vertical-align: middle;
	color: #FFFFFF;
}

#menuup td{
	vertical-align: middle;
	width: 150px;

}


a:link {
	color: #006666;
}
a:hover {
	color: #006600;
	background-color: #CCCCCC;
}
.plantable { 
	font-size:0.75rem; 
}
.plantable td{
	padding:2px 2px;
 line-height:0.9em;
}


.hpdstitle { 
	background-color:#354264;
	border: solid 1px;
	border-color:#FFFFFF;
	color:#FFFFFF;
	font-size:1.05em;
	width:100%;
	padding:10px 0px;
	margin-bottom:5px;
}
.hpdscont { 
	z-index: 111112;
	padding: 10px 0px;
	width:300px;
}

.button {
  -moz-border-radius: 24px;
  -moz-box-shadow: #000000 1px 1px 2px;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 24px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  background-color: #213f2a;
  background-image: -moz-linear-gradient(169deg, #4d755d, #213f2a);
  background-image: -ms-linear-gradient(169deg, #4d755d, #213f2a);
  background-image: -o-linear-gradient(169deg, #4d755d, #213f2a);
  background-image: -webkit-linear-gradient(169deg, #4d755d, #213f2a);
  background-image: linear-gradient(169deg, #4d755d, #213f2a);
  border-radius: 24px;
  border: 1px solid #c5e2d0;
  box-shadow: #000000 1px 1px 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
	text-align:center;
	width:298px;
  margin: auto;
  padding-bottom: 14px;
/*  padding-left: 18px;
  padding-right: 17px;*/
  padding-top: 15px;
  text-decoration: none;
  text-shadow: #000000 0px 0px 0px;
  transition: all 0.2s ease-in-out;
}

.button:hover {
  -moz-box-shadow: #e5ef85 1px 1px 2px;
  background-color: #1fdb83;
  background-image: -moz-linear-gradient(169deg, #10a87e, #1fdb83);
  background-image: -ms-linear-gradient(169deg, #10a87e, #1fdb83);
  background-image: -o-linear-gradient(169deg, #10a87e, #1fdb83);
  background-image: -webkit-linear-gradient(169deg, #10a87e, #1fdb83);
  background-image: linear-gradient(169deg, #10a87e, #1fdb83);
  color: #ffffff;
	border: 1px solid #50be7e;
  box-shadow: #e5ef85 1px 1px 2px;
  padding-bottom: 15px;
/*  padding-left: 17px;
  padding-right: 18px;*/
  padding-top: 14px;
}
.hpdscont a{
  color: #ffffff;
}





.cp_ipcheck {
	width: 90%;
	text-align: left;
	z-index: 99999;
}
.cp_ipcheck label {
	position: relative;
	display: block;
	left: 20px;
	width: 100%;
	z-index: 99999;
}
#d_rb1 {
	left: 10px;
}
.cp_ipcheck label input[type='checkbox'] {
	position: relative;
	display: inline-block;
	float: left;
	margin-top: 3px;
	margin-right: 15px;
}
.cp_ipcheck label input[type='checkbox']:checked + div span {
	z-index: 99999;
	position: absolute;
	top: -5px;
	left: 100%;
	display: inline-block;
	visibility: visible;
	clear: both;
	margin: 0 0 0 20px;
	padding: 8px 15px;
	transition: transform 200ms ease;
	transform: translateX(0px);
	text-align: center;
	white-space: nowrap;
	color: #ffffff;
	border-radius: 4px;
	background-color: rgba(34, 34, 34, 0.9);
	box-shadow: 0 0 10px rgba(34, 34, 34, 0.2);
}
.cp_ipcheck label input[type='checkbox']:checked + div span:before {
	z-index: 99999;
	position: absolute;
	top: 4px;
	left: -1px;
	content: '';
	transform: rotate(45deg);
	border-top: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid rgba(34, 34, 34, 0.9);
}
.cp_ipcheck label div {
	z-index: 99999;
	position: relative;
	display: inline-block;
}
.cp_ipcheck label div span {
	position: absolute;
	visibility: hidden;
	transition: transform 200ms ease;
	transform: translateX(-10px);
}
.cp_ipcheck label:nth-of-type(1) input[type='checkbox']:checked + div span {
background-color: #2e9b72;
}
.cp_ipcheck label:nth-of-type(1) input[type='checkbox']:checked + div span:before {
border-top: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid rgba(46,156,114, 0.9);
}
.cp_ipcheck label:nth-of-type(2) input[type='checkbox']:checked + div span {
background-color: #36509a;
}
.cp_ipcheck label:nth-of-type(2) input[type='checkbox']:checked + div span:before {
border-top: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid rgba(54,80,154, 0.9);
}
.cp_ipcheck label:nth-of-type(3) input[type='checkbox']:checked + div span {
background-color: #f7c735;
}
.cp_ipcheck label:nth-of-type(3) input[type='checkbox']:checked + div span:before {
border-top: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid rgba(247,199,53, 0.9);
}
.cp_ipcheck label:nth-of-type(4) input[type='checkbox']:checked + div span {
background-color: #a62e7a;
}
.cp_ipcheck label:nth-of-type(4) input[type='checkbox']:checked + div span:before {
border-top: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid rgba(166,46,122, 0.9);
}
.cp_ipcheck label:nth-of-type(5) input[type='checkbox']:checked + div span {
background-color: #da3c41;
}
.cp_ipcheck label:nth-of-type(5) input[type='checkbox']:checked + div span:before {
border-top: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid rgba(218,60,65, 0.9);
}