* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap : break-word; /* 2017.04.18 KD Nunomura */
  overflow-wrap : break-word; /* 2017.04.18 KD Nunomura */
}

[class^="icon-"], [class*=" icon-"] {
  transform: rotate(0.05deg);
}

#allWrapper {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #allWrapper {
    width: 1100px;
  }
}
@media screen and (max-width: 640px) {
  #allWrapper {
    width: 100%;
  }
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

a {
  color: #009e00;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a img {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.wrapper {
  width: 100%;
}
.wrapper .inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .wrapper .inner {
    width: 100%;
  }
}
.wrapper#main {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .wrapper#main {
    margin-bottom: 30px;
  }
}
.wrapper#main .breadcrumb {
  width: 1100px;
  margin: 20px auto;
}
@media screen and (max-width: 640px) {
  .wrapper#main .breadcrumb {
    display: none;
  }
}
.wrapper#main .breadcrumb ul li {
  padding-right: 6px;
  color: #818181;
  float: left;
}
.wrapper#main .breadcrumb ul li a {
  padding-right: 10px;
  color: #000;
  position: relative;
}
.wrapper#main .breadcrumb ul li a:after {
  font-family: 'icomoon' !important;
  content: "\e924";
  position: absolute;
  right: -3px;
  top: 1px;
}
.wrapper#main .breadcrumb ul li .icon-pnkz_arw {
  position: relative;
  bottom: -1px;
}
.wrapper#main.copyOnly {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .wrapper#main.copyOnly {
    margin-bottom: 20px;
  }
}

#allWrapper > header {
  padding: 30px 0 40px;
}
@media screen and (max-width: 640px) {
  #allWrapper > header {
    padding: 7px 0 0 0;
  }
}
#allWrapper > header .inner {
  position: relative;
  height: 157px;
}
@media screen and (max-width: 640px) {
  #allWrapper > header .inner {
    height: auto;
  }
}
#allWrapper > header .inner #logo {
  margin: 0;
}

  /* ARIGA 202301 */
@media screen and (max-width: 640px) {
  #allWrapper > header .inner #logo {
    /*margin: 0 0 7px 10px;*/
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 640px) {
  #allWrapper > header .inner #logo img {
    width: 160px;
  }
}
#allWrapper > header .inner ul.gNavi {
  width: 1100px;
  height: 80px;
  padding: 0 1px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: table;
}
@media screen and (max-width: 640px) {
  #allWrapper > header .inner ul.gNavi {
    width: 100%;
    padding: 0;
    height: auto;
    position: static;
    overflow-x: hidden;
  }
}
#allWrapper > header .inner ul.gNavi li {
  display: table;
  float: left;
  border-left: solid 1px #dcdcdc;
}
@media screen and (max-width: 640px) {
  #allWrapper > header .inner ul.gNavi li {
    width: 33.33%;
    height: auto;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #dcdcdc;
  }
  #allWrapper > header .inner ul.gNavi li:nth-child(3n) {
    border-width: 1px 0 0 0 !important;
  }
}
#allWrapper > header .inner ul.gNavi li a {
  width: 182px;
  height: 80px;
  color: #505050;
  padding: 10px 0 0 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #allWrapper > header .inner ul.gNavi li a {
    width: 100%;
    padding: 10px 0;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  #allWrapper > header .inner ul.gNavi li a {
    font-size: 11px;
    letter-spacing: -1px;
  }
}
#allWrapper > header .inner ul.gNavi li a [class^="icon-"], #allWrapper > header .inner ul.gNavi li a [class*=" icon-"] {
  margin-left: 10px;
  margin-bottom: 10px;
  display: block !important;
  font-size: 36px;
}
@media screen and (max-width: 640px) {
  #allWrapper > header .inner ul.gNavi li a [class^="icon-"], #allWrapper > header .inner ul.gNavi li a [class*=" icon-"] {
    display: none !important;
  }
}
#allWrapper > header .inner ul.gNavi li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  #allWrapper > header .inner ul.gNavi li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
#allWrapper > header .inner ul.gNavi li:last-child a {
  width: 181px;
}
#allWrapper > header .inner ul.gNavi li:last-child {
  border-right: solid 1px #dcdcdc;
}
#allWrapper > header .inner .search {
  position: absolute;
  right: 140px;
  top: 3px;
}
@media screen and (max-width: 640px) {
  #allWrapper > header .inner .search {
    margin-bottom: 5px;
    position: static;
  }
}
#allWrapper > header .inner #bookBan {
  position: absolute;
  top: 15px;
  right: 0;
}
@media screen and (max-width: 640px) {
  #allWrapper > header .inner #bookBan {
    top: 6px;
    right: 8px;
  }
  #allWrapper > header .inner #bookBan img {
    width: 76px;
  }
}
#allWrapper > header .inner #bookBan a {
  display: block;
  position: relative;
  color: #818181;
  font-size: 14px;
  line-height: 1;
}
#allWrapper > header .inner #bookBan a:before, #allWrapper > header .inner #bookBan footer #fNavi ul li:last-child a:after, footer #fNavi ul li:last-child #allWrapper > header .inner #bookBan a:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #dcdcdc;
  position: absolute;
  top: 1px;
  left: -14px;
}
@media screen and (max-width: 640px) {
  #allWrapper > header .inner #bookBan a:before, #allWrapper > header .inner #bookBan footer #fNavi ul li:last-child a:after, footer #fNavi ul li:last-child #allWrapper > header .inner #bookBan a:after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #allWrapper > header .inner #bookBan a {
    font-size: 12px;
  }
}
#allWrapper > header .inner #bookBan a span {
  vertical-align: middle;
  font-size: 16px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #allWrapper > header .inner #bookBan a span {
    margin-top: -2px;
    display: inline-block;
  }
}

