@charset "UTF-8";

div.contact div.formlink{
    padding-bottom: 30px;
}

div.contact div.formlink a{
    display: inline-block;
    padding: 12px;
    border-radius: 6px;
    box-shadow: 1px 3px 2px 0px #aaa;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    background-color: #0e6eb8;
}

div.contact div.formlink a:active{
    background-color: #0a6ab0;
    box-shadow: none;
    -webkit-transform: translateX(1px) translateY(3px);
    -moz-transform: translateX(1px) translateY(3px);
    -ms-transform: translateX(1px) translateY(3px);
    transform: translateX(1px) translateY(3px);
}



/*@media screen and (max-width: 767px) {
  .about_table dl.meibo.clf dd > span {
    letter-spacing: normal !important;
  }
}*/
.about_table dl.meibo.clf dd > span {
  letter-spacing: 0.7px;
}

dd{
    margin: auto;
}



/* -----基本設定----- */
html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 1px;
  font-family: "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, sans-serif;
  font-size: 13px;
  color: #000;
}

br {
  letter-spacing: normal;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
}

#footMenu a:link {
  color: #fff;
  text-decoration: none;
}

#footMenu a:visited {
  color: #fff;
  text-decoration: none;
}

#footMenu a:hover {
  color: #fff;
  text-decoration: underline;
}

#footMenu a:active {
  color: #fff;
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

h2 {
  color: #3ca425;
  width: 960px;
  font-size: 24px;
}

h3 {
  font-size: 26px;
  font-weight: normal;

  text-align: center;
  color: #000000;
}

.h4 {
  background-color: #66FFFF;
}

h5 {
  color: #3ca425;
  font-size: 18px;
  text-align: center;
}

/*
h6 {
}
*/

p {
  margin: 0.5em 0 1em 0;
  line-height: 1.8;
}

table {
  width: 800px;
  border-collapse: collapse;
  margin: 10px auto;
  border-spacing: 0;
  line-height: 1.8;
  font-size: 13px;
}

table th {
  padding: 2px;
  border-width: 0 0 1px 1px;
  background: #EFEBEF;
  font-weight: bold;
  text-align: left;
}

table td {
  padding: 0;
  border-width: 0 0 1px 1px;
  text-align: left;
}

.profile table {
  width: 560px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 18px;
  border: 1px solid;
  margin-top: 24px;
}

.profile table th {
  padding: 20px 30px 20px 60px;
  background: #fff;
  font-weight: bold;
  text-align: left;
  border-style: dotted solid;
}

.profile table td {
  padding: 0;
  text-align: left;
}

/* -----レイアウト----- */
#wrapper {
  width: 100%;
  min-width: 960px;
}

#container {
  width: 100%;
  margin: 0 auto;
}

#header {
  position: relative;
  width: 960px;
  margin: 20px auto;
}

.contents,
#contents {
  clear: both;
  width: 100%;
  background-color: #F5F5F5;
  background-image: url(../images/squared_metal.png);
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

#footMenu1 {
  width: 100%;
  margin: 50px auto 0 auto;
  list-style: none;
  color: #fff;
}

#footer {
  clear: both;
  width: 100%;
  margin: 0 auto;
  background-color: #3ca425;
  padding: 10px 0 10px 0;
  color: #fff;
  font-size: 13px;
}

#footer td{
    border-right: 1px solid #fff;
    text-align: center;
}

#footer td:last-child{
    border-right: none;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
  display: inline;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu li {
  overflow: hidden;
  float: left;
  margin: 0;
}

#menu li a {
  display: block;
  font-weight: bold;
  color: #333;
  outline: none;
  text-decoration: none;
}

#menu li a:hover {
  color: #333;
  border-bottom: 3px solid #917700;
  text-decoration: none;
}

/* ========HEADIMAGE CUSTOMIZE======== */
#slide {
  width: 860px;
  height: 300px;
  position: relative;
  overflow: hidden;
  padding-bottom: 25px;
  margin: 0 auto;
}

.slidePrev {
  width: 50px;
  height: 60px;
  position: absolute;
  top: 145px;
  /* leftの位置はjQuery(common.js)にて設定 */
  cursor: pointer;
  z-index: 100;
}

.slideNext {
  display: block;
  width: 50px;
  height: 60px;
  position: absolute;
  top: 145px;
  /* leftの位置はjQuery(common.js)にて設定 */
  cursor: pointer;
  z-index: 100;
}

