@charset "utf-8";


/*全体
---------------------------------------------------------------------------*/
body {
	color: #333333;
	background-color: #f4f4f4;
	background-image: url(../images/bg.gif);	
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク
---------------------------------------------------------------------------*/
a {
	color: #333333;
}
a:hover {
	color: #d4e0ea;		
	text-decoration: none;	
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: 1200px;
	margin: 0px auto;
	-webkit-box-shadow: 0px 0px 8px #999;
	box-shadow: 0px 0px 8px #999;	
	background-color: #FFFFFF;
	padding: 0px 0px;
}

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	width: 100%;	
	height: 120px;	
	position: relative;
}

header h1 {
	font-weight: normal;	
	color: #FFFFFF;			
	background-color: #d4e0ea;
	font-size: 10px;	
	text-align: right;	
	line-height: 18px;	
}

header #logo {
	position: absolute;
	left: 20px;	
	top: 5px;	
}

header address {
	position: absolute;
	top: 38px;		
	right: 20px;		
	font-size: 18px;	
	text-align: center;	
	font-style: normal;	
	letter-spacing: 0.1em;	
	line-height: 1;	
	color: #d4e0ea;	
	font-weight: bold;
}

header address .tel {
	display: inline-block;
	color: #FFFFFF;		
	background-color: #d4e0ea;
	padding: 2px 10px 1px;	
	margin-right: 10px;
	font-weight: normal;
}

/*メインメニュー
---------------------------------------------------------------------------*/
nav#menu ul {
	position: absolute;
	left: 20px;	
	bottom: 0px;	
}

nav#menu ul li {
	float: left;
	width: 235px;	
}
nav#menu ul li a {
	height: 25px;	
	padding: 8px 5px 5px 5px;
	line-height: 1.2;	
	text-decoration: none;
	display: block;
	margin: 0px 0px 0px 4px;		
	font-size: 14px;	
	letter-spacing: 0.1em;		
	-webkit-transition: 0.5s;	
	transition: 0.5s;		
	border: 1px solid #CCCCCC;	
	border-radius: 3px;		
	background-color: #FFFFFF;	
	text-align: left;	
	-webkit-box-shadow: 1px 2px 5px #e2e2e2, 0px 0px 1px #FFFFFF inset;	
	box-shadow: 1px 2px 5px #e2e2e2, 0px 0px 1px #FFFFFF inset;	
}

nav#menu ul li:first-child a {
	margin-left: 0px;
}

