@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #fff6c6;
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #151515;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  overflow: hidden; }

figure {
  padding: 0;
  margin: 0; }

.inner {
  margin: 0 auto;
  max-width: 1100px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .inner {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    .inner {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

.hed_inner {
  max-width: 1820px;
  margin: 0 auto 10px auto;
  padding: 0 10px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .hed_inner {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    .hed_inner {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

.bornone td {
  border: none !important; }

.pdnone td {
  padding: 0 !important; }

.img100 img {
  width: 100%; }

.link1 a {
  color: #ffb849;
  font-weight: bold; }

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 110px; }

#contents {
  width: 100%;
  max-width: 1100px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

section div.form_wrap dl:last-of-type dt {
  border: 0 !important; }

section div.form_wrap dl dd {
  background-color: transparent !important;
  border: 0 !important; }

section div.form_wrap dl dt {
  background-color: transparent !important;
  border: 0;
  font-weight: bold !important;
  letter-spacing: 0.1em; }

@media only screen and (max-width: 468px) {
  section form div.form_wrap dl dt {
    border-right: 0 !important; } }

.form_wrap dl {
  margin-bottom: 15px !important; }
.form_wrap dt {
  display: block !important;
  vertical-align: top !important; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .form_wrap dt:first-of-type {
      width: 220px !important; } }

.pankuzu {
  margin: 5px 0 50px 0;
  text-align: right; }
  .pankuzu a {
    color: #151515;
    text-decoration: underline; }
    .pankuzu a:hover {
      text-decoration: none; }

.contact_txt a {
  color: #151515;
  text-decoration: underline; }

.error_link {
  margin: 100px auto;
  text-align: center; }
  .error_link h2 {
    margin-bottom: 50px;
    font-size: 30px; }
  .error_link a {
    display: block;
    margin-top: 50px;
    color: #151515;
    text-decoration: underline; }
    .error_link a:hover {
      text-decoration: none; }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #ffb849;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }
  .map li:last-of-type {
    display: none; }

.policy h2 {
  border-left: 5px solid #ffd893;
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px; }

.policy p {
  margin: 0 0 20px; }

table {
  table-layout: fixed; }

table th {
  font-weight: 500; }

table td {
  padding: 0 !important;
  font-weight: 500; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 13px; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

u {
  text-decoration: underline; }

.borB {
  border-bottom: 1px dashed #333; }

.b {
  font-weight: bold; }

b {
  font-weight: bold; }

.borderB {
  border-bottom: 1px dashed #333; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

p {
  font-weight: 500; }

a {
  text-decoration: none;
  -webkit-transition: all .8s;
  transition: all .3s;
  font-weight: 500; }

a:hover {
  opacity: 1; }

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 468px) {
    #contents_wrap {
      padding-left: 10px;
      padding-right: 10px; } }

.tacenter {
  text-align: center !important; }

.ColLeft {
  float: left; }

.ColRight {
  float: right; }

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden; }

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden; }

@media screen and (min-width: 469px) and (max-width: 768px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media only screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.fwb {
  font-weight: bold; }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 468px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  padding-top: 20px; }
  @media only screen and (max-width: 768px) {
    header#global_header {
      padding-top: 48px; } }

#header {
  width: 100%; }
  @media only screen and (max-width: 768px) {
    #header .fltL {
      float: none;
      width: 100%;
      text-align: left; } }
  @media only screen and (max-width: 468px) {
    #header .fltL {
      text-align: center; } }
  @media only screen and (max-width: 768px) {
    #header .fltR {
      float: none;
      width: 100%;
      margin-top: 10px; } }
  @media only screen and (max-width: 468px) {
    #header #siteID {
      margin-bottom: 30px; } }
  #header #hef_tbl {
    max-width: 420px;
    display: inline-block;
    margin-right: 40px; }
    @media only screen and (max-width: 468px) {
      #header #hef_tbl {
        display: none; } }
    #header #hef_tbl th, #header #hef_tbl td {
      padding: 2px;
      font-size: 14px;
      text-align: center; }
    #header #hef_tbl th {
      background-color: #ffb849;
      color: #fff; }
    #header #hef_tbl td {
      background-color: #fef9dd; }
    #header #hef_tbl p {
      font-size: 13px;
      text-align: left; }
  #header #hed_info {
    display: inline-block; }
    @media only screen and (max-width: 468px) {
      #header #hed_info .tel {
        margin-bottom: 10px; } }
    #header #hed_info .tel:before {
      content: url(../images/common/icon_hedTel.png);
      display: inline-block;
      margin-right: 5px;
      vertical-align: middle; }
    #header #hed_info .tel p {
      display: inline-block;
      vertical-align: middle;
      font-size: 30px;
      font-weight: bold; }
    #header #hed_info .tel a {
      display: inline-block;
      font-size: 30px;
      font-weight: bold;
      color: #151515; }
    @media only screen and (max-width: 468px) {
      #header #hed_info .tel {
        font-size: 18px; } }
    @media only screen and (max-width: 468px) {
      #header #hed_info .tel span {
        display: none; } }
    #header #hed_info #hed_insta {
      display: inline-block;
      margin-right: 10px; }
    #header #hed_info .cont {
      display: inline-block; }
      #header #hed_info .cont a {
        width: 190px;
        display: block;
        padding: 7.5px;
        background: #f57c7c;
        border-radius: 10px;
        color: #fff;
        font-size: 16px;
        font-weight: bold; }