.slideInner {
  position: relative;
  margin: 0;
  padding: 0;
}

.slideInner li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slideInner li img {
  margin: 0;
  padding: 0 5px;
}

.filterPrev {
  position: absolute;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #fff;
}

.filterNext {
  position: absolute;
  right: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #fff;
}

.controlNav {
  position: absolute;
  float: left;
  left: 50%;
  bottom: 0;
}

.controlNav span {
  position: relative;
  left: -50%;
  float: left;
  margin: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
  background: #eee;
  text-indent: -9999px;
  vertical-align: middle;
}

.controlNav span:hover {
  background: #ccc;
  cursor: pointer;
}

.controlNav span.current {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
  background: #3ca425;
}

/* TOPNAVI CUSTOMIZE */
.topNavi {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px 10px 20px;
}

.topNavi p {
  font-size: 16px;
}

.topNavi1 {
  width: 960px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 30px 0;
}

.topNavi2 {
  width: 960px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 100px 30px;
}

.topNavi3 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.topNavi4 {
  width: 640px;
  margin: 0 0 50px 10px;
  float: left;
}

.topNavi5 {
  float: right;
}

.topNavi6 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 30px 0;
  clear: both;
}

.topNavi7 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 30px 0;
  border-top: 1px solid #CCC;
}

* html .topNavi {
  height: 1em;
  overflow: visible;
}

.topNaviImg {
  margin: 0;
  padding: 0;
}

.topNaviDetail {
  position: absolute;
  bottom: 0;
  width: 280px;
  text-align: right;
}

.topNaviDetail a {
  padding: 0 0 0 7px;
  background: url("../images/bg_arrow.gif") no-repeat left 50%;
}

.topNaviCon {
  margin: 0 0 100px 0;
}

.topNavi p {
  margin: 10px;
}

.topNaviPhoto img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.topNaviPhoto1 img {
  display: block;
  float: left;
  margin: 0 0 0 10px;
}

.topNaviPhoto2 img {
  display: block;
  float: left;
  margin: 20px 0 50px 50px;
}

.topNaviPhoto3 img {
  display: block;
  float: right;
  margin: 60px 0 50px 0;
}

/* INFORMATION CUSTOMIZE */
.information {
  position: absolute;
  margin-left: 376px;
}

/* BOX CUSTOMIZE */
.box {
  float: left;
}

/*▽202111追加*/
.news_area{
  width: 271px;
  height: 252px;
  background: url(../images/news_back.png) center no-repeat;
  background-size: contain;
}
.news_area p{
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 1.5;
}
.news_area a{
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 48px 16px 60px;
}
.news_area span{
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
  font-size: 90%;
  text-align: right;
  border-bottom: 1px solid #3ca425;
  color: #3ca425;
  font-weight: bold;
}
/*△202111追加*/


.box1 {
  float: left;
  padding: 0 40px 0 40px;
}

.boxContainer {
  overflow: hidden;
}

/* ------------------------------------------------------------
  Clearfix
------------------------------------------------------------ */
/* new clearfix */
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

/* For IE 6/7 (hasL) */
.clf {
  zoom: 1;
}

* html .clf {
  zoom: 1;
}

*:first-child + html .clf {
  zoom: 1;
}

/* clearfix */
.boxContainer:before, .boxContainer:after {
  content: "";
  display: table;
}

.boxContainer:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
  zoom: 1;
}

.first {
  margin-top: 0;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
  margin: 5px 0;
  padding: 20px 0;
  text-align: left;
  border-top: 1px solid #ddd;
}

#footMenu li {
  display: inline;
  margin: 0 0 0 20px;
  list-style: none;
}

#footMenu li a {
  color: #fff;
  text-decoration: none;
}

#footMenu li a:hover {
  color: #fff;
  text-decoration: underline;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
  font-style: normal;
  font-size: 11px;
  color: #fff;
  line-height: 3.0;
  text-align: center;
  margin-top: 10px;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
  position: fixed;
  right: 20px;
  bottom: 100px;
}

#pageTop a {
  display: block;
  padding: 30px 30px 30px 42px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  background: #3ca425 url("../images/bg_pagetop.gif") 30px 50% no-repeat;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#pageTop a:hover {
  background: #3ca425 url("../images/bg_pagetop.gif") 30px 50% no-repeat;
  text-decoration: underline;
}

