@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
.model-familycomputer {
    background: #dc143c;
    color: #fff;
    font-size: 12px;
    padding: 6px 24px 4px 24px;
    left: 0;
    top: 0;
    z-index: 1;
	line-height: 195%;
}

.model-familycomputer-2 {
    background: #dc143c;
    color: #fff;
    font-size: 12px;
    padding: 2px 24px 1px 24px;
    left: 0;
    top: 0;
    z-index: 1;
	line-height: 195%;
}

.genre {  
    color: #7f7f7f;
    font-size: 12px;
    margin: 5px 5px 5px 5px;
    padding: 5px 24px 4px 24px;
    left: 0;
    top: 0;
    z-index: 1;
	line-height: 195%;
	border: solid 1px #7f7f7f;
}

.genre_mobile {  
    color: #7f7f7f;
    font-size: 12px;
    margin: 0px 0px -50px 0px;
    padding: 5px 24px 4px 24px;
    left: 0;
    top: 0;
    z-index: 1;
	line-height: 395%;
	border: solid 1px #7f7f7f;
}

.data_black {  
    color: #7f7f7f;
    font-size: 12px;
    margin: 5px 5px 5px 5px;
    padding: 5px 10px 4px 10px;
    left: 0;
    top: 0;
    z-index: 1;
	line-height: 195%;
	border: solid 1px #7f7f7f;
}

.data_red {  
    color: #ff69b4;
    font-size: 12px;
    margin: 5px 5px 5px 5px;
    padding: 5px 10px 4px 10px;
    left: 0;
    top: 0;
    z-index: 1;
	line-height: 195%;
	border: solid 1px #ff69b4;
}

.data_blue {  
    color: #6495ed;
    font-size: 12px;
    margin: 5px 5px 5px 5px;
    padding: 5px 10px 4px 10px;
    left: 0;
    top: 0;
    z-index: 1;
	line-height: 195%;
	border: solid 1px #6495ed;
}

.data_green {  
    color: #7fffd4;
    font-size: 12px;
    margin: 5px 5px 5px 5px;
    padding: 5px 10px 4px 10px;
    left: 0;
    top: 0;
    z-index: 1;
	line-height: 195%;
	border: solid 1px #7fffd4;
}

.wpp-post-title {
	font-size: 0.9em;
}