@media screen and (max-width: 640px) {
  #headSearch .searchBox .inp-search {
    width: 100% !important;
  }
}

.search#ftSearch {
  display: none;
}
@media screen and (max-width: 640px) {
  .search#ftSearch {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .search {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    border-width: 1px 0;
    border-style: solid;
    border-color: #dcdcdc;
    padding: 10px;
    text-align: center;
  }
}
.search .searchBox {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .search .searchBox {
    width: 100%;
    margin-right: -45px;
    padding-right: 45px;
    float: left;
  }
}
.search .searchBox .inp-search {
  width: 240px;
  height: 40px;
  padding: 7px 13px;
  font-size: 14px;
  border: 2px solid #c8c8c8;
  background: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .search .searchBox .inp-search {
    width: 100%;
    border-width: 1px;
    display: block;
    font-size:16px !important; /* 2019.07.26 KD Nunomura */
  }
}
.search .searchBox .inp-search::-webkit-input-placeholder, .search .searchBox .inp-search::-moz-input-placeholder, .search .searchBox .inp-search::-ms-input-placeholder {
  color: #b4b4b4;
}
.search .btn-search {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  font-size: 1px;
  color: #fff;
  vertical-align: top;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: url(../img/header/bgSearchBtn.png) center center no-repeat #009e00;
  background-size: 40px 40px;
  border: none;
}
@media screen and (max-width: 640px) {
  .search .btn-search {
    font-size: 20px;
    float: right;
  }
}
.search .btn-search:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

  /* ARIGA 202301 */
.btm #allWrapper > header {
  padding: 17px 0 18px;
    /* border-bottom: solid 1px #dcdcdc;*/
box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
}

  /* ARIGA 202301 */
