@charset "UTF-8";
/*!
Theme Name: modshrink_s
Theme URI: https://github.com/modshrink/modshrink_s
Author: mayoibi
Author URI: http://www.modshrink.com/
Description: Underscores forked.
Version: 0.1.4-dev
License: GNU General Public License
*/
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

body {
  background: #fff; }

article, aside, details, figcaption, figure, footer, header, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "\" \""; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0; }

a img {
  border: 0; }

/* =Global
----------------------------------------------- */
body, button, input, select, textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

/* Headings */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* Text elements */
p {
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

button, input, select, textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }

button, input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */ }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.5em 0.5em 0.3em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"], input[type="email"], input[type="password"], input[type="search"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
  color: #111; }

input[type="text"], input[type="email"], input[type="password"], input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%; }

/* Links */
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover, a:focus, a:active {
  color: midnightblue; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* Clearing */
.clear:before, .clear:after, [class*="content"]:before, [class*="content"]:after, [class*="site"]:before, [class*="site"]:after, .simple-amazon-view:before, .simple-amazon-view:after {
  content: '';
  display: table; }

.clear:after, [class*="content"]:after, [class*="site"]:after, .simple-amazon-view:after {
  clear: both; }

/* =Content
----------------------------------------------- */
.hentry {
  margin: 0 0 1.5em; }

.byline {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.entry-content, .entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none; }

/* =Media
----------------------------------------------- */
.entry-content img.wp-smiley, .comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.site-content .gallery {
  margin-bottom: 1.5em; }

.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-content .gallery dd {
  margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
  max-width: 100%; }

/* =Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden; }

[class*="navigation"] .nav-previous {
  float: left;
  width: 50%; }

[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* =Comments
----------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Search widget */
.widget_search .submit {
  display: none; }

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

@font-face {
  font-family: 'socialicon';
  src: url('/resource_c/themes/modshrink_s/inc/fonts/socialicon.eot?x69pou');
  src: url('/resource_c/themes/modshrink_s/inc/fonts/socialicon.eot#iefixx69pou') format('embedded-opentype'), url('/resource_c/themes/modshrink_s/inc/fonts/socialicon.woff?x69pou') format('woff'), url('/resource_c/themes/modshrink_s/inc/fonts/socialicon.ttf?x69pou') format('truetype'), url('/resource_c/themes/modshrink_s/inc/fonts/socialicon.svg?x69pou#socialicon') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'menuicon';
  src: url('/resource_c/themes/modshrink_s/inc/fonts/menuicon.eot?x69pou');
  src: url('/resource_c/themes/modshrink_s/inc/fonts/menuicon.eot#iefixx69pou') format('embedded-opentype'), url('/resource_c/themes/modshrink_s/inc/fonts/menuicon.woff?x69pou') format('woff'), url('/resource_c/themes/modshrink_s/inc/fonts/menuicon.ttf?x69pou') format('truetype'), url('/resource_c/themes/modshrink_s/inc/fonts/menuicon.svg?x69pou#menuicon') format('svg');
  font-weight: normal;
  font-style: normal; }

/* Palette generated by Material Palette - materialpalette.com/pink/amber */
body {
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "Arial", "Helvetica Neue", sans-serif;
  background: #FFFFFF; }

img {
  max-width: 100%;
  height: auto; }

mark, ins {
  background: none; }

a:link, a:visited {
  color: #000000;
  text-decoration: underline; }

a:active, a:hover {
  color: #979797;
  background: none;
  text-decoration: underline; }

#site-navigation {
  background-color: #C2185B;
  width: 100%;
  position: relative; }
  #site-navigation .menu {
    margin: 0 auto 0 auto;
    width: 1228px;
    padding: 0.6em 0;
    text-transform: uppercase;
    background-image: url("/resource_c/themes/modshrink_s/images/global-menu-icon.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 25px 25px; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      #site-navigation .menu {
        background-image: url("/resource_c/themes/modshrink_s/images/global-menu-icon@2x.png"); } }
    #site-navigation .menu li {
      margin-right: 1.1em;
      display: inline;
      list-style-type: none;
      font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; }
      #site-navigation .menu li:first-child {
        margin-left: 60px; }
      #site-navigation .menu li:last-child {
        margin-right: 0; }
      #site-navigation .menu li a {
        color: #FFFFFF;
        text-decoration: none; }
  #site-navigation .mobile-nav-toggle {
    visibility: hidden; }

