@charset "UTF-8";

/*=======================================================================*/
/* ヘッダー
/*=======================================================================*/

header#sub-head {
	width: 100%;
	margin: 0;
	padding: 0;
}
@media print {
  header#sub-head {
     display: none; 
  }
}
@media print {
	.xdsoft_datetimepicker{
      display:none;
    }
}

#head {
    max-width: 996px;
    padding: 0px 0 0 0;
    position: relative;
    top: 1px;
    margin: 0 auto;
}

#headTitle {
	float: left;
	margin: 0 10px 0 0;
}

#headMenu {
	float: right;
	margin: 0;
}

#headMenu ul li a span {
    display: block;
    /*font-size: 26px;*/
    font-size: 1.6em;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #ffffff;
    padding: 10px;
    margin: 0 auto;
    line-height: 26px;
    margin-bottom: 5px;
  

}
#headMenu ul li a:hover span {
/* 	-moz-transition: transform 1.0s ease-in;
  	-webkit-transition: transform 1.0s ease-in;
  	-o-transition: transform 1.0s ease-in;
  	-ms-transition: transform 1.0s ease-in;
  	transition: transform 0.5s ease-in;
	-moz-transform: rotateY(3600deg);
	-webkit-transform: rotateY(3600deg);
	-o-transform: rotateY(3600deg);
	-ms-transform: rotateY(3600deg);
	transform: rotateY(3600deg);
*/
}

#headMenu ul li a.kusrashi span {
	background: #00955D;
	/*font-size: 39px;*/
    font-size: 2.4em;
    padding: 3px;
    line-height: 39px;
}

#headMenu ul li a.kanko span {
	background: #188270;
	/*font-size: 39px;*/
    font-size: 2.4em;
    padding: 4px;
    line-height: 39px;
}

#headMenu ul li a.kosodate span {
	background: #2A737F;
	padding: 11px 9px;
}

#headMenu ul li a.ijyu span {
	background: #3E638F;
}

#headMenu ul li a.syusyoku span {
	background: #5352A0;
}

#headMenu a.kusrashi:hover span {background-color:#ff6aa2;}
#headMenu a.kanko:hover span {background-color:#e77d8f;}
#headMenu a.kosodate:hover span {background-color:#d58c80;}
#headMenu a.ijyu:hover span {background-color:#c19c70;}
#headMenu a.syusyoku:hover span {background-color:#acad5f;}





#cityMenu {
display: none;
}
#body--life-index #cityMenu,
#body--life-test #cityMenu{
  display: block;
	position:absolute;
	top: 200px;
	right: 35px;
	z-index:99;
}

#itemNav {
    display: none;
}

#cityMenu .emergency,
#cityMenu .mayor {
    background: rgba(0,0,0,0.3);
    width: 220px;
    padding: 10px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}

#cityMenu .emergency {
	margin-bottom: 10px;
}

#cityMenu .emergency ul,
#cityMenu .mayor ul {
    margin: 0 auto;
    width: 195px;
}

#cityMenu .emergency a {
	display: block;
	width: 195px;
	height: 40px;
	background: #ffffff;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
    text-decoration:none;
    color: #000;
    padding: 10px 0;
}
#cityMenu .emergency a:hover {
	background: #CF1E1E;
    color: #ffffff;
}

#cityMenu .emergency ul li a.hospital {
	position: relative;
    font-size: 0.9em;
    padding-left: 40px;
}
#cityMenu .emergency ul li a.hospital span {
    font-size: 43px;
    color: #CF1E1E;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
#cityMenu .emergency ul li a.hospital span{
    color: #CF1E1E;
}
#cityMenu .emergency ul li a.hospital:hover span {
    color: #ffffff;
}
#cityMenu .emergency ul li a.saigai {
	position: relative;
    font-size: 0.9em;
    padding-left: 40px;
}

#cityMenu .emergency ul li a.saigai span {
    font-size: 36px;
    color: #CF1E1E;
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
}
#cityMenu .emergency ul li a.saigai:hover span {
    color: #ffffff;
}


