@charset "UTF-8";
/* =========================================================
   Pieces
========================================================= */

/* common header / accessibility navi
----------------------------------------------- */
#nocssread {
  display: none;
  margin-right: -9999px;
}
#commonHeader {
  margin: 0px;
  padding: 2px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #C5C5C5;
  background:#FEFEFE;
  background: -moz-linear-gradient(top, #FEFEFE, #EEEEEF);
  background: -webkit-gradient(linear, center top, center bottom, from(#FEFEFE), to(#EEEEEF));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FEFEFE', endColorstr='#EEEEEF');
  text-align: right;
  font-size:85%;
}
#commonHeader rp, #commonHeader rt {
  display: none;
}
#navigationNotice {
  padding: 0px 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  font-weight: bold;
  line-height: 40px;
}
.naviFont, .naviTheme, .naviRuby, .naviTalk {
  display: inline-block;
  padding: 0px 5px 0px 24px;
  border-left: 1px solid #bbb;
  background-repeat: no-repeat;
  background-position: 6px center;
}
/*#smartSwitch {
  display: inline-block;
  padding: 0px 5px 0 10px;
  border-left: 1px solid #bbb;
}
*/

#smartSwitch .switch {
    display: block;
    padding: 5px 10px 10px;
}
#smartSwitch .switch a {
    background: linear-gradient(to bottom, #ebf7ff, #8bd7ff) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #70bdf9;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-size: 300%;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
#smartSwitch .switch a:hover {
    color: #ff0000;
    text-decoration: underline;
}
#smartSwitch .pc, #smartSwitch .sp {
  margin-left: 5px;
}
.naviFont {
  float: right;
  background-image: url(images/ic-navi-font.png);
}
.naviTheme {
  background-image: url(images/ic-navi-theme.png);
}
.naviRuby {
  background-image: url(images/ic-navi-ruby.png);
}
.naviTalk {
  background-image: url(images/ic-navi-talk.png);
}
.naviFont .label,
.naviTheme .label,
.naviRuby .label,
.naviTalk .label {
  margin: 0px 8px 0px 0px;
}
.naviFont .small,
.naviFont .big ,
.naviFont .base ,
.naviTheme .white,
.naviTheme .blue,
.naviTheme .black,
.naviRuby .ruby,
.naviTalk .talk {
  margin: 0px 1px;
  color: #00f;
  text-decoration: underline;
  cursor: pointer;
}
.naviTheme .current,
.naviRuby .current,
.naviTalk .current {
  color: #e00;
  text-decoration: none;
}
.naviFont .small:hover,
.naviFont .big:hover,
.naviTheme .white:hover,
.naviTheme .blue:hover,
.naviTheme .black:hover,
.naviRuby .ruby:hover,
.naviTalk .talk:hover {
  color: #e00;
  text-decoration: underline;
}
.naviFont .view {
  padding: 1px 2px 0px;
  background-color: #666;
  color: #fff;
  font-weight: bold;
}
#commonHeader a.riyou {
  display: inline-block;
  padding: 0px 10px;
  border-left: 1px solid #bbb;
  color: #00f;
  text-decoration: underline;
  cursor: pointer;
}
#commonHeader a.riyou:hover {
  color: #e00;
  text-decoration: underline;
}

.naviTalk .player {
  position: absolute;
  width: 1px;
}
.naviTalk .player object {
  position: relative;
  top: 25px;
  left: -90px;
}
*html .naviTalk .player object {
  top: 28px;
}
html:first-child .naviTalk .player {
  position: absolute;
}
html:first-child .naviTalk .player object {
  position: relative;
  top: 25px;
  left: 340px;
}
/* common banner
----------------------------------------------- */
#commonBanner:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
* html #commonBanner {
height: 1%;
}
#commonBanner {
  clear: both;
  display: block;
  text-align: right;
}
.top-page #commonBanner{
  background: url("/_common/themes/joruri/img/bg_header960.jpg") no-repeat center bottom;
  height : 161px;
  margin : 0;
}
#commonBanner .logo {
  float: left;
}
#commonBanner .pieceBody {
  position: relative;
}
#commonBanner .logo h1 a {
 display: block;
 background: url("/_common/themes/joruri/img/tit_header0115.png") no-repeat scroll 0 16px;    height : 75px;
    width : 200px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#commonBanner .logo a {
  display: block;
  overflow: hidden;
}
#commonBanner .menu {
  position : absolute;
}
#commonBanner .menu { 
  right: 137px;
  font-size:85%;
}
#commonBanner .top-banner .menu { 
  right: 137px;
}
#commonBanner .upperMenu {
  margin: 10px 0 0;
  padding-right: 10px;
}
#commonBanner .upperMenu {
  margin: 10px 0 5px;
  padding-right: 10px;
}
#commonHeader a.lang ,
#commonBanner .upperMenu a,
#commonBanner .lowerMenu a {
  display: inline-block;
  padding: 0 3px;
  border: 1px solid #999;
  background:#F8F8F8;
  border-radius: 5px;
  background: -moz-linear-gradient(top, #E0E0E0, #F8F8F8);
  background: -webkit-gradient(linear, center top, center bottom, from(#E0E0E0), to(#F8F8F8));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E0E0E0', endColorstr='#F8F8F8');
  color: #333;
  text-decoration: none;
}
/* chiiki
---------------------- */

/*.upperMenu .soshiki, .upperMenu .zokusei ,
.lowerMenu .chiiki, .lowerMenu .toiawase, .lowerMenu .siteMap {
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #999;
  background:#F8F8F8;
  background: -moz-linear-gradient(top, #E0E0E0, #F8F8F8);
  background: -webkit-gradient(linear, center top, center bottom, from(#E0E0E0), to(#F8F8F8));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E0E0E0', endColorstr='#F8F8F8');
  color: #333;
  text-decoration: none;

}
*/
#commonBanner .upperMenu .keitai {
  background-color: #B55372;
}
#commonBanner .upperMenu .keitai span {
  padding: 5px 2px 5px 25px;
  background-image: url(./images/bn_bg_mobile_fp.png);
  background-repeat: no-repeat;
  background-position: 3px center;
}
#commonBanner .upperMenu .smart {
  margin-right: 10px;
  background-color: #1C7BBF;
}
#commonBanner .upperMenu .smart span {
  padding: 5px 2px 5px 25px;
  background-image: url(./images/bn_bg_mobile_sp.png);
  background-repeat: no-repeat;
  background-position: 3px center;
}
#commonBanner .lowerMenu {
  margin: 2px 0 5px;
  padding-right: 10px;
}
#commonBanner .menu form {
  display: inline;
}