nav#menu ul li a:hover,
nav#menu ul li#current a {
	border: 1px solid #777877;	
	background-color: #d4e0ea;	
	background-image: url(../images/menu_bar2.png), -webkit-gradient(linear, left top, left bottom, from(#d4e0ea), to(#89a6b6));	
	background-image: url(../images/menu_bar2.png), -webkit-linear-gradient(#d4e0ea, #a5bcca 49%, #89a6b6 50%, #c1d2df 100%);	
	background-image: url(../images/menu_bar2.png), linear-gradient(#d4e0ea, #a5bcca 49%, #89a6b6 50%, #c1d2df 100%);			
	background-repeat: no-repeat;	
	background-position: left center;	
	color: #FFFFFF;	
}

nav#menu ul li a span {
	font-size: 9px;	
	color: #89a6b6;	
	display: block;
	font-weight: normal;
}
nav#menu ul li a:hover span,
nav#menu ul li#current a span {
	color: #FFFFFF;	
}


/*スライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 1200px;
	height: 373px;
	position: relative;
	border-radius: 4px;
	-webkit-box-shadow: 1px 2px 5px #CCCCCC;	
	box-shadow: 1px 2px 5px #CCCCCC;		
	margin-bottom: 20px;	
}
#mainimg img {
	border-radius: 0px;	
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

#main {
	float: left;	
	width: 1160px;	
	padding-bottom: 10px;
	position: relative;
	left: 20px;
}
#main2 {
	float: left;	
	width: 1160px;
	padding-bottom: 10px;
	position: relative;
	left: 20px;
}
#main3 {
	float: left;
	width: 1160px;
	padding-bottom: 10px;
	position: relative;
	left: 20px;
}
#main9 {
	float: left;	
	width: 1160px;	
	padding-bottom: 10px;
	position: relative;
	left: 20px;
}

.center{
	text-align: center;
	padding-bottm: 100px;
}


#main h2 {
	background-color: #FFFFFF;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f4f4f4));	
	background-image: -webkit-linear-gradient(#FFFFFF, #f4f4f4 49%, #e8e8e8 50%, #FFFFFF 100%);
	background-image: linear-gradient(#FFFFFF, #f4f4f4 49%, #e8e8e8 50%, #FFFFFF 100%);		
	-webkit-box-shadow: 1px 2px 5px #CCCCCC;	
	box-shadow: 1px 2px 5px #CCCCCC;		
	font-size: 100%;
	color: #1d382b;	
	padding: 7px 15px;	
	clear: both;
	border-bottom: 5px solid #c1d2df;	
	border-top: 1px solid #CCCCCC;		
	border-right: 1px solid #CCCCCC;	
	border-left: 1px solid #CCCCCC;	
}

#main2 h2 {
	background-color: #FFFFFF;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f4f4f4));	
	background-image: -webkit-linear-gradient(#FFFFFF, #f4f4f4 49%, #e8e8e8 50%, #FFFFFF 100%);	
	background-image: linear-gradient(#FFFFFF, #f4f4f4 49%, #e8e8e8 50%, #FFFFFF 100%);		
	-webkit-box-shadow: 1px 2px 5px #CCCCCC;	
	box-shadow: 1px 2px 5px #CCCCCC;
	font-size: 110%;
	color: #1d382b;	
	padding: 3px 15px 1px 15px;	
	clear: both;
	border-bottom: 5px solid #89a6b6;	
	border-top: 1px solid #CCCCCC;		
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;		
}


#main h3 {
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f4f4f4));
	background-image: -webkit-linear-gradient(#FFFFFF, #f4f4f4 49%, #e8e8e8 50%, #FFFFFF 100%);	
	background-image: linear-gradient(#FFFFFF, #f4f4f4 49%, #e8e8e8 50%, #FFFFFF 100%);		
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;	
	box-shadow: 1px 2px 5px #e2e2e2;			
	font-size: 100%;
	padding: 4px 15px;	
	clear: both;
	border: 1px solid #CCCCCC;	
}

#main h4 {
	padding: 2px 0px 2px 10px;	
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;	
	border-left: 3px solid #000;	
	margin-bottom: 0.5em;
	color: #000;	
}
#main3 h4 {
	padding: 2px 0px 2px 10px;	
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;	
	border-left: 3px solid #000;	
	margin-bottom: 0.5em;
	color: #000;	
}
#main3 h5 {
	padding: 2px 0px 2px 10px;	
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;	
	border-left: 3px solid #000;	
	margin-bottom: 0.5em;
	color: #89a6b6;	
}
#main9 h4 {
	padding: 2px 0px 2px 10px;	
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;	
	border-left: 3px solid #000;	
	margin-bottom: 0.5em;
	color: #000;	
}


#main p {
	padding: 0.5em 15px 1em;	
}


#icon {
	position: relative;
	left: 10px;	
	top: 10px;
	padding-bottom: 30px;
}



/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 300px;	
	padding-bottom: 10px;
	position: relative;
	right:20px;
}

#sub h2 {
	font-size: 85%;
	text-align: center;	
	padding: 3px 0px;	
	border: 1px solid #1d382b;	
	background-color: #d4e0ea;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d4e0ea), to(#0029c2));
	background-image: -webkit-linear-gradient(#d4e0ea, #a5bcca 49%, #89a6b6 50%);	
	background-image: linear-gradient(#d4e0ea, #a5bcca 49%, #89a6b6 50%);		
	color: #FFFFFF;	
	border-radius: 4px 4px 0px 0px;	
}
	
#sub a {
	font-size: 85%;
}
	
#sub a:after {
	content: "";
	display: block;
	clear: both
}

#sub img {
	float: left;
	padding: 3px 0px
}

#sub .text {
	float: none;
	width: auto;
	line-height: 1.5em;
	padding-top: 10px;
	padding-left: 65px
}
	
#sub i {
	margin-right: 5px;
	color: #888888
	}

/*フッター
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;			
	background-color: #89a6b6;	
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFFFFF;
}
footer a:hover {
	color: #FFFFFF;
}



/*ブロク
---------------------------------------------------------------------------*/
#new{
	margin-bottom: 15px;
}
#new dl{
	overflow: auto;	
	height: 150px;	
	padding-left: 15px;
}