#cityMenu .emergency li:first-child,
#cityMenu .mayor li:first-child{
	margin-bottom: 5px;
}

#cityMenu .mayor a {
	display: block;
	width: 195px;
	height: 60px;
	background: #ffffff;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
    text-decoration:none;
    color: #000;
    padding: 20px 0 20px 60px;
    font-size: 1.1em;
    position: relative;
}
#cityMenu .mayor a:hover {
	background: #CF1E1E;
    color: #ffffff;
}
#cityMenu .mayor img {
    position: absolute;
    top: 10px;
    left: 12px;
}

.subWrap {
	width: 100%;
	margin: 0;
}

.subWrap a {
    display: block;
    width: 215px;
    height: 104px;
}

.sitelogo {
  display: block;
	*display: inline;
	*zoom: 1;
	width: 215px;
	height: 104px;
	text-indent: -9800px;
	background: url(../../img/shimin/logo_city_sub.png) 0 0 no-repeat;
	margin: 0;
	font-size: 1.0em;
}

#headMenu ul {
    padding: 0px 0;
    font-size: 16px;
    display: table;
}

#headMenu ul li {
    display: table-cell;
  	width: 85px;
    vertical-align: top;
    text-align: center;
	*display: inline;
	*zoom: 1;
	margin: 0 5px 0 0;
}

#headMenu ul li a {
  display: block;
	width: 85px;
    padding: 0px;
    color: #060606;
    text-decoration: none;
    /*font-size: 13px;*/
    font-size: 0.85em;
}

#sub #gNavi {
	width: 100%;
	height: 50px;
	margin: 0;
	/*background-color: #00955D;*/
  	background-color: #008754;
	font-size: 16px;
}

#sub #gNaviArea {
	max-width: 996px;
	height: 50px;
	margin: 0 auto;
	font-size: 16px;
}

#sub #gNaviArea ul {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

#sub #gNaviArea ul li {
	width: 16%;
	float: left;
	margin: 0;
	padding: 0;
	/* border-right: 1px solid #dddddd; */
	height: 50px;
	font-size: 16px;
}

#sub #gNaviArea ul li:first-child {
	/* border-left: 1px solid #dddddd; */
}

#sub #gNaviArea ul li:first-child span {
	border-left: 1px solid #dddddd;
}

#sub #gNaviArea ul li span {
    display: block;
    border-right: 1px solid #FFFFFF;
    padding: 8px;
    /*font-size: 16px;*/
    font-size: 1.1em;
}

#sub #gNaviArea ul li a {
	display: block;
    height: 50px;
    max-width: 166px;
    margin: 0;
    padding: 5px 0px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    /*font-size: 16px;*/
    font-size: 1.1em;
}
/*外国語*/
.translated-ltr #sub #gNaviArea ul li a{font-size: 0.65em;}


#sub #gNaviArea ul li a:hover {
    background: #CF1E1E;
    color: #ffffff;
}

#spmenu,
.slicknav_menu {
	display: none;
}

/* スライダー */
#wide,
#wide .sp-mask,
#wide .sp-image-container,
#wide .sp-slide {
    height: 350px !important;
}

#wide .sp-buttons {
    display: none;
}
#wide .sp-slides-container .sp-arrows {
    top: auto;
    bottom: 40px;
}
#wide .sp-slides-container .sp-previous-arrow {
	left: 50%;
	margin-left: -480px;
	font-size: 16px;
}
#wide .sp-slides-container .sp-next-arrow {
    left: 50%;
    right: auto;
    margin-left: -438px;
    font-size: 16px;
}

#wide .sp-slides-container p.sp-layer.sp-black.sp-padding {
    color: #000;
    text-shadow: 1px 1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF, -1px -1px 0px #FFF;
    font-weight: bold;
    background: none;
    margin-left: 100px;
    line-height : 0.9em;
}
.sp-slides-container .sp-arrow.sp-previous-arrow,
.sp-slides-container .sp-arrow.sp-next-arrow {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #000000;
    z-index: 999;
    border: 2px solid #ffffff;
    background: #000000;
	-webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
}

