@charset "UTF-8";
/*
Theme Name: material
Theme URI:http://creatorclip.info/
Description:Material Design
Author:とくめい
Version:4.0
*/
#wrap {
  overflow: hidden;
}

body {
  color: #212121;
  background: #f4f4f4;
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* インナー */
header .inner, #contents, .inner, #breadcrumbList ul {
  max-width: 1300px;
  margin: 0 auto;
}
.ie8 header .inner, .ie8 #contents, .ie8 .inner, .ie8 #breadcrumbList ul {
  max-width: 1260px;
  margin: 0 auto;
}

/* オーバーレイ */
.overlay {
  cursor: pointer;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha(opacity=30)";
  z-index: 99;
}

/* ぼかし効果 */
.blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.ie9 .blur {
  -webkit-filter: none;
          filter: none;
}

/* box-shadow */
#drawer #tag_cloud-2 a:hover {
  -webkit-transform: translate3d(0, 1px, 0) !important;
          transform: translate3d(0, 1px, 0) !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}

/* 汎用クラス */
.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.fLeft {
  float: left !important;
}

.fRight {
  float: right !important;
}

.clear {
  crear: both;
}

.red {
  color: #c00;
}

.gray {
  color: #ccc;
}

/* -------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 9999;
  border-top: 5px solid #FF9800;
  background: #FFC107;
  box-sizing: border-box;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.ie header {
  top: 0 !important;
}
.fixed header {
  z-index: 9999999999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
header.active {
  z-index: 9999999999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
header.fixed {
  top: 0 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
header .inner {
  position: relative;
  display: table;
  width: 100%;
  height: 64px;
  table-layout: fixed;
  box-sizing: border-box;
}
header .inner .navBtn {
  position: absolute;
  top: 20px;
  left: 1em;
  visibility: hidden;
  width: 30px;
  z-index: 2;
}
header .inner .search {
  position: absolute;
  top: 20px;
  right: 1em;
  /*width:22px;*/
  text-align: right;
  z-index: 2;
}
header .inner .search input, header .inner .search .bar {
  width: 0;
}
header .inner .search i {
  vertical-align: top;
}
header .inner h1 {
  display: table-cell;
  width: 100%;
  font-size: 200%;
  text-align: center;
  vertical-align: middle;
}
header .inner h1 a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
header .inner h1 a img {
  width: 40px;
  height: 33px;
  vertical-align: top;
  margin-right: 0.25em;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
header .inner h1 a:hover img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
}
header .inner h1 a:before, header .inner h1 a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid rgba(255, 236, 179, 0.2);
  border-radius: 50%;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 9999999999999999999;
}
header .inner h1 a:before {
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
      -ms-transform: translateX(-50%) translateY(-50%) scale(0.2);
          transform: translateX(-50%) translateY(-50%) scale(0.2);
}
header .inner h1 a:after {
  width: 80px;
  height: 80px;
  border-width: 6px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
      -ms-transform: translateX(-50%) translateY(-50%) scale(0.8);
          transform: translateX(-50%) translateY(-50%) scale(0.8);
}
header .inner h1 a:hover:before, header .inner h1 a:hover:after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
}
header .inner h1 a.active:before, header .inner h1 a.active:after {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
  -webkit-animation: ring 0.7s cubic-bezier(0.55, 0, 0.1, 1) forwards;
          animation: ring 0.7s cubic-bezier(0.55, 0, 0.1, 1) forwards;
}

/* サイトタイトルアニメーション */
@-webkit-keyframes ring {
  0% {
    background: rgba(255, 255, 255, 0);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
  }
  100% {
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(50);
            transform: translateX(-50%) translateY(-50%) scale(50);
  }
}
@keyframes ring {
  0% {
    background: rgba(255, 255, 255, 0);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
  }
  100% {
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(50);
            transform: translateX(-50%) translateY(-50%) scale(50);
  }
}
/* ------------------------------------
ドロワーアイコン
------------------------------------ */
.menu-trigger {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 34px;
  height: 24px;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  box-sizing: border-box
  /* アクティブ時 */
}
.menu-trigger span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FFECB3;
  border-radius: 4px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  box-sizing: border-box;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
  -webkit-animation: menu-bar01 0.5s forwards;
          animation: menu-bar01 0.5s forwards;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
  -webkit-animation: menu-bar02 0.5s forwards;
          animation: menu-bar02 0.5s forwards;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  -webkit-animation: menu-bar03 0.5s forwards;
          animation: menu-bar03 0.5s forwards;
}
.menu-trigger:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  margin: -16px 0 0 -16px;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.menu-trigger.active::after {
  -webkit-animation: circle 0.5s;
          animation: circle 0.5s;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.5s 0.3s forwards;
          animation: active-menu-bar01 0.5s 0.3s forwards;
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-animation: active-menu-bar02 0.5s 0.3s forwards;
          animation: active-menu-bar02 0.5s 0.3s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.5s 0.3s forwards;
          animation: active-menu-bar03 0.5s 0.3s forwards;
}

/* 1本目 */
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
/* 2本目 */
@-webkit-keyframes menu-bar02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-bar02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 3本目 */
@-webkit-keyframes menu-bar03 {
  0% {
    -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
/* 波紋エフェクト */
@-webkit-keyframes circle {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}
/* ------------------------------------
ドロワーアイコン：アクティブ時
------------------------------------ */
/* 1本目 */
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
}
/* 2本目 */
@-webkit-keyframes active-menu-bar02 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes active-menu-bar02 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 3本目 */
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
  }
}
/* ------------------------------------
検索窓
------------------------------------ */
.search {
  /* ラベル */
}
.search label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.search label, .search form {
  vertical-align: middle;
}
.search input, .search .bar {
  width: 0;
}
.search label {
  position: relative;
  cursor: pointer;
  /*padding:2px 0 0 5px;
  width:30px;
  height:30px;*/
  color: #FFECB3;
  font-size: 24px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.search label:hover {
  /*width:34px;
  height:34px;*/
}
.search label .ripple {
  display: none;
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.ie .search label .ripple {
  display: none;
}
.search form {
  position: relative;
  width: 0;
  height: 0;
}
.search form input {
  display: block;
  width: 200px;
  margin-left: 0.5em;
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  background: none;
  line-height: 1.5;
  appearance: none;
}
.search form .bar {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #FFECB3;
  -webkit-animation: underLine 0.2s 0.4s both;
          animation: underLine 0.2s 0.4s both;
}
.search form .closeBtn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #FFECB3;
  -webkit-animation: closeBtn 0.3s 0.4s both;
          animation: closeBtn 0.3s 0.4s both;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.search form .closeBtn::before, .search form .closeBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  background: #FFECB3;
}
.search form .closeBtn::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.search form .closeBtn::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.search.active {
  width: auto;
}
.search.active form {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  height: auto;
}
.search.active form input {
  display: block;
  width: 200px;
  margin-left: 0.5em;
  -webkit-animation: searchForm 0.3s 0.3s both;
          animation: searchForm 0.3s 0.3s both;
}
.search.active label .ripple {
  -webkit-animation: labelEffect 0.3s forwards;
          animation: labelEffect 0.3s forwards;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.search.active .closeBtn {
  display: block;
  color: #FFECB3;
  -webkit-animation: closeBtn 0.3s 0.4s both;
          animation: closeBtn 0.3s 0.4s both;
}

header input::-webkit-input-placeholder {
  color: #FFECB3;
}

header input:-moz-placeholder {
  color: #FFECB3;
}

/* ------------------------------------
フォーカス時
------------------------------------ */
@-webkit-keyframes labelEffect {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes labelEffect {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes searchForm {
  0% {
    width: 0px;
  }
  100% {
    width: 200px;
  }
}
@keyframes searchForm {
  0% {
    width: 0px;
  }
  100% {
    width: 200px;
  }
}
@-webkit-keyframes underLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes underLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* リセットボタン */
@-webkit-keyframes closeBtn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes closeBtn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -------------------------------------------------------
ナビゲーション
--------------------------------------------------------*/
nav {
  padding-top: 64px;
  /* header高さ分 */
  background: #FFC107;
}
nav li a {
  color: #FFECB3;
  text-decoration: none;
}
nav .ripple {
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
nav #grobalNav {
  position: relative;
  float: left;
  width: 960px;
}
nav #grobalNav .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 25%;
  height: 3px;
  background: #FF9800;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
nav #grobalNav li {
  float: left;
  width: 25%;
  text-align: center;
}
nav #grobalNav li a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 1em;
  font-size: 120%;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
nav #grobalNav li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  text-shadow: 1px 1px 3px rgba(232, 180, 23, 0.2), -1px 1px 3px rgba(232, 180, 23, 0.2), 1px -1px 3px rgba(232, 180, 23, 0.2), -1px -1px 3px rgba(232, 180, 23, 0.2);
}
nav #grobalNav li a.active a {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(232, 180, 23, 0.2), -1px 1px 3px rgba(232, 180, 23, 0.2), 1px -1px 3px rgba(232, 180, 23, 0.2), -1px -1px 3px rgba(232, 180, 23, 0.2);
  background: rgba(255, 255, 255, 0.3);
}
nav #grobalNav li a i {
  margin-right: 0.5em;
}