#commonBanner a.keitai {
    background-image: url("/_common/themes/joruri/img/ico_headerMenu02.png") no-repeat scroll 1px center;
    display: inline;
    margin-left: 8px;
    padding: 0 0 0 18px;
}


input#search-box, input#search-button,
a.chiiki, a.soshiki, a.toiawase, a.siteMap,
input.submit {
  vertical-align: middle;
}
input#search-box {
  width: 130px;
}
input#search-button {
  border: none;
  background: #3F3F3F;
  color: #ffffff;
}
/* otoiawase
---------------------- */
a.ggtoiawase {
  display: inline-block;
  margin: 0px 0px 0px 10px;
/*  font-weight: bold; */
  line-height: 2;
}

/* sitemap
---------------------- */
a.ggsiteMap {
  display: inline-block;
  margin: 0px 0px 0px 5px;
/*  font-weight: bold; */
  line-height: 2;
}

/* global navi
----------------------------------------------- */

#globalNavi .pieceBody {
    letter-spacing: 0px;
    text-align: center;
}
#globalNavi:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html #globalNavi {
  height: 1%;
}
#globalNavi {
  clear: both;
  display: block;
/*  width: 100.6%; */
  width: 100%;
}
#globalNavi a {
/*  display: block;
  float: left;
  width: 12.34%;
  padding: 7px 0;
  border-right: 1px solid #ffffff;
  background:#0952EB;
  background: -moz-linear-gradient(top, #0952EB, #001C66);
  background: -webkit-gradient(linear, center top, center bottom, from(#0952EB), to(#001C66));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0952EB', endColorstr='#001C69');
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
*/
/*  float: left;
  width: 12.34%;
  padding: 7px 0;
  border-right: 1px solid #ffffff;
  background:#666666;
  background: -moz-linear-gradient(top, #666666, #001C66);
  background: -webkit-gradient(linear, center top, center bottom, from(#0952EB), to(#001C66));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0952EB', endColorstr='#001C69');
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
*/
    background-image: url("/_common/themes/joruri/img/menu_back_L-2.gif");
    background-position: 0 -142px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #70bdf9;
    border-top: 1px solid #70bdf9;
    color: rgb(0, 0, 51);
	font-size: 110%;
    color : #555555;
	display: block;
    float: left;
    font-weight: bold;
    height: 34px;
    line-height: 2.5;
    text-decoration: none;
    width: 12.50%;
}

#globalNavi a:hover {
  background-position : 0 -81px;
}
/*#globalNavi a.top {
    background-image: url("/_common/themes/joruri/img/menu_back_L.gif");
    background-position : 0 -132px;
    border-left: 1px solid #70bdf9;
    color: #fff;
}*/
#globalNavi a.bosai {
    background-image: url("/_common/themes/joruri/img/menu_back_bosai_L-2.gif");
}
/*  border-right: none;
  background:#D70029;
  background: -moz-linear-gradient(top, #D70029, #B30029);
  background: -webkit-gradient(linear, center top, center bottom, from(#D70029), to(#EE0029));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D70029', endColorstr='#B30029');
*/
}
/*
#globalNavi a.bosai:hover {
  background: #EE0029;
  background: -moz-linear-gradient(top, #D70029, #EE0029);
  background: -webkit-gradient(linear, center top, center bottom, from(#D70029), to(#EE0029));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D70029', endColorstr='#B30029');
}
*:first-child+html #globalNavi a {
  height: auto;
}
*/

/* IE */
* html #globalNavi {
  width: 100%;
}
* html #globalNavi a.bosai {
  width: 12.2%;
}
*:first-child+html #globalNavi {
  width: 100.3%;
}

/* global navi active
----------------------------------------------- */
#globalNavi a.current,
#globalNavi a.current:hover {
    background-image: url("/_common/themes/joruri/img/menu_back_L.gif");
   background-position: 0 -145px;
    color: #fff;
/*  background:#2AB4FC;
  background: -moz-linear-gradient(top, #2AB4FC, #5CCAFE);
  background: -webkit-gradient(linear, center top, center bottom, from(#2AB4FC), to(#5CCAFE));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2AB4FC', endColorstr='#5CCAFE');
  color: #000000;
*/
}
#globalNavi a.currentB,
#globalNavi a.currentB:hover {
    background-position : 0 -132px;
/*  background: #F69298;
  background: -moz-linear-gradient(top, #F56D85, #F69298);
  background: -webkit-gradient(linear, center top, center bottom, from(#F56D85), to(#F69298));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F56D85', endColorstr='#F69298');
*/
    color: #fff;
}