.sp-slides-container .sp-arrow.sp-previous-arrow {
	padding: 7px;
}

.sp-slides-container .sp-arrow.sp-next-arrow {
	padding: 7px 8px;
}

.sp-slides-container .sp-previous-arrow:before{
	content: "\ea38";
    background: none;
	color: #ffffff;
	-webkit-transform: inherit;
	transform: inherit;
	left: inherit;
		top: inherit;
		position: static;
}

.sp-slides-container .sp-next-arrow:before {
	content: "\ea34";
    background: none;
	color: #ffffff;
	-webkit-transform: inherit;
	transform: inherit;
	left: inherit;
		top: inherit;
		position: static;
}

.sp-slides-container .sp-previous-arrow:after,
.sp-slides-container .sp-next-arrow:after {
	display:none;
}

/*=======================================================================*/
/* 共通レイアウト */
/*=======================================================================*/

#wrap {
	zoom: 1;
    max-width: 996px;
    margin: 0 auto;
    padding: 0;
}

/*=======================================================================*/
/* トップページ-メインレイアウト */
/*=======================================================================*/

#lifeinfoArea {
	float: left;
	width: 490px;
	margin: 0 5px;
}

#promoinfoArea {
	float: left;
	width: 490px;
	margin: 0 5px;
}

body.top #main {
	float: left;
	width: 996px;
	margin: 0;
}

#sns_search {
    width: 100%;
    height: 60px;
}
@media print {
  #sns_search {
     display: none; 
  }
}


#sns_search_inner {
    max-width: 996px;
    margin: 0 auto;
    height: 60px;
    position: relative;
}

#sns_search .SearchBox {
	position: absolute;
    right: 0;
    top: 15px;
    width: 220px;
    font-size: 16px;
}


#sns_search .SearchBox #Sform form input.gsc-input{
    width: 170px;
    height: 30px;
    border: 1px solid #01955E;
    padding: 5px;
}

/*#sns_search .SearchBox #Sform form input[type="submit"] {*/
#sns_search .SearchBox #Sform form input.gsc-search-button{
	/*width: 50px;*/
    background: #00955D;
   /* height: 30px;*/
    border: none;
    color: #ffffff;
    margin: 2px 0px 0px 0px;

}
table.gsc-branding{
display: none;
}

#infoAll{
	float: left;
}

#infoEmr {
    width: 470px;
    margin: 0 0 30px 0;
    border: 2px solid #CF1E1E;
}

#infoEmr .title {
    background: #CF1E1E;
    color: #ffffff;
    font-size: 16px;
}
#infoEmr h2 {
font-size: 1.1em;
border-bottom: 1px solid #ccc;
    padding: 5px;
}

#infoEmr p {
    padding: 5px;
}

#infoTab {
    width: 470px;
}

#infoTab #tab{
	overflow:hidden;
}

#infoTab #tab li{
	background:#eeeeee; 
	color: #5352A0;
	padding:5px 20px; 
	float:left; 
	margin-right:5px;
	font-size: 1.0em;
}

#infoTab #tab li:hover {
	cursor: pointer;
	cursor: hand;
}

#infoTab #tab li.select{
	background: #5352A0;
	color: #ffffff;
}

#infoTab #tab_contents{

    border: 2px solid #5352A0;
    box-sizing: content-box;
}

#infoTab #tab_contents ul.tab_content {
    font-size: 0.9em;
}

#infoTab #tab_contents ul.tab_content p {
	height: 50px;
}

#infoTab #tab_contents ul.tab_content dl {
	height:300px;
    padding: 10px;
    overflow-y: scroll;
}
#infoTab #tab_contents ul.tab_content div.kakuka {
	height: 300px;
    padding: 10px;
    overflow-y: scroll;
}