/* -------------------------------------------------------
ソーシャルアイコン
--------------------------------------------------------*/
#social {
  float: right;
  width: 300px;
}
#social li {
  float: left;
  width: 25%;
}
#social li a {
  display: block;
  padding: 1.25em;
  text-align: center;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#social li a:hover {
  color: #fff;
}
#social li a.twitter a:hover {
  background: #55acee;
}
#social li a.facebook a:hover {
  background: #315096;
}
#social li a.rss a:hover {
  background: #ff8c00;
}
#social li a.feedly a:hover {
  background: #6cc655;
}

/* -------------------------------------------------------
パンくずリスト
--------------------------------------------------------*/
#breadcrumbList {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.home #breadcrumbList {
  display: none;
}
#breadcrumbList ul {
  overflow: hidden;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
#breadcrumbList ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 40px;
  font-size: 80%;
  line-height: 40px;
  vertical-align: middle;
}
#breadcrumbList ul li:first-child a {
  padding-left: 2em;
}
#breadcrumbList ul li i {
  margin-right: 0.5em;
  opacity: 0;
  filter: alpha(opacity=0);
}
#breadcrumbList ul li:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
#breadcrumbList ul li a:before, #breadcrumbList ul li.ttl span:before {
  margin: 0.4em -14px 0 0;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
}
#breadcrumbList ul li a:after, #breadcrumbList ul li.ttl span:after {
  margin: 0.4em -13px 0 0;
  border-right-color: #fff;
  border-bottom-color: #fff;
}
#breadcrumbList ul a, #breadcrumbList ul li.ttl span {
  position: relative;
  display: block;
  padding: 0 1em 0 2.5em;
  color: #ccc;
  text-decoration: none;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#breadcrumbList ul a:after, #breadcrumbList ul.ttl span:after {
  content: ">";
  line-height: 32px;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#breadcrumbList ul a {
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#breadcrumbList ul a:hover {
  padding-right: 2em;
  background: #f2f2f2;
}
#breadcrumbList ul a:after, #breadcrumbList ul a:hover:after {
  border-right-color: #f2f2f2;
  border-bottom-color: #f2f2f2;
}
#breadcrumbList ul a:before, #breadcrumbList ul a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.ie #breadcrumbList ul a:before, .ie #breadcrumbList ul a:after {
  border: none;
}
#breadcrumbList ul.ttl span:before, #breadcrumbList ul.ttl span:after {
  border: none;
}
#breadcrumbList ul.ttl {
  width: 60%;
}
#breadcrumbList ul.ttl span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
  /* Opera9,10対応 */
}

/* -------------------------------------------------------
コンテンツ
--------------------------------------------------------*/
#contents {
  margin: 30px auto;
}
.category #contents {
  margin-top: -70px;
}
#contents .column2 {
  float: left;
  position: relative
  /*padding-right: 300px;*/
}

/* フォントにアンチエイリアスを掛ける */
/*.antialias {
-webkit-transform: rotate(0.028deg);
-moz-transform: rotate(0.028deg);
-ms-transform: rotate(0.028deg);
-o-transform: rotate(0.028deg);
transform: rotate(0.028deg);
}
.zoomImg, #share ul li {
-webkit-transform:none !important;
-moz-transform:none !important;
-ms-transform:none !important;
-o-transform:none !important;
transform:none !important;
}
*/
/* ------------------------------------
ドロワー
------------------------------------ */
#drawer {
  float: left;
  width: 300px;
  margin-right: 30px;
  border-radius: 3px;
}
.ie8 #drawer {
  width: 240px;
}
#drawer h2 {
  margin-bottom: 0.5em;
}
#drawer:not(.active) h2 {
  padding: 1em 1.25em 0.5em;
}
#drawer .drawerHead {
  margin: -1em -1em 0;
}
#drawer section {
  margin-top: 30px;
}
#drawer section:first-child {
  margin-top: 0;
}
#drawer #categories-2 ul li a, #drawer #archives-2 ul li a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 1em 1.25em;
  color: #666;
  text-decoration: none;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#drawer #categories-2 ul li ul li a {
  padding-left: 2.25em;
}
#drawer #categories-2 ul li ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  width: 10px;
  border-bottom: 1px solid #ccc;
}
#drawer #tag_cloud-2 {
  padding-bottom: 20px;
}
#drawer #tag_cloud-2 .tagcloud {
  font-size: 0;
  text-align: center;
}
#drawer #tag_cloud-2 a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0.5em 0.75em;
  padding: 0.5em;
  width: 35%;
  color: #666;
  font-size: 14px !important;
  text-decoration: none;
  background: #fff;
  border-radius: 3px;
  vertical-align: top;
  box-shadow: 0 2px 0 #dedede;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#drawer #tag_cloud-2 a:nth-child(odd) {
  margin-left: 0;
}
#drawer #tag_cloud-2 a:nth-child(even) {
  margin-right: 0;
}
#drawer #tag_cloud-2 a:before {
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#drawer #categories-2 ul li a:hover, #drawer #archives-2 ul li a:hover {
  background: #fff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}
#drawer #tag_cloud-2 a:hover {
  -webkit-transform: scale(10);
      -ms-transform: scale(10);
          transform: scale(10);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

#contents .more, #contents .moreBtn {
  text-align: right;
}
#contents .more {
  margin-top: 0.5em;
}
#contents .more a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0.5em 1em;
  color: #666;
  font-size: 80%;
  background: #eee;
  text-decoration: none;
  border-radius: 3px;
}
#contents .moreBtn span {
  overflow: hidden;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0.5em 1em;
  color: #666;
  font-size: 80%;
  background: #eee;
  text-decoration: none;
  border-radius: 3px 0 0 3px;
}
#contents .more a .ripple, #contents .moreBtn span .ripple {
  background: #000;
}
#contents .more a:hover, #contents #entry article.postList a:hover .moreBtn span {
  color: #fff;
  background: #ffc045;
}
#contents .more a i, #contents .moreBtn span i {
  margin-left: 0.5em;
  vertical-align: bottom;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* ------------------------------------