#nav_global {
  background-color: #fffdec; }
  #nav_global #gnavi {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #nav_global #gnavi li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative; }
      #nav_global #gnavi li a {
        display: block;
        padding: 20px 0;
        color: #151515; }
        #nav_global #gnavi li a:hover {
          color: #f57c7c;
          font-weight: bold; }
      #nav_global #gnavi li #subnavi {
        position: absolute;
        top: 65px;
        left: 0px;
        width: 200px;
        background-color: #fffdec;
        z-index: 100; }
        #nav_global #gnavi li #subnavi li {
          float: none !important;
          border-bottom: 1px solid #ffb849; }
          #nav_global #gnavi li #subnavi li:first-of-type {
            border-top: 1px solid #ffb849; }
          #nav_global #gnavi li #subnavi li a {
            padding: 15px;
            display: block;
            text-align: center; }
            #nav_global #gnavi li #subnavi li a:hover {
              color: #f57c7c;
              font-weight: bold; }
  #nav_global #bg_intro {
    background: url(../images/common/icon_navIntro.gif) center no-repeat; }
  #nav_global #bg_service {
    background: url(../images/common/icon_navCont.gif) center no-repeat; }
  #nav_global #bg_about {
    background: url(../images/common/icon_navAbout.gif) center no-repeat; }
  #nav_global #bg_staff {
    background: url(../images/common/icon_navStaff.gif) center no-repeat; }
  #nav_global #bg_blog {
    background: url(../images/common/icon_navBlog.gif) center no-repeat; }

#mainArea {
  width: 100%;
  overflow: hidden;
  position: relative; }
  #mainArea #slider {
    width: 100%;
    margin: 0 auto; }
    #mainArea #slider li img {
      width: 100%;
      height: auto; }
  #mainArea h1 {
    width: 40%;
    position: absolute;
    top: 36%;
    right: 6%;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      #mainArea h1 {
        right: 3%; } }
    @media only screen and (max-width: 768px) {
      #mainArea h1 img {
        width: 90%; } }

.mean-container .mean-bar {
  background: #ffb849 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #fffdec !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #ccc !important;
  color: #151515 !important; }

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #fff;
  padding-top: 30px;
  margin-top: auto;
  font-size: 14px; }
  footer#global_footer .inner {
    position: relative; }
    footer#global_footer .inner #pagetop {
      top: -120px;
      position: absolute;
      right: 0; }
  footer#global_footer .fltL {
    width: 40%;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      footer#global_footer .fltL {
        float: none;
        width: 100%; } }
  @media only screen and (max-width: 768px) {
    footer#global_footer .fltR {
      float: none;
      width: 100%; } }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    footer#global_footer .fltR iframe {
      width: 172%; } }
  footer#global_footer address {
    margin: 15px 0 25px 0; }
    footer#global_footer address .tel {
      margin-top: 5px;
      font-size: 22px;
      font-weight: bold; }
      footer#global_footer address .tel a {
        color: #fff; }
  footer#global_footer .fot_tbl {
    padding: 7% 4.5%;
    background-color: #fef9dd;
    border-radius: 10px; }
    footer#global_footer .fot_tbl th, footer#global_footer .fot_tbl td, footer#global_footer .fot_tbl p {
      border: none;
      color: #2e2e2e;
      font-weight: bold; }
    footer#global_footer .fot_tbl th, footer#global_footer .fot_tbl td {
      padding: 1px;
      border-bottom: 1px solid #151515;
      text-align: center; }
    footer#global_footer .fot_tbl th:first-of-type {
      width: 120px; }
  footer#global_footer .fltR {
    width: 58%;
    margin-top: 20px; }
  footer#global_footer #nav_footer {
    max-width: 800px;
    margin: 50px auto 30px auto;
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      footer#global_footer #nav_footer {
        display: none; } }
    footer#global_footer #nav_footer li {
      display: inline-block; }
      footer#global_footer #nav_footer li:before {
        content: "/";
        padding: 0 8px; }
      footer#global_footer #nav_footer li:first-child:before {
        content: ""; }
      footer#global_footer #nav_footer li a {
        text-decoration: none; }
        footer#global_footer #nav_footer li a:hover {
          text-decoration: underline; }
  footer#global_footer #copy {
    display: block;
    padding: 10px; }
    footer#global_footer #copy a {
      text-decoration: none; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        footer#global_footer #copy a {
          line-height: 60px; } }

