@charset "UTF-8";
@import url(base.css);
/* base
----------------------------------------------------*/
body {
  text-align: center;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','HiraKakuPro-W3', 'メイリオ','Meiryo',Osaka,'MS UI Gothic', Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  line-height: 2;
  background: #dce6e6;
}

h1, h2, h3, h4, h5 {
  font-weight: 400;
}

h1 {
  font-size: 138.5%;
}

h2 {
  font-size: 123.1%;
}

h3 {
  font-size: 116%;
}

h4, h5 {
  font-size: 100%;
}

hr {
  display: none;
}

img {
  border: none;
}

img.left {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}

img.right {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}

strong {
  font-weight: bold;
}

/* utils
---------------------------------------------------*/
.clear {
  clear: both;
}

.cf {
  display: inline-block;
}

.cf:after {
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
  clear: both;
}

/* Hides from IE-mac \*/
* html .cf {
  height: 1%;
}

/* End hide from IE-mac */
.borderless {
  border: none;
}

/* anchor
---------------------------------------------------*/
a:link {
  color: #007f88;
  text-decoration: none;
}

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

a:hover, a:active {
  color: #007f88;
  text-decoration: underline;
}

/* container
---------------------------------------------------*/
#container {
  text-align: left;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 1024px;
  background: #fff;
}

/* header
----------------------------------------------------*/
#header {
  margin-bottom: 0;
  width: 800px;
}

/* nav
---------------------------------------------------*/
#nav {
  width: 1024px;
  height: 47px;
}

#nav li,
#nav li a {
  display: block;
  margin: 0;
  float: left;
  width: 256px;
  height: 47px;
  text-indent: -99999px;
}

#nav #nav1 a {
  background: url(../common/nav1.gif) no-repeat;
}

#nav #nav1 a:hover {
  background-position-y: -47px;
}

#nav #nav1.current a {
  background: url(../common/nav1_o.gif) no-repeat;
}

#nav #nav2 a {
  background: url(../common/nav2.gif) no-repeat;
}

#nav #nav2 a:hover {
  background-position-y: -47px;
}

#nav #nav2.current a {
  background: url(../common/nav2_o.gif) no-repeat;
}

#nav #nav3 a {
  background: url(../common/nav3.gif) no-repeat;
}

#nav #nav3 a:hover {
  background-position-y: -47px;
}

#nav #nav3.current a {
  background: url(../common/nav3_o.gif) no-repeat;
}

#nav #nav4 a {
  background: url(../common/nav4.gif) no-repeat;
}

#nav #nav4 a:hover {
  background-position-y: -47px;
}

#nav #nav4.current a {
  background: url(../common/nav4_o.gif) no-repeat;
}

/* main
----------------------------------------------------*/
#main {
  padding-top: 20px;
  margin: 0 auto 25px;
}

.home #main {
  padding-top: 0;
}

#contents {
  margin: 50px auto 100px;
  width: 800px;
  min-height: 300px;
}

/* post
----------------------------------------------------*/
.post {
  margin-bottom: 50px;
}

.post .title-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.post h2 {
  font-size: 160%;
}

.post h3 {
  margin-bottom: 1em;
  padding-bottom: 0.1em;
  font-size: 140%;
  border-bottom: solid 1px #999;
}

.post .post-info {
  margin-bottom: 1em;
  font-size: 90%;
  color: #666;
}

.post .post-date {
  text-align: right;
}

.post li {
  margin-left: 1.5em;
  list-style: disc;
  margin-bottom: 0.5em;
  font-size: 120%;
}

/* topics-list
----------------------------------------------------*/
.topics-list {
  margin: 50px auto 100px;
  width: 700px;
}

.topics-list h2 {
  margin-bottom: 2em;
  padding-bottom: 0;
  font-size: 200%;
  font-weight: 400;
  border-bottom: solid 1px #ccc;
}

.topics-list li {
  margin-bottom: 1em;
}

.topics-list li .date {
  padding-right: 1em;
  color: #999;
}

/* member
----------------------------------------------------*/
.member {
  margin: 50px auto 100px;
  width: 800px;
}

.member h2 {
  margin-bottom: 2em;
  padding-bottom: 0;
  font-size: 200%;
  font-weight: 400;
  border-bottom: solid 1px #ccc;
}

.member h3 {
  margin-bottom: 1em;
  padding: 0 0.5em;
  font-size: 150%;
  line-height: 1.4;
  color: #666;
  border-left: solid 6px #ffa63a;
}

.member .info {
  margin-bottom: 50px;
}

.member .info .info-area {
  padding: 40px 100px 20px;
  background: #dfecff;
}

.member .info h3 {
  border-left: solid 6px #0af;
}

.member .info h4 {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.2;
}