記事一覧
------------------------------------ */
#entry {
  float: left;
  max-width: 640px;
  margin-right: 30px;
}
#entry:hover article.postList:not(:hover) {
  box-shadow: none;
  background: none;
}
#entry article {
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  tap-highlight-color: transparent;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#entry article h1 {
  font-size: 130%;
  line-height: 1.3;
}
#entry article.postList {
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 0 1px rgba(0, 0, 0, 0.2);
}
#entry article.postList a {
  overflow: hidden;
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: #333;
  text-decoration: none;
}
#entry article.postList .thumb {
  overflow: hidden;
  display: table-cell;
  position: relative;
  width: 33%;
  background-color: #000;
  text-align: center;
  vertical-align: top;
}
#entry article.postList .thumb .bg {
  height: 200px;
  /*padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#entry article.postList .thumb .bg img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  margin: auto;
  max-width: 200%;
}
#entry article.postList .postInner {
  position: relative;
  display: table-cell;
  width: 70%;
  padding: 1em;
  vertical-align: top;
}
#entry article.postList .postInner .postMeta {
  margin: 0 0 1em;
}
#entry article.postList .postInner .postMeta .category {
  float: left;
}
#entry article.postList .postInner .postMeta .date, #entry article.postList .postInner .postMeta .moreBtn {
  float: right;
}
#entry article.postList .postInner .postMeta .date {
  color: #ccc;
}
#entry article.postList .postInner .postMeta .date i {
  margin-right: 0.5em;
}
#entry article.postList .postInner .postMeta .moreBtn i {
  margin-left: 0.5em;
}
#entry article.postList .postInner .postFooter {
  position: absolute;
  bottom: 1em;
  left: 0;
  width: 100%;
  margin-top: 1em;
  padding: 0 1em;
  box-sizing: border-box;
}
#entry article.postList .postInner .postFooter ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#entry article.postList .postInner .postFooter ul li {
  display: table-cell;
  width: 50%;
  color: #ccc;
  vertical-align: middle;
}
#entry article.postList .postInner .postFooter ul li.shareCount span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 1em;
  color: #666;
}
#entry article.postList .postInner .postFooter ul li.shareCount span.twitter i {
  color: #55acee;
}
#entry article.postList .postInner .postFooter ul li.shareCount span.facebook i {
  color: #315096;
}
#entry article.postList .postInner .postFooter ul li.shareCount span.hatebu i {
  color: #008fde;
}
#entry article.postList:hover {
  position: relative;
  z-index: 10;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}
#entry article.postList:hover .thumb .bg {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
#entry article.postList:hover .moreBtn span i {
  left: 0.25em;
}
#entry article.post {
  margin-bottom: 30px;
  border-radius: 3px;
}
#entry article.post .thumb .bg {
  padding-top: 56.25%;
}
#entry article.post .postInner {
  padding: 2.25em 1.5em 0;
}
#entry article.post .postInner .postMeta {
  margin-top: 1em;
}
#entry article.post .postInner .postMeta p.date {
  box-sizing: border-box;
}

@-webkit-keyframes display {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes display {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.loader {
  position: relative;
  margin: 50px auto 0;
  width: 100px;
  height: 100px;
}

.circular {
  position: relative;
  width: 100px;
  height: 100px;
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}

.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s cubic-bezier(0.55, 0, 0.1, 1) infinite, color 6s cubic-bezier(0.55, 0, 0.1, 1) infinite;
          animation: dash 1.5s cubic-bezier(0.55, 0, 0.1, 1) infinite, color 6s cubic-bezier(0.55, 0, 0.1, 1) infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  100%, 0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%, 90% {
    stroke: #ffa700;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%, 90% {
    stroke: #ffa700;
  }
}
nav .ripple, #contents .ripple {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.ie nav .ripple, .ie #contents .ripple {
  display: none;
}

nav .ripple {
  background: #fff;
}

#contents .ripple {
  background: #000;
}

#contents .mokuji li.current .ripple {
  background: #FF8900;
}

nav .ripple.active, #contents .ripple.active {
  -webkit-animation: postRipple 1s forwards;
          animation: postRipple 1s forwards;
}

@-webkit-keyframes postRipple {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
  }
}
@keyframes postRipple {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
  }
}
/* -------------------------------------------------------
ページャー
--------------------------------------------------------*/
.pagination {
  list-style-type: none;
  margin: 30px 0;
  padding-left: 0;
}
.pagination ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.pagination ul li {
  display: table-cell;
  position: relative;
  top: 0;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 5px 0 #ddd;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.pagination ul li a {
  display: block;
  padding: 0.7em;
  color: #333;
  font-size: 120%;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}
.pagination ul li:first-of-type a {
  border-left-width: 1px;
}
.pagination ul li:first-child > a {
  border-top-left-radius: 4px;
}
.pagination ul li:last-child > a {
  border-top-right-radius: 4px;
}
.pagination ul li:not([class*="current"]):hover {
  top: 3px;
  box-shadow: 0 2px 0 #ddd;
  background-color: #eee;
}
.pagination ul li:not([class*="current"]):active {
  top: 5px;
  box-shadow: none;
}
.pagination ul li.first span, .pagination ul li.last span, .pagination ul li.previous span, .pagination ul li.next span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.pagination ul li.first a::before, .pagination ul li.last a::after, .pagination ul li.previous a::before, .pagination ul li.next a::after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.pagination ul li.first a::before {
  content: "\f100";
}
.pagination ul li.last a::after {
  content: "\f101";
}
.pagination ul li.previous a::before {
  content: "\f104";
}
.pagination ul li.next a::after {
  content: "\f105";
}
.pagination ul li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none;
}

@media only screen and (max-width: 980px) {
  .pagination ul li.first, .pagination ul li.last {
    display: none;
  }
  .pagination ul li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 380px) {
  .pagination ul li {
    display: none;
  }
  .pagination ul li.current, .pagination ul li.first, .pagination ul li.last, .pagination ul li.previous, .pagination ul li.next {
    display: table-cell;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 319px) {
  .pagination ul li.first, .pagination ul li.last {
    display: none;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 240px) {
  .pagination ul li {
    width: 50%;
  }
  .pagination ul li.current {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
/* ------------------------------------
固定ページ
------------------------------------ */
#entry #entryInner.page article.post {
  padding-bottom: 2.25em;
}
#entry #entryInner.page article.post .ruby {
  margin-top: 0.25em;
  color: #ccc;
}

/* ------------------------------------
キービジュアル
------------------------------------ */
#KeyVisual {
  overflow: hidden;
  position: relative;
  height: 192px;
  margin-bottom: 1em;
  padding-top: 60px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.single #KeyVisual {
  display: none;
}
.author #KeyVisual {
  padding-top: 20px;
  padding-bottom: 20px;
}
.author #KeyVisual div.avatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
#KeyVisual .inner {
  position: relative;
  z-index: 2;
}
#KeyVisual dl {
  opacity: 0;
  filter: alpha(opacity=0);
}
.category #KeyVisual dl, .author #KeyVisual dl, .home #KeyVisual dl {
  opacity: 1;
  filter: alpha(opacity=100);
}
#KeyVisual dl dt {
  font-size: 3em;
  font-weight: bold;
}
.author #KeyVisual dl dt {
  font-size: 2em;
}
#KeyVisual dl dd {
  margin-top: 1em;
  line-height: 1.5;
  font-weight: bold;
}
#KeyVisual dl dd a {
  color: #fff;
  font-size: 1.5em;
}
#KeyVisual #keyBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 260px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: -1;
  -webkit-filter: saturate(150%);
          filter: saturate(150%);
}
.home #KeyVisual #keyBg {
  background-image: url(http://creatorclip.info/wp-content/uploads/2015/07/material.png);
}
.category-web-design #KeyVisual #keyBg {
  background-image: url(http://creatorclip.info/wp-content/uploads/2015/12/PAK86_codeing20140517-thumb-1000xauto-17052.jpg);
}
.category-blog #KeyVisual #keyBg {
  background-image: url(http://creatorclip.info/wp-content/uploads/2015/12/wapuu.gif);
  background-position: 50% 18%;
}
.category-gadget #KeyVisual #keyBg {
  background-image: url(http://creatorclip.info/wp-content/uploads/2015/12/DSC_0186-e1450522646333.jpg);
  background-position: 50% 17%;
}
.category-news #KeyVisual #keyBg {
  background-image: url(http://creatorclip.info/wp-content/uploads/2015/12/net-bg.gif);
}
.category-mvno #KeyVisual #keyBg {
  background-image: url(http://creatorclip.info/wp-content/uploads/2015/12/IMG_20150910_215258.jpg);
  background-position: 50% 100%;
}
.category-wi-fi-rooter #KeyVisual #keyBg {
  background-image: url(http://creatorclip.info/wp-content/uploads/2015/12/IMG_20150915_211442-1.jpg);
}
.author-tokumewi #KeyVisual #keyBg {
  background-image: url(http://creatorclip.info/wp-content/uploads/2015/12/imgstyle.info_1496C.jpg);
  background-position: 50% 85%;
}
#KeyVisual #KeyInner:before, #KeyVisual #KeyInnerafter {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
#KeyVisual #KeyInner:before {
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(242, 242, 242, 0) 0, #f2f2f2 100%);
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0, #f2f2f2 100%);
}
#KeyVisual #KeyInner:after {
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0, transparent 100%);
}