.theta .btn {
  display: inline-block;
  margin: 6px;
  font-size: 12px;
  line-height: 1.42;
  padding: 10px 10px 9px 10px;
  font-weight: normal;
  border-width: 3px;
  border-style: solid;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  font-family: "Booster Next FY", "Avenir Next", Avenir, sans-serif;
  user-select: none;
  vertical-align: bottom;
  position: relative;
  transform: translate(0.5em -0.4em);
  transition: transform 0.2s;
}
.theta .btn.btn-disabled {
  cursor: not-allowed;
  opacity: 0.8;
}
.theta .btn.btn-disabled:active {
  opacity: 0.6;
}
.theta .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  transform: translate(0.6em, -0.3em);
  transition: transform 0.2s, background-color 0.2s;
}
.theta .btn-primary {
  color: #52C11F;
  border-color: #52C11F;
}
.theta .btn-primary:hover {
  transform: translate(0.2em, -0.1em);
}
.theta .btn-primary:hover:before {
  transform: translate(-0.4em, 0.4em);
}
.theta .btn-primary:active {
  transform: translate(0, 0);
  transition-duration: 0.1s;
}
.theta .btn-primary:active:before {
  transition-duration: 0.1s;
  transform: translate(0, 0);
  background-color: rgba(31, 193, 142, 0.5);
}
.theta .btn-primary:before {
  background-color: rgba(31, 193, 142, 0.4);
}
.theta .btn-secondary {
  color: #0B44EF;
  border-color: #0B44EF;
}
.theta .btn-secondary:hover {
  transform: translate(0.2em, -0.1em);
}
.theta .btn-secondary:hover:before {
  transform: translate(-0.4em, 0.4em);
}
.theta .btn-secondary:active {
  transform: translate(0, 0);
  transition-duration: 0.1s;
}
.theta .btn-secondary:active:before {
  transition-duration: 0.1s;
  transform: translate(0, 0);
  background-color: rgba(182, 11, 239, 0.5);
}
.theta .btn-secondary:before {
  background-color: rgba(182, 11, 239, 0.4);
}
.theta .btn-tertiary {
  color: #FF006A;
  border-color: #FF006A;
}
.theta .btn-tertiary:hover {
  transform: translate(0.2em, -0.1em);
}
.theta .btn-tertiary:hover:before {
  transform: translate(-0.4em, 0.4em);
}
.theta .btn-tertiary:active {
  transform: translate(0, 0);
  transition-duration: 0.1s;
}
.theta .btn-tertiary:active:before {
  transition-duration: 0.1s;
  transform: translate(0, 0);
  background-color: rgba(255, 149, 0, 0.5);
}
.theta .btn-tertiary:before {
  background-color: rgba(255, 149, 0, 0.4);
}
.theta .btn-tetrary {
  color: #991BE2;
  border-color: #991BE2;
}
.theta .btn-tetrary:hover {
  transform: translate(0.2em, -0.1em);
}
.theta .btn-tetrary:hover:before {
  transform: translate(-0.4em, 0.4em);
}
.theta .btn-tetrary:active {
  transform: translate(0, 0);
  transition-duration: 0.1s;
}
.theta .btn-tetrary:active:before {
  transition-duration: 0.1s;
  transform: translate(0, 0);
  background-color: rgba(226, 27, 100, 0.5);
}
.theta .btn-tetrary:before {
  background-color: rgba(226, 27, 100, 0.4);
}
.theta .btn-black {
  color: #252730;
  border-color: #252730;
}
.theta .btn-black:hover {
  transform: translate(0.2em, -0.1em);
}
.theta .btn-black:hover:before {
  transform: translate(-0.4em, 0.4em);
}
.theta .btn-black:active {
  transform: translate(0, 0);
  transition-duration: 0.1s;
}
.theta .btn-black:active:before {
  transition-duration: 0.1s;
  transform: translate(0, 0);
  background-color: rgba(46, 37, 48, 0.5);
}
.theta .btn-black:before {
  background-color: rgba(46, 37, 48, 0.4);
}
.theta .btn-dark {
  color: #3F4351;
  border-color: #3F4351;
}
.theta .btn-dark:hover {
  transform: translate(0.2em, -0.1em);
}
.theta .btn-dark:hover:before {
  transform: translate(-0.4em, 0.4em);
}
.theta .btn-dark:active {
  transform: translate(0, 0);
  transition-duration: 0.1s;
}
.theta .btn-dark:active:before {
  transition-duration: 0.1s;
  transform: translate(0, 0);
  background-color: rgba(77, 63, 81, 0.5);
}
.theta .btn-dark:before {
  background-color: rgba(77, 63, 81, 0.4);
}
.theta .btn-gray {
  color: #6D6F7F;
  border-color: #6D6F7F;
}
.theta .btn-gray:hover {
  transform: translate(0.2em, -0.1em);
}
.theta .btn-gray:hover:before {
  transform: translate(-0.4em, 0.4em);
}
.theta .btn-gray:active {
  transform: translate(0, 0);
  transition-duration: 0.1s;
}
.theta .btn-gray:active:before {
  transition-duration: 0.1s;
  transform: translate(0, 0);
  background-color: rgba(125, 109, 127, 0.5);
}
.theta .btn-gray:before {
  background-color: rgba(125, 109, 127, 0.4);
}
.theta .btn-light {
  color: #3F4351;
  border-color: #E6EAEF;
}
.theta .btn-light:hover {
  transform: translate(0.2em, -0.1em);
}
.theta .btn-light:hover:before {
  transform: translate(-0.4em, 0.4em);
}
.theta .btn-light:active {
  transform: translate(0, 0);
  transition-duration: 0.1s;
}
.theta .btn-light:active:before {
  transition-duration: 0.1s;
  transform: translate(0, 0);
  background-color: rgba(235, 230, 239, 0.5);
}
.theta .btn-light:before {
  background-color: rgba(235, 230, 239, 0.4);
}