#infoTab #tab_contents ul.tab_content div p{
float: left;
height: auto;
margin-right: 20px;
margin-bottom: 10px;
}
#infoTab #tab_contents ul.tab_content div p.infoall{
float: right;
}

#infoTab #tab_contents ul.tab_content span {
    color: #5352A0;
}

#infoTab #tab_contents a.ichiran {
    text-align: right;
    display: block;
    padding: 10px 20px;
}

#infoTab #tab_contents li{
	background:#ffffff; 
}

#infoTab #tab_contents li dt {
  float:left;
  width : 9em;
  margin-top: 2px;
  margin-bottom: 3px;
 clear: both;
}

#infoTab #tab_contents li dd {
  margin-left:9em;
  margin-bottom: 5px;
}

#infoTab .hide {
	display:none;
}

#easySearch {
    width: 470px;

    float: right;
    background: #eeeeee;
    padding: 10px;
}

#easySearch .title {
    padding: 5px;
    color: #00955D;
    font-size: 1.3em;
}

#easySearch li{
	float:left;
}

#easySearch li a{
	display:block;
	width: 90px;
	height: 90px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #00955D;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-top: 10px;
    font-size: 0.9em;
}
#easySearch li a.nigyou{
	padding-top: 4px;
}
#easySearch li a:hover {
	background: #CF1E1E;
    color: #ffffff;
}

#easySearch li .kurasi_icon {
    display: block;
    font-size: 2.7em;
    margin-top: 7px;
}

#accessBusyo {
    float: right;
    width: 470px;
    margin: 25px 0 0 0;
}

#accessBusyo li{
    float: left;
}

#accessBusyo li a {
	display: block;
	width: 225px;
	height: 80px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	position: relative;
    padding: 25px 0px 30px 30px;
    font-size: 1.0em;
}
body #accessBusyo li a:hover {
border: 2px solid #CF1E1E;
}


#accessBusyo li.access a span {
    color: #00955d;
    font-size: 54px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
}

#accessBusyo li.access a{
	border: 2px solid #00955d;
	margin-right: 15px;
}

#accessBusyo li.busyo a{
	border: 2px solid #5352a0;
}

#accessBusyo li.busyo a span {
    color: #5352a0;
    font-size: 3.4em;
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
}

#main_nav {
    width: 100%;
    margin: 30px 0 20px 0;
    padding: 20px 0;
    border-top: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
}

#main_nav li {
	float: left;
	margin: 0 30px 10px 0;
}

#main_nav li:last-child {
	margin: 0 0px 10px 0;
}

#main_nav li a {
	display: block;
	width: 225px;
	height: 70px;
	text-decoration: none;
	color: #000000;
	border: 3px solid #dddddd;
	background: #F3EFEB;
	font-weight: bold;
	padding: 10px;
    position: relative;
    font-size: 1.0em;
}
#main_nav li a:hover{
border: 3px solid #CF1E1E;
}
#main_nav ul li img {
    position: absolute;
    right: 5px;
    top: 5px;
}

#main_nav ul li .title {
    display: block;
    float: left;
    margin: 10px 0;
}

#main_nav ul li .title_rows {
	display: block;
    float: left;
}

#infoLink .infoLink_inner {
    width: 465px;
    height: 200px;
    border: 2px solid #eeeeee;
    padding: 20px;
}

#infoLink {
    width: 465px;
    float: left;
    margin-bottom: 30px;
}

#infoLink .title {
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px;
}

#infoLink .infolink_left,
#infoLink .infolink_right {
    float: left;
    width: 200px;
}

#infoLink .infolink_left {
	margin-right:20px;
}

#infoLink .infolink_left li a,
#infoLink .infolink_right li a{
	display: block;
    width: 200px;
    height: 50px;
    text-decoration: none;
    border-bottom:2px solid #aaaaaa;
    background: #F3EFEB;
    margin-bottom:5px;
    color: #000000;
    padding: 15px;
    font-size: 1.0em;
}

#outerLink {
    width: 465px;
    float: right;
    padding: 35px 0 0 0;
}