/* ------------------------------------
記事本文
------------------------------------ */
#entry article .category i {
  position: relative;
  top: -1px;
  margin-right: 0.25em;
}
#entry article .thumb .category {
  padding: 0.5em 1em;
  color: #fff;
  font-size: 88%;
  background: #41c196;
}
#entry article.post .thumb .category {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#entry article.post .thumb .category a {
  color: #fff;
  text-decoration: none;
}
#entry article.post .thumb {
  position: relative;
}
#entry article.post .thumb .eyeCatch {
  border-bottom: 1px solid #dedede;
}
#entry article.post .thumb .eyeCatch img {
  width: 100%;
}
#entry article.post .thumb .shareBtn {
  cursor: pointer;
  position: absolute;
  right: 30px;
  bottom: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #6C501B;
  background: #FDD835;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.44);
  -webkit-transform-origin: 30% -350%;
      -ms-transform-origin: 30% -350%;
          transform-origin: 30% -350%;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#entry article.post .thumb .shareBtn:hover {
  bottom: -22px;
  background: #FFC045;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.44);
}
#entry article.post .thumb .shareBtn .btn {
  display: block;
  width: 100%;
  height: 100%;
}
#entry article.post .thumb .shareBtn .cover {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #f2f2f2;
  border-radius: 50%;
  z-index: -1;
}
#entry article.post .thumb.animating .shareBtn {
  -webkit-animation: moveBtn 0.5s both cubic-bezier(0.55, 0, 0.1, 1);
          animation: moveBtn 0.5s both cubic-bezier(0.55, 0, 0.1, 1);
}
#entry article.post .thumb.step2 {
  overflow: hidden;
}
#entry article.post .thumb.step2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation: shadow 0.5s both cubic-bezier(0.55, 0, 0.1, 1);
          animation: shadow 0.5s both cubic-bezier(0.55, 0, 0.1, 1);
}
#entry article.post .thumb.step2 .headShare {
  z-index: 999;
}
#entry article.post .thumb.step2 .btn {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  background: none;
}
#entry article.post .thumb.step2 .shareBtn .cover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: rippleBg 0.5s both ease-in-out;
          animation: rippleBg 0.5s both ease-in-out;
}
#entry article.post .thumb.step2 .headShare {
  opacity: 1;
  filter: alpha(opacity=100);
}
#entry article.post .thumb .headShare {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 320px;
  height: 100px;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
#entry article.post .thumb .headShare dl {
  text-align: center;
}
#entry article.post .thumb .headShare dl dt {
  margin-bottom: 1em;
  color: #fff;
}
#entry article.post .thumb .headShare dl dd ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0.5em;
}
#entry article.post .thumb .headShare dl dd ul li.twitter a:hover {
  border-color: #468EC5;
  background: #55ACEE;
}
#entry article.post .thumb .headShare dl dd ul li.facebook a:hover {
  border-color: #1F3669;
  background: #35629A;
}
#entry article.post .thumb .headShare dl dd ul li.hatebu a:hover {
  border-color: #0270AC;
  background: #008FDE;
}
#entry article.post .thumb .headShare dl dd ul li.pocket a:hover {
  border-color: #c53648;
  background: #ee4056;
}
#entry article.post .thumb .headShare dl dd ul li a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0.5em;
  color: #fff;
  line-height: 40px;
  border-radius: 6%;
  border: 2px solid #fff;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1)
  /*&:before {
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	display: block;
  	width: 1px;
  	height: 1px;
  	margin: -5px 0 0 -5px;
  	@include transition;
  	z-index: -1;
  }
  &:hover:before {
  	transform: scale(1000);
  	transform-origin: center;
  }*/
}
#entry article.post .thumb .headShare.step2 .headShare {
  z-index: 999;
}
#entry article .postInner .entryMeta {
  display: table;
  width: 100%;
}
#entry article .postInner .entryMeta h1 {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
}
.page #entry article .postInner .entryMeta h1 {
  padding-left: 0;
}
#entry article .postInner .entryMeta p.date {
  position: relative;
  display: table-cell;
  width: 77px;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 88%;
  background: #2196F3;
  vertical-align: middle;
  line-height: 1.5;
  text-align: center;
  border-radius: 4px;
  box-sizing: border-box;
}
#entry article .postInner .entryMeta p.date:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left-color: #2196F3;
}
#entry article .postInner .entryMeta p.date time {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#entry article .postInner .entryMeta p.date time .year, #entry article .postInner .entryMeta p.date time .week {
  display: block;
}
#entry article .postText {
  padding: 0 1.5em 1.5em;
  line-height: 1.5;
}
.single #entry article .postText {
  padding-bottom: 0;
}
#entry article .postText h2 {
  margin: 3em -1.25em 0;
  padding: 1em 1.25em 0.9em;
  font-size: 120%;
  border-top: 4px solid #ffc045;
  background: #f2f2f2;
  border-bottom: 1px solid #ddd;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#entry article .postText h3 {
  margin: 2em -1.5em 0;
  padding: 0.5em 1.25em 0.4em;
  border-left: 4px solid #ffc045;
}
#entry article .postText h4 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 2em 0 0;
  padding: 0.5em 1em;
  color: #6C501B;
  background: #FDD835;
  border-radius: 3px;
}
#entry article .postText p, #entry article .postText div, #entry article .postText figure, #entry article .postText figcaption, #entry article .postText div, #entry article .postText ul, #entry article .postText ol, #entry article .postText dl, #entry article .postText .tag, #entry article .postText blockquote, #entry article .postText table {
  margin-top: 1.5em;
}
#entry article .postText iframe.twitter-tweet {
  margin-top: 1.5em !important;
}
#entry article .postText a {
  color: #333;
}
#entry article .postText a:hover {
  text-decoration: none;
}
#entry article .postText strong {
  margin: 0 5px;
  padding: 1px 5px;
  background: #fff3b8;
}
#entry article .postText code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px;
  padding: 5px 10px;
  font-size: 88%;
  border-radius: 3px;
  background: #f2f2f2;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシク", "MS PGothic", sans-serif;
}
#entry article .postText p.ruby {
  margin-top: 0;
  color: #ccc;
}
#entry article .postText dl {
  margin-top: 2em;
  font-size: 88%;
  border: 1px solid #d8d8d8;
}
#entry article .postText dt, #entry article .postText dd {
  padding: 1em;
}
#entry article .postText dt {
  background: #f5f5f5;
  border-bottom: 1px solid #d8d8d8;
}
#entry article .postText dd * {
  margin-top: 0;
}
#entry article .postText > table {
  margin-top: 2em;
  font-size: 88%;
}
#entry article .postText > ul > li, #entry article .postText > ol > li {
  margin-top: 1em;
}
#entry article .postText .list li {
  text-indent: -1em;
  padding-left: 1em;
}
#entry article .postText .list li li {
  text-indent: 0;
}
#entry article .postText ol .list li {
  list-style: inside decimal;
}
#entry article .postText table {
  width: 100%;
  table-layout: fixed;
}
#entry article .postText table caption {
  margin-bottom: 1em;
}
#entry article .postText table.kakaku tbody tr td {
  text-align: right;
}
#entry article .postText table.kakaku tbody tr th.highlight, #entry article .postText table.kakaku tbody tr td.highlight {
  background: #f0f8ff;
}
#entry article .postText table th, #entry article .postText table td {
  padding: 0.5em;
  word-break: break-all;
  border: 1px solid #ccc;
}
#entry article .postText table th {
  text-align: left;
  background: #f2f2f2;
}
.tableBlock02 #entry article .postText table td {
  vertical-align: middle;
}
#entry article .postText ul.btnList li {
  float: left;
  width: 48.5%;
}
#entry article .postText ul.btnList li:first-child {
  margin-right: 3%;
}
#entry article .postText ul.btnList li a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 1.25em 1em;
  color: #6C501B;
  background: #FDD835;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 5px 0 #ffc045;
  border-radius: 5px;
}
#entry article .postText ul.btnList li a:hover {
  top: 2px;
  box-shadow: 0 3px 0 #ffc045;
}
#entry article .postText .wpcf7-form .wpcf7-submit {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 1.25em 1em;
  color: #6C501B;
  background: #FDD835;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 5px 0 #ffc045;
  border-radius: 5px;
}
#entry article .postText .wpcf7-form .wpcf7-submit:hover {
  top: 2px;
  box-shadow: 0 3px 0 #ffc045;
}
#entry article .postText .wpcf7-form .wpcf7-submit:active, #entry article .postText .wpcf7-form .wpcf7-submit:focus {
  top: 5px;
  box-shadow: none;
}
#entry article .postText a.btn {
  overflow: hidden;
  position: relative;
  display: block;
  margin-top: 1.5em;
  padding: 1.25em 1em;
  color: #6C501B;
  background: #FDD835;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 5px 0 #ffc045;
  border-radius: 5px;
}
#entry article .postText a.btn:hover {
  top: 2px;
  box-shadow: 0 3px 0 #ffc045;
}
#entry article .postText .screenList > li {
  position: relative;
  float: left;
  width: 48%;
}
#entry article .postText .screenList > li:nth-child(odd) {
  margin-right: 4%;
}
#entry article .postText .screenshot {
  display: block;
  width: 50%;
  margin: 0 auto;
}
#entry article .postText img[data-action="zoom"] {
  -webkit-transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#entry article .postText img[data-action="zoom"]:hover {
  box-shadow: 0 11px 18px rgba(0, 0, 0, 0.2);
}
#entry article .postText > figure {
  margin-top: 0;
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
}
#entry article .postText > figure figcaption {
  font-size: 80%;
  text-align: center;
}
#entry article .postText img.icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 0.5em;
}
#entry article .postText blockquote {
  position: relative;
  margin-bottom: 1em;
  padding: 2.5em 1.5em 3.5em;
  font-size: 90%;
  font-style: italic;
  background: #f2f2f2;
  border-radius: 5px;
}
#entry article .postText blockquote p, #entry article .postText blockquote ul, #entry article .postText blockquote ol, #entry article .postText blockquote table {
  margin: 1em 0 !important;
}
#entry article .postText blockquote p:first-child, #entry article .postText blockquote ul:first-child, #entry article .postText blockquote ol:first-child, #entry article .postText blockquote table:first-child {
  margin-top: 0;
}
#entry article .postText .caution, #entry article .postText .caution02, #entry article .postText .caution03 {
  list-style: none;
}
#entry article .postText .caution li {
  padding-left: 1em;
  text-indent: -1em;
}
#entry article .postText .caution02 li {
  padding-left: 2em;
  text-indent: -2em;
}
#entry article .postText .caution03 li {
  padding-left: 3em;
  text-indent: -3em;
}
#entry article .postText .related_article {
  margin: 1em 0;
}
#entry article .postText .related_article .ttl {
  margin: 0 0 0.5em;
  font-size: 1em !important;
  font-weight: bold;
}
#entry article .postText .related_article .ttl:before {
  content: '関連記事';
  position: relative;
  top: -2px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 5em;
  margin-right: 0.5em;
  padding: 0.1em;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  background: #111;
  text-align: center;
  border-radius: 0.5em;
}
#entry article .postText .related_article .date {
  font-size: 0.8em !important;
}
#entry article .postText .related_article .eyecatch {
  width: 22%;
  float: left;
  margin: 0 3% 0 0;
}
#entry article .postText .related_article .meta {
  margin-top: 0;
}
#entry article .postText .related_article a {
  overflow: hidden;
  position: relative;
  display: block;
  color: #333;
  padding: 1em;
  text-decoration: none;
  border: 1px solid #dedede;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#entry article .postText .related_article a:hover {
  color: #666;
  background: #f5f5f5;
}
#entry article .postText .kaerebalink-box {
  margin: 2em 0 3em;
  padding: 1em;
  border: 1px solid #ccc;
}
#entry article .postText .kaerebalink-box div {
  margin-top: 0;
}
#entry article .postText .kaerebalink-box .kaerebalink-image {
  float: left;
  width: 28%;
  text-align: center;
}
#entry article .postText .kaerebalink-box .kaerebalink-info {
  margin-left: 31%;
}
#entry article .postText .kaerebalink-box .kaerebalink-info .kaerebalink-name > a {
  word-break: break-all;
}
#entry article .postText .kaerebalink-box .kaerebalink-info .kaerebalink-name .kaerebalink-powered-date {
  margin-top: 0.5em;
  font-size: 80%;
  text-align: right;
}
#entry article .postText .kaerebalink-box .kaerebalink-info .kaerebalink-detail {
  margin: 0 0 1em;
}
#entry article .postText .kaerebalink-box .kaerebalink-info .kaerebalink-link1 div {
  float: left;
  width: 48%;
}
#entry article .postText .kaerebalink-box .kaerebalink-info .kaerebalink-link1 div:first-child {
  margin-right: 4%;
}
#entry article .postText .kaerebalink-box .kaerebalink-info .kaerebalink-link1 a {
  overflow: hidden;
  position: relative;
  top: 0;
  display: block;
  padding: 0.5em;
  color: #fff !important;
  font-size: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}