/* ========団長========= */
.name {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.name1 {
  font-size: 20px;
  font-weight: bold;
}

/* ========グローバルナビ========= */
#global-nav {
  margin: 0 auto;
  display: block;
  margin-bottom: 90px;
  margin-left: -40px;
}

#global-nav ul {
  list-style: none; /* リスト形式を削除 */
}

/* リストを横並びに */
#global-nav ul li {
  width: 160px;
  height: 70px;
  float: left;
}

#global-nav ul li a {
  text-indent: -9999px; /* テキストをふっとばす */
  text-decoration: none;
  display: block;
  width: 160px;
  height: 70px;
  background-image: url(../images/test-gnav.png);
  background-repeat: no-repeat;
}

/* a要素の背景の指定  ※左の数字がx軸、右の数字がy軸*/
#global-nav ul li#menu1 a {
  background-position: 0 0;
}

#global-nav ul li#menu2 a {
  background-position: -160px 0px;
}

#global-nav ul li#menu3 a {
  background-position: -320px 0px;
}

#global-nav ul li#menu4 a {
  background-position: -480px 0px;
}

#global-nav ul li#menu5 a {
  background-position: -640px 0px;
}

#global-nav ul li#menu6 a {
  background-position: -800px 0px;
}

#global-nav ul li a:hover {
  text-decoration: none;
  background-image: url(../images/test-gnav.png);
  background-repeat: no-repeat;
}

/* a:hover要素の背景の指定 ※左の数字がx軸、右の数字がy軸*/
#global-nav ul li#menu1 a:hover {
  background-position: 0 -70px;
}

#global-nav ul li#menu2 a:hover {
  background-position: -160px -70px;
}

#global-nav ul li#menu3 a:hover {
  background-position: -320px -70px;
}

#global-nav ul li#menu4 a:hover {
  background-position: -480px -70px;
}

#global-nav ul li#menu5 a:hover {
  background-position: -640px -70px;
}

#global-nav ul li#menu6 a:hover {
  background-position: -800px -70px;
}

/*.about_table .meibo dt {
  display: inline-block;
  width: 6.55em;
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}*/
.about_table .meibo dd {
  display: block;
  margin: 0;
}
/*.about_table .meibo dd:after {
  content: "";
  display: block;
}*/

.about_table {
  border-collapse: collapse;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  font-size: 14px;
  margin: 0 auto 30px;
  width: 800px;
}

.about_table th {
  background-color: #f8f8f8;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  font-weight: normal;
  padding: 8px 0 8px 20px;
  text-align: left;
  width: 120px;
  font-weight: bold;
}

.about_table td {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 8px 0 8px 20px;
  background-color: #fff;
}

.sub_contents_margin {
  font-size: 16px;
  line-height: 1.6em;
  margin: 0 0 30px;
}

.home {
  font-size: 12px;
  color: #000;
  margin-top: 10px;
}

.home a {
  font-size: 12px;
  color: #3ca425;
}

.link_table {
  border-collapse: collapse;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  font-size: 14px;
  margin: 0 auto 30px;
  width: 800px;
}

.link_table th {
  background-color: #f8f8f8;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  font-weight: bold;
  padding: 8px 0 8px 10px;
  text-align: left;
  width: 280px;
}

.link_table td {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 8px 0 8px 10px;
}

#link_top {
  margin: 0px auto 30px;
  text-align: center;
  width: 960px;
}

.link_table a:link {
  color: #3ca425;
  text-decoration: none;
}

.link_table a:visited {
  color: #3ca425;
  text-decoration: none;
}

.link_table a:hover {
  color: #286f19;
  text-decoration: underline;
}

.link_table a:active {
  color: #286f19;
  text-decoration: none;
}

#link_top a:link {
  color: #3ca425;
  text-decoration: none;
}

#link_top a:visited {
  color: #3ca425;
  text-decoration: none;
}

#link_top a:hover {
  color: #286f19;
  text-decoration: underline;
}

#link_top a:active {
  color: #286f19;
  text-decoration: none;
}

.link05 {
  margin-bottom: 80px;
}

.sitemap_h1 {
  border-bottom: 1px dotted #3ca425;
  color: #3ca425;
  font-size: 26px;
  margin: 0 0 20px;
  padding: 0;
}

.sitemap_float {
  margin: 0 0 20px;
  overflow: hidden;
}

.sitemap_float ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.sitemap_left {
  float: left;
  margin: 0 30px 0 0;
  width: 300px;
}