/* global navi active
----------------------------------------------- */
#bannerBody.category-kurashi a.kurashi,
#bannerBody.category-fukushi a.fukushi,
#bannerBody.category-kyoiku a.kyoiku,
#bannerBody.category-kanko a.kanko,
#bannerBody.category-sangyoshigoto a.sangyoshigoto,
#bannerBody.category-gyoseimachizukuri a.gyoseimachizukuri ,
#bannerBody.category-bosai a.bosai {
/*    background-image: url("/_common/themes/joruri/img/menu_back_L.gif"); */
   background-position: 0 -81px;
    color: #fff;
/*  background:#2AB4FC;
  background: -moz-linear-gradient(top, #2AB4FC, #5CCAFE);
  background: -webkit-gradient(linear, center top, center bottom, from(#2AB4FC), to(#5CCAFE));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2AB4FC', endColorstr='#5CCAFE');
  color: #000000;
*/
}



/* footer
----------------------------------------------- */
#footer {
	color : #666666;
}

#address2 , #ci {
	background: none repeat scroll 0 0 #f7f7f7;
}
/* address
---------------------- */
#address2 {
  padding:4px 5px;
  margin: 0 auto;
  border-radius : 0 0 6px 6px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  position : relative;
}
#address2 .chosha  {
    float : left ;
	width : 31%;
    line-height: 1.2em;
	padding : 0 10px 0;
	border-right : 1px solid #cccccc;
	text-align : left ;
}
#address2 .chosha-last {
	border-right : 0;
}

#address2 strong {
    display : block;
}
#address2 .clear  {
    clear : both;
}
/* footer-navi
----------------------------------------------- */
#footerNavi {
  width: 100%;
    background: #3899be;
    color: #fff;
    border-radius: 6px 6px 0 0;
}
#footerNavi .pieceBody {
  padding: 10px 0;
  color: #ffffff;
  text-align: center;
  position : relative;
}
#footerNavi a {
  color: #ffffff;
}
#footerNavi a:visited {
  color: #ffffff;
}
#footerNavi a:hover {
  color: #ffffff;
}

#footerNavi a.pageTop {
    background: none repeat scroll 0 0 #fff;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #3899be;
    display: inline-block;
    font-size: 13px !important;
    line-height: 1.1em;
    padding: 6px 12px 4px 6px;
    position: absolute;
    right: 32px;
    text-decoration: none;
}
/* footer-copy
----------------------------------------------- */

#footer-copy {
    background: #f7f7f7;
    margin : 0;
    padding: 0 0 30px 0;
    font-size:12px;
    position: relative;}
    position: relative;
    color: #666666 ;
    padding:0;
}

#footer-copy p.ci{
    background: url("../img/bg_footer.jpg") no-repeat 0 10px;
    text-align: left;
    text-indent: -9999em;
    height: 115px;
}

/* footerIn
----------------------------------------------- */
#footerIn{
    position: relative;
    color: #666666 ;
    padding:0;
}

#ci p.ci{
    background: url(../img/bg_footer.jpg) no-repeat  32px 10px;
    text-align: left;
    text-indent: -9999em;
    height: 115px;
}

/* 庁舎情報　 ------------------------ */

#footerIn table{
    width: 100%;
    table-layout: fixed;
    margin: 0 0 23px 0;
}

#footerIn table td strong{
    display: block;
    font-size: 14px;
    table-layout: fixed;
    font-weight: normal;
}

#footerIn table td.cell1{
    padding: 10px 40px 0 0 ;
}

#footerIn table td.cell2{
    width: 360px;
    padding: 10px 0 0 0 ;
    text-align: center;
    border-left: 1px solid #cccccc;
}

#footerIn table td.cell3{
    padding: 10px 0 0 40px ;
    border-left: 1px solid #cccccc;
}

#footerIn table td p{
    display: inline-block;
    text-align: left;
    width: auto;
    margin: auto;
}

#footerIn table td.cell3 p{
    margin: 0 0 0 auto;
    float: right;
}

/* テキスト */
#footerIn p{
    margin: auto;
    padding: 0;
}

/* copy-right
---------------------- */
#copy-right {
  padding:0 5px;
  margin: 0 auto;
  border-radius : 0 0 6px 6px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  position : relative;
}
#footer small.copyright{
    display: block;
	text-align :center;
    padding: 16px 0 0 0;
    margin : 0 0 10px;
}
/* joruri紹介 ------------------------ */
#copy-right p.powerd {
    bottom: -1px;
    display: inline;
    line-height: 25px;
    position: absolute;
    right: 0;
}
#copy-right .powerd img {
    padding-left : 15px;
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs {
  clear: both;
  margin: 7px 0 0;
  line-height: 1.3;
}
#breadCrumbs .direction {
  margin: 0;
}
#pageTop {
  text-align: right;
}