#new dt {
	font-weight: bold;
	float: left;
	width: 8em;
}

#new dd {
	border-bottom: 1px solid #d2d2d2;	
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*施設ボックス
---------------------------------------------------------------------------*/
#main .list section {
	float: left;
	border: 1px solid #CCC;
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #FFF;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	
	background-image: linear-gradient(#FFF, #e3e3e3);		
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	
	box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;		
	font-size: 11px;	
	text-align: center;	
	line-height: 1.5;
	overflow: hidden;
	position: relative;
}
#main .list section a {
	text-decoration: none;
	-webkit-transition: 0.5s;	
	transition: 0.5s;		
	padding: 10px;	
	display: block;
	width: 140px;	
	height:135px;
}

#main .list section h4 {
	color: #1d382b;
	font-size: 100%;
}


#main .list section a:hover {
	background: #ecf8ff;	
}


/*各施設.html
---------------------------------------------------------------------------*/
#main section.list article {
	border: 1px solid #CCCCCC;	
	border-radius: 6px;		
	margin-bottom: 10px;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#e3e3e3));	
	background-image: -webkit-linear-gradient(#FFFFFF, #e3e3e3);	
	background-image: linear-gradient(#FFFFFF, #e3e3e3);		
	-webkit-box-shadow: 0px 2px 5px #CCCCCC, 0px 0px 0px 1px #FFFFFF inset;	
	box-shadow: 0px 2px 5px #CCCCCC, 0px 0px 0px 1px #FFFFFF inset;		
}
#main section.list article a {
	padding: 20px;	
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	
	transition: 0.5s;		
}

#main section.list article a:hover {
	background-color: #f6f1b2;
	color: #333333;			
}

#main section.list article p {
	padding: 10px;
	margin-left: 0px;	
}

#main section.list article figure img {
	float: right;
	padding: 5px;		
	border: 0px solid #CCCCCC;	
}
	

#main section.list article h4 {
	padding: 2px 0px 2px 10px;	
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;	
	border-left: 3px solid #000;
	margin-bottom: 0.5em;
	color: #000;	
}

.linklist {
	font-size: 90%;
	text-align:left;
	margin-left:2em;
}



#main3 section.list article {
	border: 1px solid #CCCCCC;	
	border-radius: 6px;		
	margin-bottom: 10px;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#e3e3e3));	
	background-image: -webkit-linear-gradient(#FFFFFF, #e3e3e3);	
	background-image: linear-gradient(#FFFFFF, #e3e3e3);		
	-webkit-box-shadow: 0px 2px 5px #CCCCCC, 0px 0px 0px 1px #FFFFFF inset;	
	box-shadow: 0px 2px 5px #CCCCCC, 0px 0px 0px 1px #FFFFFF inset;		
}
#main3 section.list article a {
	padding: 20px;	
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	
	transition: 0.5s;		
}

#main3 section.list article a:hover {
	background-color: #f6f1b2;	
	color: #333333;			
}

#main3 section.list article p {
	padding: 10px;
	margin-left: 0px;	
}

#main3 section.list article figure img {
	float: right;
	padding: 5px;			
	border: 0px solid #CCCCCC;	
}

#main3 section.list article h4 {
	padding: 2px 0px 2px 10px;	
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;	
	border-left: 3px solid #000;
	margin-bottom: 0.5em;
	color: #4F5150;	
}


