@charset "utf-8";
/*==================
base
====================*/
*{
	font-size: 100%; /*16px*/
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
	position: relative;
}
html {
}
body {
	font-size: 87.5%; /*14px*/
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0px auto;
	padding: 0px;
	background: #969;
	-webkit-text-size-adjust: 100%;
}
/*@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}*/
img {
	border: 0;
	vertical-align: middle;
}
a {
	outline: none;
}
a:link, a:visited, a:active {
	color: #039;
	text-decoration: underline;
}
a:hover {
	color: #06C;
	text-decoration: none;
}
a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#bg {
	background: #FFF;
	margin-top: 5px;
}

/*-----header-----*/
#headarea, #container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#headarea {
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
	overflow: hidden;
}
#headarea h1 {
	float: left;
	width: 230px;
	margin-top: 10px;
}
#hdrt {
	float: right;
	width: 18em;
}
#headarea h2 {
	margin-bottom: 5px;
	font-size: 100%;
}
#headarea h3 {
	font-size: 100%;
	background: url(../img/hdmail.jpg) no-repeat left;
	padding-left: 25px;
}

/*-----contents-----*/
#container {
	padding-top: 20px;
	overflow: hidden;
	position: relative;
}
#left {
	float: left;
	width: 250px;
}
#right {
	float: right;
	width: 720px;
}

/*-----global navigation-----*/
#gnavi {
	background: #e2d3e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2d3e2 0%, #c8acc8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e2d3e2 0%,#c8acc8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e2d3e2 0%,#c8acc8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d3e2', endColorstr='#c8acc8',GradientType=0 ); /* IE6-9 */
}
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 1000px;
  margin-left:auto;
	margin-right:auto;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 250px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #969;
  /*font-size: 14px;*/
  line-height: 1;
  text-decoration: none;
	border-left: 1px solid #FFF;
	background: #e2d3e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2d3e2 0%, #c8acc8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e2d3e2 0%,#c8acc8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e2d3e2 0%,#c8acc8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d3e2', endColorstr='#c8acc8',GradientType=0 ); /* IE6-9 */
}
/*.dropmenu li a:last-child {
	border-right: 1px solid #FFF;
}*/
.lastbdr {
	border-right: 1px solid #FFF;
}
.dropmenu li#act a {
	color: #FFF;
	font-weight:bold;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a, .dropmenu li#act ul li a {
	padding: 10px 5px;
	border-top: 1px solid #E2D3E2;
	background: #FFF;
	background-color: rgba(255,255,255,0.9);
	text-align: left;
	color: #969;
	font-size: 90%;
	border-left: none;
	font-weight:normal;
}
.dropmenu li ul li a:last-child {
	border-right: none;
}
.dropmenu li:hover > a{
  background: #969;
	color: #FFF;
}
.dropmenu li a:hover, .dropmenu li#act a:hover {
  background: #969;
	color: #FFF;
}
#dropmenu li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 33px;
}

/*-----totop-----*/
#totop {
	position: fixed;
	bottom: 20px;
	right: 5px;
	font-size: 77%;
	z-index: 200;
}
#totop a {
	display: table-cell;
	background: #666;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	width: 6em;
	height: 6em;
	/*line-height: 1;*/
	border-radius: 50%;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
*:first-child+html #totop a {
	display: block;
	layout-grid-line: 6em;;/*IE7*/
}
#totop a:hover {
	text-decoration: none;
	background: #999;
}

#footbg {
	padding-top: 20px;
	padding-bottom: 10px;
	width: 100%;
}
#footarea {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#footarea ul {
	float: left;
	list-style: none;
	width: 240px;
	margin-right:10px;
	font-size:90%;
}
#footarea ul li {
}
#footarea ul li a {
	text-decoration: none;
	color: #FFF;
	font-size: 90%;
}
#footarea ul li a:hover {
	text-decoration: underline;
}
#cr {
	font-size: 80%;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
	clear: both;
}
#container section {
	margin-bottom: 20px;
}
#home #container section {
}