/* calendar
----------------------------------------------- */
#calendarDailyLinks {
  width: 170px;
}
* html .calender {
  height: 1%;
}
#calendar .pieceContainer {
  width: 100%;
}
#menu #calendar .pieceHeader,
#links #calendar .pieceHeader ,
#content #calendar .pieceHeader ,
#menu #calendarDailyLinks .pieceHeader ,
#links #calendarDailyLinks .pieceHeader ,
#content #calendarDailyLinks .pieceHeader {
  width: 100%;
  margin: 0;
  padding: 8px 0 0 0;
  background-image:url(./images/tl_calendar_top.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
#menu #calendar .pieceHeader h2,
#links #calendar .pieceHeader h2,
#content #calendar .pieceHeader h2,
#menu #calendarDailyLinks .pieceHeader h2,
#links #calendarDailyLinks .pieceHeader h2,
#content #calendarDailyLinks .pieceHeader h2 {
  background-image:url(./images/tl_calendar_re.gif);
  background-repeat: repeat-y;
  background-position: left top;
  color: #000000;
  font-size: 100%;
  text-align: center;
}
#calendar .pieceBody ,
#calendarDailyLinks .pieceBody {
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 0px;
  background-image:url(./images/tl_calendar_re.gif);
  background-repeat: repeat-y;
  background-position: left top;
}
#calendar .calendar ,
#calendarDailyLinks .calendar {
  float: left;
/*  width: 162px; */
  padding: 5px 0 0 6px;
  font-weight: bold;
}
#calendar .links ,
#calendarDailyLinks .links {
  clear: both;
  padding: 5px 0 0px;
  background-image: url(./images/bg-calendar-bottom.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 90%;
  text-align: center;
  position : relative;
  height : 40px;
}
/****************************************
  幅拡張 */
#menu #calendar .pieceHeader {
  background-image:url(../img/tl_calendar_top_219.gif);
}
#menu #calendar .pieceHeader h2,
#menu #calendar .pieceBody {
    background-image: url("../img/tl_calendar_re_219.gif");
    background-position: left top;
    background-repeat: repeat-y;
    position: relative;
}
#menu #calendar .links {
  background-image: url(../img/bg-calendar-bottom_219.gif);
  background-position: left bottom;
    background-repeat: no-repeat;
    clear: both;
    font-size: 90%;
    text-align: center;
}

.top-page.calendar {
/*  width: 212px; */
}

#calendar .calendar .wdays .wday,
#calendarDailyLinks .calendar .wdays .wday {
  display: block;
  float: left;
  width: 17px;
  padding: 2px;
/*  border-top: solid 1px #aaaaaa;
  border-right: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;  */
  text-align: center;
}
#calendar .calendar .days .day ,
#calendarDailyLinks .calendar .days .day {
  float: left;
  width: 17px;
  padding: 2px;
/*  border-right: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;  */
  text-align: center;
}
/**************************
    幅拡張 */
#menu #calendar .calendar .wdays .wday ,
#menu #calendar .calendar .days .day {
  width: 23px;
}
/***********************/
#calendar .calendar .wdays .sun ,
#calendar .calendar .days .sun ,
#calendarDailyLinks .calendar .wdays .sun ,
#calendarDailyLinks .calendar .days .sun {
 /* border-left: solid 1px #aaaaaa; */
}
#calendar .calendar .days .sat ,
#calendarDailyLinks .calendar .days .sat {
  color: #3366ff;
}
#calendar .calendar .days .sun ,
#calendar .calendar .days .holiday ,
#calendarDailyLinks .calendar .days .sun ,
#calendarDailyLinks .days .holiday {
  color: #f00000;
}
.january {
  background-image: url(./images/ic_calendar_m01.gif);
}
.february {
  background-image: url(./images/ic_calendar_m02.gif);
}
.march {
  background-image: url(./images/ic_calendar_m03.gif);
}
.april {
  background-image: url(./images/ic_calendar_m04.gif);
}
.may {
  background-image: url(./images/ic_calendar_m05.gif);
}
.june {
  background-image: url(./images/ic_calendar_m06.gif);
}
.july {
  background-image: url(./images/ic_calendar_m07.gif);
}
.august {
  background-image: url(./images/ic_calendar_m08.gif);
}
.september {
  background-image: url(./images/ic_calendar_m09.gif);
}
.october {
  background-image: url(./images/ic_calendar_m10.gif);
}
.november {
  background-image: url(./images/ic_calendar_m11.gif);
}
.december {
  background-image: url(./images/ic_calendar_m12.gif);
}
.january, .february, .march, .april, .may, .june, .july, .august, .september, .october, .november, .december {
  background-repeat: no-repeat;
  background-position: 10px center;
  font-weight: bold;
  text-align: center;
}
.calendar .prevMonth, .calendar .nextMonth {
  overflow: hidden;
  text-indent: -9999px;
}
#calendarDailyLinks .links .pagination {
   text-align: center;
}
.links a.prevMonth {
  padding-left: 13px;
  background-image: url(../img/ico_calendar01.png);
  background-repeat: no-repeat;
  background-position: 4% center;
  text-decoration: none;
}
.links a.currentMonth {
    text-decoration: none;
}
.links a.nextMonth {
  padding-right:13px;
  background-image: url(../img/ico_calendar02.png);
  background-repeat: no-repeat;
  background-position: 96% center; */
  text-decoration: none;;
}

/* piece
----------------------------------------------- */
.piece {
  margin-bottom: 5px;
}
#footer .piece {
  margin-bottom: 0;
}

/* ad
----------------------------------------------- */
#adBanner .pieceBody {
  padding: 0;
}
#adBanner a {
  display: block;
  margin-bottom: 5px;
}

/* footer-ad
----------------------------------------------- */
#footerAdBanner.piece {
/*    background: url("../img/top_ad_bg.gif") repeat-x scroll left top; */
    border: 1px solid #cccccc;
    clear: both;
    margin : 0 auto 5px;
	background : #eeeeee;
}
#footerAdBanner .pieceContainer {
    margin: 0;
    padding: 5px 25px 0 10px;
    text-align: center;
}
#footerAdBanner .pieceHeader {
   background: url("../img/top-adbn.png") no-repeat scroll  3px 0px ;
    display: block;
    padding: 0 0 4px 79px;
    text-align: left;
}