#entry article .postText .kaerebalink-box .kaerebalink-info .kaerebalink-link1 a:hover {
  color: #fff;
  box-shadow: none;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
#entry article .postText .kaerebalink-box .kaerebalink-info .kaerebalink-link1 .shoplinkamazon a {
  background: #ffc045;
  box-shadow: 0 5px 0 #f39c12;
}
#entry article .postText .kaerebalink-box .kaerebalink-info .kaerebalink-link1 .shoplinkamazon a:hover {
  background: #f39c12;
}
#entry article .postText .kaerebalink-box .kaerebalink-info .kaerebalink-link1 .shoplinkamazon a:before {
  color: #FC9A18;
  margin-right: 0.5em;
}
#entry article .postText .kaerebalink-box .kaerebalink-info .kaerebalink-link1 .shoplinkamazon a:hover:before {
  color: #9D5D09;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
}
#entry article .postText .kaerebalink-box .kaerebalink-info .kaerebalink-link1 .shoplinkrakuten a {
  background: #dd4b39;
  box-shadow: 0 5px 0 #c04030;
}
#entry article .postText .kaerebalink-box .kaerebalink-info .kaerebalink-link1 .shoplinkrakuten a:hover {
  background: #c04030;
}
#entry article .postText .kaerebalink-box .kaerebalink-info .kaerebalink-link1 .shoplinkrakuten a:before {
  margin-right: 0.5em;
  color: #BD0000;
  font-size: 1.2em;
}
#entry article .postText .kaerebalink-box .kaerebalink-info .kaerebalink-link1 .shoplinkrakuten a:hover:before {
  color: #800A0A;
}
#entry article .postText .shareHTML {
  margin-bottom: 1em;
}
#entry article .postText .shareHTML .alignleft {
  margin-right: 1em;
}
#entry article .postText .bookmarklet-gp {
  overflow: auto;
  max-width: 100% !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}