/* index.html */
.wrap_topBtn {
  margin-top: 60px;
  justify-content: center; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .wrap_topBtn .box {
      width: 26.3% !important; } }
  @media only screen and (max-width: 468px) {
    .wrap_topBtn .box {
      width: 39.2% !important; } }
  .wrap_topBtn .box a {
    display: block;
    padding: 15.6% 0;
    background-color: #ffb849;
    border: 5px solid #ffd893;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
    .wrap_topBtn .box a:hover {
      background-color: #ffd893; }

.wrap_topWhite {
  width: 49%;
  padding: 4.5%;
  clear: initial !important; }
  @media only screen and (max-width: 468px) {
    .wrap_topWhite {
      float: none !important;
      width: 100% !important; } }

.wrap_news {
  float: left; }
  .wrap_news .form_wrap dl {
    padding: 10px 0; }
  .wrap_news .form_wrap dt, .wrap_news .form_wrap dd {
    display: block;
    vertical-align: top; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .wrap_news .form_wrap dt, .wrap_news .form_wrap dd {
        width: 100% !important; } }

.ttl_top {
  position: relative; }
  .ttl_top:before {
    content: url(../images/contents/icon_news.png);
    position: absolute;
    top: -10px; }
  .ttl_top h2 {
    margin-bottom: 25px;
    padding-left: 60px;
    font-size: 30px;
    font-weight: bold; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .ttl_top h2 {
        font-size: 22px; } }

.ttl_top02 {
  position: relative; }
  .ttl_top02:before {
    content: url(../images/contents/icon_calendar.png);
    position: absolute;
    top: -10px; }
  .ttl_top02 h2 {
    margin-bottom: 25px;
    padding-left: 60px;
    font-size: 30px;
    font-weight: bold; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .ttl_top02 h2 {
        font-size: 22px; } }

.wrap_calendar {
  float: right; }
  @media only screen and (max-width: 468px) {
    .wrap_calendar {
      margin-top: 20px; } }

/* about.html */
.tbl01 td {
  text-align: center !important; }
  .tbl01 td:first-of-type {
    width: 35%;
    background-color: #ffb849;
    color: #fff; }
    @media only screen and (max-width: 468px) {
      .tbl01 td:first-of-type {
        width: 100%; } }
    .tbl01 td:first-of-type p {
      font-weight: bold;
      letter-spacing: 0.1em; }

/* introduce.html */
.intro_step {
  margin-bottom: 10px; }
  .intro_step dl dt {
    display: block !important;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center !important; }
    @media only screen and (max-width: 468px) {
      .intro_step dl dt {
        width: 50% !important; } }
  .intro_step dl dd {
    padding-left: 20px !important;
    font-size: 20px;
    font-weight: 600 !important; }

.txt_bgB70 {
  margin-bottom: 70px !important; }

.lh_19 {
  line-height: 1.9; }

.img_bdr img {
  border: 5px solid #fff; }

.bdr_org {
  border-radius: 10px;
  border: 3px solid #ffd893; }

.fs_ppt div {
  font-size: 20px;
  font-weight: bold; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .fs_ppt div {
      font-size: 16px; } }
  @media only screen and (max-width: 468px) {
    .fs_ppt div {
      font-size: 14px; } }

@media only screen and (max-width: 468px) {
  .sp_img100 img {
    width: 100% !important; } }

/* tel */
.tel a {
  color: #151515; }

/* flex */
.flex_center {
  justify-content: center !important; }

/* bg_100per */
.bg_100per_wrap {
  position: relative;
  margin-bottom: 70px !important;
  padding: 60px 0 70px 0 !important; }

.bg_100per_inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #fef9dd;
  z-index: -1; }

/* title */
.top_midashi01 h2 {
  position: relative;
  margin-bottom: 55px;
  font-size: 2.3vw;
  font-weight: bold;
  text-align: center; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .top_midashi01 h2 {
      font-size: 19px; } }
  @media only screen and (max-width: 468px) {
    .top_midashi01 h2 {
      font-size: 17px; } }
  .top_midashi01 h2 span {
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 0.7em;
    background-color: #fef9dd;
    text-align: left; }
    @media only screen and (max-width: 468px) {
      .top_midashi01 h2 span {
        line-height: 1.7;
        text-align: center; } }
  .top_midashi01 h2:before {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    background: url(../images/contents/bg_ttlRsn.gif) 100% no-repeat; }

body header #local-keyvisual {
  position: relative; }

body header #local-keyvisual #local-keyvisual-title {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  background: #ffb849;
  z-index: 10; }
  @media only screen and (max-width: 468px) {
    body header #local-keyvisual #local-keyvisual-title {
      padding: 30px 0; } }
  body header #local-keyvisual #local-keyvisual-title h1 {
    color: #fff;
    font-size: 37px;
    font-weight: bold;
    text-align: center; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      body header #local-keyvisual #local-keyvisual-title h1 {
        font-size: 30px; } }
    @media only screen and (max-width: 468px) {
      body header #local-keyvisual #local-keyvisual-title h1 {
        font-size: 26px; } }
  body header #local-keyvisual #local-keyvisual-title:empty {
    display: none; }