.kappa .btn {
  display: inline-block;
  margin: 6px;
  font-size: inherit;
  padding: 6px 22px 2px 20px;
  font-weight: bold;
  border-width: 0;
  border-style: solid;
  background: transparent;
  border-radius: 0.1em;
  cursor: pointer;
  font-family: "Booster Next FY", "Avenir Next", Avenir, sans-serif;
  user-select: none;
  vertical-align: bottom;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.kappa .btn.btn-disabled {
  cursor: not-allowed;
  opacity: 0.8;
}
.kappa .btn.btn-disabled:active {
  opacity: 0.6;
}
.kappa .btn:active {
  transition-duration: 0.2s;
  transform: scale(0.98);
}
.kappa .btn-primary {
  background-color: #52C11F;
  color: #307212;
  box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.5), inset 0 -2px 5px -1px rgba(54, 127, 20, 0.6), 0 -3px 12px -1px rgba(122, 226, 74, 0.6), inset 0 3px 4px -1px rgba(122, 226, 74, 0.3), inset 0 0 4px 1px rgba(138, 230, 96, 0.8), inset 0 1.1em 1.4em 0 rgba(122, 226, 74, 0.5);
}
.kappa .btn-primary:active {
  color: #25580e;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.4), inset 0 -4px 16px 0 rgba(122, 226, 74, 0.9), 0 -3px 12px -1px rgba(122, 226, 74, 0.6), inset 0 4px 12px 0 rgba(54, 127, 20, 0.5), inset 0 0 4px 1px rgba(138, 230, 96, 0.8);
}
.kappa .btn-secondary {
  background-color: #0B44EF;
  color: #b3c6ff;
  box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.0), inset 0 -2px 5px -1px rgba(8, 47, 166, 0.0), 0 -3px 12px -1px rgba(80, 121, 247, 0.0), inset 0 3px 4px -1px rgba(80, 121, 247, 0.0), inset 0 0 4px 1px rgba(104, 140, 248, 0.0), inset 0 1.1em 1.4em 0 rgba(80, 121, 247, 0.0);
}
.kappa .btn-secondary:active {
  color: #06237a;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.4), inset 0 -4px 16px 0 rgba(80, 121, 247, 0.9), 0 -3px 12px -1px rgba(80, 121, 247, 0.6), inset 0 4px 12px 0 rgba(8, 47, 166, 0.5), inset 0 0 4px 1px rgba(104, 140, 248, 0.8);
}
.kappa .btn-tertiary {
  background-color: #FF006A;
  color: #ffbfda;
  box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.0), inset 0 -2px 5px -1px rgba(179, 0, 74, 0.0), 0 -3px 12px -1px rgba(255, 77, 151, 0.0), inset 0 3px 4px -1px rgba(255, 77, 151, 0.0), inset 0 0 4px 1px rgba(255, 102, 166, 0.0), inset 0 1.1em 1.4em 0 rgba(255, 77, 151, 0.0);
}
.kappa .btn-tertiary:active {
  color: #850037;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.4), inset 0 -4px 16px 0 rgba(255, 77, 151, 0.9), 0 -3px 12px -1px rgba(255, 77, 151, 0.6), inset 0 4px 12px 0 rgba(179, 0, 74, 0.5), inset 0 0 4px 1px rgba(255, 102, 166, 0.8);
}
.kappa .btn-tetrary {
  background-color: #991BE2;
  color: #611190;
  box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.5), inset 0 -2px 5px -1px rgba(107, 19, 158, 0.6), 0 -3px 12px -1px rgba(184, 94, 236, 0.6), inset 0 3px 4px -1px rgba(184, 94, 236, 0.3), inset 0 0 4px 1px rgba(194, 117, 238, 0.8), inset 0 1.1em 1.4em 0 rgba(184, 94, 236, 0.5);
}
.kappa .btn-tetrary:active {
  color: #4f0e75;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.4), inset 0 -4px 16px 0 rgba(184, 94, 236, 0.9), 0 -3px 12px -1px rgba(184, 94, 236, 0.6), inset 0 4px 12px 0 rgba(107, 19, 158, 0.5), inset 0 0 4px 1px rgba(194, 117, 238, 0.8);
}
.kappa .btn-black {
  background-color: #252730;
  color: black;
  box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.5), inset 0 -2px 5px -1px rgba(4, 4, 5, 0.6), 0 -3px 12px -1px rgba(70, 74, 91, 0.6), inset 0 3px 4px -1px rgba(70, 74, 91, 0.3), inset 0 0 4px 1px rgba(81, 86, 106, 0.8), inset 0 1.1em 1.4em 0 rgba(70, 74, 91, 0.5);
}
.kappa .btn-black:active {
  color: black;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.4), inset 0 -4px 16px 0 rgba(70, 74, 91, 0.9), 0 -3px 12px -1px rgba(70, 74, 91, 0.6), inset 0 4px 12px 0 rgba(4, 4, 5, 0.5), inset 0 0 4px 1px rgba(81, 86, 106, 0.8);
}
.kappa .btn-dark {
  background-color: #3F4351;
  color: #17181d;
  box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.5), inset 0 -2px 5px -1px rgba(30, 31, 38, 0.6), 0 -3px 12px -1px rgba(96, 103, 124, 0.6), inset 0 3px 4px -1px rgba(96, 103, 124, 0.3), inset 0 0 4px 1px rgba(108, 114, 138, 0.8), inset 0 1.1em 1.4em 0 rgba(96, 103, 124, 0.5);
}
.kappa .btn-dark:active {
  color: #090a0c;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.4), inset 0 -4px 16px 0 rgba(96, 103, 124, 0.9), 0 -3px 12px -1px rgba(96, 103, 124, 0.6), inset 0 4px 12px 0 rgba(30, 31, 38, 0.5), inset 0 0 4px 1px rgba(108, 114, 138, 0.8);
}
.kappa .btn-gray {
  background-color: #6D6F7F;
  color: #43444e;
  box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.5), inset 0 -2px 5px -1px rgba(74, 75, 86, 0.6), 0 -3px 12px -1px rgba(149, 150, 164, 0.6), inset 0 3px 4px -1px rgba(149, 150, 164, 0.3), inset 0 0 4px 1px rgba(162, 164, 176, 0.8), inset 0 1.1em 1.4em 0 rgba(149, 150, 164, 0.5);
}
.kappa .btn-gray:active {
  color: #34353d;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.4), inset 0 -4px 16px 0 rgba(149, 150, 164, 0.9), 0 -3px 12px -1px rgba(149, 150, 164, 0.6), inset 0 4px 12px 0 rgba(74, 75, 86, 0.5), inset 0 0 4px 1px rgba(162, 164, 176, 0.8);
}
.kappa .btn-light {
  background-color: #E6EAEF;
  color: #aebbcb;
  box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.5), inset 0 -2px 5px -1px rgba(183, 195, 209, 0.6), 0 -3px 12px -1px rgba(255, 255, 255, 0.6), inset 0 3px 4px -1px rgba(255, 255, 255, 0.3), inset 0 0 4px 1px rgba(255, 255, 255, 0.8), inset 0 1.1em 1.4em 0 rgba(255, 255, 255, 0.5);
}
.kappa .btn-light:active {
  color: #9babbf;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.4), inset 0 -4px 16px 0 rgba(255, 255, 255, 0.9), 0 -3px 12px -1px rgba(255, 255, 255, 0.6), inset 0 4px 12px 0 rgba(183, 195, 209, 0.5), inset 0 0 4px 1px rgba(255, 255, 255, 0.8);
}