#footerAdBanner .pieceHeader a{
    font-weight: normal;
    margin-bottom: 5px;
}
#footerAdBanner .pieceBody {
  padding: 10px 0 5px;
}
#footerAdBanner a {
  margin: 0 10px;
}

/* page-title
----------------------------------------------- */
*html #pageTitle {
  height: 0;
}
#pageTitle .pieceContainer {
/*  margin: 0;
  padding: 0;
  background-color: #d0e6f3;
  background-image: url(./images/tl-pegetitle-repeat.gif);
  background-repeat: repeat-x;
  background-position: left top;
*/
    background: url("../img/h1_bg.gif") repeat-x scroll left bottom #fff1e6;
    border : 1px solid #3899be;
    clear: both;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 20px 10px 20px;
}
#pageTitle .pieceBody {
/*  background-image: url(./images/tl-pagetitle.gif);
  background-repeat: no-repeat;
  border: 1px solid #233f9b;*/
}
#pageTitle h1 {
/*  padding: 7px 0 4px 20px;
  font-weight: bold;
  font-size: 200%; */
    font-size: 150%;
    font-weight: bold;
    line-height: 1.1em;
    text-align: center;
}
h1 {
  color: #000000;
}

/* side-list
----------------------------------------------- */
#links ul,
#menu ul {
/*  padding: 5px 5px 0;
  background-color: #f5f5f5; */
   -moz-border-bottom-colors: #3899be;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color ##3899be ##3899be;
    border-color : #3899be;
    border : 1px solid ##3899be;
    border-image: none;
    border-radius: 0 0 4px 4px;
    border-right: 1px solid ##3899be;
    border-bottom: 1px solid ##3899be;
    border-style: solid solid solid;
    border-width: 1px 1px 1px;
    margin: 0;
    padding: 8px 0px 5px 6px;
}
#links li,
#menu li {
  background-image: url("../img/ico_sideMenu_2.png") no-repeat scroll 0 0.5em;
  background: url("../img/ico_sideMenu_2.png") no-repeat scroll 3px 6px;
    display: block;
    padding: 0 0 4px 12px;
/*  padding: 0 0 5px 8px;
  background-image: url(./images/ic-list.gif);
  background-repeat: no-repeat;
  background-position: left 5px; */
}


/*#links .pieceHeader {
    border: 2px solid #3899be;
    border-radius: 4px 4px 0 0;
 border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.2em;
    padding: 7px 0 3px 12px;
  background: #0952EB;
  background: linear-gradient(to bottom, #68b2cd 0%, #3899be 40%) repeat scroll 0 0;
  background: -moz-linear-gradient(top, #0952EB, #001C66);
  background: -webkit-gradient(linear, center top, center bottom, from(#0952EB), to(#001C66));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0952EB', endColorstr='#001C69');
}
*/
#menu #usefulInformation .pieceHeader h2,
#menu #mayor .pieceHeader h2,
#menu #about .pieceHeader h2,
#menu #basicInformation .pieceHeader h2,
#menu #e-service .pieceHeader h2,
#menu #attributeList .pieceHeader h2,
#menu #categoryList .pieceHeader h2,
#menu #attribute-root .pieceHeader h2 {
/*    border: 1px solid #3899be; */
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    border-radius-top : 4px;
    -webkit-border-top-left-radius: 4px;   
    -webkit-border-top-right-radius: 4px;   
    -moz-border-radius-topleft: 4px;   
    -moz-border-radius-topright: 4px;   
    font-size: 120%;
    line-height: 1.2em;
    text-align: left;
/*    border-radius: 4px 4px 0 0 ; */
    -moz-border-radius: 4px 4px 0 0 ;
    -webkit-border-radius: 4px 4px 0 0 ;
    background: url(../img/navi_bg.gif) no-repeat center 2px  #eeeeee;
    padding : 10px 0 2px 12px;
    color: #2c7894;
}
#menu .pieceBody {
/*   background: url("../img/img_mayor.jpg") no-repeat scroll 8px 8px;
    padding-left: 72px;
    position: relative;
  padding: 5px;
  border: 1px solid #001c66;
*/
}

/*  liks 
****************************************************** */

#kanko-info .pieceHeader h2,
#bunka-faci .pieceHeader h2 {
   text-indent:100%; white-space:nowrap; overflow:hidden;
    border: 2px solid #3899be;
    border-radius: 4px 4px 0 0;
    -webkit-border-top-left-radius: 4px;   
    -webkit-border-top-right-radius: 4px;   
    -moz-border-radius-topleft: 4px;   
    -moz-border-radius-topright: 4px;   
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.2em;
    padding: 7px 0 3px 12px;
    text-align: left;
}
#kanko-info .pieceHeader h2 {
   background: url("../img/tit_sideMenu01.png") no-repeat scroll 9px center #afd6e5;
}

#bunka-faci .pieceHeader h2 {
   background: url("../img/tit_sideMenu02.png") no-repeat scroll 9px center #afd6e5;
}


#kinkyu-info .pieceContainer ul {
  border: 2px solid #e87e3e;
/*    border-radius: 4px 4px 0 0; */
    margin: 0 0 5px;
padding: 0;
}