.member .info p {
  margin-bottom: 20px;
  font-size: 110%;
}

.member .download {
  margin-bottom: 50px;
  width: 100%;
}

.member .download ul {
  padding-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.member .download li a {
  display: block;
  margin: 0 10px;
  padding: 5px 0;
  width: 220px;
  font-size: 140%;
  text-align: center;
  color: #000;
  background: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
  transition: background 0.3s, border 0.3s;
}

.member .download li a:link {
  text-decoration: none;
}

.member .download li a:hover {
  color: #fff;
  background: #0ba2ac;
  border-color: #0ba2ac;
}

.member .download li.important-info a:link {
  color: #f00;
  text-decoration: none;
}

.member .download li.important-info a:visited {
  color: #999;
  background: #f0f0f0;
}

.member .download li.important-info a:hover {
  color: #fff;
  background: #0ba2ac;
  border-color: #0ba2ac;
}

.member .training,
.member .event,
.member .consultation {
  margin-bottom: 70px;
}

.member .training table,
.member .event table,
.member .consultation table {
  width: 800px;
}

.member .training table .even,
.member .event table .even,
.member .consultation table .even {
  background: #eee;
}

.member .training table th,
.member .event table th,
.member .consultation table th {
  font-size: 110%;
  border-bottom: solid 2px #333;
  text-align: center;
  white-space: nowrap;
}

.member .training table td,
.member .event table td,
.member .consultation table td {
  padding: 10px 8px;
  line-height: 1.4;
}

.member .training table .date,
.member .training table .deadline,
.member .event table .date,
.member .event table .deadline,
.member .consultation table .date,
.member .consultation table .deadline {
  white-space: nowrap;
}

.member .training table td.name,
.member .event table td.name,
.member .consultation table td.name {
  font-size: 115%;
  font-weight: bold;
}

.member .training table td.num,
.member .event table td.num,
.member .consultation table td.num {
  padding: 10px 15px;
  font-size: 115%;
  font-weight: bold;
}

.member .training table a:link,
.member .event table a:link,
.member .consultation table a:link {
  color: #007f88;
  text-decoration: none;
}

.member .training table a:visited,
.member .event table a:visited,
.member .consultation table a:visited {
  color: #666;
  text-decoration: none;
}

.member .training table a:hover,
.member .training table a:active,
.member .event table a:hover,
.member .event table a:active,
.member .consultation table a:hover, .member .consultation table a:active {
  color: #007f88;
  text-decoration: underline;
}

/* detail
----------------------------------------------------*/
.detail table {
  margin: 30px 0;
}

.detail table th,
.detail table td {
  font-size: 110%;
  padding: 0 20px 0 0;
}

.detail .application {
  padding: 20px 25px;
  border: solid 1px #ccc;
}

/* banner
----------------------------------------------------*/
.banner {
  margin: 20px auto;
  width: 800px;
}

/* home
----------------------------------------------------*/
.home h2 {
  margin-top: 15px;
}

.home #topics {
  margin-bottom: 2em;
  position: relative;
}

.home #topics h2 {
  margin-bottom: 1em;
}

.home #topics h2 span {
  position: absolute;
  right: 200px;
  font-size: 90%;
  font-weight: 400;
}

.home #topics ul {
  margin: 0 auto;
  width: 800px;
}

.home #topics li {
  margin-bottom: 0.5em;
}

.home #topics li .date {
  margin-right: 1em;
  color: #999;
}

.home #greeting {
  float: left;
  margin-left: 30px;
  margin-bottom: 50px;
  width: 720px;
}

.home #greeting h2 {
  margin-bottom: 1em;
}

.home #greeting .ph-left {
  float: left;
}

.home #greeting .greeting-tx {
  float: right;
  width: 500px;
}

.home #greeting .greeting-tx p {
  text-align: justify;
  line-height: 1.8;
}

.home #greeting .greeting-tx ol li {
  margin-left: 2em;
  margin-bottom: 1em;
  list-style: decimal;
}

.home #greeting .greeting-tx p {
  margin-bottom: 1em;
}

.home #greeting .greeting-tx .sign {
  padding-right: 1em;
  font-size: 120%;
  font-weight: 600;
  text-align: right;
}

.home #right-content {
  float: right;
  width: 266px;
}

.home #right-content .map {
  margin-bottom: 30px;
}

.home #right-content .banners {
  margin: 0 auto 50px;
  width: 230px;
}

.home #right-content .banners li,
.home #right-content .banners li a {
  margin-bottom: 5px;
  width: 230px;
  height: 45px;
}

#right-content a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

#right-content a:active {
  filter: alpha(opacity=100);
  -moz-opacity: 1.00;
  opacity: 1.00;
}