#entry article .postText .bookmarklet-gp .price + p {
  text-align: right;
}
#entry article .postText .bookmarklet-gp a {
  float: none !important;
}
#entry article .postText .bookmarklet-gp a + small {
  display: block;
  text-align: right;
}
#entry article .postText .postText dl.bookmartlet-gp-info {
  border: none;
  border-bottom: 1px solid #dedede;
}
#entry article .postText .postText dl dt.bookmarklet-gp-title {
  margin: 0 !important;
  padding: 1em !important;
  border-bottom: none !important;
}
#entry article .postText .bookmarklet-gp-thumb, #entry article .postText .supplier, #entry article .postText .review, #entry article .postText .price {
  margin-top: 0 !important;
}
#entry article .postText .chrome-ex-bl {
  overflow: hidden;
}
#entry article .postText .chrome-ex-bl-thumbnail {
  float: left;
  margin-bottom: -105px;
}
#entry article .postText .chrome-ex-bl-info {
  float: left;
  width: 100%;
  padding-left: 116px;
  box-sizing: border-box;
}
#entry article .postText .chrome-ex-bl-name, #entry article .postText .chrome-ex-bl-install {
  font-size: 16px;
}
#entry article .postText .chrome-ex-bl-name {
  font-weight: bold;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAC4jAAAuIwF4pT92AAAEE0lEQVRIx6WW32scVRTHP/fOzGaTzW4ak23SxG1+YRqV0FJbsZimSiiobUXMU9GiIIgP/kCkPvsQ6D/ggy2KoC+likhQGioUsRqwwbS2hqSmqUlM09amzY/dZLOZmXt82Mlm82NL0AMX5s499/s9v+acUQAiQiDVQBvQAsQAi82JAeaAa8DPwCSAUioLHqyDItIrImn575IWkYsi8oKIKBHJEewTkdHNYZjNKE2IyAERwQYc4G2gbiPf5f59vKuX8QYHMP/cBTHoyjjWo49j79yFrqjc6Fot8C7wqx1s9q4Dzizi/tDD4pnT+CPXIZOB5VwpBaEQVmMTRS+9TOj5w6hI6VqI3cB2JSJPAGeBeA48lSJ98mMy33ydBbYK5NoYsCxCh45Q8t4HqFhZ/uk0cEQDYcBeueOR/uIzMmdOg+uuBs8mDYTsUhp8Yam7m/SpT2BpKZ/ABsJ6rVFXp/rpHepGGcmGIrBUOzZOdRWhmirsCo0ud9HlPvohH13u4V74Cq//x3VO2vkb17j03DrLzT2GhiGbihkfwWA3N3Pr0FEGKprAUrRGrtGQPgnJS0Bgo3go6xSYNtAlOcxVHtxemGR4epCb1SF+erIEEYOdqOO3Y8c5blrpGtZ0DSreH97Fha1dWIkmdEUGXeGiKw3K74OFP1d5sI4g5SZRSvHL7mLGHnZIP93B56lKRqfms0kVw/j9eU79sZV7kU7Ucj5EgTsH6ZHCBCk3iS8+SmA6pjnfHmOyJsH4zBKWVjk9SysmZpe47TWCDuUh+ODNFCYosoqy/QNQBi41h7iRcInampV2lS2kEkdTas2C+HkICnRRYYJ4cRVhqxhBUMCCLVwJXWZ/o8bRGt8IvhEsrXmuSVHrnkOMt0wLuhiK6goTbCuppTaSyHVXrTSDM1dwyr7n2F6LfXVRntoe5ZU9Dgcrv8SaPQ8q+E7EQHETRFoKl2mpE6Wt+hmuz17LvTNi6L3TQ23pAA31jYBicXGI2L1zKOUGvgJKo+Kd4MQLEwC013RwaaqP/qk+rMA6AcaTY4wlR1HAUWeChDO/Ai4ebDkAVa+uhUMDHtmBAUDUifHajjdp2fIYRnyElXApZfOIlabDvrsSd/EguhvVeAJCW/OxDeBpYBZYyD9JlNbzTuuHtG/roMgK44uPL4YQHoetm5STRsTLJjXeidrxKZTuXGt8GphRIhIDvgWeXauR8TMMTP/OxTu9jCRHqPcneMP5i7BThkRaUZWHoWw/WBE2kF7gyPJEe/1Bo9IYX1JLSVlIT4os/i3iTosY/0ETLSMib+WPzLCIfCQic/9jHi9LSkROiEiJSFAGQd2HgAPAi0ATEGHzfxV+kMcbwHfAeSCjlELlawVEKiBzgme1CQITVGMGkOV2A/Av+OTOndXTta4AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDMtMTdUMjM6MjY6MTgrMDg6MDDM9n6jAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTAzLTE3VDIzOjI2OjE4KzA4OjAwvavGHwAAAE10RVh0c29mdHdhcmUASW1hZ2VNYWdpY2sgNi44LjgtNyBRMTYgeDg2XzY0IDIwMTQtMDItMjggaHR0cDovL3d3dy5pbWFnZW1hZ2ljay5vcmdZpF9/AAAAGHRFWHRUaHVtYjo6RG9jdW1lbnQ6OlBhZ2VzADGn/7svAAAAGHRFWHRUaHVtYjo6SW1hZ2U6OkhlaWdodAA1MTKPjVOBAAAAF3RFWHRUaHVtYjo6SW1hZ2U6OldpZHRoADUxMhx8A9wAAAAZdEVYdFRodW1iOjpNaW1ldHlwZQBpbWFnZS9wbmc/slZOAAAAF3RFWHRUaHVtYjo6TVRpbWUAMTM5NTA2OTk3OLnskfAAAAARdEVYdFRodW1iOjpTaXplADMwS0JCoakDZQAAAGJ0RVh0VGh1bWI6OlVSSQBmaWxlOi8vL2hvbWUvZnRwLzE1MjAvZWFzeWljb24uY24vZWFzeWljb24uY24vY2RuLWltZy5lYXN5aWNvbi5jbi9wbmcvMTEzOTcvMTEzOTc3Mi5wbmdDr3aKAAAAAElFTkSuQmCC) no-repeat 0;
  text-indent: 27px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#entry article .postText .chrome-ex-bl-pb {
  font-size: 12px;
  text-align: right;
}
#entry article .postText .chrome-ex-bl-pb-a {
  color: #ffc045 !important;
  text-decoration: none;
}
#entry article .postText .chrome-ex-bl-install {
  display: block;
  margin-top: 8px;
  padding: .5em .75em;
  color: #ffc045 !important;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-transition: background 0.3s cubic-bezier(0.55, 0, 0.1, 1), color 0.5s linear;
          transition: background 0.3s cubic-bezier(0.55, 0, 0.1, 1), color 0.5s linear;
}
#entry article .postText .chrome-ex-bl-install:hover {
  color: white !important;
  background: #ffc045 !important;
}
#entry article .postText .syntaxhighlighter {
  margin: 2em 0 !important;
}
#entry article .postText .syntaxhighlighter code {
  word-break: break-word !important;
}
#entry article .postText .tag li {
  display: inline;
}
#entry article .postText .tag li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0.2em 0.5em;
  padding: 0.25em 0.5em;
  color: #666;
  font-size: 92%;
  background: #f2f2f2;
  text-shadow: none;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#entry article .postText .tag li a:hover {
  color: #fff;
  background: #666;
}
#entry article .postText #share .fa-share-alt {
  color: #ff8c00;
}
#entry article .postText #share ul {
  margin: 3em auto 2em;
  list-style: none;
}
#entry article .postText #share ul li {
  float: left;
  width: 25%;
  margin-bottom: 6%;
}
#entry article .postText #share ul li.twitter > a {
  background: #55acee;
  box-shadow: 0 5px 0 #468EC5;
}
#entry article .postText #share ul li.twitter > a:hover {
  box-shadow: 0 3px 0 #468EC5;
}
#entry article .postText #share ul li.twitter > a:active {
  background: #468EC5;
}
#entry article .postText #share ul li.facebook > a {
  background: #35629A;
  box-shadow: 0 5px 0 #1F3669;
}
#entry article .postText #share ul li.facebook > a:hover {
  box-shadow: 0 3px 0 #1F3669;
}
#entry article .postText #share ul li.facebook > a:active {
  background: #1F3669;
}
#entry article .postText #share ul li.facebook > a:active i {
  color: #35629A;
}
#entry article .postText #share ul li.hatebu > a {
  background: #008fde;
  box-shadow: 0 5px 0 #0270AC;
}
#entry article .postText #share ul li.hatebu > a:hover {
  box-shadow: 0 3px 0 #0270AC;
}
#entry article .postText #share ul li.hatebu > a:active {
  background: #0270AC;
}
#entry article .postText #share ul li.rss > a {
  background: #ff8c00;
  box-shadow: 0 5px 0 #D37400;
}
#entry article .postText #share ul li.rss > a:hover {
  box-shadow: 0 3px 0 #D37400;
}
#entry article .postText #share ul li.rss > a:active {
  background: #D37400;
}
#entry article .postText #share ul li.googlePlus > a {
  background: #dd4b39;
  box-shadow: 0 5px 0 #B94031;
}
#entry article .postText #share ul li.googlePlus > a:hover {
  box-shadow: 0 3px 0 #B94031;
}
#entry article .postText #share ul li.googlePlus > a:active {
  background: #B94031;
}
#entry article .postText #share ul li.pocket > a {
  background: #ee4056;
  box-shadow: 0 5px 0 #C53648;
}
#entry article .postText #share ul li.pocket > a:hover {
  box-shadow: 0 3px 0 #C53648;
}
#entry article .postText #share ul li.pocket > a:active {
  background: #C53648;
}
#entry article .postText #share ul li.feedly > a {
  background: #6cc655;
  box-shadow: 0 5px 0 #5CA449;
}
#entry article .postText #share ul li.feedly > a:hover {
  box-shadow: 0 3px 0 #5CA449;
}
#entry article .postText #share ul li.feedly > a:active {
  background: #5CA449;
}
#entry article .postText #share ul li.evernote > a {
  background: #79bd28;
  box-shadow: 0 5px 0 #639922;
}
#entry article .postText #share ul li.evernote > a:hover {
  box-shadow: 0 3px 0 #639922;
}
#entry article .postText #share ul li.evernote > a:active {
  background: #639922;
}
#entry article .postText #share ul li.line {
  display: none;
}
#entry article .postText #share ul li.line > a {
  background: #00c300;
}
#entry article .postText #share ul li > a {
  overflow: hidden;
  position: relative;
  top: 0;
  display: block;
  width: 78%;
  margin: 0 auto;
  padding: 0.75em 0.5em;
  color: #fff;
  font-size: 80%;
  text-align: center;
  text-shadow: none;
  text-decoration: none;
  border-radius: 5px;
  box-sizing: border-box;
}
#entry article .postText #share ul li > a:hover {
  -webkit-transform: translate3d(0, 2px, 0);
          transform: translate3d(0, 2px, 0);
}
.ie #entry article .postText #share ul li > a:hover {
  top: 2px;
}
#entry article .postText #share ul li > a:active {
  box-shadow: none;
}
#entry article .postText #share ul li > a i {
  position: relative;
  top: 0px;
  margin-right: 0.25em;
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.5em;
  vertical-align: middle;
}
#entry article .postText #share ul li > a i.fa-facebook-official {
  color: #1A3269;
  margin-right: 0.5em;
}
#entry article .postText #share ul li > a span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#entry article .postText #share ul li .balloon {
  position: relative;
  margin: 0 auto 0.5em;
  padding: 0.25em;
  width: 70%;
  color: #aaa;
  text-align: center;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}