@media screen and (max-width: 1268px) {
  #site-navigation .menu {
    width: 1048px; } }

@media screen and (max-width: 1085px) {
  #site-navigation .menu {
    width: auto; } }

@media screen and (max-width: 480px) {
  #site-navigation {
    height: 45px;
    background-position: center;
    background-image: url("/resource_c/themes/modshrink_s/images/global-menu-icon.png");
    background-repeat: no-repeat;
    background-size: 25px 25px; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      #site-navigation {
        background-image: url("/resource_c/themes/modshrink_s/images/global-menu-icon@2x.png"); } }
    #site-navigation .menu {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 45px;
      left: 0;
      background: #E91E63;
      width: 100%;
      display: none;
      background-image: none; }
      #site-navigation .menu li {
        margin: 0.75em 0 0.75em 1em;
        padding: 0;
        list-style-type: none;
        font-weight: bold;
        display: block; }
        #site-navigation .menu li:first-child {
          margin-left: 1em; }
      #site-navigation .menu a {
        color: #FFFFFF;
        text-decoration: none; }
    #site-navigation.show .menu {
      visibility: visible;
      display: block; }
    #site-navigation .mobile-nav-toggle {
      visibility: visible; }
      #site-navigation .mobile-nav-toggle:before {
        font-size: 30px;
        font-size: 3rem;
        margin-left: 0.3em;
        content: "\e700";
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font-family: 'menuicon';
        font-style: normal;
        vertical-align: middle;
        color: #FFFFFF;
        float: left; }
    #site-navigation.show .mobile-nav-toggle {
      visibility: visible; }
      #site-navigation.show .mobile-nav-toggle:before {
        font-family: 'dashicons';
        content: "\f158"; } }

#page {
  padding: 0 10px; }

#main {
  margin: 0 auto 20px;
  width: 1228px;
  overflow: hidden; }

.page #main {
  max-width: 1080px; }

#primary {
  margin: 32px 20px 0 0;
  float: left;
  width: 728px; }

.page #primary {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  float: none;
  width: 100%; }

.page .site-content {
  border-radius: 5px;
  padding: 40px;
  background: #FFFFFF; }

#secondary {
  margin-top: 32px;
  width: 300px;
  float: left; }

#tertiary {
  margin-top: 32px;
  margin-left: 20px;
  float: left;
  width: 160px; }

/* Contents Column */
.row-3 {
  zoom: 1; }
  .row-3:before, .row-3:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .row-3:after {
    clear: both; }
  .row-3 .col {
    padding: 10px;
    width: 30%;
    float: left; }

@media screen and (max-width: 1268px) {
  #main {
    width: 1048px; }
  #tertiary {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 300px;
    float: right; } }

@media screen and (max-width: 1085px) {
  #main {
    width: 100%; }
  #primary {
    width: 100%;
    float: none;
    max-width: none; }
  #secondary {
    width: 100%;
    float: none;
    max-width: none; }
  #tertiary {
    float: none;
    width: 100%; } }

/* max-width 768px */
@media screen and (max-width: 480px) {
  #main {
    width: 100%; }
  #primary {
    float: none;
    width: 100%; }
  #secondary {
    float: none;
    width: 100%; }
  #tertiary {
    float: none;
    width: 100%; }
  .site-footer {
    clear: both;
    width: 100%; }
  .page .site-content {
    border-radius: 3px;
    padding: 0; } }

/* max-width 480px */
.page-header {
  margin: 0 0 20px 0; }

.page-title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #E91E63; }