#kinkyu-info .pieceHeader h2 {
     color: #fff;
    font-size: 16px;
    background: url(../img/tit_sideEmergency.png) no-repeat 11px center #ed9763;
    background: url(../img/tit_sideEmergency.png) no-repeat 11px center, -moz-linear-gradient(top,  #ed9763 0%, #e87e3e 100%);
    background: url(../img/tit_sideEmergency.png) no-repeat 11px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed9763), color-stop(100%,#e87e3e));
    background: url(../img/tit_sideEmergency.png) no-repeat 11px center, -ms-linear-gradient(top,  #ed9763 0%,#e87e3e 100%);
    background: url(../img/tit_sideEmergency.png) no-repeat 11px center, linear-gradient(to bottom,  #ed9763 0%,#e87e3e 100%);
    padding: 1px 0 0 40px;
    border-radius: 4px 4px 0 0;
    line-height: 31px;
}
/* shinchaku-ichiran
----------------------------------------------- */
.contentArticleAttribute .latest {
  margin-bottom: 30px;
  padding: 0px;
}
.contentArticleAttribute .latest h2 ,
.contentArticleCategory .latest h2 {
/*  margin-bottom: 10px;
  padding: 3px 10px;
  background:#0952EB;
  background: -moz-linear-gradient(top, #0952EB, #001C66);
  background: -webkit-gradient(linear, center top, center bottom, from(#0952EB), to(#001C66));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0952EB', endColorstr='#001C69');
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
*/
    border: 1px solid #3899be;
    border-radius: 4px 4px 0 0 ;
    -moz-border-radius: 4px 4px 0 0 ;
    -webkit-border-radius: 4px 4px 0 0 ;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    background: #3899be url(../img/tit_h2.gif) repeat-x 0 0;
    color: #fff !important;
    padding: 8px 0 3px 12px;
    margin: 0 0 0px;
    font-size: 120%;
    line-height: 1.1em;
}

#kinkyu-info li {
    background: url("../img/ico_sideEmergency.png") no-repeat scroll 10px center ;
    display: block;
    padding: 0 0 0px;
	height : 39px;
    border-top: 1px solid #ed9763;
/*  padding: 0 0 5px 8px;
  background-image: url(./images/ic-list.gif);
  background-repeat: no-repeat;
  background-position: left 5px; */
}

#kinkyu-info  ul a {
/*    background: url("../img/ico_sideEmergency.png") no-repeat scroll 13px center ; */
    display: table-cell;
	vertical-align : middle;
	height : 39px;
    margin: 0;
    padding: 0px 5px 6px 25px;
    text-decoration: none;
    line-height : 1.1em;
}

/*#kinkyu-info .pieceHeader {
    background: linear-gradient(to bottom, #68b2cd 0%, #3899be 40%) repeat scroll 0 0;
    border: 2px solid #3899be;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.2em;
    padding: 7px 0 3px 12px;
    text-align: left;
}
*/

#iconMenu {
    display: block;
    margin: 0 0 5px;
}

