@charset "UTF-8";

/*グリーンストーンヒルズ　レイアウトCSS*/
body {
	padding: 0px;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img{
	/*画像の伸縮設定　美祢市立病院*/
	max-width: 100%;
	width /***/: auto;
　
    	/*画像のボーダーを消す*/
border: none;
	height: auto;
	text-align: right;
}



p {
	padding: 0px;
	margin: 0px;
}

/*clearfix*/
.cf:before,
.cf:after {
  content:"";
  display: table;
}
.cf:after {
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf {
  *zoom:1;
}
/*clearfixここまで*/


/*pc-タブレット-スマホ使い分け*/
.mobile{
	display: none;
}

.pc{

}
.header1 {
	width: 100%;
	background-color: #57A936;
	min-height: 33px;
	height: auto;
	overflow-y: hidden;
}

/* フォントサイズ切り替え */
.header_in1_fontsize {
	float: left;
	width: 20%;
	height: 26px;
	padding-top: 4px;
}
.header_in1_fontsize ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.header_in1_fontsize li {
	float: left;
	width: 14.8%;
}
/* 検索フォーム */
.search {
	width: 22%;
	height: 28px;
	float: left;
	margin-top: 2px;
}

/* 検索フォームカスタマイズ */
.searchform {
position: relative;
}
.searchfield {
	font-size: 0.75em;
	height: 22px;
	width: 90%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	border: 1px solid #CACACA;
	background-color: #efefef;
}
.searchsubmit {
	font-family: FontAwesome;
	font-size: 0.8em;
	position: absolute;
	top: 2px;
	right: 12%;
	margin-top: 5px;
	padding: 0;
	cursor: pointer;
	color: #B2B3B5;
	border: none;
	background: transparent;
}
.searchsubmit:hover {
opacity: .6;
}

.header-in1-three {
	width: 34%;
	height: 25px;
	float: left;
	margin-top: 2px;
}
.header-in1-three ul {
	padding: 0px;
margin: 0px;
list-style-type: none;
}
.header-in1-three li {
	float: left;
	display: block;
	width: 33%;
}



/* headerトランジョン *//* header */
/*#########################################################
レイアウト 美祢市立病院
#########################################################*/
/* ヘッダ */
header {
	width: 100%;
	background-repeat: repeat-x;
	background-color: rgba(255,255,255,0.8);
	min-height: 120px;
	
}

header .header-in1 {
	margin-right: auto;
	margin-left: auto;
	width: 1050px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header .header-in2 {
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
	
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
}


header .logo {
	width: 43%;
	float: left;
	margin-top: 1%;
	height: 50px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header .logo-1 {
	width: 43%;
	float: left;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header .logo-2 {
	width: 33%;
	float: left;
	margin-top: 0%;
	
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header .logo-3 {
	width: 14%;
	float: left;
	margin-top: 1.5%;
	margin-left: 8%;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header #gr-menu {
	float: left;
	width: 55%;
	padding-top: 1%;
	text-align: right;
	height: 50px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
}

/*グローバルメニュー*/

header #fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}
header #fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

header .dropmenu_box{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
header .dropmenu{
  *zoom: 1;
	list-style-type: none;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}
header .dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
header .dropmenu:after{
  clear: both;
}
header .dropmenu li{
	position: relative;
	width: 24%;
	float: left;
	margin-top: -2px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-align: center;
}
header .dropmenu li:nth-child(2n+1){
	border-left: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
}
header .dropmenu li a{
	display: block;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	color: #57A936;
	font-size: 0.88em;
	line-height: 1;
	text-decoration: none;
	padding-bottom: 8px;
	padding-top: 8px;
	font-weight: bold;
}
header .dropmenu li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	/* [disabled]left: 0; */
	margin: 0;
	padding: 0;
	top: 100%;
}
header .dropmenu li ul li{
	width: 150%;
}
header .dropmenu li ul li:nth-child(2n+1){
	border-right-style: none;
	border-left-style: none;
}
header .dropmenu li ul li a{
	padding: 13px 15px;
	border-top: 1px dotted #7ECB5F;
	background-color: rgba(255,255,255,0.95);
	text-align: left;
}
header .dropmenu li:hover > a{
	background-color: #FFFFFF;
	color: rgba(87,169,54,1.00);
}
header .dropmenu li a:hover{
	background-color: rgba(238,248,234,1.00);
	color: #57A936;
}


.tel {
	width: 20%;
	height: 27px;
	float: left;
	margin-top: 2px;
}

/* 縮小時ここから----------------------------------- */

header.smaller {
	min-height: 90px;
	box-shadow: 0 9px 12px -15px #222;
	background-color: rgba(255,255,255,0.95);
	
}


.smaller .logo {
	height: 30px;
	width: 40%;
	float: left;
	margin-top: 0%;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;

}
.smaller .logo-1 {
	width: 35%;
	float: left;
	margin-top: 1%;
}
.smaller .logo-2 {
	width: 30%;
	float: left;
	margin-top: 1.2%;
	
}
.smaller .logo-3 {
	width: 14%;
	float: right;
	margin-top: 5px;
	margin-left: 5%;
	text-align: right;
}

.smaller #gr-menu {
	float: left;
	width: 60%;
	padding-top: 0px;
	text-align: left;
	height: 30px;

}

/*トランジョンここまで*/




body {
	background-position: center 0%;
	background-color: rgba(245,252,243,1.00);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}


.header2 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 750px;
	text-align: center;
}
.catch {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	margin-top: 350px;
	text-align: right;
}

.header2-info-box {
	width: 100%;
	font-size: 12px;
	text-align: left;
	height: 180px;
	margin-top: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
}
.header2-info {
	width: 400px;
	font-size: 12px;
	text-align: left;
	height: 150px;
	background-color: rgba(255,255,255,0.9);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}

.header2-info-title {
	border-bottom: 2px solid #56A835;
	background-image: url(../images/sub_15.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	padding-top: 2px;
	color: #56A835;
}

.header2-info-art {
	width: 100%;
	color: #000000;
	font-size: 13px;
	margin-top: 10px;
	overflow-y: scroll;
	height: 100px;
}
.header2-info-art a {
	color: #2A8DC0;
}

.header2-info-art a:hover {
color: #72B3D4;	
}


.header2-info-list {
	border-bottom: 1px dotted #56A835;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.header2-info-list-left {
	float: left;
	width: 100px;
	color: #56A835;
	font-weight: bold;
	padding-left: 3px;
}
.header2-info-list-right {
	width: 250px;
	float: left;
}

.header2-info-art ul {
		padding: 0px;
margin: 0px;
list-style-type: none;

}
.header2-info-art li {
	font-size: 13px;
}


/* -----------------------------------
　　コンテンツここから
 ----------------------------------- */

.contents {
	width: 100%;
	background-position: center 0%;
	padding-bottom: 20px;
}
.contents2 {
	width: 100%;
	text-align: center;
	background-repeat: repeat-x;
	background-color: rgba(252,237,238,1.00);
}







/*ピックアップコンテンツここから*/

.pickup {
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #A4DA8E;
}
.pickup-in {
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	/*1px × 1pxのドットで間隔が4pxの点線をleftに表示*/
background-image: linear-gradient(to bottom, #2A759B, #2A759B 1px, transparent 1px, transparent 4px);
	background-size: 1px 4px;
	background-position: left;
	background-repeat: repeat-y;
}



.pickup-in1 a {
	float: left;
	display: block;
	width: 25%;
	/*1px × 1pxのドットで間隔が4pxの点線をrightに表示*/
	background-image: linear-gradient(to bottom, #2A759B, #2A759B 1px, transparent 1px, transparent 4px);
	background-size: 1px 4px;
	background-position: right;
	background-repeat: repeat-y;
}
.pickup-in1 a::before,
.pickup-in1 a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.pickup-in1 a,
.pickup-in1 a::before,
.pickup-in1 a::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pickup-in1 a:hover {
	display: block;
	background-color: rgba(195,242,183,1.00);
}




.pickup-in2 a {
	float: left;
	display: block;
	width: 25%;                        
	/*1px × 1pxのドットで間隔が4pxの点線をrightに表示*/
	background-image: linear-gradient(to bottom, #2A759B, #2A759B 1px, transparent 1px, transparent 4px);
	background-size: 1px 4px;
	background-position: right;
	background-repeat: repeat-y;
}
.pickup-in2 a::before,
.pickup-in2 a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.pickup-in2 a,
.pickup-in2 a::before,
.pickup-in2 a::after {
	-webkit-transition: all .3s; 
	transition: all .3s;
}
.pickup-in2 a:hover {
	display: block;
	background-color: rgba(195,242,183,1.00);
}


.pickup-in3 a {
	float: left;
	display: block;
	width: 25%;
	/*1px × 1pxのドットで間隔が4pxの点線をrightに表示*/
	background-image: linear-gradient(to bottom, #2A759B, #2A759B 1px, transparent 1px, transparent 4px);
	background-size: 1px 4px;
	background-position: right;
	background-repeat: repeat-y;
}
.pickup-in3 a::before,
.pickup-in3 a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.pickup-in3 a,
.pickup-in3 a::before,
.pickup-in3 a::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pickup-in3 a:hover {
	display: block;
	background-color: rgba(195,242,183,1.00);
}


.pickup-in4 a {
	float: left;
	display: block;
	width: 25%;
	/*1px × 1pxのドットで間隔が4pxの点線をrightに表示*/
	background-image: linear-gradient(to bottom, #2A759B, #2A759B 1px, transparent 1px, transparent 4px);
	background-size: 1px 4px;
	background-position: right;
	background-repeat: repeat-y;
}
.pickup-in4 a::before,
.pickup-in4 a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.pickup-in4 a,
.pickup-in4 a::before,
.pickup-in4 a::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pickup-in4 a:hover {
	display: block;
	background-color: rgba(195,242,183,1.00);
}



/*ピックアップコンテンツここまで*/





.topcontents {
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 1050px;
}


.right {
	width: 26.2%;
	float: right;
}
.right a:hover img {
 opacity: 0.7;
}
 
.right a img {
 transition: opacity 0.1s ease-out;
}

.right-banner {
	max-width: 272px;
	margin-bottom: 18px;
}

.left {
	width: 72%;
	float: left;
}


/* -----------------------------------
　　お知らせここから
 ----------------------------------- */



.news-box {
	width: 98.5%;
	border: 1px solid #A4DA8E;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	margin-left: 0.8%;
}

.news-box a:hover img {
 opacity: 0.5;
}
 
.news-box a img {
 transition: opacity 0.1s ease-out;
}

.news-box-in {
	width: 96%;
	border-top: 4px solid #56A835;
	margin-left: auto;
	margin-right: auto;
}
.news-title {
	padding-top: 15px;
	border-bottom: 1px solid #57A936;
	padding-bottom: 10px;
}
.news-title-left {
	float: left;
	width: 80%;
	text-align: left;
}
.news-title-right {
	float: right;
	width: 20%;
}
.news-list-box {
	width: 100%;
}

.news-list-box a {
	color: #2A8DC0;
}

.news-list-box a:hover {
	color: #72B3D4;	
}



.news-list-box ul {
	padding: 0px;
margin: 0px;
list-style-type: none;
}
.news-list-box li {
	border-bottom: 1px dotted #C4C4C4;
	float: none;
	background-image: url(../images/arrow1_64.png);
	background-position: 0% center;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding-top: 1px;
	padding-bottom: 1px;
}

.news-list-box  li:last-child {
	border:0; /* リストの最後のボーダーを消す */
}


.news-list-date {
	float: left;
	width: 15%;
	font-size: 88%;
	text-align: left;
}
/* カテゴリーここから */
.news-list-cate {
	float: left;
	width: 12%;
	background-color: #23B8BC;
	font-size: 11px;
	padding: 3px;
	color: #FFFFFF;
	margin-right: 2%;
	text-decoration: none;
}
.news-list-cate:hover {
	background-color: #40D7DB;
}
.news-list-cate2 {
	float: left;
	width: 12%;
	background-color: #DF7CA1;
	font-size: 11px;
	padding: 3px;
	color: #FFFFFF;
	margin-right: 2%;
	text-decoration: none;
}
.news-list-cate2:hover {
	background-color: #EAABC3;
}
.news-list-cate3 {
	float: left;
	width: 12%;
	background-color: #F2BE5A;
	font-size: 11px;
	padding: 3px;
	color: #FFFFFF;
	margin-right: 2%;
	text-decoration: none;
}
.news-list-cate3:hover {
	background-color: #F4CA7A;
}
.news-list-cate4 {
	float: left;
	width: 12%;
	background-color: #B5B5B5;
	font-size: 11px;
	padding: 3px;
	color: #FFFFFF;
	margin-right: 2%;
	text-decoration: none;
}
.news-list-cate4:hover {
	background-color: #CACACA;
}
/* カテゴリーここまで */

/*--カテゴリーアイコン--*/
#blog-icon{
	margin-right: 10px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 0px;
	width: 58px;
	display: block;
	float: left;
}

.new-g{
	background-color: rgba(35,184,188,1.00);
}
.pick{
	background-color: rgba(111,197,76,1.00);
}
.kangobu-news{
	background-color: rgba(224,124,162,1.00);
}
.other{
	background-color: rgba(44,55,130,1.00);
}
.recruit{
	background-color: rgba(242,190,90,1.00);
}
.kouhou{
	background-color: rgba(234,97,123,1.00);
}
.blog2{
	background-color: rgba(82,180,103,1.00);
}

/*--カテゴリーアイコンここまで--*/



.news-list-title {
	float: left;
	width: 65%;
	text-align: left;
	font-size: 88%;
}

.news-list-box-box {
	width: 97%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 3%;
}

/* -----------------------------------
　　関連施設バナーここから
 ----------------------------------- */


.kanren-bg {
	background-image: url(url);
	background-color: #E8F5E3;
	width: 100%;
	border-top: 1px solid rgba(164,218,142,1.00);
	border-bottom: 1px solid rgba(164,218,142,1.00);
	margin-bottom: 20px;
}

.kanren {
	max-width: 1060px;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	height: 100px;
	width: 95%;
	padding-left: 1%;
}


.kanren-box{
	max-width: 100%;
}

/* 美祢市病院事業局----------------- */
.kanren-jigyou {
	width: 22.3%;
	float: left;
	margin-left: 0px;
	margin-right: 2%;
	padding: 0.2%;
	border: 3px solid #167A3A;
	display: block;
	background-color: #FFFFFF;
	max-height: 83px;
	position: relative;
	transition: opacity 0.1s ease-out;
}
.kanren-jigyou a {
display: block;
position: absolute;
top: 0;
left: 0;
height:100%;
width: 100%;

}
.kanren-jigyou:hover{
	text-decoration: none;
	background-color: #FFFFFF;
	opacity: 0.7;
}

.kanren-jigyou-title {
	width: 55%;
	float: left;
	font-size: 87%;
	color: #167A3A;
	padding-left: 5%;
	display: flex;
	align-items: center;
	font-weight: bold;
	height: 80px;
}
.kanren-jigyou-ph {
	float: right;
	width: 35%;
}
/*美祢市立病院-------------------------*/
.kanren-minesiritu {
	width: 22.3%;
	float: left;
	margin-right: 2%;
	padding: 0.2%;
	border-left: 3px solid #2A8DC0;
	border-right: 3px solid #2A8DC0;
	border-bottom: 3px solid #2A8DC0;
	border-top: 3px solid #2A8DC0;
	display: block;
	background-color: #FFFFFF;
	max-height: 83px;
	position: relative;
	transition: opacity 0.1s ease-out;
}
.kanren-minesiritu a {
display: block;
position: absolute;
top: 0;
left: 0;
height:100%;
width: 100%;
}
.kanren-minesiritu:hover{
	text-decoration: none;
	background-color: #FFFFFF;
	opacity: 0.6;
}
.kanren-minesiritu-title {
	width: 55%;
	float: left;
	font-size: 87%;
	color: #2A8DC0;
	padding-left: 5%;
	display: flex;
	align-items: center;
	font-weight: bold;
	height: 80px;
}
.kanren-minesiritu-ph {
	float: right;
	width: 35%;
}
/*美東病院-------------------------*/
.kanren-mitou {
	width: 22.3%;
	float: left;
	margin-right: 2%;
	padding: 0.2%;
	border: 3px solid #EF7F26;
	display: block;
	background-color: #FFFFFF;
	max-height: 83px;
	position: relative;
	transition: opacity 0.1s ease-out;
}
.kanren-mitou a {
display: block;
position: absolute;
top: 0;
left: 0;
height:100%;
width: 100%;
}
.kanren-mitou:hover{
	text-decoration: none;
	background-color: #FFFFFF;
	opacity: 0.6;
}
.kanren-mitou-title {
	width: 55%;
	float: left;
	font-size: 87%;
	color: #EF7F26;
	padding-left: 5%;
	display: flex;
	align-items: center;
	font-weight: bold;
	height: 80px;
}
.kanren-mitou-ph {
	float: right;
	width: 35%;
}
/*グリーンヒル-------------------*/
.kanren-green {
	width: 22.3%;
	float: left;
	margin-right: 2%;
	padding: 0.2%;
	border: 3px solid #56A835;
	display: block;
	background-color: #FFFFFF;
	max-height: 83px;
	position: relative;
	transition: opacity 0.1s ease-out;
}
.kanren-green a {
display: block;
position: absolute;
top: 0;
left: 0;
height:100%;
width: 100%;
}
.kanren-green:hover{
	text-decoration: none;
	background-color: #FFFFFF;
	opacity: 0.6;
}
.kanren-green-title {
	width: 55%;
	float: left;
	font-size: 87%;
	color: #56A835;
	padding-left: 5%;
	display: flex;
	align-items: center;
	font-weight: bold;
	height: 80px;
}
.kanren-green-ph {
	float: right;
	width: 35%;
}
/*看護---------------------------*/
.kanren-kango {
	width: 22%;
	float: left;
	padding: 0.2%;
	border: 3px solid #E18296;
	display: block;
	background-color: #FFFFFF;
	max-height: 83px;
position: relative;
	transition: opacity 0.1s ease-out;
}
.kanren-kango a {
display: block;
position: absolute;
top: 0;
left: 0;
height:100%;
width: 100%;
}
.kanren-kango:hover{
	text-decoration: none;
	background-color: #FFFFFF;
	opacity: 0.6;
}

.kanren-kango-title {
	width: 55%;
	float: left;
	font-size: 87%;
	color: #E18296;
	padding-left: 5%;
	display: flex;
	align-items: center;
	font-weight: bold;
	height: 80px;
}
.kanren-kango-ph {
	float: right;
	width: 35%;
}




/* -----------------------------------
　　フッターここから
 ----------------------------------- */

.footer {
	width: 100%;
	text-align: center;
	background-repeat: repeat-x;
	height: 270px;
}

.footer a:hover img {
 opacity: 0.6;
}
 
.footer a img {
 transition: opacity 0.3s ease-out;
}


.footer-in {
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
}

.footer-in-box {
	width: 24.8%;
	display: block;
	float: left;
	border-left: 1px dashed #A4DA8E;
	background-position: right 0%;
	background-repeat: no-repeat;
	height: 250px;
}

.footer-in-logo {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.footer-in-address {
	font-size: 78%;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.footer-in-tel {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-in-contact {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.footer-cate-title a {
	width: 80%;
	display: block;
	background-image: url(../images/green_93.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #57A936;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	background-position: 0% center;
	margin-left: 5%;
	margin-bottom: 0px;
	min-height: 30px;
	padding-top: 10px;
	text-decoration: none;
}

.footer-cate-title a:hover {
	color: #A4DA8E;
}



.footer-cate-list {
	padding-left: 13%;
	width: 86%;
}
.footer-cate-list ul {
	padding: 0px;
margin: 0px;
list-style-type: none;
}


.footer-cate-list li a {
	width: 93%;
	background-image: url(../images/arrow-green-s_97.png);
	background-repeat: no-repeat;
	background-position: 0% center;
	padding-left: 10px;
	font-size: 75%;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #000000;
	text-align: left;
	display: block;
}

.footer-cate-list li a:hover {
	color: #71C64F;
}


.copy {
	width: 100%;
	height: 50px;
	text-align: center;
	color: rgba(87,169,54,1.00);
	border-top: 1px solid rgba(164,218,142,1.00);
	margin-top: 0px;
	padding-top: 30px;
	font-size: 11px;
	background-color: rgba(232,245,227,1.00);
}
