.imgIB img {
  display: inline-block;
}
/*---------------------------------------------------------
		 position
----------------------------------------------------------*/
.floL {
  float: left !important;
}
.floR {
  float: right !important;
}
.floLm,
.Left,
.img_left,
.ImageLeft,
.photol,
.left,
.left2 {
  float: left;
  margin-right: 10px;
}
.floRm,
.Right,
.img_right,
.ImageRight,
.photor,
.right,
.right2 {
  float: right;
  margin-left: 10px;
}
.clear {
  clear: both;
}
.posR {
  position: relative;
}
.posA {
  position: absolute;
}
.vaT {
  vertical-align: top !important;
}
.vaM {
  vertical-align: middle !important;
}
.vaB {
  vertical-align: bottom !important;
}
.vaN {
  vertical-align: baseline !important;
}
.taC {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}
.taC img {
  display: inline;
}
.taR {
  text-align: right !important;
}
.taL {
  text-align: left !important;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.notice {
  color: #f00;
}
/*---------------------------------------------------------
		 txt size
----------------------------------------------------------*/
.txtSmaller1 {
  font-size: 12px;
}
.txtLarger1 {
  font-size: 16px;
}
.txtLarger2 {
  font-size: 18px;
}
.txtLarger3 {
  font-size: 20px;
}
.tableStyle2,
#under #contents table,
#home #contents table {
  margin-top: 10px;
  border-collapse: collapse;
  border: #37A3C8 1px solid;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tableStyle2 tr > th,
#under #contents table tr > th,
#home #contents table tr > th {
  padding: 5px;
  border: #37A3C8 1px solid;
  font-weight: bold;
  background: #EDFAFC;
  word-wrap: break-word;
  word-break: break-all;
}
.tableStyle2 tr > th .star,
#under #contents table tr > th .star,
#home #contents table tr > th .star {
  width: 25px;
  height: 25px;
}
.tableStyle2 tr > td,
#under #contents table tr > td,
#home #contents table tr > td {
  padding: 5px 2px;
  border: #37A3C8 1px solid;
  vertical-align: top;
  word-wrap: break-word;
  word-break: break-all;
}
.tableStyle2 tr > td.house img,
#under #contents table tr > td.house img,
#home #contents table tr > td.house img {
  width: 50%;
  max-width: 100%;
}
.tableStyle2 tr > td.vm,
#under #contents table tr > td.vm,
#home #contents table tr > td.vm {
  vertical-align: middle;
}
.tableStyle2 tr > td input,
#under #contents table tr > td input,
#home #contents table tr > td input {
  margin: 0 2px 0 8px;
}
.tableStyle2 tr > td input img,
#under #contents table tr > td input img,
#home #contents table tr > td input img {
  display: inline-block;
}
.tableStyle2 tr > td > ul,
#under #contents table tr > td > ul,
#home #contents table tr > td > ul {
  margin-top: 0;
}
body {
  color: #164353;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spasing: 0.03em;
}
/*---------------------------------------------------------
    wrap
----------------------------------------------------------*/
#wrap .top,
#wrap .top1,
#wrap .linktext2,
#wrap .link a {
  margin-top: 10px;
  position: relative;
  display: block;
  padding: 10px 6px;
  text-align: center;
  line-height: 1.3;
  border: #999 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1d63e4), to(#0c20dd));
  background: -moz-linear-gradient(top, #1d63e4, #0c20dd);
  font-size: 18px;
  color: #fff !important;
  font-weight: bold;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4), 1px 1px 1px rgba(255, 255, 255, 0.5);
  word-wrap: break-word;
  word-break: break-all;
  text-decoration:none;
}
#wrap .top img,
#wrap .top1 img,
#wrap .linktext2 img,
#wrap .link a img {
  position: absolute;
  top: 1px;
  left: 1px;
}
#wrap .top2 {
  position: relative;
  padding: 10px 6px;
  display: block;
  text-align: center;
  line-height: 1.3;
  border: #ccc 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
  background: -moz-linear-gradient(top, #ffffff, #dedede);
  font-size: 18px;
  color: #0c20dd !important;
  font-weight: bold;
  text-shadow: -1px -1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, 1px 1px 1px #ffffff;
  word-wrap: break-word;
  word-break: break-all;
}
#wrap .top2 img {
  position: absolute;
  top: 15px;
  left: 10px;
}
#wrap .top3 {
  position: relative;
  margin-top: 10px;
  display: block;
  padding: 10px 10px 10px 25px;
  text-align: center;
  line-height: 1.3;
  border: #ccc 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdbc68), to(#fb9c20));
  background: -moz-linear-gradient(top, #fdbc68, #fb9c20);
  font-size: 18px;
  color: #fff !important;
  font-weight: bold;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4), 1px 1px 1px rgba(255, 255, 255, 0.5);
  word-wrap: break-word;
  word-break: break-all;
}
#wrap .top3 img {
  margin-top: -14px;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 30px;
}
#wrap .top4 {
  position: relative;
  margin-top: 10px;
  display: block;
  padding: 10px 10px 10px 25px;
  text-align: center;
  line-height: 1.3;
  border: #ccc 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
  background: -moz-linear-gradient(top, #ffffff, #dedede);
  font-size: 18px;
  color: #fb9c20 !important;
  font-weight: bold;
  text-shadow: -1px -1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, 1px 1px 1px #ffffff;
  word-wrap: break-word;
  word-break: break-all;
}
#wrap .top4 img {
  margin-top: -14px;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 30px;
}
#wrap .top5 {
  margin-top: 10px;
  position: relative;
  display: block;
  padding: 10px 6px;
  text-align: center;
  line-height: 1.3;
  border: #999 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6692), to(#fd447d));
  background: -moz-linear-gradient(top, #ff6692, #fd447d);
  font-size: 18px;
  color: #fff !important;
  font-weight: bold;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4), 1px 1px 1px rgba(255, 255, 255, 0.5);
  word-wrap: break-word;
  word-break: break-all;
}
#wrap .top5 img {
  position: absolute;
  top: 1px;
  left: 1px;
}
/*---------------------------------------------------------
    header
----------------------------------------------------------*/
header {
  line-height: 1.2;
  border-bottom: #37A3C8 5px solid;
}
header .inner {
  padding: 10px 5px;
  line-height: 1.2;
  background: #ffffff url(../img/headline_03.png) center 100% repeat-x;
  background-size: 100%;
}
header h1,
header p.tit {
  font-size: 18px;
  font-weight: bold;
  color: #164353;
  text-align: center;
  text-shadow: -1px -1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, 1px 1px 1px #ffffff;
}
header h1 a,
header p.tit a {
  color: #164353;
  text-decoration: none;
}
header p.txt {
  margin-top: 5px;
  font-weight: bold;
  font-size: 12px;
  color: #164353;
  text-align: center;
}
header p.bt a.top {
  font-size: 16px !important;
}
/*---------------------------------------------------------
    sNav
----------------------------------------------------------*/
#sNav {
  margin-top: 20px;
  padding: 10px;
}
#sNav h3 {
  padding: 10px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
  border: #2E89A7 1px solid;
  border-bottom: #2E89A7 5px solid;
  color: #164353;
  background-color: #C4E4EF;
}
#sNav nav > ul > li {
  margin-bottom: 5px;
}
#sNav nav > ul > li > a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #008000;
  font-weight: bold;
  padding: 10px 10px 10px 36px;
  display: block;
  background-color: #EDFAFC;
  background-image: url(https://www.stenosis-cervical.com/wp/wp-content/themes/wp001j/img/globalcategory.gif);
  background-repeat: no-repeat;
  background-position: 0 5px;
  border: #2E89A7 1px solid;
}
#sNav nav > ul > li > ul > li > a {
  border-bottom: #BBDDFF 1px dotted;
  margin-top: 5px;
  padding: 10px 5px 10px 30px;
  display: block;
  color: #008000;
  background: url(https://www.stenosis-cervical.com/wp/wp-content/themes/wp001j/img/menu.gif) 5px 8px no-repeat;
}
#sNav nav > ul > li > ul > li.boldness > a {
  padding-left: 40px;
  background: url(https://www.stenosis-cervical.com/wp/wp-content/themes/wp001j/img/boldness.gif) 0 9px no-repeat;
}
#sNav nav > ul > li > ul > li:last-child > a {
  border-bottom: none;
}
/*---------------------------------------------------------
    footer
----------------------------------------------------------*/
footer {
  text-align: center;
  background: #2E89A7;
}
footer nav li a {
  display: block;
  padding: 10px 5px 10px 10px;
  border-bottom: #fff 1px solid;
  font-weight: bold;
  text-align: left;
  color: #2E89A7;
  background-color: #eee;
  font-size: 14px;
}
#home footer nav {
  display: none;
}
footer p {
  padding: 5px 10px 10px 10px;
  margin-top: 0;
  line-height: 1.2;
}
footer p a {
  color: #fff;
  font-size: 12px;
}
/*---------------------------------------------------------
    contents
----------------------------------------------------------*/
#contents {
  padding: 10px;
}
#under #contents section h1,
#home #contents section h2 {
  margin-top: 20px;
  padding: 10px 0 8px 50px;
  min-height: 35px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  background: url(https://www.stenosis-cervical.com/wp/wp-content/themes/wp001j/img/Head2.gif) 0 0 no-repeat;
}
#under #contents section h1:first-child,
#home #contents section h2:first-child {
  margin-top: 0;
}
#under #contents section h2,
#home #contents section h3 {
  margin-top: 20px;
  padding: 14px 8px 8px 55px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  background: #e7f3f8 url(https://www.stenosis-cervical.com/wp/wp-content/themes/wp001j/img/Head3.gif) 0 center no-repeat;
  border-bottom: #37A3C8 3px solid;
}
#under #contents section h2 + ol,
#home #contents section h3 + ol,
#under #contents section h2 + ul,
#home #contents section h3 + ul,
#under #contents section h2 + div,
#home #contents section h3 + div {
  margin-top: 15px;
}
#under #contents section h3,
#home #contents section h4 {
  margin-top: 20px;
  padding: 2px 0 6px 26px;
  font-weight: bold;
  line-height: 1.2;
  background: url(https://www.stenosis-cervical.com/wp/wp-content/themes/wp001j/img/Head4.gif) 0 -3px no-repeat;
  border-bottom: #5FB6D3 1px solid;
  font-size: 16px;
}