.iota .btn {
  display: inline-block;
  margin: 6px 6px 6px 0px;
  font-size: inherit;
  line-height: 1.42;
  padding: 11px 22px 7px 20px;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  background: transparent;
  border-radius: 0.1em;
  cursor: pointer;
  font-family: "Booster Next FY", "Avenir Next", Avenir, sans-serif;
  user-select: none;
  vertical-align: bottom;
  position: relative;
  border-style: solid;
  overflow: hidden;
  transition: background-color 0.3s, color 0.3s;
}
.iota .btn.btn-disabled {
  cursor: not-allowed;
  opacity: 0.8;
}
.iota .btn.btn-disabled:active {
  opacity: 0.6;
}
.iota .btn:hover:after {
  transform: scaleX(1);
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}
.iota .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 1.46em;
  transform: scaleX(0.7);
  opacity: 0;
  transition: transform 0.8s, opacity 0.3s;
}
.iota .btn-primary {
  color: #52C11F;
  border-color: #52C11F;
}
.iota .btn-primary:hover {
  color: #E6EAEF;
  background-color: #52C11F;
}
.iota .btn-primary:active {
  background-color: #4cb41d;
}
.iota .btn-primary:active:after {
  background-color: #4cb41d;
}
.iota .btn-primary:after {
  background-color: #52C11F;
}
.iota .btn-secondary {
  color: #0B44EF;
  border-color: #0B44EF;
}
.iota .btn-secondary:hover {
  color: #E6EAEF;
  background-color: #0B44EF;
}
.iota .btn-secondary:active {
  background-color: #0a40e0;
}
.iota .btn-secondary:active:after {
  background-color: #0a40e0;
}
.iota .btn-secondary:after {
  background-color: #0B44EF;
}
.iota .btn-tertiary {
  color: #FF006A;
  border-color: #FF006A;
}
.iota .btn-tertiary:hover {
  color: #E6EAEF;
  background-color: #FF006A;
}
.iota .btn-tertiary:active {
  background-color: #f00064;
}
.iota .btn-tertiary:active:after {
  background-color: #f00064;
}
.iota .btn-tertiary:after {
  background-color: #FF006A;
}
.iota .btn-tetrary {
  color: #991BE2;
  border-color: #991BE2;
}
.iota .btn-tetrary:hover {
  color: #E6EAEF;
  background-color: #991BE2;
}
.iota .btn-tetrary:active {
  background-color: #9019d4;
}
.iota .btn-tetrary:active:after {
  background-color: #9019d4;
}
.iota .btn-tetrary:after {
  background-color: #991BE2;
}
.iota .btn-black {
  color: #252730;
  border-color: #252730;
}
.iota .btn-black:hover {
  color: #E6EAEF;
  background-color: #252730;
}
.iota .btn-black:active {
  background-color: #1e2027;
}
.iota .btn-black:active:after {
  background-color: #1e2027;
}
.iota .btn-black:after {
  background-color: #252730;
}
.iota .btn-dark {
  color: #3F4351;
  border-color: #3F4351;
}
.iota .btn-dark:hover {
  color: #E6EAEF;
  background-color: #3F4351;
}
.iota .btn-dark:active {
  background-color: #383c48;
}
.iota .btn-dark:active:after {
  background-color: #383c48;
}
.iota .btn-dark:after {
  background-color: #3F4351;
}
.iota .btn-gray {
  color: #6D6F7F;
  border-color: #6D6F7F;
}
.iota .btn-gray:hover {
  color: #E6EAEF;
  background-color: #6D6F7F;
}
.iota .btn-gray:active {
  background-color: #666877;
}
.iota .btn-gray:active:after {
  background-color: #666877;
}
.iota .btn-gray:after {
  background-color: #6D6F7F;
}
.iota .btn-light {
  color: #E6EAEF;
  border-color: #E6EAEF;
}
.iota .btn-light:hover {
  color: #252730;
  background-color: #E6EAEF;
}
.iota .btn-light:active {
  background-color: #dde2e9;
}
.iota .btn-light:active:after {
  background-color: #dde2e9;
}
.iota .btn-light:after {
  background-color: #E6EAEF;
}

