.so-bo-lite {
  clear: both;
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
  -webkit-animation: fade 3s linear 0s;
  -moz-animation: fade 3s linear 0s;
  -o-animation: fade 3s linear 0s;
  animation: fade 3s linear 0s;
}
.so-bo-lite:after {
  content: "";
  display: block;
  clear: both;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.so-bo-lite ul {
  display: table;
  table-layout: fixed;
  width: 102%;
  margin: 0 0 0 -2%;
  padding: 0px;
  list-style: none;
}
.so-bo-lite ul li {
  display: table-cell;
  padding: 2% 0 2% 2%;
  border: none;
}
.so-bo-lite ul li:before {
  content: none;
}
.so-bo-lite ul li a {
  display: block;
  padding: 0;
  text-decoration: none;
}
.so-bo-lite ul li a:after {
  content: "";
  display: block;
  clear: both;
}
.so-bo-lite ul li a:hover {
  top: 0;
}
.so-bo-lite ul li a:before {
  content: none;
}
.so-bo-lite ul li a .ico {
  display: block;
  text-align: center;
  box-sizing: border-box;
}
.so-bo-lite ul li a .ico:after {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.so-bo-lite ul li a .cnt {
  display: block;
  box-sizing: border-box;
  text-align: center;
}
.so-bo-lite.u480 .ico:after {
  content: none !important;
}
.so-bo-lite.basic ul .tw a {
  font-size: 14px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.so-bo-lite.basic ul .tw a .ico {
  color: #55acee;
  width: 100%;
  font-size: 130%;
  border: 1px solid #bbb;
  background: #f5f5f5;
  padding-top: 7px;
  padding-bottom: 8px;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.so-bo-lite.basic ul .tw a .ico:after {
  color: #333;
  font-size: 68%;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 480px) {
  .so-bo-lite.basic ul .tw a .ico:after {
    content: none !important;
  }
}
.so-bo-lite.basic ul .tw a .cnt {
  font-size: 100%;
  line-height: 30px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  background: #fff;
  color: #333;
  font-weight: normal;
  border: 1px solid #bbbbbb;
}
.so-bo-lite.basic ul .tw a .cnt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  width: 0px;
  height: 0px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #bbbbbb;
}
.so-bo-lite.basic ul .tw a .cnt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #ffffff;
}
.so-bo-lite.basic ul .tw a:hover .ico {
  background: #55acee;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #55acee;
}
.so-bo-lite.basic ul .tw a:hover .ico:after {
  color: #fff;
}
.so-bo-lite.basic ul .tw a:hover .cnt {
  font-weight: bold;
  position: relative;
  background: #fff;
  color: #333;
  font-weight: normal;
  border: 1px solid #999999;
}
.so-bo-lite.basic ul .tw a:hover .cnt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  width: 0px;
  height: 0px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #999999;
}
.so-bo-lite.basic ul .tw a:hover .cnt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #ffffff;
}
.so-bo-lite.basic ul .tw a .ico:after {
  content: " ツイート";
}
.so-bo-lite.basic ul .fb a {
  font-size: 14px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.so-bo-lite.basic ul .fb a .ico {
  color: #395794;
  width: 100%;
  font-size: 130%;
  border: 1px solid #bbb;
  background: #f5f5f5;
  padding-top: 7px;
  padding-bottom: 8px;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.so-bo-lite.basic ul .fb a .ico:after {
  color: #333;
  font-size: 68%;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 480px) {
  .so-bo-lite.basic ul .fb a .ico:after {
    content: none !important;
  }
}
.so-bo-lite.basic ul .fb a .cnt {
  font-size: 100%;
  line-height: 30px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  background: #fff;
  color: #333;
  font-weight: normal;
  border: 1px solid #bbbbbb;
}
.so-bo-lite.basic ul .fb a .cnt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  width: 0px;
  height: 0px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #bbbbbb;
}
.so-bo-lite.basic ul .fb a .cnt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #ffffff;
}
.so-bo-lite.basic ul .fb a:hover .ico {
  background: #395794;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #395794;
}
.so-bo-lite.basic ul .fb a:hover .ico:after {
  color: #fff;
}
.so-bo-lite.basic ul .fb a:hover .cnt {
  font-weight: bold;
  position: relative;
  background: #fff;
  color: #333;
  font-weight: normal;
  border: 1px solid #999999;
}
.so-bo-lite.basic ul .fb a:hover .cnt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  width: 0px;
  height: 0px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #999999;
}
.so-bo-lite.basic ul .fb a:hover .cnt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #ffffff;
}
.so-bo-lite.basic ul .fb a .ico:after {
  content: " シェア";
}
.so-bo-lite.basic ul .gp a {
  font-size: 14px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.so-bo-lite.basic ul .gp a .ico {
  color: #dc4b39;
  width: 100%;
  font-size: 130%;
  border: 1px solid #bbb;
  background: #f5f5f5;
  padding-top: 7px;
  padding-bottom: 8px;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.so-bo-lite.basic ul .gp a .ico:after {
  color: #333;
  font-size: 68%;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 480px) {
  .so-bo-lite.basic ul .gp a .ico:after {
    content: none !important;
  }
}
.so-bo-lite.basic ul .gp a .cnt {
  font-size: 100%;
  line-height: 30px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  background: #fff;
  color: #333;
  font-weight: normal;
  border: 1px solid #bbbbbb;
}
.so-bo-lite.basic ul .gp a .cnt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  width: 0px;
  height: 0px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #bbbbbb;
}
.so-bo-lite.basic ul .gp a .cnt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #ffffff;
}
.so-bo-lite.basic ul .gp a:hover .ico {
  background: #dc4b39;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #dc4b39;
}
.so-bo-lite.basic ul .gp a:hover .ico:after {
  color: #fff;
}
.so-bo-lite.basic ul .gp a:hover .cnt {
  font-weight: bold;
  position: relative;
  background: #fff;
  color: #333;
  font-weight: normal;
  border: 1px solid #999999;
}
.so-bo-lite.basic ul .gp a:hover .cnt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  width: 0px;
  height: 0px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #999999;
}
.so-bo-lite.basic ul .gp a:hover .cnt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #ffffff;
}
.so-bo-lite.basic ul .gp a .ico:after {
  content: " Google+1";
}
.so-bo-lite.basic ul .ht a {
  font-size: 14px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.so-bo-lite.basic ul .ht a .ico {
  color: #3a90e0;
  width: 100%;
  font-size: 130%;
  border: 1px solid #bbb;
  background: #f5f5f5;
  padding-top: 7px;
  padding-bottom: 8px;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.so-bo-lite.basic ul .ht a .ico:after {
  color: #333;
  font-size: 68%;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 480px) {
  .so-bo-lite.basic ul .ht a .ico:after {
    content: none !important;
  }
}
.so-bo-lite.basic ul .ht a .cnt {
  font-size: 100%;
  line-height: 30px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  background: #fff;
  color: #333;
  font-weight: normal;
  border: 1px solid #bbbbbb;
}
.so-bo-lite.basic ul .ht a .cnt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  width: 0px;
  height: 0px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #bbbbbb;
}
.so-bo-lite.basic ul .ht a .cnt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #ffffff;
}
.so-bo-lite.basic ul .ht a:hover .ico {
  background: #3a90e0;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #3a90e0;
}
.so-bo-lite.basic ul .ht a:hover .ico:after {
  color: #fff;
}
.so-bo-lite.basic ul .ht a:hover .cnt {
  font-weight: bold;
  position: relative;
  background: #fff;
  color: #333;
  font-weight: normal;
  border: 1px solid #999999;
}
.so-bo-lite.basic ul .ht a:hover .cnt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  width: 0px;
  height: 0px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #999999;
}
.so-bo-lite.basic ul .ht a:hover .cnt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #ffffff;
}
.so-bo-lite.basic ul .ht a .ico:after {
  content: " ブックマーク";
}
.so-bo-lite.basic ul .pk a {
  font-size: 14px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.so-bo-lite.basic ul .pk a .ico {
  color: #e94156;
  width: 100%;
  font-size: 130%;
  border: 1px solid #bbb;
  background: #f5f5f5;
  padding-top: 7px;
  padding-bottom: 8px;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.so-bo-lite.basic ul .pk a .ico:after {
  color: #333;
  font-size: 68%;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 480px) {
  .so-bo-lite.basic ul .pk a .ico:after {
    content: none !important;
  }
}
.so-bo-lite.basic ul .pk a .cnt {
  font-size: 100%;
  line-height: 30px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  background: #fff;
  color: #333;
  font-weight: normal;
  border: 1px solid #bbbbbb;
}
.so-bo-lite.basic ul .pk a .cnt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  width: 0px;
  height: 0px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #bbbbbb;
}
.so-bo-lite.basic ul .pk a .cnt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #ffffff;
}
.so-bo-lite.basic ul .pk a:hover .ico {
  background: #e94156;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #e94156;
}
.so-bo-lite.basic ul .pk a:hover .ico:after {
  color: #fff;
}
.so-bo-lite.basic ul .pk a:hover .cnt {
  font-weight: bold;
  position: relative;
  background: #fff;
  color: #333;
  font-weight: normal;
  border: 1px solid #999999;
}
.so-bo-lite.basic ul .pk a:hover .cnt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  width: 0px;
  height: 0px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #999999;
}
.so-bo-lite.basic ul .pk a:hover .cnt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #ffffff;
}
.so-bo-lite.basic ul .pk a .ico:after {
  content: " Pocket";
}
.so-bo-lite.box ul .tw a {
  font-size: 14px;
  border: none;
}
.so-bo-lite.box ul .tw a .ico {
  color: #fff;
  width: 100%;
  line-height: 25px;
  background: #55acee;
  margin: 0 ;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.so-bo-lite.box ul .tw a .ico:after {
  color: #555;
  font-size: 68%;
  position: relative;
  top: -2px;
}
.so-bo-lite.box ul .tw a .ico:hover {
  background: #147bc9;
}
.so-bo-lite.box ul .tw a .cnt {
  font-size: 90%;
  line-height: 25px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  background: #fff;
  color: #333;
  font-weight: normal;
  border: 1px solid #cccccc;
}
.so-bo-lite.box ul .tw a .cnt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #cccccc;
}
.so-bo-lite.box ul .tw a .cnt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0px;
  height: 0px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