#main3 section.list article h5 {
	padding: 2px 0px 2px 10px;	
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;	
	border-left: 3px solid #000;	
	margin-bottom: 0.5em;
	color: #E96800;	
}


#main9 section.list article {
	border: 1px solid #CCCCCC;	
	border-radius: 6px;		
	margin-bottom: 10px;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#e3e3e3));	
	background-image: -webkit-linear-gradient(#FFFFFF, #e3e3e3);	
	background-image: linear-gradient(#FFFFFF, #e3e3e3);			
	-webkit-box-shadow: 0px 2px 5px #CCCCCC, 0px 0px 0px 1px #FFFFFF inset;	
	box-shadow: 0px 2px 5px #CCCCCC, 0px 0px 0px 1px #FFFFFF inset;			
}
#main9 section.list article a {
	padding: 20px;	
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	
	transition: 0.5s;		
}


#main9 section.list article p {
	padding: 10px;
	margin-left: 0px;	
}

#main9 section.list article figure img {
	float: right;
	padding: 5px;			
	border: 0px solid #CCCCCC;	
}

#main9 section.list article h4 {
	padding: 2px 0px 2px 10px;	
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;	
	border-left: 3px solid #000;	
	margin-bottom: 0.5em;
	color: #000;	
}



/*simple
---------------------------------------------------------------------------*/

#main section.list.simple article {
	padding: 15px;
	line-height: 2;
	overflow: hidden;
}
#main section.list.simple article a {
	padding: 0px;
	display: inline;
	text-decoration: underline;
}

#main3 section.list.simple article {
	padding: 15px;
	line-height: 2;
	overflow: hidden;
}
#main3 section.list.simple article a {
	padding: 0px;
	display: inline;
	text-decoration: underline;
}

#main9 section.list.simple article {
	padding: 15px;
	line-height: 2;
	overflow: hidden;
}
#main9 section.list.simple article a {
	padding: 0px;
	display: inline;
	text-decoration: underline;
}

/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCCCCC;	
	line-height: 2;
}

.ta1 td{
	padding: 10px;
}

.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #e2e2e3;	
}