#under #contents section h4.title {
  margin-top: 20px;
  padding: 2px 0 6px 26px;
  font-weight: bold;
  line-height: 1.2;
  background: url(https://www.stenosis-cervical.com/wp/wp-content/themes/wp001j/img/Head5.gif) 0 -3px no-repeat;
  border-bottom: 1px dotted #9BD1E3;
  font-size: 16px;
}
#under #contents section h3 + ul,
#home #contents section h4 + ul,
#under #contents section h3 + div,
#home #contents section h4 + div {
  margin-top: 15px;
}
#contents section p {
  margin-top: 15px;
}
#contents section ul {
  margin-top: 15px;
}
#contents section ul > li {
  padding-left: 20px;
  background: url(https://www.stenosis-cervical.com/wp/wp-content/themes/wp001j/img/contents_lists.gif) 4px 6px no-repeat;
}
#contents section ol > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-position: inside;
}
#contents section div > p:first-child {
  margin-top: 0;
}
#contents section div > ul:first-child {
  margin-top: 0;
}
#contents section fieldset {
  margin-top: 15px;
  padding: 0 8px 8px 8px;
}
#contents section fieldset > p {
  margin-top: 0;
}
#contents section fieldset > ul {
  margin-top: 0;
}
#contents section hr {
  border-top: #999 1px dotted;
  margin-top: 25px;
}
#contents section .slide_ranking1-2,
#contents section #slide_ranking1,
#contents section #slide_ranking2,
#contents section #slide_ranking3,
#contents section #slide_ranking4,
#contents section #slide_ranking5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  display: block;
}
#contents section .slide_ranking1-2 span,
#contents section #slide_ranking1 span,
#contents section #slide_ranking2 span,
#contents section #slide_ranking3 span,
#contents section #slide_ranking4 span,
#contents section #slide_ranking5 span {
  display: block;
  color: #fff !important;
  background: url(../img/arrow3.png) 100% center no-repeat;
  background-size: 28px;
  text-decoration: none;
}
#contents section .slide_ranking1-2 a,
#contents section #slide_ranking1 a,
#contents section #slide_ranking2 a,
#contents section #slide_ranking3 a,
#contents section #slide_ranking4 a,
#contents section #slide_ranking5 a {
  position: relative;
  display: block;
  padding: 10px 6px;
  text-align: center;
  line-height: 1.3;
  border: #999 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fe1355), to(#cf013b));
  background: -moz-linear-gradient(top, #fe1355, #cf013b);
  font-size: 18px;
  color: #fff !important;
  font-weight: bold;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4), 1px 1px 1px rgba(255, 255, 255, 0.5);
  word-wrap: break-word;
  word-break: break-all;
}
#contents section .slide_ranking1-2 span {
  background: url(../img/arrow2.png) 100% center no-repeat;
  background-size: 28px;
}