#outerLink li {
	float: left;
	margin-right: 5px;
}

#outerLink li:last-child {
	margin-right: 0;
}

#outerLink li a{
	display: block;
	width: 150px;
	height: 150px;
}
#outerLink p img{
  	display :block;
	margin: 20px auto 10px auto;
}


#main_bottom {
    width: 99%;
    margin: 50px 0 0px 0;
    float: left;
}
@media print {
  #main_bottom {
     display: none; 
  }
}


.main_bottom_inner {
    max-width: 996px;
    margin: 0 auto;

    padding: 0 20px 20px 20px;
    background: #EEEEEE;
}

.main_bottom_inner #bnrLink a {
	/*font-size: 16px;*/
}

#main_bottom #relationLink .title,
#main_bottom #bnrLink .title {
    /*font-size: 19px;*/
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 5px;
    display: inline-block;
    margin: 17px 0;
}

#main_bottom #relationLink li,
#main_bottom #bnrLink li,
#main_bottom #relationLink span,
#main_bottom #bnrLink span{
	float: left;
    min-width: 210px;
    margin: 0 10px 5px 0;
}

#main_bottom #relationLink li:nth-child(even), 
#main_bottom #bnrLink li:nth-child(even){
	 margin: 0 10px 5px 0;
}

#main_bottom #relationLink ul, 
#main_bottom #bnrLink ul,
#main_bottom #relationLink div, 
#main_bottom #bnrLink div{
    max-width: 880px;
      margin: 0 auto;
}

#main_bottom #relationLink li a,
#main_bottom #bnrLink li a,
#main_bottom #relationLink span a,
#main_bottom #bnrLink span a{
	display: block;
	min-width: 210px;
	height: 60px;
	border: 1px solid #dddddd;
	text-indent: -9999px;
	background: #ffffff;
}

#main_bottom #relationLink img ,
#main_bottom #bnrLink img {
    display: block;
    margin: 10px 0 0 20px;
}

/*=======================================================================*/
/* 記事・カテゴリーページ／メインレイアウト */
/*=======================================================================*/

body.article #main,
body.category #main {
	float: left;
	max-width: 730px;
	width : 75%;
}
@media print {
  body.article #main,
  body.category #main {
	max-width: 99%;
	width : 99%;
  }
}
/*右メニューカラム*/
#rside {
    max-width: 220px;
    float: right;
	width : 23%;
}
@media print {
  #rside {
     display: none; 
  }
}

#rside .rside_title {
    padding: 10px;
    /*background-color: #00955D;*/
    background-color: #008754;
    color: #ffffff;
    font-size: 1.1em;
}

#rside .rside_menu {
    padding: 10px 10px 10px 10px;
    font-size: 0.9em;
    background: #F3EFEB;
}

#rside .rside_menu li {
    list-style-type: none;
    color: #777777;
  font-size: 1.1em;
}
#rside .rside_menu a{
    display: block;
    text-decoration:none;
    padding: 4px 0px 4px 0px;
}
#rside .rside_menu p{
cursor: pointer;
/*color: #0079d2;*/
color: #006c94;
      padding: 4px 0px 4px 0px;
}
#rside .rside_menu a:hover,
#rside .rside_menu p:hover{
color: #000;
background-color: #aaa;
}

#rside .rside_menu a span{
    text-decoration:underline;
}
#rside .rside_menu a:hover span{
 text-decoration:none
}
#rside .rside_menu a:hover{
    text-decoration:none;
  color: #000;
}

#rside .rside_menu a::before{
content:"・";
font-size : 1.2em;
width: 1.2em;
display: inline-block;
text-align: center;
  color: #777777;
}
#rside .rside_menu li.open p::before{
  content:"+";
width: 1.2em;
display: inline-block;
text-align: center;
    color: #777777;
}
#rside .rside_menu li.open.active p::before{
  content:"-";
width: 1.2em;
display: inline-block;
text-align: center;
    color: #777777;
}

