@charset "utf-8";
/* CSS Document */
.small{
display:block;
font-size: 13px !important;}

.icon1_0 a {
  background: url(../../common/images/Nav_01.png) no-repeat center 18px;
  background-size: 35px 35px;
  background-image: url(../../common/images/Nav_01s.png)\9;
  background-repeat: none;
}

.icon1_1 a {
  background: url(../../common/images/Nav_20.png) no-repeat center 18px;
  background-size: 35px 35px;
  background-image: url(../../common/images/Nav_20s.png)\9;
  background-repeat: none;
}

.icon1_2 a {
  background: url(../../common/images/Nav_21.png) no-repeat center 18px;
  background-size: 35px 35px;
  background-image: url(../../common/images/Nav_21s.png)\9;
  background-repeat: none;
}

.icon1_3 a {
  background: url(../../common/images/Nav_22.png) no-repeat center 18px;
  background-size: 35px 35px;
  background-image: url(../../common/images/Nav_22s.png)\9;
  background-repeat: none;
}

.icon1_4 a {
  background: url(../../common/images/Nav_23.png) no-repeat center 18px;
  background-size: 35px 35px;
  background-image: url(../../common/images/Nav_23s.png)\9;
  background-repeat: none;
}

.icon1_5 a {
  background: url(../../common/images/Nav_24.png) no-repeat center 18px;
  background-size: 35px 35px;
  background-image: url(../../common/images/Nav_24.png)\9;
  background-repeat: none;
}

.icon1_6 a {
  background: url(../../common/images/Nav_25.png) no-repeat center 18px;
  background-size: 35px 35px;
  background-image: url(../../common/images/Nav_25s.png)\9;
  background-repeat: none;
}


/*ホバーとON（アイコンとテキストの色を変更）*/

.subNav li:hover {
  background: #81D6FE none repeat scroll 0% 0%;
  box-shadow: 0px 0px 0px 1px #81D6FE, 0px 0px 0px 1px #FFF inset;
  color: #FFF;
}

#training.index .subNav li.icon1_0, #training.index .subNav li.icon1_0:hover, #training.program .subNav li.icon1_1, #training.program .subNav li.icon1_1:hover, #training.theme .subNav li.icon1_2, #training.theme .subNav li.icon1_2:hover, #training.outline .subNav li.icon1_3, #training.outline .subNav li.icon1_3:hover, #training.application .subNav li.icon1_4, #training.application .subNav li.icon1_4:hover, #training.voice .subNav li.icon1_5, #training.voice .subNav li.icon1_5:hover, #training.medical-care-home .subNav li.icon1_6, #training.medical-care-home .subNav li.icon1_6:hover {
  background: #81D6FE none repeat scroll 0% 0%;
  box-shadow: 0px 0px 0px 1px #81D6FE, 0px 0px 0px 1px #FFF inset;
  color: #FFF;
}


/*画像*/

#training.index .subNav li.icon1_0 a, li.icon1_0 a:hover {
  background: url(../../common/images/Nav_01_on.png) no-repeat center 18px;
  background-size: 35px 35px;
  background-image: url(../../common/images/Nav_01s.png)\9;
  background-repeat: none;
  color: #fff;
}

#training.program .subNav li.icon1_1 a, li.icon1_1 a:hover {
  background: url(../../common/images/Nav_20_on.png) no-repeat center 18px;
  background-size: 35px 35px;
  background-image: url(../../common/images/Nav_20s.png)\9;
  background-repeat: none;
  color: #fff;
}

#training.theme .subNav li.icon1_2 a, li.icon1_2 a:hover {
  background: url(../../common/images/Nav_21_on.png) no-repeat center 18px;
  background-size: 35px 35px;
  background-image: url(../../common/images/Nav_21s.png)\9;
  background-repeat: none;
  color: #fff;
}

#training.outline .subNav li.icon1_3 a, li.icon1_3 a:hover {
  background: url(../../common/images/Nav_22_on.png) no-repeat center 18px;
  background-size: 35px 35px;
  background-image: url(../../common/images/Nav_22s.png)\9;
  background-repeat: none;
  color: #fff;
}

#training.application .subNav li.icon1_4 a, li.icon1_4 a:hover {
  background: url(../../common/images/Nav_23_on.png) no-repeat center 18px;
  background-size: 35px 35px;
  background-image: url(../../common/images/Nav_23s.png)\9;
  background-repeat: none;
  color: #fff;
}

#training.medical-care-home .subNav li.icon1_6 a, li.icon1_6 a:hover {
  background: url(../../common/images/Nav_25_on.png) no-repeat center 18px;
  background-size: 35px 35px;
  background-image: url(../../common/images/Nav_25s.png)\9;
  background-repeat: none;
  color: #fff;
}


/*table*/

.w650 {
  width: 650px;
}

.w450C {
  width: 450px;
  margin: 0 auto;
}

.thema_table {
  margin: 0 auto 50px;
}

.thema {
  padding: 0;
  background-color: #ebf4fb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px #fff solid;
  border-spacing: 0;
  font-size: 14px;
  margin: 0;
}

.thema thead {
  background-color: #d7e8fe;
}

.thema th {
  margin-bottom: 9px;
  padding: 9px 15px;
  border-left: 1px #fff solid;
  font-weight: normal;
  text-align: center;
}

.thema th:first-child {
  border-left-width: 0;
}

.thema tbody {
  vertical-align: top;
}

.thema tbody td {
  border-left: 1px #fff solid;
}

.thema tbody td:first-child {
  border-left-width: 0;
}