.img-box img{
  width: 100%;
  height: auto;
}
.maker{
  background-color: rgb(255, 255, 153);
}
.red-point{
  color: rgb(255, 0, 0);
  font-weight: bold;
}
.fs10 {
  font-size: 10px
}

/*20201120*/
span.sansyoumoto{
  word-wrap : break-word;
  font-size: 10px;
}

.kcpt img {
    width: 80%;
    margin: 15px auto;
    display: block;
}

.caption {
    margin: 8px 0 10px;
    font-size: 13px;
    line-height: 1.3;
    word-break: break-all;
    color: #999;
    text-align: center;
}

p.btn_web {
    margin: 0 auto;
    width: 75%;
}

/* 20210830_oki */
.menseki {
    background: #fff;
    margin: 15px 10px;
    padding: 5px;
    font-size: 12px;
    text-align: left;
}

iframe{
  max-width: 100%;
}

.kanren {
    border: 1px solid #37A4C8;
    padding: 20px 30px 0;
    margin: 30px auto;
    position: relative;
    box-sizing: border-box;
    width:90%;
}
.kanren .midasi {
    border-bottom: 1px solid #37A4C8;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
    color: #174453;
}
.kanren ul {
    margin: 20px 0;
}

.kanren ul li {
    background: url(https://www.stenosis-cervical.com/wp/wp-content/themes/wp001j/img/contents_lists.gif) no-repeat 0px 2px;
    margin: 10px 0;
    padding: 0px 0px 2px 20px;
    line-height: 1.6em;
}
.kanren ul li a{
    color:#2e8b57;
}