.sitemap_center {
  float: left;
  margin: 0;
  width: 300px;
}

.sitemap_right {
  float: right;
  margin: 0;
  width: 300px;
}

.sitemap_h1 a:link {
  color: #3ca425;
  text-decoration: none;
}

.sitemap_h1 a:visited {
  color: #3ca425;
  text-decoration: none;
}

.sitemap_h1 a:hover {
  color: #20710e;
  text-decoration: none;
}

.sitemap_h1 a:active {
  color: #20710e;
  text-decoration: none;
}

.sitemap_float a:link {
  color: #444444;
  text-decoration: none;
}

.sitemap_float a:visited {
  color: #444444;
  text-decoration: none;
}

.sitemap_float a:hover {
  color: #20710e;
  text-decoration: underline;
}

.sitemap_float a:active {
  color: #20710e;
  text-decoration: none;
}

.mabazine_pic_area {
  font-size: 12px;
  margin: 0 0 50px;
  overflow: hidden;
  text-align: center;
}

.mabazine_pic_area img {
  margin: 0 0 10px;
}

.mabazine_pic_area a:link {
  color: #3ca425;
  text-decoration: none;
}

.mabazine_pic_area a:visited {
  color: #3ca425;
  text-decoration: none;
}

.mabazine_pic_area a:hover {
  color: #2f6620;
  text-decoration: underline;
}

.mabazine_pic_area a:active {
  color: #2f6620;
  text-decoration: none;
}

.magazine_left {
  background-color: #ffffff;
  float: left;
  margin: 0 48px 50px 0;
  width: 204px;
  height: 340px;
}

.magazine_left:nth-child(4n) {
  margin-right: 0;
}

.magazine_left > div {
  background-color: #fcfffb;
  border: 1px solid #3ca425;
  margin: 0 0 10px;
  padding: 25px;
  width: 152px;
}

.magazine_left_center {
  background-color: #ffffff;
  float: left;
  margin: 0 48px 0 0;
  width: 204px;
}

.magazine_left_center > div {
  background-color: #fcfffb;
  border: 1px solid #3ca425;
  margin: 0 0 10px;
  padding: 25px;
  width: 152px;
}

.magazine_right_center {
  background-color: #ffffff;
  float: left;
  margin: 0;
  width: 204px;
}

.magazine_right_center > div {
  background-color: #fcfffb;
  border: 1px solid #3ca425;
  margin: 0 0 10px;
  padding: 25px;
  width: 152px;
}

.magazine_right {
  background-color: #ffffff;
  float: right;
  margin: 0 0 0 48px;
  width: 204px;
}

.magazine_right > div {
  background-color: #fcfffb;
  border: 1px solid #3ca425;
  margin: 0 0 10px;
  padding: 25px;
  width: 152px;
}

#topics_path{
    display: block;
    padding: 24px 12px;
}

#topics_path span{
    padding: 6px 2px;
}

.topix_pic_area{
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.topix_left{
    float: left;
    margin-left: 24px;
}

/*▽202111追加*/
.topix_left:nth-child(n+3){
  margin-top: 24px;
}
.blank_box{
  width: 380px;
  height: 119px;
}
/*△202111追加*/

.member_table {
  border-collapse: collapse;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  font-size: 14px;
  width: 400px;
  float: left;
  margin: 0 0 20px 0;
}

.member_table th {
  background-color: #f8f8f8;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  font-weight: normal;
  padding: 8px 0 8px 10px;
  text-align: left;
  width: 90px;
}

.member_table td {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 8px 0 8px 10px;
}

#member_article > div > ul {
  margin: 10px 0 100px 20px;
  padding: 0;
}

.profile {
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
}

.Photo {
  text-align: center;
}

.Photo img {
  border: solid 1px #ccc;
  padding: 4px;
}

.ul {
  list-style-type: none;
  margin-top: 200px;
}

.jim {
  color: #3ca425;
  font-size: 24px;
  font-weight: bold;
}

.title {
  font-size: 14px;
  font-weight: bold;
}

.contact {
  margin: 15px 0 0 15px;
}

.a1 {
  text-align: center;
  font-size: 30px;
  margin: 300px 0 300px 0;
}

.sample-box1 {
  float: left;
  margin: 30px auto 30px 60px;
}

.sample-box2 {
  width: 420px;
  margin: 0 0 60px auto;
  float: right;
}

.sample-box2 a {
  margin: 4px 6px;
  float: left;
}