/*class*/
.clear {
	clear:both;
}
.txtlf {
	text-align:left;
}
.txtrt {
	text-align:right;
}
.txtcen {
	text-align:center;
}
.imglf {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgrt {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgshadow {
	box-shadow: 2px 2px 3px #CCC;
}
.toblank {
	background: url(../img/blank.png) no-repeat right center;
	padding-right: 15px;
}
.secul {
	list-style: circle;
	margin-left: 40px;
	margin-right: 10px;
}
.secol {
	margin-left: 40px;
	margin-right: 10px;
}
.secul li, .secol li {
	line-height:1.5;
	margin-bottom:5px;
}
.imgmargin {
	margin-right: 10px;
}

/*-----HOME-----*/
#tphoto {
}
#viewer {
	margin: 0 auto;
	width: 1000px;
	height: 630px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}
#msg {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#news {
	border: 1px solid #CCC;
	background: url(../img/newsttl.jpg) no-repeat left center;
	min-height: 110px;
	margin-bottom: 15px;
}
#news ul {
	list-style: none;
	margin-left: 50px;
	margin-right: 20px;
	margin-top: 10px;
}
#news li {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 8px;
}
#news li a {
	text-decoration: none;
}
#news li a:hover {
}
#home #container section {
	text-align: center;
}
.aboutsec {
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.aboutsec p {
	text-align:left;
	line-height:1.5;
	margin-bottom:1em;
}
.secarea section {
	float:left;
	padding-bottom:10px;
}
.platanuscard section {
	padding-bottom:10px;
	clear:both;
}
.secarea section h2, .platanuscard section h2 {
	margin-bottom: 10px;
}
.secarea section p, .platanuscard section p {
	font-size: 90%;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 5px;
	line-height:1.5;
}
.secbaobab, .secyuho, .secplatanus, .seclog {
	width:377px;
	margin-right: 13px;
}
.secplan, .secrecruit {
	width:220px;
}
.secbaobab {
	background: url(../img/bg_tobaobab.jpg) no-repeat bottom;
}
.secyuho {
	background: url(../img/bg_toolive.jpg) no-repeat bottom;
}
.secplatanus {
	background: url(../img/bg_toplatanus.jpg) no-repeat bottom;
}
.seclog {
	background: url(../img/bg_toghome.jpg) no-repeat bottom;
}
.secplan {
	background: url(../img/bg_toplan.jpg) no-repeat bottom;
}
.secrecruit {
	background: url(../img/bg_torecruit.jpg) no-repeat bottom;
}
.seccard {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	background: url(../img/bg_tocard.jpg) no-repeat bottom;
}


/*-----page-----*/
#left h2 {
	color: #FFF;
	font-size: 110%;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 3px;
}
#lefnv {
	margin-bottom: 20px;
}
#lefnv ul {
}
#lefnv ul li {
}
#lefnv ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #CCC;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#lefnv ul li a:hover {
	background: #EEE;
}
#bnr {
}
#bnr img {
	margin-bottom: 10px;
}

#listnv {
	text-align: right;
	margin-bottom: 10px;
}
#listnv ul {
	list-style: none;
	font-size: 80%;
}
#listnv ul li {
	display: inline;
}
#listnv ul li a {
	text-decoration: none;
}

#right h2 {
	text-align: center;
	font-size: 120%;
	padding: 5px;
	margin-bottom: 15px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#right section h3 {
	text-align:center;
	size:100%;
	margin-bottom: 10px;
	padding: 5px;
}
#right section h3 span {
	font-weight:normal;
}
#right section h4 {
	size: 100%;
	margin-bottom: 0.5em;
	margin-right: 1em;
	margin-left: 1em;
	padding-left: 5px;
}
#right section p {
	line-height: 1.5;
	padding-bottom: 1em;
	padding-right: 1em;
	padding-left: 1em;
}
#right section {
	box-shadow: 0 10px 6px -6px #ccc;
	padding: 10px;
	border: 1px solid #CCC;
	position: relative;
	overflow: hidden;
}