/* members
----------------------------------------------------*/
.page-template-members h2,
#members h2 {
  float: left;
  margin-left: 1em;
  margin-bottom: 1.5em;
  font-size: 110%;
  font-weight: 400;
}

.page-template-members h3,
#members h3 {
  margin: 0 auto 1em;
  width: 710px;
}

.page-template-members .date,
#members .date {
  float: right;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 85%;
  color: #999;
}

.page-template-members table,
#members table {
  margin: 0 auto 50px;
  width: 710px;
}

.page-template-members tr,
#members tr {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.page-template-members th,
.page-template-members td,
#members th, #members td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0.5em 1em;
}

.page-template-members tr.even,
#members tr.even {
  background: #fafafa;
}

.page-template-members tr.odd,
#members tr.odd {
  background: #eeeeee;
}

.page-template-members tr.hover,
#members tr.hover {
  background: #b2d8ff;
}

.page-template-members th,
#members th {
  font-size: 93%;
  font-weight: bold;
}

.page-template-members td,
#members td {
  font-size: 93%;
  line-height: 1.4;
}

.page-template-members td img,
#members td img {
  display: inline;
}

.page-template-members .nakano-map,
#members .nakano-map {
  margin: 50px auto;
  width: 700px;
}

#areanav {
  clear: both;
  margin-bottom: 20px;
}

#areanav li {
  float: left;
  height: 32px;
}

/* taxaccountant
----------------------------------------------------*/
.page-template-zeirishi #main,
#taxaccountant #main {
  width: 800px;
}

.page-template-zeirishi h2,
#taxaccountant h2 {
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-template-zeirishi table td,
#taxaccountant table td {
  border: 1px solid #ddd;
}

.page-template-zeirishi strong,
#taxaccountant strong {
  color: #754c3e;
}

.page-template-zeirishi .column,
#taxaccountant .column {
  clear: both;
  margin-bottom: 50px;
}

.page-template-zeirishi .column .ill,
#taxaccountant .column .ill {
  float: left;
  margin-right: 10px;
}

.page-template-zeirishi .column h3,
.page-template-zeirishi .column h4,
#taxaccountant .column h3, #taxaccountant .column h4 {
  float: left;
}

.page-template-zeirishi .column h3,
#taxaccountant .column h3 {
  margin-bottom: 0.5em;
}

.page-template-zeirishi .column p,
#taxaccountant .column p {
  float: left;
  width: 450px;
  font-size: 93%;
  line-height: 1.7;
}

.page-template-zeirishi .column2,
#taxaccountant .column2 {
  clear: both;
  margin-bottom: 30px;
  margin-left: 64px;
}

.page-template-zeirishi .column2 h3,
.page-template-zeirishi .column2 h4,
#taxaccountant .column2 h3, #taxaccountant .column2 h4 {
  float: left;
}

.page-template-zeirishi .column2 h3,
#taxaccountant .column2 h3 {
  margin-bottom: 0.5em;
}

.page-template-zeirishi .column2 p,
#taxaccountant .column2 p {
  float: left;
  margin-bottom: 1em;
  width: 600px;
  font-size: 93%;
  line-height: 1.7;
}

.page-template-zeirishi .column2 ul,
#taxaccountant .column2 ul {
  clear: both;
}

.page-template-zeirishi .column2 li,
#taxaccountant .column2 li {
  width: 600px;
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 0.5em;
  font-size: 93%;
  line-height: 1.5;
}

.page-template-zeirishi .column:after,
.page-template-zeirishi .column2:after,
#taxaccountant .column:after,
#taxaccountant .column2:after {
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
  clear: both;
}

.page-template-zeirishi .column3 p,
#taxaccountant .column3 p {
  float: left;
  width: 450px;
  padding: 20px 30px;
  font-size: 93%;
  background: #eeebeb;
}

.page-template-zeirishi .column3 img,
#taxaccountant .column3 img {
  padding: 80px 40px;
}

#footer {
  clear: both;
  margin: 0 auto;
  width: 964px;
  border-top: solid 1px #ddd;
}

#footer .fnav {
  margin: 30px 0;
  text-align: center;
}

#footer .fnav ul {
  display: inline-block;
}

#footer .fnav li {
  display: inline-block;
  float: left;
  margin: 0 20px;
  font-size: 90%;
}

#footer .fnav a:link {
  color: #666;
  text-decoration: none;
}

#footer .fnav a:visited {
  color: #666;
  text-decoration: none;
}

#footer .fnav a:hover, #footer .fnav a:active {
  color: #007f88;
  text-decoration: underline;
}

#footer .copyright {
  clear: both;
  margin-bottom: 50px;
  font-size: 77%;
  text-align: center;
  color: #999;
}