/*------------------------------------------------------------*/
.lh {
  line-height: 1.6;
}

.ft9 {
  font-size: 50%;
  padding: 0 30px 0 0;
}

.ft9_1 {
  font-size: 50%;
  padding: 0 0 0 30px;
}

.ft10 {
  font-size: 60%;
}

.ft11 {
  font-size: 85%;
}

.ft12 {
  font-size: 93%;
}

.ft13 {
  font-size: 100%;
}

.ft14 {
  font-size: 108%;
}

.ft15 {
  font-size: 116%;
}

.ft16 {
  font-size: 123.1%;
  font-weight: bold;
  background-color: #D6E6CB;
  margin-bottom: 10px;
  padding: 2px;
}

.ft17 {
  font-size: 131%;
}

.ft18 {
  font-size: 138.5%;
}

.ft19 {
  font-size: 146.5%;
}

.ft20 {
  font-size: 153.9%;
}

.ft21 {
  font-size: 161.6%;
}

.ft22 {
  font-size: 167%;
}

.ft23 {
  font-size: 174%;
}

.ft24 {
  font-size: 182%;
}

.ft25 {
  font-size: 189%;
}

.ft26 {
  font-size: 197%;
}

/*------------------------------------------------------------*/

#next_top a:link {
  color: #3ca425;
  text-decoration: none;
}

#link_top a:visited {
  color: #3ca425;
  text-decoration: none;
}

#link_top a:hover {
  color: #286f19;
  text-decoration: underline;
}

#link_top a:active {
  color: #286f19;
  text-decoration: none;
}

#member_sub_nav {
  display: block;
  border: 1px solid #CCC;
  border-radius: 5px;
  float: right;
  font-size: 20px;
  padding: 5px 10px;
  width: 250px;
  margin: 40px 10px 0 0;
}

#member_sub_nav a:hover {
  background-color: #DCDCDC;
}

#member_sub_nav a:visited {
  background-color: #DCDCDC;
}

#member_sub_nav ul li.active{
  background-color: #e3e3e3;
}

#member_sub_nav ul {
  margin-bottom: 36px;
  padding: 10px 5px 0 5px;
  list-style: none;
  text-decoration: none;
}

#member_sub_nav ul li i{
  float: right;
  line-height: 30px;
}

.m_L40 {
  margin-left: 35px;
}

.m_L80 {
  margin-left: 80px;
}

.m_R40 {
  margin-right: 35px;
}

.m_tr150 {
  margin: 20px 150px 0 0;
}

hr.style-one {
  border: 0;
  height: 1px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

.tr {
  text-align: right;
}

.fr {
  display: block;
  float: right;
}

table.brwsr2 {
  table-layout: fixed;
  width: 960px;
  border: none;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  border-spacing: 0 10px;
  border-collapse: separate;
  background: #f5f5f5;
}

table.brwsr2 th {
  vertical-align: middle;
  height: 40px;
  width: 137px;
  border-right: solid 1px #666;
  margin: 0;
  text-align: center;
  color: #3ca425;
  font-size: 18px;
  font-weight: bold;
}

table.brwsr2 td.data {
  padding: 0;
  margin: 0;
  height: 40px;
  width: 137px;
  border: none;
  color: #666;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  overflow: hidden;

}

table.brwsr2 td:first-child {
  padding: 0 0 0 10px;
  vertical-align: middle;
}

table.brwsr2 td.bar {
  height: 1px;
  width: 100%;
  border-top: solid 1px #34495e;

}

table.brws3 {
  table-layout: fixed;
  width: 600px;
  border: none;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  border-spacing: 0 10px;
  border-collapse: separate;
  background: #f5f5f5;
}

table.brwsr3 th {
  vertical-align: middle;
  height: 40px;
  width: 137px;
  border-right: solid 1px #666;
  margin: 0;
  text-align: center;
  color: #3ca425;
  font-size: 18px;
  font-weight: bold;
}

table.brwsr3 td.data {
  padding: 0;
  margin: 0;
  height: 40px;
  width: 137px;
  border: none;
  color: #666;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  overflow: hidden;

}

table.brwsr3 td:first-child {
  padding: 0 0 0 10px;
  vertical-align: middle;
}

table.brwsr3 td.bar {
  height: 1px;
  width: 100%;
  border-top: solid 1px #34495e;

}

.ls {
  letter-spacing: 6px;
}