#iconMenu a {
    display: block;
    border: 1px solid #4a84ff;
    background: #f5fafc;
    background: -moz-linear-gradient(top,  #f5fafc 0%, #d8ebf2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5fafc), color-stop(100%,#d8ebf2));
    background: -ms-linear-gradient(top,  #f5fafc 0%,#d8ebf2 100%);
    background: linear-gradient(to bottom,  #f5fafc 0%,#d8ebf2 100%);
    margin: -1px 0 5px 0 ;
    padding: 8px 0 8px 48px;
    font-size: 15px;
    color: #424242;
    text-decoration: none;
    border-radius: 6px 6px 6px 6px;
}

#iconMenu .icon1 {
    -moz-border-radius: 4px 4px 0 0 ;
    -webkit-border-radius: 4px 4px 0 0 ;
    background: url(/_common/themes/joruri/img/ico_leftMenu1.png) no-repeat 12px center  #f5fafc;
    background: url(/_common/themes/joruri/img/ico_leftMenu1.png) no-repeat 12px center, -moz-linear-gradient(top,  #f5fafc 0%, #d8ebf2 100%);
    background: url(/_common/themes/joruri/img/ico_leftMenu1.png) no-repeat 12px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5fafc), color-stop(100%,#d8ebf2));
    background: url(/_common/themes/joruri/img/ico_leftMenu1.png) no-repeat 12px center, -ms-linear-gradient(top,  #f5fafc 0%,#d8ebf2 100%);
    background: url(/_common/themes/joruri/img/ico_leftMenu1.png) no-repeat 12px center, linear-gradient(to bottom,  #f5fafc 0%,#d8ebf2 100%);
}
#iconMenu .icon2 {
    -moz-border-radius: 4px 4px 0 0 ;
    -webkit-border-radius: 4px 4px 0 0 ;
    background: url(/_common/themes/joruri/img/ico_leftMenu2.png) no-repeat 12px center  #f5fafc;
    background: url(/_common/themes/joruri/img/ico_leftMenu2.png) no-repeat 12px center, -moz-linear-gradient(top,  #f5fafc 0%, #d8ebf2 100%);
    background: url(/_common/themes/joruri/img/ico_leftMenu2.png) no-repeat 12px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5fafc), color-stop(100%,#d8ebf2));
    background: url(/_common/themes/joruri/img/ico_leftMenu2.png) no-repeat 12px center, -ms-linear-gradient(top,  #f5fafc 0%,#d8ebf2 100%);
    background: url(/_common/themes/joruri/img/ico_leftMenu2.png) no-repeat 12px center, linear-gradient(to bottom,  #f5fafc 0%,#d8ebf2 100%);
}
#iconMenu .icon3 {
    -moz-border-radius: 4px 4px 0 0 ;
    -webkit-border-radius: 4px 4px 0 0 ;
    background: url(/_common/themes/joruri/img/ico_leftMenu3.png) no-repeat 12px center  #f5fafc;
    background: url(/_common/themes/joruri/img/ico_leftMenu3.png) no-repeat 12px center, -moz-linear-gradient(top,  #f5fafc 0%, #d8ebf2 100%);
    background: url(/_common/themes/joruri/img/ico_leftMenu3.png) no-repeat 12px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5fafc), color-stop(100%,#d8ebf2));
    background: url(/_common/themes/joruri/img/ico_leftMenu3.png) no-repeat 12px center, -ms-linear-gradient(top,  #f5fafc 0%,#d8ebf2 100%);
    background: url(/_common/themes/joruri/img/ico_leftMenu3.png) no-repeat 12px center, linear-gradient(to bottom,  #f5fafc 0%,#d8ebf2 100%);
}
#iconMenu .icon4 {
    -moz-border-radius: 4px 4px 0 0 ;
    -webkit-border-radius: 4px 4px 0 0 ;
    background: url(/_common/themes/joruri/img/ico_leftMenu4.png) no-repeat 12px center  #f5fafc;
    background: url(/_common/themes/joruri/img/ico_leftMenu4.png) no-repeat 12px center, -moz-linear-gradient(top,  #f5fafc 0%, #d8ebf2 100%);
    background: url(/_common/themes/joruri/img/ico_leftMenu4.png) no-repeat 12px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5fafc), color-stop(100%,#d8ebf2));
    background: url(/_common/themes/joruri/img/ico_leftMenu4.png) no-repeat 12px center, -ms-linear-gradient(top,  #f5fafc 0%,#d8ebf2 100%);
    background: url(/_common/themes/joruri/img/ico_leftMenu4.png) no-repeat 12px center, linear-gradient(to bottom,  #f5fafc 0%,#d8ebf2 100%);
}

/* Doc Tabs
--------------------------------------------------------- */
#docTab {
  margin-bottom: 15px;
}

/* tabs
------------------------------------- */
#docTabPortal .tabs,
#docTab .tabs {
  width: 100%;
}
#docTabPortal .tabs a,
#docTab .tabs a {
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: #f0f0f0;
    border-color: #bcbcbc #bcbcbc -moz-use-text-color;
    border-top: #bcbcbc 1px solid;
    border-right: #bcbcbc 1px solid;
    border-left: #bcbcbc 1px solid;
    border-image: none;
    border-radius: 4px 4px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #3899be;
    display: block;
    font-size: 13px !important;
    font-weight: bold;
    margin: 1px 0 0 0;
    padding: 6px 0 4px;
    text-align: center;
    text-decoration: none;
    float : left ;
    width: 19%;
    height: 21px;
}
#docTabPortal .tabs:after,
#docTab .tabs:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#docTabPortal .tabs a.bosai,
#docTab .tabs a.bosai {
  background: #FFE6EA;
  color: #cc0000;
}
#docTabPortal .tabs a:hover,
#docTab .tabs a:hover {
  background: #E3F5FF;
  color: #333333;
}
#docTabPortal .tabs a.bosai:hover,
#docTab .tabs a.bosai:hover {
  background: #FFCCCC;
  color: #cc0000;
}
#docTabPortal .tabs a.current,
#docTab .tabs a.current {
  background: #3899be;
  color: #ffffff;
}
#docTabPortal .tabs a.bosai.current,
#docTab .tabs a.current.bosai {
  background: #D40029;
  color: #ffffff;
}

/* content
------------------------------------- */
#docTabPortal .wrapper,
#docTab .wrapper {
  clear: both;
  width: 100%;
  margin: 0;
  border: 1px solid #cccccc;
}
#docTabPortal .content,
#docTab .content {
  clear: both;
  height: auto !important;
  min-height: 100px;
  padding: 10px 0;
}
#docTabPortal .content ul,
#docTab .content ul {
  padding: 0 20px 0 15px;
}
#docTabPortal .content li,
#docTab .content li {
  line-height: 1.5;
  margin: 0;
  padding: 0 0 0 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: left 7px;
}

/* links
------------------------------------- */
#docTabPortal .links,
#docTab .links {
  padding: 10px 20px 15px 15px;
}
#docTabPortal .links .feed,
#docTab .links .feed {
  position: static;
  float: left;
}
#docTabPortal .links .more, .links .more {
  text-align: right;
}
#docTabPortal .links .more a,
#docTab .links .more a {
  overflow: hidden;
}