.so-bo-lite.box ul .fb a {
  font-size: 14px;
  border: none;
}
.so-bo-lite.box ul .fb a .ico {
  color: #fff;
  width: 100%;
  line-height: 25px;
  background: #395794;
  margin: 0 ;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.so-bo-lite.box ul .fb a .ico:after {
  color: #555;
  font-size: 68%;
  position: relative;
  top: -2px;
}
.so-bo-lite.box ul .fb a .ico:hover {
  background: #1d2c4a;
}
.so-bo-lite.box ul .fb a .cnt {
  font-size: 90%;
  line-height: 25px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  background: #fff;
  color: #333;
  font-weight: normal;
  border: 1px solid #cccccc;
}
.so-bo-lite.box ul .fb a .cnt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #cccccc;
}
.so-bo-lite.box ul .fb a .cnt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0px;
  height: 0px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
.so-bo-lite.box ul .gp a {
  font-size: 14px;
  border: none;
}
.so-bo-lite.box ul .gp a .ico {
  color: #fff;
  width: 100%;
  line-height: 25px;
  background: #dc4b39;
  margin: 0 ;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.so-bo-lite.box ul .gp a .ico:after {
  color: #555;
  font-size: 68%;
  position: relative;
  top: -2px;
}
.so-bo-lite.box ul .gp a .ico:hover {
  background: #95281a;
}
.so-bo-lite.box ul .gp a .cnt {
  font-size: 90%;
  line-height: 25px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  background: #fff;
  color: #333;
  font-weight: normal;
  border: 1px solid #cccccc;
}
.so-bo-lite.box ul .gp a .cnt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #cccccc;
}
.so-bo-lite.box ul .gp a .cnt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0px;
  height: 0px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