.midashi01 h2 {
  margin-bottom: 20px;
  background: url(../images/introduce/icon_ttlintro.gif) no-repeat;
  padding-left: 40px;
  font-size: 24px;
  font-weight: bold; }
  @media only screen and (max-width: 468px) {
    .midashi01 h2 {
      font-size: 20px; } }
.midashi01 h3 {
  margin-bottom: 20px;
  background-color: #ffb849;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff; }

.midashi02 h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #ffd893;
  font-size: 24px;
  font-weight: bold; }

.sub_midashi01 h2 {
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #f6b1b1;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .sub_midashi01 h2 {
      margin-bottom: 20px;
      font-size: 22px; } }
  @media only screen and (max-width: 468px) {
    .sub_midashi01 h2 {
      font-size: 17px; } }
.sub_midashi01 h4 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold; }
  .sub_midashi01 h4:before {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 10px;
    height: 10px;
    border: 3px solid #f57c7c;
    border-radius: 100%; }

/* btn */
.btn_general:before {
  content: "";
  width: 100%;
  height: 80px;
  content: url(../images/contents/icon_servece01.png);
  display: block;
  margin-bottom: 10px; }

.child:before {
  content: url(../images/contents/icon_servece03.png);
  display: block; }

.prev:before {
  content: url(../images/contents/icon_servece02.png);
  display: block; }

.oral:before {
  content: url(../images/contents/icon_servece04.png);
  display: block; }

.cosme:before {
  content: url(../images/contents/icon_servece05.png);
  display: block; }

.btn_intro {
  margin: 20px auto; }
  .btn_intro .box {
    margin-right: 3% !important; }
    @media only screen and (max-width: 468px) {
      .btn_intro .box {
        width: 100%;
        margin-bottom: 10px; } }
  .btn_intro a {
    width: 200px;
    display: block;
    padding: 7%;
    background-color: #ffd893;
    border-radius: 10px;
    text-align: center;
    color: #151515;
    font-weight: bold; }
    @media only screen and (max-width: 468px) {
      .btn_intro a {
        width: 100%; } }
    .btn_intro a:hover {
      background-color: #ffb849;
      color: #fff; }

.btn_cont {
  margin: 50px auto 10px auto; }
  .btn_cont .box {
    min-width: 350px;
    max-height: 110px;
    margin-bottom: 20px !important;
    margin-right: 3% !important;
    text-align: center; }
    @media only screen and (max-width: 468px) {
      .btn_cont .box {
        min-width: 100%;
        max-height: 100%; } }
    .btn_cont .box:first-of-type p {
      padding: 6.1%; }
      @media only screen and (max-width: 468px) {
        .btn_cont .box:first-of-type p {
          padding: 0; } }
  .btn_cont div {
    min-height: 60px;
    background-color: #f57c7c;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff; }
  .btn_cont a {
    display: block;
    padding: 7%;
    font-size: 18px;
    color: #fff;
    font-weight: bold; }
    @media only screen and (max-width: 468px) {
      .btn_cont a {
        font-size: 16px; } }
    .btn_cont a:hover {
      opacity: 0.6; }
  .btn_cont .tel {
    display: block;
    margin-top: 10px; }

.btn_mail:before {
  content: url(../images/introduce/icon_mail.png);
  display: block; }

/* tbl */
.tbl_shinryo tr:first-of-type td {
  padding: 10px !important;
  background-color: #F0F0F0; }
  .tbl_shinryo tr:first-of-type td div {
    font-weight: bold; }
.tbl_shinryo td {
  padding: 30px 10px !important;
  text-align: center !important; }
  .tbl_shinryo td:first-of-type {
    width: 130px; }

/*# sourceMappingURL=common_style.css.map */