/*aboutus*/
#about #left h2 {
	background: #969;
}
#about #right h2 {
	border: 1px solid #969;
}
#about #right section h3 {
	background: #DCD;
}
#director dl {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#director dt {
	border-bottom: 1px solid #969;
	margin-bottom: 0.5em;
}
#director dd {
	margin-left: 1em;
}
#idea h4 {
	font-size: 100%;
	border-left: 5px solid #969;
}
#idea ol {
	margin-left: 50px;
	margin-bottom: 10px;
}
#idea ol li {
}

/*plan*/
.flow {
}
.flow dl {
	text-align: center;
}
.flow dt {
	font-weight: bold;
}
.flow dd {
}

/*recruit*/
.rectbl {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
table.rectbl, .rectbl th, .rectbl td {
	border-collapse:collapse;
	border: 1px solid #CCC;
}
.rectbl th, .rectbl td {
	padding: 5px;
}
.rectbl thead th {
	text-align: left;
	background: #EEE;
}
.rectbl tbody th {
	font-weight: normal;
	text-align: left;
	width: 5em;
}
.rectbl td {
	line-height:1.5;
}
#right section p.recp {
	padding-bottom:0.5em;
}

/*facility*/
.facidl {
	margin-right: 1em;
	margin-left: 1em;
}
.facidl dt {
	font-weight: bold;
	margin-bottom: 0.3em;
}
.facidl dd {
	margin-bottom: 1em;
	margin-left: 1em;
}

/*access map*/
#map {
	width:100%;
	margin-bottom:20px;
}
#map th, #map td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#map th {
	background: #DCD;
}
#map td {
	vertical-align: top;
}
#map td p {
	line-height: 1.5;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 10px;
}

/*baobab*/
#bbb #left h2 {
	background: #090;
}
#bbb #right h2 {
	border: 1px solid #090;
}
#bbb #right section h3 {
	background: #b8f1b8;
}
#bbb #right section dl {
	/*margin-left:1em;*/
	margin-right:1em;
}
#bbb #right section dt {
	margin-bottom: 0.5em;
}
#bbb #right section dt a {
	font-weight: bold;
}
#bbb #right section dd {
	margin-left:1em;
	margin-right:0.5em;
	padding-bottom:1em;
	line-height:1.5;
}
.letter {
	margin-left: 50px;
	list-style: circle;
	padding-bottom: 5px;
}
.letter li {
	margin-bottom: 5px;
}
.letter li a {
	background: url(../img/blank.png) no-repeat right center;
	padding-right: 15px;
}