.so-bo-lite.box ul .ht a {
  font-size: 14px;
  border: none;
}
.so-bo-lite.box ul .ht a .ico {
  color: #fff;
  width: 100%;
  line-height: 25px;
  background: #3a90e0;
  margin: 0 ;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.so-bo-lite.box ul .ht a .ico:after {
  color: #555;
  font-size: 68%;
  position: relative;
  top: -2px;
}
.so-bo-lite.box ul .ht a .ico:hover {
  background: #185c9c;
}
.so-bo-lite.box ul .ht a .cnt {
  font-size: 90%;
  line-height: 25px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  background: #fff;
  color: #333;
  font-weight: normal;
  border: 1px solid #cccccc;
}
.so-bo-lite.box ul .ht a .cnt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #cccccc;
}
.so-bo-lite.box ul .ht a .cnt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0px;
  height: 0px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
.so-bo-lite.box ul .pk a {
  font-size: 14px;
  border: none;
}
.so-bo-lite.box ul .pk a .ico {
  color: #fff;
  width: 100%;
  line-height: 25px;
  background: #e94156;
  margin: 0 ;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.so-bo-lite.box ul .pk a .ico:after {
  color: #555;
  font-size: 68%;
  position: relative;
  top: -2px;
}
.so-bo-lite.box ul .pk a .ico:hover {
  background: #b01428;
}
.so-bo-lite.box ul .pk a .cnt {
  font-size: 90%;
  line-height: 25px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  background: #fff;
  color: #333;
  font-weight: normal;
  border: 1px solid #cccccc;
}
.so-bo-lite.box ul .pk a .cnt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #cccccc;
}
.so-bo-lite.box ul .pk a .cnt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0px;
  height: 0px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
.so-bo-lite .error {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  background: #999;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-animation: fade 10s linear 0s;
  -moz-animation: fade 10s linear 0s;
  -o-animation: fade 10s linear 0s;
  animation: fade 10s linear 0s;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.so-bo-lite .error:before {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  display: block;
  content: "※JavaScriptエラーが発生しているためSO-BOボタンを表示できません。";
}
.so-bo-lite .error:after {
  color: #fff;
  font-size: 12px;
  content: "この問題はSO-BOプラグイン以外で発生している可能性が高いですが、解決策がわからないときはお問い合わせください。";
}