.entry-read a {
  color:#fff;
  font-size:12px;
  background-color:#333333;
  border:1px solid #333333;
  border-radius:2px;
  padding: 6px 22px 6px 20px;
  text-decoration:none;
}
 
.entry-read a:hover {
  color:#fff;
  background-color:#666666;
  border:1px solid #666666;
}

.widget_title{
  color:#fff;
  font-size:12px;
  background-color:#333333;
  border:1px solid #333333;
  border-radius:2px;
  padding: 11px 0px 6px 0px;
  text-decoration:none;
  text-align: center;
}

.entry-snippet {
    display: none;
}

.post-meta{
  text-align:left;
}

.favorite_b {  
  color:#fff;
  font-size:12px;
  background-color:#333333;
  border:1px solid #333333;
  border-radius:2px;
  margin: -3px 0px 0px 0px;
  padding: 6px 22px 6px 20px;
  text-decoration:none;
  float: right;
  cursor : pointer;
}

.favorite_b:hover {
  color:#fff;
  background-color:#666666;
  border:1px solid #666666;
}

.favorite_c {  
  font-size:12px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 6px 12px;
  border: 1px solid #777;
  border-radius: 3px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  line-height: normal;
  cursor: pointer;
}

.favorite_c:hover {
  background-color:#eee;
}

/************************************
** WordPress Popular Posts
************************************/

/* カウンターの初期化 */
.wpp-list {
    counter-reset: wpp-ranking;
    background: #fff;
    padding-top: 11px;
    padding-bottom: 1px;

}
/* カウンターの値を表示 */
.wpp-list li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
}

.wpp-list li {
	width: 278px;
    position: relative;
    list-style-type: none;
    padding-top: 0px;
    padding-left: 5px;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
	
    margin-left: -15px;
}
.wpp-list li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    background: rgba(123, 104, 238, 1.0);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
    padding: 4px 8px 4px 8px;
	margin-left: 0px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.wpp-list {
}

.wpp-list li { /* LI - post container */
	float:none;
	clear:left;
    font-size: 12px;
    color: #000;
}

.wpp-post-title {
}

.wpp-thumbnail {
	display:inline;
	float:left;
	margin:14px 8px 8px 8px !important;
	border:none;
}

.wpp-excerpt {
}

.post-stats {
	display:block;
	font-size:9px;
	font-weight:bold;
}
			
.wpp-comments {
}
			
.wpp-views {
}
			
.wpp-author {
}
			
.wpp-date {
}
		
.wpp-rating {
}

ul.wpp-list li a.wpp-post-title {
  font-size: 12px;
  color: #000;
}

#sidebar li{
  margin-bottom:8px;
}