/* bn-mailmagazine
------------------------------------- */
#bnMailmagazine {
  border: 1px solid #8BA2C7;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  background:#E3F5FF;
  background: -moz-linear-gradient(top, #E3F5FF, #B1D2F1);
  background: -webkit-gradient(linear, center top, center bottom, from(#E3F5FF), to(#B1D2F1));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E3F5FF', endColorstr='#B1D2F1');
}
#bnMailmagazine .pieceContainer {
  background-image: url(./images/bn_bg_mailmagazine.png);
  background-repeat: no-repeat;
  background-position: 120px center;
}
#bnMailmagazine a {
  display: inline-block;
  padding: 5px 40px 5px 5px;
  color: #000;
  font-weight: bold;
  text-decoration: none
}
#bnMailmagazine .toroku {
  position: relative;
  display: block;
  width: 95px;
  padding: 0 5px;
  background: #0081A1;
  color: #ffffff;
}
#bnMailmagazine .toroku:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border: 0.8em solid transparent;
  border-left: 0.8em solid #0081A1;
  font-weight: bold;
}
#bnMailmagazine .arrow {
  float: left;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #0081A1;
}
/* bn-faq
------------------------------------- */
#bnFaq {
  border: 1px solid #8BA2C7;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  background:#E3F5FF;
  background: -moz-linear-gradient(top, #E3F5FF, #B1D2F1);
  background: -webkit-gradient(linear, center top, center bottom, from(#E3F5FF), to(#B1D2F1));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E3F5FF', endColorstr='#B1D2F1');
}
#bnFaq a {
  display: inline-block;
  width: 158px;
  padding: 10px 5px;
  color: #000;
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
}
.bnFaqA {
  float: left;
  margin-right: 10px;
  padding: 2px 0;
}
.bnFaqB {
  float: left;
  padding: 0 5px;
  background: #10797E;
  color: #FFFF99;
  font-size: 120%;
}
/* bn-event
------------------------------------- */
#bnEvent {
  border: 1px solid #8BA2C7;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  background:#9EE7FF;
  background: -moz-linear-gradient(top, #9EE7FF, #ffffff);
  background: -webkit-gradient(linear, center top, center bottom, from(#9EE7FF), to(#ffffff));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9EE7FF', endColorstr='#ffffff');
}
#bnEvent a {
  display: inline-block;
  width: 68px;
  padding: 15px 90px 15px 10px;
  background: url(./images/bn_bg_nenkangyouji.png) no-repeat 75px center;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* application
------------------------------------- */
#application {
  border: 1px solid #8BA2C7;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  background:#B1D7FC;
  background: -moz-linear-gradient(top, #B1D7FC, #6FB8EB);
  background: -webkit-gradient(linear, center top, center bottom, from(#B1D7FC), to(#6FB8EB));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B1D7FC', endColorstr='#6FB8EB');
}
#application a {
  display: inline-block;
  width: 118px;
  padding: 15px 10px 15px 40px;
  background: url(./images/bn_bg_shinkokusyodl.png) no-repeat 5px center;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* bn-bbs
------------------------------------- */
#bnBbs {
  border: 1px solid #8BA2C7;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  background:#E3F5FF;
}
#bnBbs .pieceContainer {
  background-image: url(./images/bn_bg_keijiban.png);
  background-repeat: no-repeat;
  background-position: 115px center;
}
#bnBbs a {
  display: inline-block;
  width: 113px;
  padding: 5px 50px 5px 5px;
  color: #000;
  font-weight: bold;
  text-decoration: none
}
#bnBbs .bbs {
  display: block;
  width: 97px;
  padding: 0 5px;
  background: #A3CDEE;
}
/* inquiry
------------------------------------- */
#inquiry {
  border: 1px solid #8BA2C7;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  background:#F0FAFF;
}
#inquiry .pieceContainer {
  background-image: url(./images/bn_bg_otoiawase.png);
  background-repeat: no-repeat;
  background-position: 128px center;
}
#inquiry a {
  display: inline-block;
  width: 123px;
  padding: 5px 40px 5px 5px;
  color: #000;
  font-weight: bold;
  text-decoration: none
}

/* adBanner
------------------------------------- */
#adBanner .pieceFooter {
  border: 1px solid #8BA2C7;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  background:#E8F1F4;
  background: -moz-linear-gradient(top, #E8F1F4, #D9EBF7);
  background: -webkit-gradient(linear, center top, center bottom, from(#E8F1F4), to(#D9EBF7));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E8F1F4', endColorstr='#D9EBF7');
}
#adBanner .pieceFooter a {
  display: inline-block;
  width: 143px;
  margin: 0;
  padding: 5px 20px 5px 5px;
  background-image: url(./images/bn_bg_ad.png);
  background-repeat: no-repeat;
  background-position: 153px center;
  color: #003590;
  font-weight: bold;
  text-decoration: none
}
/* 人口
------------------------ */
#population {
    border: 1px solid #3899be;
}

#population caption {
    border: 1px solid #3899be;
    text-align: center;
    padding: 6px 0 4px 0;
    line-height: 1.2em;
    font-weight: normal;
}

#population caption small {
    display: block;
    font-size: 77%;
}

#population table {
    margin : 0;
    width: 100%;
}


#population th,
#population td{
    border-top: 1px solid #c3e0ec;
}


#population th{
    border-right: 1px solid #c3e0ec;
    padding: 6px 0 5px 12px;
}


#population td{
    padding: 6px 0 5px 8px;
}
#population caption {
    background: #3899be;
    background: -moz-linear-gradient(top,  #68b2cd 0%, #3899be 40%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68b2cd), color-stop(40%,#3899be));
    background: -ms-linear-gradient(top,  #68b2cd 0%,#3899be 40%);
    background: linear-gradient(to bottom,  #68b2cd 0%,#3899be 40%);
    color: #fff;
}


/*
#population .pieceBody {
    border: 1px solid #3899be;
}

#population .pieceBody caption {
    border: 1px solid #3899be;
    display: block;
    font-size: 15px;
    text-align: center;
    padding: 6px 0 4px 0;
    line-height: 1.2em;
    font-weight: normal;
}

#population .pieceBody caption small {
    display: block;
    font-size: 80%;
}

#population .pieceBody table {
    width: 100%;
}


#population .pieceBody th,
#population .pieceBody td{
    border-top: 1px solid #c3e0ec;
}


#population .pieceBody th{
    border-right: 1px solid #c3e0ec;
    padding: 6px 0 5px 12px;
}


#population .pieceBody td{
    padding: 6px 0 5px 8px;
}
*/