/*table*/
.senbeitbl, .settbl {
	width: 100%;
	margin-bottom: 10px;
	border-collapse:collapse;
}
.senbeitbl caption, .settbl caption {
	background: #630;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.senbeitbl th, .senbeitbl td, .settbl th {
	padding: 5px;
}
.senbeitbl th, .settbl th {
	color: #630;
}
.senbeitbl th span {
	font-weight: normal;
	font-size: 90%;
}
.senbeitbl td {
	text-align:center;
	width:33.3%;
}
.settbl td {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.senbeitbl td img, .settbl td img {
	margin-bottom:5px;
}
.senbeitbl td p, .settbl td p {
	text-align:left;
}
.senbeitbl td div, .settbl td div {
	margin-bottom: 10px;
	margin-top: 10px;
}
.bgtd td {
	background: #FFE3C8;
}
.linetd td {
	border-bottom: 1px dotted #630;
}

.infotbl {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
table.infotbl, .infotbl th, .infotbl td {
	border-collapse:collapse;
	border: 1px solid #CCC;
}
.infotbl th, .infotbl td {
	padding: 5px;
}
.infotbl th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}
.infotbl td {
	line-height:1.5;
}
#bbb #right section .infotbl td dl {
	margin-bottom: 0.5em;
}
#bbb #right section .infotbl td dt {
	margin-bottom: 0em;
}
#bbb #right section .infotbl td dd {
	padding-bottom:0em;
}
.infoul {
	list-style: circle;
	margin-left: 30px;
	margin-right: 10px;
}
.infoul li {
	line-height:1.5;
	margin-bottom:5px;
}
.infoul li li {
	list-style: square;
	margin-left: 2em;
}
.daily {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.daily th, .daily td {
	padding: 5px;
}
.daily th {
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}
.daily td {
}
.linetr th, .linetr td {
	border-bottom: 1px dotted #CCC;
}

.recycletbl {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:5px;
}
.recycletbl th, .recycletbl td {
	padding: 5px;
}
.recycletbl thead th {
	background: #EEE;
}
.recycletbl tbody th {
	white-space: nowrap;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
}
.recycletbl td {
	line-height: 1.5;
	border-bottom: 1px solid #CCC;
}
.rule {
}
.rule h5 {
	text-align: center;
	margin-bottom: 5px;
	background: #E00;
	color: #FFF;
	padding: 3px;
}
.rule ol {
	margin-right: 10px;
	margin-left: 50px;
}
.rule li {
	margin-bottom: 5px;
}

/*platanus*/
#joblist {
	text-align: center;
}
#joblist a {
	display: block;
	width: 15em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	background: #0C9;
	color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 3px;
	font-weight: bold;
}
#joblist a:hover {
	background: #00B085;
}
#pts #left h2 {
	background: #0C9;
}
#pts #right h2 {
	border: 1px solid #0C9;
}
#pts #right section h3 {
	background: #b8f1d5;
}
.jobimg {
	text-align: center;
	margin-bottom:10px;
}
.jobimg img, .jobimglef img, .jobimgrt img {
	margin-bottom:5px;
	box-shadow: 2px 2px 3px #CCC;
}
.jobimglef {
	float:left;
	text-align: center;
	margin-bottom:10px;
}
.jobimgrt {
	float:right;
	text-align: center;
	margin-bottom:10px;
}

/*group home*/
#yh #left h2 {
	background: #630;
}
#yh #right h2 {
	border: 1px solid #630;
}
#yh #right section h3 {
	background: #CC9966;
}
#yh #right section h4 {
	border-left: 5px solid #630;
}
#yh .infotbl th {
	width:6em;
}

/*olive*/
#lg #left h2 {
	background: #690;
}
#lg #right h2 {
	border: 1px solid #690;
}
#lg #right section h3 {
	background: #99CC00;
}
#lg #right section h4 {
	border-left: 5px solid #690;
}
.logh5 {
	margin-left: 1.5em;
	border-left: 2px solid #690;
	padding-left: 5px;
}
.h3msg {
	text-align: center;
}
.secol li div {
	text-indent: -1em;
	padding-left: 1em;
}

/*--------------------
contact
--------------------*/
form {
	text-align:center;
}
form table {
	width: 100%;
	margin-bottom: 5px;
}
form th, form td {
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	text-align:left;
}
form th {
	width: 9em;
	font-weight: normal;
}
form td {
}
#right section form td p {
	font-size: 90%;
	padding: 0px;
}
input:focus, textarea:focus {
	background-color: #f4f1f8;
}
textarea { 
  font-family: sans-serif; /*Chrome用テキストエリアフォントサイズ調整*/
}
.attention ul {
	margin-right: 10px;
	margin-left: 30px;
}
.attention li {
	line-height: 1.5;
	margin-bottom: 5px;
}
.attention li ol {
	margin-left: 30px;
	margin-top: 5px;
}


.wd01 {
	width:10em;
}
.wd02 {
	width:20em;
}
.wd03 {
	width:4em;
}
.wd04 {
	width: 35em;
}