#rside .rside_menu li ul{
  display:none;
  margin-left: 1.0em;
}

/*本文*/

/*=======================================================================*/
/* フッター */
/*=======================================================================*/

footer {
	width: 100%;
	margin: 0px 0 0 0;
	padding: 0;
	position: relative;
	z-index: 1;
    float: left;
}
#footerBg {
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center 100%;
}
#footerBg02 {
    background-color: #2d468f;
    width: 100%;
    height: 1em;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
@media print {
  #document footer {
     display: block; 
  }
  footer {
     display: none; 
  }
}



.footerLine {
	width: 100%;
	margin: 0 0  20px 0;
	border-bottom: 3px solid #888888;
	z-index: 100;
	position: absolute;
	top: 100px;
}

#footerMenuArea {
	max-width: 996px;
	min-height: 410px;
	margin: 20px auto;
}

#FMenuConts {
	width: 100%;
	padding: 140px 0 30px 0;
}

#FMenuConts ul {
	width: 100%;
	list-style: none;
}

#FMenuConts ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 20px 5px 0;
	line-height: 1.8em;
}

#LogoAddArea {
	width: 100%;
	margin: 0;
}

#LogoAddArea .FLogo a {
	display: block;
	width: 220px;
	height: 70px;
	text-indent: -9800px;
	background: url(../../img/shimin/logoFooter.png) 0 0 no-repeat;
	margin: 0 20px 20px 0;
	float: left;
}

#LogoAddArea .FAdd {

}

#LogoAddArea .FAdd p {

}

#LogoAddArea .FAdd p.small {
	font-size: 0.9em;
}

#footerCreditArea {
	width: 100%;
    margin: 0;
    text-align: center;
    background-position: center bottom;
    color: #FFF;
    /*font-size: 15px;*/
  	font-size: 0.9em;
}
#footerCreditArea span{
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../../img/shimin/copy_bg.png);
  background-color: #2d468f;
}

.crumbs{
max-width : 996px;
margin: 10px auto 0px auto;
}
.separator{
margin: 0px 5px;
}
.cms-sns_share{
height : 60px;
display: table;
overflow: hidden;
}
#sns_search .site{
display: table-cell;
vertical-align: top;
padding-left: 20px;  
}
#sns_search .fb{padding-top: 15px;}
#sns_search .twitter{padding-top: 15px;}
#sns_search .hatena{padding-top: 15px;}
#sns_search .google{padding-top: 15px;}
#sns_search .evernote{padding-top: 15px;padding-left: 0px;}


/*暮らしの簡単検索・カテゴリーリスト---------------*/
.cat_but{
    margin:0px 20px 0px 20px;
}
.cat_but ul{
padding:20px 0px 10px 0px;
}
.cat_but li{
  margin:0px 2% 10px 0px;
  list-style:none;
  display: inline-block;
  width : 30%;
  vertical-align:middle;
  position: relative;
  overflow: hidden;
}
@media screen and ( max-width:768px ){
  .cat_but li{
    width : 47%;
  }
}
@media screen and ( max-width:412px ){
  .cat_but li{
    width : 100%;
  }
}

.cat_but li a{
  text-decoration: none;
  color : #333333;
  display: table;
  width :100%;
  font-size: 1.4em; 
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
    background-color: #ffffff;
    border-width: 2px 20px 2px 2px;
    border-style: solid;
    border-color: #6f70a9;
}
.cat_but li a span.cat_icon{
    position: absolute;
    right: 3px;
  color: #ffffff;
  font-size: 14px;
    top: 38%;
}
.cat_but li a span.cat_span{
	height: 2.5em;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    border-right-color: #aeadbd;
    border-right-style: solid;
    border-right-width: 4px;
	padding-left: 5px;  
}
.cat_but li a:hover{
  background-color : #F9B400;
}


@media print {
  #feedback{
     display: none; 
  }
}


body .gsib_a {
    width: 100%;
    padding: 2px 6px 0;
}