.white {
  background: #fff !important;
}

.thema_mobile {
  display: none;
}

.thema td:before {
  display: none;
}

.thema tr:nth-child(even) {
  background-color: #f9f9f9;
}

.thema td:before {
  display: none;
}

.thema td {
  padding: 8px;
}


/*ノート罫線*/

#countents .blue_note {
  background-image: url(../images/blue_line.png) !important;
  margin-left: 40px;
}

.w620 {
  width: 620px;
}

#countents .blue_note p, .blue_note ul li {
  font-size: 16px;
  line-height: 30px;
  color: #55ACEE;
  margin: 0;
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.note_tit {
  font-size: 24px;
  margin: 30px 0 50px;
}

.dr_kb {
  float: right;
  width: 200px;
  text-align: center;
}

.drName {
  clear: both;
  width: 100% !important;
  font-size: 13px !important;
  margin: 10px 0!important;
  padding: 0 !important;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 959px) {
  .thema_table {
    margin: 5% auto;
  }
  .thema {
    float: none;
    width: 94%;
    margin: 0 auto;
  }
  .dr_kb {
    float: none;
    width: 40%;
    margin: 5% auto 0;
  }
  p.blue_note {
    width: 96%;
  }
  .clr_kb {
    clear: both;
  }
  .w620 {
    width: 100%;
  }
  .flL {
    float: none;
  }
  #countents .blue_note {
    margin: 0px auto;
    width: 94%;
  }
}

@media only screen and (max-width: 640px) {
  .w450C {
    width: 90%;
    margin: 0 auto;
  }
  .icon1_0 a {
    background: url(../../common/images/Nav_01.png) no-repeat 4px center;
    background-size: 25px 25px
  }
  .icon1_1 a {
    background: url(../../common/images/Nav_20.png) no-repeat 4px center;
    background-size: 25px 25px
  }
  .icon1_2 a {
    background: url(../../common/images/Nav_21.png) no-repeat 4px center;
    background-size: 25px 25px
  }
  .icon1_3 a {
    background: url(../../common/images/Nav_22.png) no-repeat 4px center;
    background-size: 25px 25px
  }
  .icon1_4 a {
    background: url(../../common/images/Nav_23.png)no-repeat 4px center;
    background-size: 25px 25px;
  }
  .icon1_5 a {
    background: url(../../common/images/Nav_24.png) no-repeat 4px center;
    background-size: 25px 25px
  }
  .icon1_6 a {
    background: url(../../common/images/Nav_25.png) no-repeat 4px center;
    background-size: 25px 25px
  }
  #training.index .subNav li.icon1_0 a, li.icon1_0 a:hover, #training.program .subNav li.icon1_1 a, li.icon1_1 a:hover, #training.theme .subNav li.icon1_2 a, li.icon1_2 a:hover, #training.outline .subNav li.icon1_3 a, li.icon1_3 a:hover, #training.application .subNav li.icon1_4 a, li.icon1_4 a:hover, #training.medical-care-home .subNav li.icon1_6 a, li.icon1_6 a:hover {
    background-size: 25px 25px;
    background-position: 4px center;
  }
  .subNav li {
    box-shadow: none;
  }
  .thema {
    width: 100%;
  }
  .thema tbody tr {
    display: block;
    padding-bottom: 12px;
  }
  .thema tbody td {
    display: block;
    width: 100%;
    border-left-width: 0;
    padding-left: 4em;
    text-indent: -1.3em;
    padding-right: 2em;
  }
  .thema tbody td:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    margin-right: 5px;
    color: #888;
    font-weight: normal;
  }
  .morning:before {
    content: "朝　:";
  }
  .am:before {
    content: "午前:";
  }
  .pm:before {
    content: "午後:";
  }
  .night:before {
    content: "夜間:";
  }
  .m4_9:before {
    content: "4月～9月:";
  }
  .m10_3:before {
    content: "10月～3月:";
  }
  .m4_6:before {
    content: "4月～6月:";
  }
  .m7_9:before {
    content: "7月～9月:";
  }
  .m10_12:before {
    content: "10月～12月:";
  }
  .m1_3:before {
    content: "1月～3月:";
  }
  .m4_3:before {
    content: "4月～3月:";
  }
  .m7_8:before {
    content: "7月～8月:";
  }
  .m9_10:before {
    content: "9月～10月:";
  }
  .m11_12:before {
    content: "11月～12月:";
  }
  .m1_3:before {
    content: "1月～3月:";
  }
  /**/
  .thema tbody .title {
    /*margin: 0 -15px;*/
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 9px;
    background-color: #d7e8fe;
    text-align: center;
  }
  th {
    display: none;
  }
  tr {
    /*padding: 0 15px;*/
  }
  .thema {
    float: none;
    width: 94%;
    margin: 5% auto;
    font-size: 1.3rem;
  }
  .drName {
    text-align: center;
  }
}

 #training h3{text-indent: 0;}
#countents .note {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 40px 50px;
}

#countents .note_inner {
  margin: 10px;
  padding: 10px 0 15px 0;
  position: relative;
}

#countents .note_inner p {
  background: url(../images/line.png) repeat bottom left;
  font-size: 14px;
  line-height: 32px !important;
  margin: 0 20px;
  padding: 0 20px;
}

.thema {
  width: 94% !important;
  margin: 30px auto !important;
}

@media only screen and (max-width: 640px) {
#countents .note {
	margin: 5vw;
}
#countents .note_inner p {
    margin: 0;
    padding: 0 10px;	
}
.thema br{display: none;}
}