@media screen and (max-width: 640px) {
  .btm #allWrapper > header {
    margin-bottom: 0;
   /* padding: 7px 0 0; */
   padding: 10px 0;
    border-bottom: none;
    box-shadow: none;
  }
}
.btm #allWrapper > header .inner {
  /* ARIGA 202301 */
  /*height: 75px;*/
  height: 40px;
}
@media screen and (max-width: 640px) {
  .btm #allWrapper > header .inner {
    height: auto;
  }
}
.btm #allWrapper > header .inner #logo img {
  width: 235px;
}
@media screen and (max-width: 640px) {
  .btm #allWrapper > header .inner #logo img {
    width: 137px;
  }
}
.btm #allWrapper > header .inner #menufixed {
  margin: 0 0 10px;
}
@media screen and (min-width: 641px) {
  .btm #allWrapper > header .inner #menufixed {
    display: none;
  }
}
.btm #allWrapper > header .inner #menufixed #menuSp {
  margin: 0;
  height: 20px;
  background-color: #009e00;
  display: block;
}
.btm #allWrapper > header .inner #menufixed #menuSp a {
  height: 20px;
  color: #fff;
  position: relative;
}
.btm #allWrapper > header .inner #menufixed #menuSp a:hover {
  color: white !important;
}
.btm #allWrapper > header .inner #menufixed #menuSp a.menu {
  width: 100%;
  margin-right: -35px;
  padding: 2px 35px 0 10px;
  font-size: 11px;
}
.btm #allWrapper > header .inner #menufixed #menuSp a.menu:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 45px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 7px solid #fff;
  display: block;
}
.btm #allWrapper > header .inner #menufixed #menuSp a.menu.active {
  background-color: #006200;
}
.btm #allWrapper > header .inner #menufixed #menuSp a.menu.active:after {
  top: 1px;
  border: 5px solid transparent;
  border-bottom: 7px solid #fff;
}
.btm #allWrapper > header .inner #menufixed #menuSp a.menu span {
  margin-right: 4px;
  font-size: 9px;
}
.btm #allWrapper > header .inner #menufixed #menuSp a.btnSearch {
  width: 35px;
  padding: 1px 0 0;
  text-align: center;
  background-color: #009e00;
  border-left: solid 1px #27b627;
}
.btm #allWrapper > header .inner #menufixed #menuSp a.active {
  background-color: #006200;
}
.btm #allWrapper > header .inner #menufixed.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.btm #allWrapper > header .inner #menufixed ul.gNavi {
  background: #fff;
  z-index: 1000;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  .btm #allWrapper > header .inner ul.gNavi {
    display: none;
    border-bottom: solid 1px #dcdcdc;
  }
}
@media screen and (min-width: 641px) {
  .btm #allWrapper > header .inner ul.gNavi {
    height: 20px;
    font-size: 12px;
  }
  .btm #allWrapper > header .inner ul.gNavi li {
    width: auto;
    height: 20px;
    border: none !important;
  }
  .btm #allWrapper > header .inner ul.gNavi li a {
    width: auto;
    height: 20px;
    padding: 0 26px 0 0;
    color: #505050;
    letter-spacing: -0.01em;
  }
  .btm #allWrapper > header .inner ul.gNavi li a span {
    margin: 0 7px 0 0;
    font-size: 18px;
    display: inline-block !important;
    vertical-align: bottom;
  }
}
.btm #allWrapper > header .inner .search {
  top: 42px;
  right: 0;
}
@media screen and (max-width: 640px) {
  .btm #allWrapper > header .inner .search {
    display: none;
  }
}
.btm #allWrapper > header .inner .search .searchBox .inp-search {
  width: 229px;
}