#entry article .postText #share ul li .balloon:before, #entry article .postText #share ul li .balloon:after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -7px;
  border: 7px solid transparent;
}
#entry article .postText #share ul li .balloon:before {
  bottom: -14px;
  border-top-color: #ddd;
}
#entry article .postText #share ul li .balloon:after {
  bottom: -12px;
  border-top-color: #fff;
}
#entry article .postText #share ul li .balloon a {
  display: block;
}
#entry article .postText #relatedPost h2 i.fa {
  color: #77b255;
}
#entry article .postText #relatedPost > div {
  overflow: hidden;
  margin: 0 -1.5em 0;
}
#entry article .postText #relatedPost ul {
  margin: 0;
}
#entry article .postText #relatedPost ul li {
  overflow: hidden;
  margin: 0;
}
#entry article .postText #relatedPost ul li dl {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: table;
  width: 100%;
  min-height: 100px;
  margin: 0;
  padding: 1em 2.5em 1em 1.5em;
  table-layout: fixed;
  border: none;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#entry article .postText #relatedPost ul li dl:hover {
  background: #f2f2f2;
}
#entry article .postText #relatedPost ul li dl dt, #entry article .postText #relatedPost ul li dl dd {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}
#entry article .postText #relatedPost ul li dl dt {
  width: 100px;
  padding-right: 1em;
  background: none;
  border-bottom: none;
}
#entry article .postText #relatedPost ul li dl dd {
  width: 100%;
  line-height: 1.5;
}
#entry article .postText #relatedPost ul li dl dd a, #entry article .postText #relatedPost ul li dl dd a:hover {
  text-decoration: none;
}

@-webkit-keyframes moveBtn {
  0% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0, 0.41, 1);
            animation-timing-function: cubic-bezier(0.25, 0, 0.41, 1);
  }
  100% {
    color: transparent;
    box-shadow: none;
    background: transparent;
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
}
@keyframes moveBtn {
  0% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0, 0.41, 1);
            animation-timing-function: cubic-bezier(0.25, 0, 0.41, 1);
  }
  100% {
    color: transparent;
    box-shadow: none;
    background: transparent;
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
}
@-webkit-keyframes shadow {
  0% {
    background-image: -webkit-linear-gradient(transparent 0%, transparent 100%);
    background-image: linear-gradient(transparent 0%, transparent 100%);
  }
  100% {
    background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  }
}
@keyframes shadow {
  0% {
    background-image: -webkit-linear-gradient(transparent 0%, transparent 100%);
    background-image: linear-gradient(transparent 0%, transparent 100%);
  }
  100% {
    background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  }
}
@-webkit-keyframes rippleBg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(30);
            transform: scale(30);
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes rippleBg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(30);
            transform: scale(30);
    background: rgba(0, 0, 0, 0.7);
  }
}
.youtube {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto 2em;
  padding: 30px 0 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.GoogleMap {
  overflow: hidden;
  position: relative;
  margin: 15px 0;
  height: 0;
  padding-bottom: 75%;
}
.GoogleMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.tabelog iframe {
  max-width: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

article .balloonBox {
  border: none;
}
article .balloonBox dt, article .balloonBox dd {
  position: relative;
  min-height: 100px;
  margin: 5% 0;
  border: none;
  background: none;
}
article .balloonBox dt .alignleft, article .balloonBox dt .alignright, article .balloonBox dd .alignleft, article .balloonBox dd .alignright {
  position: absolute;
  top: 0;
  width: 17%;
}
article .balloonBox dt .alignleft {
  left: 0;
}
article .balloonBox dt .balloon {
  position: relative;
  float: left;
  margin: 0 5% 0 20%;
  padding: 15px;
  background: #fff;
  border: 1px solid #777;
  border-radius: 15px;
  box-sizing: borer-box;
}
article .balloonBox dt .balloon:after, article .balloonBox dt .balloon:before {
  right: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
article .balloonBox dt .balloon:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 7px;
  margin-top: -7px;
}
article .balloonBox dt .balloon:before {
  border-color: transparent;
  border-right-color: #000;
  border-width: 8px;
  margin-top: -8px;
}
article .balloonBox dd .alignright {
  right: 0;
}
article .balloonBox dd .balloon {
  position: relative;
  float: right;
  margin: 0 20% 0 5%;
  padding: 15px;
  background: #B7E8FF;
  border: 1px solid #777;
  border-radius: 15px;
  box-sizing: borer-box;
}
article .balloonBox dd .balloon:after, article .balloonBox dd .balloon:before {
  content: " ";
  position: absolute;
  left: 100%;
  top: 30px;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
}
article .balloonBox dd .balloon:after {
  margin-top: -7px;
  border-width: 7px;
  border-color: rgba(133, 226, 73, 0);
  border-left-color: #B7E8FF;
}
article .balloonBox dd .balloon:before {
  margin-top: -8px;
  border-width: 8px;
  border-color: rgba(119, 119, 119, 0);
  border-left-color: #777;
}

#contents article.post #author dl {
  padding: 20px;
}
#contents article.post #author dl dt, #contents article.post #author dl dd {
  display: table-cell;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: top;
}
#contents article.post #author dl dt {
  width: 100px;
  padding-right: 20px;
  background: none;
}
#contents article.post #author dl dt img {
  border-radius: 50%;
}
#contents article.post #author dl dd em {
  font-size: 1.5em;
  font-style: normal;
  font-weight: bold;
}
#contents article.post #author p {
  margin: 0;
}
#contents article.post #author .autherLink {
  margin-top: 10px;
  text-align: right;
}
#contents article.post #author .autherLink a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0.5em 1em;
  font-size: 80%;
  text-align: center;
  background: #f2f2f2;
  border-radius: 4px;
}
#contents article.post #author .autherLink a:hover {
  color: #fff;
  background: #ffc045;
}
#contents article.post #author .autherLink a i {
  font-size: 90%;
  margin-right: 5px;
}

#dsq-comments {
  display: none;
}

.pager ul {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  display: table;
  width: 100%;
  table-layout: fixed;
}
.pager ul li {
  display: table-cell;
}
.pager ul li .pagerInner {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.pager ul li .pagerInner .thumb, .pager ul li .pagerInner .text {
  display: table-cell;
}
.pager ul li a, .pager ul li span {
  overflow: hidden;
  position: relative;
  display: block;
  color: #333;
  background: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.pager ul li a:hover {
  background: #f2f2f2;
}
.pager ul li a:hover .pagerInner .thumb p.bg {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.pager ul li .pagerInner .thumb {
  overflow: hidden;
  position: relative;
  width: 100px;
  background-color: #000;
}
.pager ul li .pagerInner .thumb p.bg {
  width: 105px;
  padding-top: 105%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.pager ul li .pagerInner .text {
  position: relative;
  line-height: 1.5;
  width: 100%;
  padding: 1em;
  font-size: 80%;
  vertical-align: middle;
}
.pager ul li .pagerInner .text .title {
  max-height: 60px;
  overflow: hidden;
}
.pager ul li .pagerInner.left .text {
  padding-left: 1em;
}
.pager ul li .pagerInner.right .text {
  padding-right: 1em;
}
.pager ul li .pagerInner .navi {
  color: #ccc;
}
.pager ul li .pagerInner .navi i {
  font-size: 0.8em;
}
.pager ul li .pagerInner.right .navi {
  text-align: right;
}
.pager ul li .pagerInner.right .text .title {
  text-align: left;
}

.wpcf7-form {
  margin-top: 2em;
}
.wpcf7-form p {
  position: relative;
  margin-bottom: 2em;
}
.wpcf7-form p .wpcf7-text {
  display: block;
  width: 100%;
  padding: 1em 0 0.5em;
  outline: none;
  border: none;
  font-size: 16px;
  border-bottom: 1px solid #cfcfcf;
  appearance: none;
}

#entry #searchform .s {
  display: block;
  width: 100%;
  padding: 1em 0 0.5em;
  outline: none;
  border: none;
  font-size: 16px;
  border-bottom: 1px solid #cfcfcf;
  appearance: none;
}

.wpcf7-form p label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.wpcf7-form p.focus label, .wpcf7-form p.used label {
  top: -10px;
  left: -2px;
  color: #FFC107;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.wpcf7-form p.error label {
  color: #f00;
}
.wpcf7-form p.error .errorTxt {
  margin-top: 1em;
  color: #f00;
  font-size: 0.75em;
}
.wpcf7-form p.error .errorTxt i {
  margin-right: 0.5em;
}
.wpcf7-form p .bar {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0;
}
.wpcf7-form p .bar:before, .wpcf7-form p .bar:after {
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

#entry #searchform .bar {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0;
}

.wpcf7-form p .bar:before, .wpcf7-form p .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: -1px;
  position: absolute;
  background: #FFC107;
}

#entry #searchform .bar:before, #entry #searchform .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: -1px;
  position: absolute;
  background: #FFC107;
}

.wpcf7-form p .bar:before, #entry #searchform .bar:before {
  left: 50%;
}