.page-title span {
  padding: 0 0.3em;
  font-weight: bold;
  color: #212121; }

@media screen and (max-width: 480px) {
  .page-title {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal; } }

/* max-width 480px */
.taxonomy-description {
  margin-top: 1em;
  padding-top: 1em;
  border-top: dotted 1px #CCCCCC; }

.taxonomy-description p {
  margin-bottom: 0; }

.byline {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.entry-content {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 15px 0;
  color: #212121;
  line-height: 1.7em; }
  .entry-content a:link, .entry-content a:visited {
    text-decoration: underline; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
    color: #000000; }
  .entry-content h1 {
    font-size: 30px;
    font-size: 3rem;
    margin: 60px 0 20px 0; }
  .entry-content h2 {
    font-size: 25px;
    font-size: 2.5rem;
    border-radius: 3px;
    margin: 2em 0 1.2em 0;
    padding: 10px;
    font-weight: normal;
    background: #333333;
    color: #FFFFFF; }
    .entry-content h2:first-child {
      margin-top: 0; }
  .entry-content h3 {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 2em 0 1.2em 0; }
  .entry-content h4 {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 2em 0 1.2em 0;
    font-weight: normal; }
  .entry-content h5 {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 2em 0 1.2em 0; }
  .entry-content h6 {
    font-size: 10px;
    font-size: 1rem;
    margin: 2em 0 1.2em 0;
    font-weight: bold; }
  .entry-content p {
    margin: 0 0 20px 0; }
  .entry-content ul {
    margin: 0 0 20px 0;
    padding: 0; }
    .entry-content ul ul {
      margin: 0; }
  .entry-content ul li {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 10px 1em;
    padding: 0;
    list-style: disc; }
    .entry-content ul li li {
      margin-left: 1.7em;
      list-style-type: circle; }
  .entry-content strong {
    color: #000000; }
  .entry-content figure {
    margin: 0 0 20px 0;
    text-align: center; }
  .entry-content figcaption {
    font-size: 13px;
    font-size: 1.3rem;
    color: #888888;
    text-align: left; }
  .entry-content blockquote {
    background-color: #eeeeee;
    padding: 1em;
    margin-bottom: 1em; }
  .entry-content blockquote > *:last-child {
    margin-bottom: 0; }
  .entry-content table {
    border-collapse: collapse; }
  .entry-content th, .entry-content td {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    padding: 10px 15px; }
  .entry-content th {
    background: #EEEEEE; }
  .entry-content pre {
    border-radius: 4px;
    padding: 10px 15px;
    background: #272822;
    color: #FFFFFF; }
    .entry-content pre code {
      font-size: 11px;
      font-size: 1.1rem; }
  .entry-content label {
    margin-right: 0.6em; }
  .entry-content input {
    margin-right: 0.6em; }
  .entry-content label + input {
    margin-right: 1.2em; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

#cse-search-box {
  position: relative;
  width: 158px; }

#cse-search-box input[type="text"] {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  padding: 0;
  width: 100%;
  height: 2em; }

#cse-search-box input[type="submit"] {
  border: 0;
  margin: 0;
  padding: 0 3px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  background-color: none;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  font: normal 20px/1 'dashicons';
  height: 100%; }

@media screen and (max-width: 1085px) {
  #cse-search-box {
    position: relative;
    width: 45%; } }

@media screen and (max-width: 768px) {
  #cse-search-box {
    width: 99%; } }

.blog .format-aside, .archive .format-aside {
  font-size: 0.85em;
  background-color: #ffffcc;
  border: solid 1px #CCCCCC;
  padding: 15px; }

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none; }

.site-header img, .entry-content img, img[class*="align"], img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

.entry-content img.wp-smiley, .comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ccc;
  max-width: 100%; }

.wp-caption.aligncenter, .wp-caption.alignleft, .wp-caption.alignright {
  margin-bottom: 1.5em; }

.wp-caption img {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

.wp-caption-text {
  text-align: center;
  color: #666666;
  font-size: 0.85em;
  font-style: italic; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.site-content .gallery {
  margin-bottom: 1.5em; }

.site-content .gallery dd {
  margin: 0; }

.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-content .gallery .gallery-caption {
  color: #666666;
  font-size: 0.85em;
  font-style: italic; }

/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
  max-width: 100%; }

.site-content .navigation {
  font-size: 0.85em;
  margin: 0 0 1.5em;
  overflow: hidden;
  zoom: 1;
  line-height: 2.8em; }
  .site-content .navigation:before, .site-content .navigation:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .site-content .navigation:after {
    clear: both; }

.site-content .nav-previous {
  float: left;
  width: 50%; }

.site-content .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.navigation-post {
  background: #FFFFFF; }

@media screen and (max-width: 480px) {
  .navigation-main {
    margin: 0;
    padding: 0 0 5px 0;
    text-align: center;
    font-size: 10px;
    font-size: 1rem; }
  .navigation-main ul {
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .navigation-main li {
    margin: 0 10px 0 0;
    list-style: none;
    display: inline; }
  .navigation-main a {
    width: 5em; } }

/* max-width 480px */
/* Widget at Home */
#primary .widget {
  margin: 0 0 64px 0; }

/* Search widget */
#searchsubmit {
  display: none; }

#secondary.widget-area .widget {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 40px 0; }
  #secondary.widget-area .widget a:link, #secondary.widget-area .widget a:visited, #secondary.widget-area .widget a:hover, #secondary.widget-area .widget a:active {
    text-decoration: none; }

.widget-area .widget.AdWidget_HTMLWidget, .widget-area .widget_twitter_timeline {
  border: none;
  padding: 0;
  background: none; }

.widget-area .widget .widget-title {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
  color: #000000; }

.widget-area .amazon {
  border: 1px solid #E7E8E4;
  border-radius: 3px;
  margin: 0 0 15px 0;
  padding: 10px 15px;
  background: #FFFFFF; }

.widget-area .amazon .widget-title {
  color: #000000; }

.widget-area .widget h2 {
  margin: 0 0 5px 0;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #000000; }

.widget-area .widget p {
  margin: 0 0 10px 0; }

.widget-area ul, .widget-area ol {
  margin: 0;
  padding: 0; }

.widget-area li {
  margin: 0 0 3px 0;
  padding: 0 0 2px 0;
  list-style: none; }

/*
.widget-area li a {
    display: block;
    margin-left: 1.4em;
    padding: 10px 0;
    text-decoration: none;
    text-indent: -1.4em;
}

.widget-area li a:before {
	margin: 0 10px 0 0;
	content: "\f054";
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	display: inline;
	color: #000000;
	font-size: 11px;
	font-size: 1.1rem;
}
*/
.widget-area .widget_recent_entries li {
  margin-bottom: 10px; }
  .widget-area .widget_recent_entries li:nth-last-of-type(1) {
    margin-bottom: 0; }
.widget-area .widget_recent_entries a:link, .widget-area .widget_recent_entries a:visited {
  display: block; }
.widget-area .widget_recent_entries span {
  display: block;
  color: #999999; }

.widget-area .simple-amazon-view {
  margin: 0 0 15px 0; }

.widget-area ul.sa-detail {
  margin: 0;
  clear: both; }

.widget-area ul.sa-detail li {
  margin: 0 0 3px 0;
  padding: 0;
  list-style: none;
  color: #000000;
  font-size: 13px;
  font-size: 1.3rem; }

.wpp-date {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  color: #908E88; }

.star-rating .star-full:before {
  content: "\f155"; }

.star-rating .star-half:before {
  content: "\f459"; }

.star-rating .star-empty:before {
  content: "\f154"; }

.star-rating .star {
  color: #0074A2 !important;
  display: inline-block;
  font-family: dashicons;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 20px; }

.pagination {
  text-align: center; }

.pagination span, .pagination a {
  border: 1px solid #B6B6B6;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  color: #727272; }

.pagination a:hover {
  background: #E91E63;
  color: #FFFFFF; }

.pagination .current {
  border: 1px solid #C2185B;
  border: none;
  background: #E91E63;
  color: #FFFFFF; }

.entry-content .simple-amazon-view, .entry-content .appstore-helper {
  border-radius: 7px;
  border: 1px solid #CCCCCC;
  margin: 0 30px 20px 30px;
  padding: 10px;
  background: #FFFFFF; }

.entry-content .sa-img-box {
  margin: 0 30px 10px 0;
  width: 160px;
  float: left;
  text-align: center; }

.entry-content .sa-title {
  margin: 0 0 10px 0; }

.entry-content .sa-detail {
  margin: 0; }

.entry-content .sa-detail li {
  margin: 0 0 3px 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-size: 1.3rem; }

.entry-content .app-img-box {
  margin: 0 30px 10px 0;
  width: 80px;
  float: left;
  text-align: center; }

.entry-content .app-img-box img {
  border-radius: 8px;
  box-shadow: 1px 4px 6px 1px #999999; }

/* =レーティング
----------------------------------------------- */
.rating-star {
  height: 20px;
  width: 100px;
  background: url(/resource_c/themes/modshrink_s/images/rating.png) no-repeat; }

.late0\.5 {
  background-position: 0px 0px; }

.rate1 {
  background-position: 0px -20px; }

.rate1\.5 {
  background-position: 0px -40px; }

.rate2 {
  background-position: 0px -60px; }

.rate2\.5 {
  background-position: 0px -80px; }

.rate3 {
  background-position: 0px -100px; }

.rate3\.5 {
  background-position: 0px -120px; }

.rate4 {
  background-position: 0px -140px; }

.rate4\.5 {
  background-position: 0px -160px; }

.rate5 {
  background-position: 0px -180px; }

@media screen and (max-width: 480px) {
  .entry-content .simple-amazon-view {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    margin: 0 10px 10px 10px;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: none; }
  .entry-content .sa-img-box {
    margin: 0 0 10px;
    width: auto;
    float: none;
    text-align: center; }
  .entry-content .sa-title {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-size: 1.4rem; }
  .entry-content .sa-detail {
    margin: 0; }
  .entry-content .sa-detail li {
    margin: 0 0 3px 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1em; }
  .entry-content .amazon-button {
    margin: 0;
    padding: 0;
    text-align: center; } }

/* max-width 480px */
.similar-posts {
  border-radius: 3px;
  padding: 20px;
  background: #FAF7F4;
  margin: 0 0 20px 0; }

.similar-posts h3 {
  clear: both;
  color: #000000;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 10px 0; }

.similar-posts ul {
  margin: 0;
  padding: 0; }

.similar-posts li {
  border-bottom: 1px solid #979797;
  margin: 0 0 3px 0;
  padding: 0 0 2px 0;
  list-style: none;
  font-size: 13px;
  font-size: 1.3rem; }
  .similar-posts li a:link, .similar-posts li a:visited, .similar-posts li a:hover, .similar-posts li a:active {
    text-decoration: none; }

.similar-posts li:last-of-type {
  border: none; }

.social-button {
  zoom: 1; }
  .social-button:before, .social-button:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .social-button:after {
    clear: both; }

.custom-button {
  border-right: 1px solid #B6B6B6;
  margin-right: 5px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 1em;
  float: left; }
  .custom-button:nth-last-child(1) {
    border-right: none; }
  .custom-button a:link, .custom-button a:visited {
    color: #55ACEE;
    text-decoration: none; }
  .custom-button a:hover, .custom-button a:active {
    text-decoration: none; }
  .custom-button .count {
    padding: 0 0 0 5px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    color: #000000;
    vertical-align: middle; }
    .custom-button .count:before {
      padding-right: 1px;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      font-family: 'dashicons';
      font-weight: normal;
      font-size: 20px;
      font-size: 2rem;
      vertical-align: middle;
      color: #55ACEE; }
  .custom-button .twitter .count {
    padding: 0; }
  .custom-button .label {
    padding: 0 0 0 3px;
    font-size: 13px;
    color: #000000; }
  .custom-button.twitter a:link, .custom-button.twitter a:visited, .custom-button.twitter .count:before {
    color: #55ACEE; }
  .custom-button.twitter .count:before {
    margin-right: 3px;
    content: "\f301";
    font-size: 18px;
    font-size: 1.8rem; }
  .custom-button.facebook a:link, .custom-button.facebook a:visited, .custom-button.facebook .count:before {
    color: #4762A7; }
  .custom-button.facebook .count:before {
    content: "\f305"; }
  .custom-button.google a:link, .custom-button.google a:visited, .custom-button.google .count:before {
    color: #DD4B38; }
  .custom-button.google .count:before {
    content: "\f462"; }
  .custom-button.pocket a:link, .custom-button.pocket a:visited, .custom-button.pocket .count:before {
    color: #EF4960; }
  .custom-button.pocket .count:before {
    padding-right: 4px;
    font-family: 'socialicon';
    content: "\e602";
    font-size: 1.7rem; }

#primary .adsense {
  margin-bottom: 32px; }

.site-header {
  margin: 0 0 1em 0;
  padding: 0; }

.site-branding {
  margin: 0 auto;
  max-width: 1218px; }

.site-title {
  margin: 0;
  font-family: 'Varela Round', sans-serif;
  font-weight: normal;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1em;
  text-transform: capitalize; }
  .site-title a:link, .site-title a:visited {
    color: #000000;
    text-decoration: none; }
  .site-title a:hover, .site-title a:active {
    text-decoration: none; }

.site-description {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 3px;
  padding: 20px;
  background: #FAF7F4;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  line-height: 1.2em;
  color: #979797; }

.site-search {
  margin: 0;
  text-align: right; }

@media screen and (max-width: 768px) {
  .site-title {
    font-size: 70px;
    font-size: 7rem; } }

@media screen and (max-width: 480px) {
  .site-branding {
    margin: 0 auto;
    width: 100%; }
  .site-title {
    font-size: 60px;
    font-size: 6rem; }
  .site-search {
    margin: 0 0 10px 0;
    text-align: left; } }

/* max-width 480px */
.home #content .section-title {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 0.6em;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; }

.sticky + .section-title {
  margin-top: 1.8em; }

.hentry {
  margin: 0 0 10px 0; }

.sticky {
  border: 1px solid #FAF7F4;
  border-radius: 5px; }

.entry-header {
  margin: 0 0 30px 0; }

.home .entry-header {
  margin: 0; }

.home .entry-thumbnail + .entry-header, .archive .entry-thumbnail + .entry-header {
  margin: 0;
  width: 88%;
  float: right; }

.entry-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  color: #000000; }

.single .entry-title a:link, .single .entry-header a:visited, .page .entry-title a:link, .page .entry-header a:visited {
  text-decoration: none; }

.single .entry-title a:hover, .single .entry-header a:active, .page .entry-title a:hover, .page .entry-header a:active {
  text-decoration: none; }

.home .entry-title, .archive .entry-title {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0;
  padding: 0 10px;
  font-weight: normal; }
  .home .entry-title a:link, .home .entry-title a:visited, .home .entry-title a:hover, .home .entry-title a:active, .archive .entry-title a:link, .archive .entry-title a:visited, .archive .entry-title a:hover, .archive .entry-title a:active {
    text-decoration: none; }

.entry-meta {
  font-size: 13px;
  font-size: 1.3rem;
  zoom: 1;
  clear: both; }
  .entry-meta:before, .entry-meta:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .entry-meta:after {
    clear: both; }
  .entry-meta .posted-on {
    color: #9D9999;
    font-style: italic; }

.home .entry-meta, .archive .entry-meta {
  margin: 0 0 5px 0;
  padding: 0.5em 0.7em; }

.entry-thumbnail {
  float: left;
  width: 11%; }

.entry-meta p {
  margin: 0;
  padding: 0; }

.entry-meta dl {
  margin: 0;
  padding: 0;
  font-weight: bold; }

.entry-meta dt {
  margin: 0;
  padding: 0;
  float: left;
  width: 6em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal; }

.entry-meta dd {
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: normal; }

@media screen and (max-width: 480px) {
  .hentry {
    margin: 0 0 10px 0; }
  .entry-header {
    margin: 0 0 30px 0; }
  .home .entry-thumbnail + .entry-header, .archive .entry-thumbnail + .entry-header {
    width: 83%; }
  .entry-title {
    margin: 10px 0 10px 0;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #000000;
    clear: both; }
  .entry-thumbnail {
    width: 16%; }
  .entry-header .entry-meta {
    margin: 0 0 10px 0;
    font-size: 11px;
    font-size: 1.1rem;
    clear: both;
    color: #999999; }
  .entry-category {
    margin: 0 0 3px 0;
    padding: 0;
    background: none;
    width: auto;
    float: none; }
  .entry-posted-on {
    border: none;
    padding: 0;
    width: auto;
    float: none; }
  .entry-content, .entry-summary {
    margin: 0;
    color: #222222;
    line-height: 1.5em; } }

/* max-width 480px */
#comments {
  border: 1px solid #CCCCCC;
  padding: 20px 30px;
  background: #FFFFFF;
  font-size: 17px;
  font-size: 1.7rem; }

.comments-title {
  font-weight: bold;
  border-bottom: dashed 1px #CCCCCC;
  margin-bottom: 10px; }

.commentlist {
  list-style-type: none;
  margin-left: 0; }

.commentlist li ul {
  list-style-type: none; }

.commentlist li .comment-content ul {
  list-style-type: disc; }

.commentlist li {
  padding: 10px; }

.commentlist li .comment-content li {
  padding: 0; }

.thread-odd {
  background-color: #EEEEEE; }

.bypostauthor {
  background-color: #ffffcc; }

#reply-title {
  font-weight: bold;
  border-bottom: dashed 1px #CCCCCC;
  margin-bottom: 10px; }

#commentform .required {
  font-weight: bold;
  color: #CC0000; }

#commentform label {
  display: block; }

#commentform code {
  font-size: inherit; }

.site-footer {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 15px;
  font-size: 1.5rem;
  color: #FFFFFF;
  clear: both;
  width: 100%; }

.page .site-footer {
  width: 100%; }

.site-info {
  padding: 20px;
  background: #C2185B; }
  .site-info h3 {
    margin-bottom: 0.7em;
    font-weight: bold; }
  .site-info ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .site-info li {
    padding: 0 3px;
    font-size: 37px;
    font-size: 3.7rem;
    display: inline; }