footer {
  background: #2d2d2d;
  color: #959595;
}
footer #fNavi {
  height: 50px;
  margin-bottom: 30px;
  border-bottom: solid 1px #464646;
}
footer #fNavi ul {
  width: 1100px;
  margin: 0 auto;
}
footer #fNavi ul li {
  float: left;
}
footer #fNavi ul li a {
  width: 183px;
  height: 50px;
  padding-top: 14px;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  font-size: 13px;
}
footer #fNavi ul li a:before, footer #fNavi ul li:last-child a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: #464646;
  display: block;
  margin-top: -10px;
}
footer #fNavi ul li:last-child a:after {
  left: auto;
  right: 0;
}
@media screen and (max-width: 640px) {
  footer #fNavi {
    display: none;
  }
}
footer.copyOnly {
  background: #fff;
}
footer.copyOnly #copy {
  border-top: 1px solid gainsboro;
  color: #3c3c3c;
}
@media screen and (max-width: 1100px) {
  footer {
    width: 1100px !important;
  }
}
@media screen and (max-width: 640px) {
  footer {
    width: 100% !important;
    padding: 0 !important;
  }
}
footer section {
  width: 203px;
  margin: 0 20px 30px 0;
  float: left;
}
footer section:last-child {
  width: 208px;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  footer section {
    width: 100% !important;
    margin: 0;
    float: none;
  }
}
footer section header {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #464646;
  position: relative;
}
@media screen and (max-width: 640px) {
  footer section header {
    margin-bottom: 0;
    padding: 15px 10px;
    font-size: 13px;
    background: #3c3c3c;
  }
}
footer section header .icon-pluMi:after {
  content: "\e913";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 1em;
  height: 1em;
  background: #fff;
  color: #3c3c3c;
  margin-top: -1.1em;
  padding: 0.7em;
  font-size: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  footer section header .icon-pluMi:after {
    margin-top: -23px;
  }
}
footer section header.active .icon-pluMi:after {
  content: "\e900";
}
footer section .linkBox {
  padding-left: 16px;
}
@media screen and (max-width: 640px) {
  footer section .linkBox {
    margin: 0;
    padding-left: 0;
  }
}
footer section .linkBox dt {
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 12px;
  text-indent: -1em;
}
@media screen and (max-width: 640px) {
  footer section .linkBox dt {
    width: 48%;
    color: #fff;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    font-size: 11px;
    text-indent: 0;
    padding: 15px 0 15px 15px;
  }
  footer section .linkBox dt.twoLine {
    line-height: 1.3;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 640px) {
  footer section .linkBox dt.enable {
    width: 92%;
  }
}
footer section .linkBox dt.enable + dd {
  width: 7%;
  padding: 15px 10px 15px 0;
}
footer section .linkBox dt.active, footer section .linkBox dt:hover {
  color: #fff;
}
footer section .linkBox dt .icon-arw_b_right {
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  footer section .linkBox dt .icon-arw_b_right {
    display: none;
  }
}
footer section .linkBox dt span {
  font-size: 7px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  footer section .linkBox dt span.icon-arw_a_right {
    display: none;
  }
}
footer section .linkBox dt a {
  color: #959595;
}
@media screen and (max-width: 640px) {
  footer section .linkBox dt a {
    display: block;
    color: #fff;
  }
}
footer section .linkBox dt a:hover {
  color: white !important;
  text-decoration: none;
}
footer section .linkBox dd {
  font-size: 12px;
  display: none;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  footer section .linkBox dd {
    width: 52%;
    display: inline-block;
    padding: 7px 15px 7px 0;
    margin: 0;
    float: right;
    text-align: right;
  }
}
footer section .linkBox dd a {
  padding: 5px 10px;
  display: inline-block;
  font-size: 11px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #212121;
}
footer section .linkBox dd a:last-child {
  margin-left: 5px;
}
footer section .linkBox dd a [class^="icon-"], footer section .linkBox dd a [class*=" icon-"] {
  margin-right: 10px;
  font-size: 7px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  footer section .linkBox dd a [class^="icon-"], footer section .linkBox dd a [class*=" icon-"] {
    top: 50%;
    margin-top: -2px;
    margin-right: 3px;
    font-size: 7px;
    position: absolute;
    right: 0;
    font-weight: bold;
  }
}
@media screen and (max-width: 640px) {
  footer section .linkBox dd a {
    padding: 8px 15px 8px 7px;
    font-size: 11px;
    position: relative;
  }
}
footer section .linkBox dd a:hover {
  text-decoration: none;
  color: #fff !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
footer section .linkBox .ddAfter {
  width: 100%;
  margin-bottom: 1px;
  padding-bottom: 1px;
  border-bottom: 1px solid #464646;
  clear: both;
}

/* 2018.12.21 KD Nunomura ABJ */
footer #abj {
    max-width: 1100px;
    margin:0 auto;
    padding: 20px 80px;
    color: #fff;
    font-size: 12px;
    border-top: 1px solid #464646;
}
footer #abj-logo {
    float:left;
    width:100px;
}
footer #abj-logo img {
    width:75px
}
footer #abj-text {
    float:right;
    width:840px;
}
@media screen and (max-width: 640px) {
footer #abj {
    width:100%;
    padding:20px 10px;
    border-top: 0px none;
}
footer #abj-text {
    float:none;
    padding-left:100px;
    width:100%
}
}
/* /ABJ */

  /* ARIGA 202301 */
