.imgIB img {
  display: inline-block;
}
/*---------------------------------------------------------
		 position
----------------------------------------------------------*/
.floL {
  float: left !important;
}
.floR {
  float: right !important;
}
.floLm,
.Left,
.img_left,
.ImageLeft,
.photol,
.left,
.left2,
.img1 img {
  float: left;
  margin-right: 10px;
}
.floRm,
.Right,
.img_right,
.ImageRight,
.photor,
.right,
.right2,
.img2 img {
  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;
}
.listDecimal li {
  list-style: decimal;
}
.tableStyle2,
#under #contents table,
#home #contents table {
  margin-top: 10px;
  border-collapse: collapse;
  border: #BBBBBB 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: #BBBBBB 1px solid;
  font-weight: bold;
  background: #CCCCCC;
  word-wrap: break-word;
  word-break: break-all;
}
.tableStyle2 tr > td,
#under #contents table tr > td,
#home #contents table tr > td {
  padding: 5px 2px;
  border: #BBBBBB 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.vm img,
#under #contents table tr > td.vm img,
#home #contents table tr > td.vm img {
  vertical-align: bottom;
}
.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: #000;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*---------------------------------------------------------
    wrap
----------------------------------------------------------*/
#wrap .top,
#wrap .top1,
#wrap .link a,
#wrap .top2,
#wrap .top3,
#wrap .top4,
#wrap .top6,
#wrap .top7,
#wrap .top5 {
  margin-top: 10px;
  position: relative;
  display: block;
  padding: 10px 25px 10px 15px;
  text-align: center;
  line-height: 1.3;
  border: #999 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(top, #f66400, #ec3700);
  background-image: -ms-linear-gradient(top, #f66400, #ec3700);
  background-image: -o-linear-gradient(top, #f66400, #ec3700);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#f66400), to(#ec3700));
  background-image: -webkit-linear-gradient(top, #f66400, #ec3700);
  background-image: linear-gradient(top, #f66400, #ec3700);
  font-size: 16px;
  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:before,
#wrap .top1:before,
#wrap .link a:before,
#wrap .top2:before,
#wrap .top3:before,
#wrap .top4:before,
#wrap .top6:before,
#wrap .top7:before,
#wrap .top5:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arrow1.png) 0 0 no-repeat;
  background-size: 9px;
  width: 9px;
  height: 15px;
  margin-right: 8px;
}
#wrap .top2 {
  background-image: -moz-linear-gradient(top, #35baec, #00aced);
  background-image: -ms-linear-gradient(top, #35baec, #00aced);
  background-image: -o-linear-gradient(top, #35baec, #00aced);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#35baec), to(#00aced));
  background-image: -webkit-linear-gradient(top, #35baec, #00aced);
  background-image: linear-gradient(top, #35baec, #00aced);
}
#wrap .top3,
#wrap .top4 {
  padding: 10px 25px 10px 35px;
  background-image: -moz-linear-gradient(top, #72c51a, #429c0f);
  background-image: -ms-linear-gradient(top, #72c51a, #429c0f);
  background-image: -o-linear-gradient(top, #72c51a, #429c0f);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#72c51a), to(#429c0f));
  background-image: -webkit-linear-gradient(top, #72c51a, #429c0f);
  background-image: linear-gradient(top, #72c51a, #429c0f);
}
#wrap .top3:after,
#wrap .top4:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/tel.png) 0 0 no-repeat;
  background-size: 30px 25px;
  width: 30px;
  height: 25px;
  margin-left: 10px;
}
#wrap .top4 {
  background-image: -moz-linear-gradient(top, #dedede, #ffffff);
  background-image: -ms-linear-gradient(top, #dedede, #ffffff);
  background-image: -o-linear-gradient(top, #dedede, #ffffff);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#dedede), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #dedede, #ffffff);
  background-image: linear-gradient(top, #dedede, #ffffff);
  color: #fb9c20 !important;
  text-shadow: -1px -1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, 1px 1px 1px #ffffff;
}
#wrap .top5 {
  background-image: -moz-linear-gradient(top, #ff6692, #fd447d);
  background-image: -ms-linear-gradient(top, #ff6692, #fd447d);
  background-image: -o-linear-gradient(top, #ff6692, #fd447d);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ff6692), to(#fd447d));
  background-image: -webkit-linear-gradient(top, #ff6692, #fd447d);
  background-image: linear-gradient(top, #ff6692, #fd447d);
}
#wrap .top6,
#wrap .top7 {
  background: #fff;
  border: #5AB114 1px solid;
  color: #5AB114 !important;
  text-shadow: none;
}
#wrap .top6:before,
#wrap .top7:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/contents_btn01_off_04.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
#wrap .top6:after,
#wrap .top7:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/contents_btn01_off_03.png) 0 0 no-repeat;
  background-size: 15px;
  width: 15px;
  height: 18px;
  margin-left: 8px;
}
#wrap .top7:after {
  background: url(../img/contents_btn02_off_03.png) 0 0 no-repeat;
  background-size: 11px;
  width: 11px;
  height: 24px;
  margin-left: 8px;
}
/*---------------------------------------------------------
    header
----------------------------------------------------------*/
header {
  line-height: 1.2;
}
header .inner {
  padding: 10px;
  line-height: 1.2;
  overflow: hidden;
  border-bottom: #ccc 1px solid;
}
header h1,
header p.tit {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
header h1 a,
header p.tit a {
  text-decoration: none;
}
header p.txt {
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
header p.bt {
  padding-top: 5px;
  text-align: center;
}
header .rank .rankTit {
  background-color: #8F0000;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}
header .rank li {
  border-bottom: #999 1px solid;
  border-left: #999 1px solid;
  border-right: #999 1px solid;
}
header .rank a {
  padding: 3px 12px 3px 3px;
  display: block;
  text-decoration: none;
  background: url(../img/arrow1.png) 99% center no-repeat;
  background-size: 18px;
  color: #8F0000;
}
header .rank a img {
  width: 100px;
  vertical-align: -4px;
}
header .rank a > * {
  display: table-cell;
  vertical-align: middle;
}
header .rank a .image {
  width: 100px;
}
header .rank a .icon {
  width: 20px;
}
header .rank .tit1 {
  padding-left: 8px;
  font-weight: bold;
}
header .rank .txt1 {
  padding-left: 8px;
  padding-top: 4px;
  font-size: 12px;
}
/*---------------------------------------------------------
    sNav
----------------------------------------------------------*/
#home #sNav p.tit {
  padding: 10px;
  font-size: 20px;
  text-align: center;
  border-top: #5AB13A 1px solid;
  border-bottom: #5AB13A 5px solid;
  color: #5AB13A;
  font-weight: bold;
}
#home #sNav nav > ul > li {
  margin-top: 1px;
}
#home #sNav nav > ul > li > a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 10px 4px 10px 28px;
  position: relative;
  background-image: -moz-linear-gradient(top, #72c51a, #429c0f);
  background-image: -ms-linear-gradient(top, #72c51a, #429c0f);
  background-image: -o-linear-gradient(top, #72c51a, #429c0f);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#72c51a), to(#429c0f));
  background-image: -webkit-linear-gradient(top, #72c51a, #429c0f);
  background-image: linear-gradient(top, #72c51a, #429c0f);
}
#home #sNav nav > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  width: 3px;
  height: 90%;
  margin: auto;
  background-color: #FFE900;
}
#home #sNav nav > ul > li > ul > li > a {
  border-bottom: #ccc 1px dotted;
  margin-top: 1px;
  padding: 10px 5px 10px 28px;
  display: block;
  color: #333;
  background: url(http://www.electronicrec-saiken.net/img/common_icon_02.png) 10px center no-repeat;
}
#home #sNav nav > ul > li > ul > li:last-child > a {
  border-bottom: none;
}
#under #sNav p.tit {
  padding: 10px;
  font-size: 20px;
  text-align: center;
  border-top: #5AB13A 1px solid;
  border-bottom: #5AB13A 5px solid;
  color: #5AB13A;
  font-weight: bold;
}
#under #sNav nav > ul > li > a {
  border-bottom: #ccc 1px dotted;
  margin-top: 1px;
  padding: 10px 5px 10px 28px;
  display: block;
  color: #333;
  background: url(http://www.electronicrec-saiken.net/img/common_icon_02.png) 10px center no-repeat;
}
/*---------------------------------------------------------
    footer
----------------------------------------------------------*/
footer {
  text-align: center;
  background-color: #000;
}
footer nav li a {
  display: block;
  padding: 10px 5px 10px 10px;
  border-bottom: #fff 1px solid;
  font-weight: bold;
  text-align: left;
  color: #5AB13A;
  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 10px 10px 44px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  background-image: -moz-linear-gradient(top, #dedede, #ffffff);
  background-image: -ms-linear-gradient(top, #dedede, #ffffff);
  background-image: -o-linear-gradient(top, #dedede, #ffffff);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#dedede), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #dedede, #ffffff);
  background-image: linear-gradient(top, #dedede, #ffffff);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
#under #contents section h1:before,
#home #contents section h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  background: url(../img/contents_title_bg_02_02.png);
  background-size: 34px;
  width: 34px;
  height: 34px;
}
#under #contents section h1:after,
#home #contents section h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(99%);
  height: calc(90%);
  border: #fff 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#under #contents section h1:first-child,
#home #contents section h2:first-child {
  margin-top: 0;
}
#under #contents section h1#title02:before,
#home #contents section h2#title02:before {
  background: url(../img/contents_title_bg_03_02.png);
  background-size: 34px;
}
#under #contents section h1#title03:before,
#home #contents section h2#title03:before {
  background: url(../img/contents_title_bg_04_02.png);
  background-size: 34px;
}
#under #contents section h1#title04:before,
#home #contents section h2#title04:before {
  background: url(../img/contents_title_bg_05_02.png);
  background-size: 34px;
}
#home #contents section h3,
#under #contents section h2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  padding: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #5AB13A;
  background-color: #EAFCDC;
  border: #5AB13A 3px double;
}
#home #contents section h3 + ol,
#under #contents section h2 + ol,
#home #contents section h3 + ul,
#under #contents section h2 + ul,
#home #contents section h3 + div,
#under #contents section h2 + div {
  margin-top: 15px;
}
#under #contents section h3,
#home #contents section h4 {
  margin-top: 20px;
  padding-bottom: 5px;
  font-weight: bold;
  line-height: 1.2;
  color: #5AB13A;
  border-bottom: #5AB13A 2px solid;
  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;
}
#under #contents section h4,
#home #contents section h4 {
  margin-top: 20px;
}
#contents section p {
  margin-top: 15px;
}
#contents section p:after {
  content: "";
  clear: both;
  display: block;
}
#contents section ul {
  margin-top: 15px;
}
#contents section ul > li {
  padding-left: 20px;
  background: url(http://www.electronicrec-saiken.net/img/common_icon_03.png) 0 5px no-repeat;
}
#contents section ul.contents_btn_list > li {
  padding-left: 0;
  background: none;
}
#contents section ul.btlist {
  margin-top: 0;
}
#contents section ul.btlist > li {
  padding-left: 0;
  background: none;
}
#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 img.icon {
  width: 30px;
  height: 30px;
}
#contents section img.mw100 {
  max-width: 100%;
  height: auto;
}
#contents section p.mw100 {
  text-align: center;
}
#contents section p.mw100 img {
  max-width: 100%;
  height: auto;
}
#contents section .fieldsetBox {
  margin-top: 15px;
  padding: 0 8px 8px 8px;
  border: 1px solid #999;
  position: relative;
}
#contents section .fieldsetBox > p {
  margin-top: 0;
}
#contents section .fieldsetBox > ul {
  margin-top: 5px;
}
#contents section .fieldsetBox > p.tit {
  background-color: #fff;
  font-weight: bold;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  position: relative;
  top: -12px;
}
#contents section .free-bottom {
  padding: 8px;
  margin-top: 20px;
  background-color: #FAFAFA;
  border: #AAAAAA 1px solid;
  color: #999;
  font-size: 12px;
  line-height: 1.2;
}
#contents section .akamoji {
  color: #f00;
  font-weight: bold;
  font-size: 16px;
}
#contents section .tapTxt {
  text-align: center;
  display: block;
  font-weight: bold;
  color: #f00;
}
#contents section .midashi {
  font-weight: bold;
  padding: 5px;
  background-color: #FFFACD;
}
#contents section a.txtLink {
  font-weight: bold;
  font-size: 16px;
}
#contents section .detail_title {
  font-weight: bold;
  font-size: 18px;
  color: #F44B00;
}
#contents section .boxinner {
  padding: 8px;
  margin-top: 25px;
  background-color: #EFFEE4;
  border: #ccc 1px solid;
}
#under #contents section .boxinner h3 {
  margin-top: 0;
}
#contents section .contents_left_01,
#contents section .contents_right_01 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  border: #5AB114 1px solid;
}
#home #contents section .contents_left_01 h3,
#home #contents section .contents_right_01 h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #5AB114;
  background-color: #EBFCDC;
  padding: 8px;
  text-align: center;
  border: none;
  border-bottom: #5AB114 1px solid;
  position: relative;
  border-radius: 5px 5px 0 0;
}
#home #contents section .contents_left_01 h3:before,
#home #contents section .contents_right_01 h3:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 10px;
  background: url(../img/contents_title_bg_06_01.png);
  background-size: 31px;
  width: 31px;
  height: 33px;
}
#contents section .contents_left_01 ul,
#contents section .contents_right_01 ul {
  margin-top: 0;
  padding: 0 8px 8px 8px;
}
#contents section .contents_left_01 li,
#contents section .contents_right_01 li {
  padding-left: 0;
  background: none;
  border-bottom: #ccc 1px dotted;
  padding-bottom: 5px;
  margin-top: 5px;
}
#home #contents section .contents_right_01 h3:before {
  background: url(../img/contents_title_bg_07_01.png);
  background-size: 31px;
}
#contents section .best_item_list {
  margin-top: 0;
}
#contents section .best_item_list > li {
  margin-top: 20px;
  background: #EAFCDC;
  padding: 8px;
}
#contents section .best_item_list .title01,
#contents section .best_item_list .title02,
#contents section .best_item_list .title03 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#contents section .best_item_list .title01:after,
#contents section .best_item_list .title02:after,
#contents section .best_item_list .title03:after,
#contents section .best_item_list .title01:before,
#contents section .best_item_list .title02:before,
#contents section .best_item_list .title03:before {
  content: "";
  display: inline-block;
  background: url(http://www.electronicrec-saiken.net/img/common_icon_03.png);
  width: 15px;
  height: 13px;
  margin-right: 5px;
}
#contents section .best_item_list .title01:after,
#contents section .best_item_list .title02:after,
#contents section .best_item_list .title03:after {
  margin-left: 5px;
}
#contents section .best_item_list .image {
  text-align: center;
}
#contents section .best_item_list .image img {
  max-width: 100%;
}
#contents section .komi {
  border: #A1928C 2px solid;
  margin-top: 15px;
}
#contents section .komi a {
  font-size: 18px;
  position: relative;
  display: block;
  padding: 10px 15px;
  text-align: center;
  line-height: 1.3;
  border: #999 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(top, #1b46c7, #d5d9f7);
  background-image: -ms-linear-gradient(top, #1b46c7, #d5d9f7);
  background-image: -o-linear-gradient(top, #1b46c7, #d5d9f7);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#1b46c7), to(#d5d9f7));
  background-image: -webkit-linear-gradient(top, #1b46c7, #d5d9f7);
  background-image: linear-gradient(top, #1b46c7, #d5d9f7);
  color: #A8272D !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;
}
#contents section .komi a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arrow3.png) 0 0 no-repeat;
  background-size: 15px;
  width: 15px;
  height: 9px;
  margin-right: 8px;
}
#contents section .komi dt a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arrow2.png) 0 0 no-repeat;
  background-size: 15px;
  width: 15px;
  height: 9px;
  margin-right: 8px;
}
#contents section .komi > div {
  padding: 8px;
}
#contents section .komi dl {
  padding: 8px;
}
#contentFooter .rank .rankTit {
  background-color: #5AB114 ;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  border-top: #999 1px solid;
  border-bottom: #999 1px solid;
}
#contentFooter .rank li {
  background: #EAFCDC;
  padding: 8px;
  border-top: #999 1px solid;
}
#contentFooter .rank a {
  margin-top: 5px !important;
}
#contentFooter .rank .table {
  display: table;
  width: 100%;
}
#contentFooter .rank .table > * {
  display: table-cell;
  vertical-align: top;
}
#contentFooter .rank .table .image {
  width: 80px;
  padding-right: 5px;
}
#contentFooter .rank .table .image img {
  max-width: 100%;
  height: auto;
}
#contentFooter .rank .title01,
#contentFooter .rank .title02,
#contentFooter .rank .title03 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#contentFooter .rank .title01:after,
#contentFooter .rank .title02:after,
#contentFooter .rank .title03:after,
#contentFooter .rank .title01:before,
#contentFooter .rank .title02:before,
#contentFooter .rank .title03:before {
  content: "";
  display: inline-block;
  background: url(http://www.electronicrec-saiken.net/img/common_icon_03.png);
  width: 15px;
  height: 13px;
  margin-right: 5px;
}
#contentFooter .rank .title01:after,
#contentFooter .rank .title02:after,
#contentFooter .rank .title03:after {
  margin-left: 5px;
}
#contentFooter .rank .image {
  text-align: center;
}
#contentFooter .rank .image img {
  max-width: 100%;
}