.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFFFFF;	
	background-color: #333333;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333333));	
	background-image: -webkit-linear-gradient(#4b4b4b, #333333);	
	background-image: linear-gradient(#4b4b4b, #333333);		
}

.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCCCCC;	
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	text-align: left;
	background-color: #e9ddae;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	
	background-image: linear-gradient(#efe6c5, #e9ddae);		
	font-weight: bold;	
}

input[type="submit"],
input[type="button"] {
	width: 250px;
	padding: 10px;	
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;	
	background-color: #d95181;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d4e0ea), to(#d95181));	
	background-image: -webkit-linear-gradient(#d4e0ea, #d95181);	
	background-image: linear-gradient(#d4e0ea, #d95181);		
	-webkit-box-shadow: 1px 2px 7px #CCCCCC;
	box-shadow: 1px 2px 7px #CCCCCC;	
	color: #FFFFFF;		
	font-size: 16px;
	letter-spacing: 0.1em;	
}

input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #d4e0ea;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d95181), to(#d4e0ea));	
	background-image: -webkit-linear-gradient(#d95181, #d4e0ea);	
	background-image: linear-gradient(#d95181, #d4e0ea);		
}

.company {
width: 98%;
margin:auto 20px auto 10px;
border-collapse: collapse;
}
.company th {
width: 90px;
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.company td {
padding: 5px 10px;
line-height: 1.25em;
text-align: center;
background-color: #fff;
border: 1px solid #b9b9b9;
}

.company .cell_tp { 
border-right-style: none; 
width: 70px
} 
.company .cell_no { 
border-left-style: none; 
} 


.company2 {
width: 100%;
margin: auto;
border-collapse: separate;
border-spacing: 5px;
}

.company2 td {
line-height: 1.25em;
vertical-align: top;
text-align: center;
}

.company2  img {
border-radius: 6px;
}



.company4 {
  width: 100%;
  margin:auto;
  border: 1px solid #b9b9b9;
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
}
.company4 th, .company4 td {
  border-bottom: 1px solid #b9b9b9;
  padding: 10px 20px;
  line-height: 1.3em;
  vertical-align: top;
  text-align: left;
}
.company4 th {
  border-right: 1px solid #b9b9b9;
  background: #edb;
}
.company4 td {
  background: #fff;
}
.company4 tr:first-child th {
  border-radius: 5px 0 0 0;
}
.company4 tr:first-child td {
  border-radius: 0 5px 0 0;
}
.company4 tr:last-child th {
  border-bottom: none;
  border-radius: 0 0 0 5px;
}
.company4 tr:last-child td {
  border-bottom: none;
  border-radius: 0 0 5px 0;
}


.company4-2 {
  width: 100%;
  margin:auto;
  border: 1px solid #b9b9b9;
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
}
.company4-2 th, .company4-2 td {
  border-bottom: 1px solid #b9b9b9;
  padding: 10px 20px;
  line-height: 1.3em;
  text-align: left;
}
.company4-2 th {
  border-right: 1px solid #b9b9b9;
  background: #edb;
}
.company4-2 td {
  background: #fff;
}
.company4-2 tr:first-child th {
  border-radius: 5px 0 0 0;
}
.company4-2 tr:first-child td {
  border-radius: 0 5px 0 0;
}
.company4-2 tr:last-child th {
  border-bottom: none;
  border-radius: 0 0 0 5px;
}
.company4-2 tr:last-child td {
  border-bottom: none;
  border-radius: 0 0 5px 0;
}






#sisetusyubetu {
	font-size: 10px;
	color: #2F3CFF
}

#sisetumei {
	font-size: 16px;
	color: #cc5b5a
}
 
.eco{
width: 90%;
margin:auto 20px auto 30px;
border-collapse: collapse;
}
.eco th{
width: 15% 15%;
padding: 2px;
text-align: center;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.eco td{
padding: 2px;
text-align: center;
background-color: #fff;
border: 1px solid #b9b9b9;
}

.green{
width: 90%;
margin:auto 20px auto 30px;
border-collapse: collapse;
}
.green th{
width: 5% 20% 20% 20%;
padding: 2px;
text-align: center;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.green td{
padding: 2px;
text-align: center;
background-color: #fff;
border: 1px solid #b9b9b9;
}

/*PAGE TOP
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFFFFF;		
	font-size: 10px;
	background-color: #89a6b6;
	text-decoration: none;
	text-align: center;
	width: 12em;	
	display: block;
	float: right;
	letter-spacing: 0.1em;	
}

#pagetop a:hover {
	background-color: #333333;	
	color: #FFFFFF;			
}



/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #d4e0ea;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
figcaption {
	font-size: 11px;
	padding-top: 3px;
	line-height: 1.2em
}
#menubar_hdr {
	display: none;
}
.mini1 {
	font-size: 11px;
	font-weight: normal;
}

#abc{
	margin: 10px 0px 0px 60px;
	line-height: 1.5em
	}
#def{
	margin: 10px 0px 0px 60px;
	line-height: 1.5em
	}

/*ecology_box
---------------------------------------------------------------------------*/
#ecology_box{
	margin:auto 20px auto 30px;
}

#ecology_box h3{
	font-size:1.2em;
	display:block;
	border-left:5px solid #CCCCCC;
	margin:20px auto 10px auto;
	padding-left:5px;
}
#ecology_box dt{
	font-size:0.9em;
	font-weight:bold;
	margin-top:10px;
}
#ecology_box dd{
	font-size:0.95em;
}	

.flow_box {
	margin: 10px 10px 10px 10px;
	border-collapse:collapse;
	}

#sp_tel {
	display: none;
}

/*パンくず
---------------------------------------------------------------------------*/
nav#breadcrumbs ol {
  margin-left:20px;
}
nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
  padding-left:3px;
  font-size:0.8em;
}
nav#breadcrumbs ol li:before {
  content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
  content:"";
}


 .google_map img {
 	margin:10px auto 10px;
 	}