footer #copy {
  /*padding: 20px 0;*/
    padding: 40px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-top: 1px solid #464646;
}
@media screen and (max-width: 640px) {
  footer #copy {
    border-top: none;
    padding: 20px 0;
    font-size: 10px;
  }
}

.sections {
  margin-bottom: 10px;
}

.information {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .information {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.deals a {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #818181;
}
@media screen and (max-width: 640px) {
  .deals a {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.deals a [class^="icon-"], .deals a [class*=" icon-"] {
  font-size: 30px;
  vertical-align: middle;
}
.deals a:hover {
  color: inherit;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.deals_02 a {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  color: #818181;
  text-decoration: none;
}

.deals_02 a:hover{
	opacity: 0.5 ;
	}

.rectangle {
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .rectangle {
    padding: 15px;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    background-color: #f5f5f5;
  }
}

.banners {
  text-align: center;
}
.banners a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

[class^="icon-"], [class*=" icon-"] {
  margin-right: 5px;
  margin-top: -1px;
  display: inline-block;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  [class^="icon-"], [class*=" icon-"] {
    margin-top: -2px;
  }
}
@media screen and (max-width: 640px) {
  [class^="icon-"], [class*=" icon-"] {
    margin-right: 8px;
  }
}

.btnL_green {
  background: #009e00;
  color: #fff;
  text-align: center;
  padding: 0.5em 5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 5px 0 #006b00;
  -moz-box-shadow: 0 5px 0 #006b00;
  box-shadow: 0 5px 0 #006b00;
  font-size: 22px;
}
@media screen and (max-width: 640px) {
  .btnL_green {
    font-size: 15px;
    padding: 12px 0;
    margin: 0 10px;
    display: block;
    -webkit-box-shadow: 0 2px 0 #006b00;
    -moz-box-shadow: 0 2px 0 #006b00;
    box-shadow: 0 2px 0 #006b00;
  }
}
.btnL_green:hover {
  color: white !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  cursor: pointer;
}
.btnL_green:after {
  font-family: 'icomoon' !important;
  content: "\e91a";
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}

.loading {
  position: relative;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 36px solid #222;
  border-color: #222 transparent;
  border-radius: 50%;
  z-index: 1;
  animation: spin 1s linear infinite;
}

.loading:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 0;
  height: 0;
  border: 30px solid #222;
  border-color: #fff;
  border-radius: 50%;
  z-index: 2;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spOnly {
  display: none !important;
}

.pcOnly {
  display: inherit !important;
}

@media screen and (max-width: 640px) {
  .spOnly {
    display: inherit !important;
  }

  .pcOnly {
    display: none !important;
  }
}
.colBlack {
  color: black !important;
  vertical-align: middle;
}

.colGreen {
  color: #009e00 !important;
  vertical-align: middle;
}

.colTwitter, a.colTwitter:hover {
  color: #32a7e0 !important;
  vertical-align: middle;
}

.colFacebook, a.colFacebook:hover {
  color: #3c5a98 !important;
  vertical-align: middle;
}

.inlineC {
  text-align: center;
  margin:20px 0px; /* 2016.08.18 KD Nunomura */
}

.stat .category span {
  margin-right: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .stat .category span {
    margin-right: 3px;
  }
}
.stat .category .icon-rss {
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .stat .category .icon-rss {
    font-size: 10px;
  }
}