.wpcf7-form p .bar:after, #entry #searchform .bar:after {
  right: 50%;
}

.wpcf7-form p.focus .bar:before, #entry #searchform .bar:before, .wpcf7-form p.focus .bar:after, #entry #searchform .bar:after {
  width: 50%;
}

.wpcf7-form p.error .bar:before, .wpcf7-form p.error .bar:after {
  background: #f00;
}
.wpcf7-form p .highlight {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100px;
  height: 60%;
  opacity: 0.5;
  pointer-events: none;
}
.wpcf7-form p.focus .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
          animation: inputHighlighter 0.3s ease;
}
.wpcf7-form .wpcf7-textarea {
  display: block;
  width: 100%;
  margin-top: 1em;
  padding: 1em 0 0.5em;
  font-size: 16px;
  outline: none;
  border: none;
  border-bottom: 1px solid #cfcfcf;
  appearance: none;
  box-sizing: border-box;
}
.wpcf7-form p.submit {
  overflow: hidden;
  position: relative;
  max-width: 280px;
  margin: 0 auto;
  padding-bottom: 5px;
}
.wpcf7-form .wpcf7-submit {
  display: block;
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  appearance: none;
}

@-webkit-keyframes inputHighlighter {
  from {
    background: #FFC107;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #FFC107;
  }
  to {
    width: 0;
    background: transparent;
  }
}
/* ------------------------------------
サイドバー
------------------------------------ */
#side {
  float: left;
  width: 300px;
  margin: 0 -300px 0 0;
}
#side section, #side .profile, #side .bnr, #side .mokuji {
  margin-top: 30px;
}
#side .bnr, #side .adsense {
  text-align: center;
}
#side .bnr .mvnoBnr {
  margin-top: 10px;
}
#side .bnr .mvnoBnr:first-child {
  margin-top: 0;
}
#side h2 {
  margin-bottom: 0.5em;
  text-align: left;
}
#side .profile {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
#side .profile figure {
  position: relative;
  height: 150px;
  background: url(../img/profile_bg.jpg) no-repeat 0 50%;
  background-size: cover;
}
#side .profile .avatar {
  position: absolute;
  bottom: -40px;
  left: 15px;
}
#side .profile figcaption {
  position: absolute;
  bottom: -30px;
  left: 130px;
  font-size: 120%;
  font-weight: bold;
}
#side .profile .avatar img {
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
#side .profile .description {
  padding: 50px 1em 1em;
  line-height: 1.5;
  font-size: 90%;
}
#side #follow ul li {
  float: left;
  width: 50%;
}
#side #follow ul li a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 1em;
  color: #333;
  text-decoration: none;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
#side #follow ul li a:hover {
  color: #fff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#side #follow ul li a i {
  width: 30px;
  text-align: center;
  margin-right: 0.5em;
}
#side #follow ul li.twitter a {
  border-right: 1px solid #ccc;
}
#side #follow ul li.twitter a:hover {
  background: #55acee;
}
#side #follow ul li.facebook a:hover {
  background: #315096;
}
#side #follow ul li.rss a {
  border-right: 1px solid #ccc;
  border-bottom: none;
}
#side #follow ul li.rss a:hover {
  background: #ff8c00;
}
#side #follow ul li.feedly a {
  border-bottom: none;
}
#side #follow ul li.feedly a:hover {
  background: #6cc655;
}

.popular-posts {
  -webkit-transition: 0s;
          transition: 0s;
}
.popular-posts .popular-post-inner {
  border-top: 1px dotted #ccc;
}
.popular-posts dl {
  overflow: hidden;
  position: relative;
  padding: 1em;
  border-bottom: 1px dotted #ccc;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.popular-posts dl:hover {
  cursor: pointer;
  background: #fff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}
.popular-posts dl dt, .popular-posts dl dd {
  display: table-cell;
  vertical-align: middle;
}
.popular-posts dl dt {
  width: 75px;
  padding-right: 1em;
}
#ie7 .popular-posts dl dd, #ie6 .popular-posts dl dd {
  width: 175px;
}
.popular-posts dl dd a {
  display: block;
  color: #555;
  font-size: 85%;
  text-decoration: none;
  line-height: 1.5;
}

.mokuji {
  display: none;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.single-post .mokuji {
  display: block;
}
.mokuji.fixed-side {
  position: fixed;
  top: 64px;
  left: auto;
  width: 300px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
}
.ie .mokuji.fixed-side {
  top: 64px !important;
}
.mokuji .bottom-side {
  position: absolute;
  bottom: 0;
  width: 300px;
}
.mokuji .static-side {
  position: static;
  width: auto;
}
.mokuji h4 {
  position: relative;
  padding: 1em 1em 0.8em;
  color: #6C501B;
  background: #FDD835;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.mokuji h4 .kao {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0.5em;
  font-weight: normal;
}
.mokuji h4 .closeBtn {
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 12px;
  font-size: 1.5em;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.mokuji h4 .closeBtn.active {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mokuji .mokujiInner {
  border: 1px solid #ddd;
  border-top: none;
}
.mokuji .mokujiInner ol ol {
  display: none;
}
.mokuji .mokujiInner ol ol li {
  padding-left: 1em;
}
.mokuji .mokujiInner ol ol ol li {
  adding-left: 2em;
}
.mokuji .mokujiInner ul.mokujiShare li {
  list-style: none;
  text-align: center;
  background: #f2f2f2;
}
.mokuji .mokujiInner li {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  /*text-indent:-1em;*/
  list-style: none;
  box-sizing: border-box;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.mokuji .mokujiInner li a {
  display: block;
  padding: 1em;
  color: #333;
  font-size: 75%;
  line-height: 1.5;
  text-decoration: none;
}
.mokuji .mokujiInner li:hover {
  background: #f2f2f2;
}
.mokuji .mokujiInner li.active {
  background: #f00;
}
.mokuji .mokujiInner li.current {
  background: #FFECB3;
}
.mokuji .mokujiInner li.current a {
  color: #6C501B;
  font-weight: bold;
}
.mokuji .mokujiInner li.accordion {
  padding: 0;
}
.mokuji .mokujiInner li.accordion .inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.mokuji .mokujiInner li.accordion a {
  display: table-cell;
  width: 100%;
  text-indent: 0;
  padding: 1em;
  vertical-align: middle;
}
.mokuji .mokujiInner li.accordion .accBtn {
  display: table-cell;
  width: 30px;
  margin-top: 12px;
  font-size: 1.5em;
  text-indent: 0;
  color: #fff;
  background: #555;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------------------
レスポンシブ切り替え
--------------------------------------------------------*/
.rwd {
  text-align: center;
}
.rwd p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 20px;
  padding: 10px 15px;
  border-radius: 5px;
}
.rwd p a {
  color: #333;
}

/* -------------------------------------------------------
フッター
--------------------------------------------------------*/
#raindrop {
  min-height: 30px;
}

footer {
  padding: 1.5em 0;
  color: #fff;
  background: #333;
}
footer .pageTop {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
footer .pageTop.show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pageTopAnim 1000ms cubic-bezier(0.55, 0, 0.1, 1) both;
          animation: pageTopAnim 1000ms cubic-bezier(0.55, 0, 0.1, 1) both;
}
footer .pageTop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #6C501B;
  text-align: center;
  background: #FDD835;
  border-radius: 50%;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.44);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
footer .pageTop a:hover {
  top: -2px;
  background: #ffc045;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.44);
}

/* ページトップ */
@-webkit-keyframes pageTopAnim {
  0% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes pageTopAnim {
  0% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