.accounting h4 {
  font-size: 16px;
  color: #5ab114;
  border-bottom: 2px solid #5ab114;
  font-weight: bold;
  padding: 13px 0 8px 0;
  margin: 0 0 10px 0;
}

.doubt h4 {
  font-size: 16px;
  color: #5ab114;
  border-bottom: 2px solid #5ab114;
  font-weight: bold;
  padding: 13px 0 8px 0;
  margin: 0 0 10px 0;
}

img.center{
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  margin: 8px auto;
  padding: 0;
}
.txt-o{
  color:rgb(255, 102, 0);
}

/*--- oki_20180327 ---*/
.img_ct img {
    margin: 10px auto;
    display: block;
}
.btlist a {
    background-image: -moz-linear-gradient(top, #35baec, #00aced);
    background-image: -ms-linear-gradient(top, #35baec, #00aced);
    background-image: -o-linear-gradient(top, #35baec, #00aced);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#35baec), to(#00aced));
    background-image: -webkit-linear-gradient(top, #35baec, #00aced);
    margin-top: 10px;
    display: block;
    padding: 10px 25px 10px 15px;
    text-align: center;
    line-height: 1.3;
    border: #999 1px solid;
    border-radius: 5px;
    font-size: 16px;
    color: #fff !important;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
    text-decoration: none;
    position: relative;
}
.btlist a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
        margin-right: auto;
    background: url(../img/arrow1.png) 0 0 no-repeat;
        background-size: auto auto;
    background-size: 9px;
    width: 9px;
    height: 15px;
    margin-right: 8px;
}