@charset "UTF-8";
@charset "UTF-8";
div.wpcf7 {
margin: 0;
padding: 0;
}
div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(../../../plugins/contact-form-7/images/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 .wpcf7-recaptcha iframe {
margin-bottom: 0;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}@font-face {
font-family: 'FontAwesome';
src: url(../../../plugins/wp-visual-icon-fonts/fonts/fa4/fontawesome-webfont_v-4.0.1.eot);
src: url(../../../plugins/wp-visual-icon-fonts/fonts/fa4/fontawesome-webfont.eot) format('embedded-opentype'), url(../../../plugins/wp-visual-icon-fonts/fonts/fa4/fontawesome-webfont_v-4.0.1.woff) format('woff'), url(../../../plugins/wp-visual-icon-fonts/fonts/fa4/fontawesome-webfont_v-4.0.1.ttf) format('truetype'), url(../../../plugins/wp-visual-icon-fonts/fonts/fa4/fontawesome-webfont_v-4.0.1-fontawesomeregular.svg) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} i.fa[class*="fa-"] {
width:1em;
height:1em;
text-align:center;
} .fa-lg {
font-size: 1.3333333333333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.2857142857142858em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.142857142857143em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.142857142857143em;
width: 2.142857142857143em;
top: 0.14285714285714285em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.8571428571428572em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-move:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-resize-full:before {
content: "\f065";
}
.fa-resize-small:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-resize-vertical:before {
content: "\f07d";
}
.fa-resize-horizontal:before {
content: "\f07e";
}
.fa-bar-chart-o:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-fullscreen:before {
content: "\f0b2";
}
.fa-group:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-reorder:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building:before {
content: "\f0f7";
}
.fa-hospital:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-expand-o:before {
content: "\f116";
}
.fa-collapse-o:before {
content: "\f117";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-reply-all:before {
content: "\f122";
}
.fa-mail-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-o:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-horizontal:before {
content: "\f141";
}
.fa-ellipsis-vertical:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}.wpp-no-data {
} .wpp-list {
} .wpp-list li {
overflow: hidden;
float: none;
clear: both;
margin-bottom: 1rem;
}
.wpp-list li:last-of-type {
margin-bottom: 0;
} .wpp-list li.current {
} .wpp-thumbnail {
display: inline;
float: left;
margin: 0 1rem 0 0;
border: none;
} .wpp-post-title {
} .wpp-excerpt {
} .wpp-meta, .post-stats {
display: block;
font-size: 0.8em;
} .wpp-comments {
} .wpp-views {
} .wpp-author {
} .wpp-date {
} .wpp-category {
} .wpp-rating {
}div.yyi-rinker-contents {
margin: 1.5em 0;
border: solid 1px #dbdbdb;
background-color: #fff;
box-shadow: 2px 3px 8px -5px rgba(0,0,0,.25);
}
div.yyi-rinker-contents a {
border: none;
}
div.yyi-rinker-contents div.yyi-rinker-box{
display: flex;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
box-sizing: border-box;
padding: 12px;
}
div.yyi-rinker-contents div.yyi-rinker-image {
width: 175px;
min-width: 175px;
padding: 10px;
display: flex;
vertical-align: middle;
justify-content: center;
align-items: center;
}
div.yyi-rinker-contents div.yyi-rinker-title a {
color: #333;
text-decoration: none;
}
div.yyi-rinker-contents div.yyi-rinker-title p{
margin: 5px;
}
div.yyi-rinker-contents div.yyi-rinker-detail {
font-size: 0.8em;
color: #999;
padding-left: 15px;
}
div.yyi-rinker-contents div.yyi-rinker-detail a {
text-decoration: underline;
}
div.yyi-rinker-contents div.yyi-rinker-detail .price-box {
color: #aaa;
}
div.yyi-rinker-contents ul.yyi-rinker-links {
border: none;
list-style-type: none;
display: inline-flex;
display : -ms-inline-flexbox;
display : -webkit-inline-flex;
flex-wrap: wrap;
margin: 10px auto;
padding: 0;
width: 100%;
}
div.yyi-rinker-contents ul.yyi-rinker-links li {
content: '';
position: static;
margin: 2px 5px;
padding: 0;
border-radius: 2px;
border: none;
box-shadow: 0 6px 12px -5px rgba(0, 0, 0, .30);
}
div.yyi-rinker-contents ul.yyi-rinker-links li:before {
content: '';
position: static;
}
div.yyi-rinker-contents ul.yyi-rinker-links li:hover {
box-shadow: 0 5px 8px -5px rgba(0, 0, 0, .30);
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink {
background: #f6a306;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a {
position: relative;
display: block;
color: #fff;
font-weight: bold;
text-decoration: none;
font-size: 0.9em;
width: 100%;
height: 30px;
line-height: 30px;
padding: 0 20px;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a:hover {
border: none;
opacity: 0.7;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a:before {
position: absolute;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
color: white;
text-align: center;
border: none;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a:before{
content: '';
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink {
background: #cf4944;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a:before{
content: '';
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {
background: #51a7e8;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a:before{
content: '';
}
ul.yyi-rinker-links img {
display: none;
}
div.yyi-rinker-detail .credit {
font-size: 75%;
}
@media all and (max-width: 420px) {
body div.yyi-rinker-contents ul.yyi-rinker-links li a {
padding: 0 0 0 15px;
}
div.yyi-rinker-contents ul.yyi-rinker-links {
-webkit-flex-flow: column;
flex-direction: column;
}
div.yyi-rinker-contents div.yyi-rinker-image {
width: 125px;
min-width: 125px;
}
}
body div.yyi-rinker-contents ul.yyi-rinker-links li {
list-style: none;
}
body div.yyi-rinker-contents ul.yyi-rinker-links li:before {
position: absolute;
}
div.yyi-rinker-contents p{
padding: 0;
}
div.yyi-rinker-contents img{
margin-bottom: 0;
}
  article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
display: block;
}
audio,canvas,video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],template {
display: none;
} html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
background-color: #eaedf2;
color: #252525;
font-family: "Helvetica", "Arial", YuGothic,"Yu Gothic","Hiragino Sans","ヒラギノ角ゴシック","メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
line-height: 1.75;
word-break: normal;
overflow-wrap: break-word;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} @media all and (-ms-high-contrast:none){
body { font-family: "Arial","メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} a {
background: transparent;
}
a:active,a:hover {
outline: 0;
} h1 {
margin: .67em 0;
font-size: 2em;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,strong,.strong {
font-weight: bold;
}
dfn,em,.em {
font-style: italic;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
margin: 0;
}
code,kbd,pre,samp {
font-family: sans-serif;
font-size: 1em;
}
pre {
white-space: pre-wrap;
}
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
q:before,q:after {
content: "";
content: none;
}
small {
font-size: 75%;
}
sub,sup {
position: relative;
font-size: 75%;
vertical-align: baseline;
line-height: 0;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
} .dfont {
font-family: "Quicksand","Avenir","Arial", YuGothic,"Yu Gothic","Hiragino Sans","ヒラギノ角ゴシック","メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
@media all and (-ms-high-contrast:none){
.dfont { font-family: "Quicksand","Arial","メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
} dl,menu,ol,ul {
margin: 1em 0;
}
dd {
margin: 0;
}
menu {
padding: 0 0 0 40px;
}
ol,ul {
list-style-type: none;
padding: 0;
}
nav ul,nav ol {
list-style: none;
list-style-image: none;
} img {
max-width: 100%;
height: auto;
border: 0;
vertical-align: middle;
}
svg:not(:root) {
overflow: hidden;
}
iframe {
max-width: 100%;
}
figure {
margin: 0;
}
.entry-content .alignleft,
.entry-content img.alignleft {
display: inline;
float: left;
margin: .5em 1.2em .5em 0;
}
.entry-content .alignright,
.entry-content img.alignright {
display: inline;
float: right;
margin: .5em 0 .5em 1em;
} fieldset {
margin: 0 2px;
padding: .35em .625em .75em;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
button,input,select,textarea {
margin: 0;
font-family: inherit;
font-size: 100%;
}
button,input {
line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
button[disabled], html input[disabled] {
cursor: default;
}
input[type="checkbox"], input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
vertical-align: top;
} table {
border-spacing: 0;
border-collapse: collapse;
}
.image-replacement,.ir {
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
} .sticky {} .clearfix, .cf, .comment-respond {
zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
display: table;
content: "";
}
.clearfix:after, .cf:after, .comment-respond:after {
clear: both;
} .last-col {
float: right;
padding-right: 0 !important;
} @media (max-width: 767px) {
.m-all {
float: left;
width: 100%;
padding-right: .75em;
padding-right: 0;
}
.m-1of2 {
float: left;
width: 50%;
padding-right: .75em;
}
.m-1of3 {
float: left;
width: 33.33%;
padding-right: .75em;
}
.m-2of3 {
float: left;
width: 66.66%;
padding-right: .75em;
}
.m-1of4 {
float: left;
width: 25%;
padding-right: .75em;
}
.m-3of4 {
float: left;
width: 75%;
padding-right: .75em;
}
} @media (min-width: 768px) and (max-width: 1029px) {
.t-all {
float: left;
width: 100%;
padding-right: .75em;
padding-right: 0;
}
.t-1of2 {
float: left;
width: 50%;
padding-right: .75em;
}
.t-1of3 {
float: left;
width: 33.33%;
padding-right: .75em;
}
.t-2of3 {
float: left;
width: 66.66%;
padding-right: .75em;
}
.t-1of4 {
float: left;
width: 25%;
padding-right: .75em;
}
.t-3of4 {
float: left;
width: 75%;
padding-right: .75em;
}
.t-1of5 {
float: left;
width: 20%;
padding-right: .75em;
}
.t-2of5 {
float: left;
width: 40%;
padding-right: .75em;
}
.t-3of5 {
float: left;
width: 60%;
padding-right: .75em;
}
.t-4of5 {
float: left;
width: 80%;
padding-right: .75em;
}
} @media (min-width: 1030px) {
.d-all {
float: left;
width: 100%;
padding-right: .75em;
padding-right: 0;
}
.d-1of2 {
float: left;
width: 50%;
padding-right: .75em;
}
.d-1of3 {
float: left;
width: 33.33%;
padding-right: .75em;
}
.d-2of3 {
float: left;
width: 66.66%;
padding-right: .75em;
}
.d-1of4 {
float: left;
width: 25%;
padding-right: .75em;
}
.d-3of4 {
float: left;
width: 75%;
padding-right: .75em;
}
.d-1of5 {
float: left;
width: 20%;
padding-right: .75em;
}
.d-2of5 {
float: left;
width: 40%;
padding-right: .75em;
}
.d-3of5 {
float: left;
width: 60%;
padding-right: .75em;
}
.d-4of5 {
float: left;
width: 80%;
padding-right: .75em;
}
.d-1of6 {
float: left;
width: 16.6666666667%;
padding-right: .75em;
}
.d-1of7 {
float: left;
width: 14.2857142857%;
padding-right: .75em;
}
.d-2of7 {
float: left;
width: 31%;
padding-right: .75em;
}
.d-3of7 {
float: left;
width: 42.8571429%;
padding-right: .75em;
}
.d-4of7 {
float: left;
width: 57.1428572%;
padding-right: .75em;
}
.d-5of7 {
float: left;
width: 69%;
padding-right: .75em;
}
.single .d-5of7, .post .d-5of7, .page .d-5of7 {
padding-right: 2em;
}
.d-6of7 {
float: left;
width: 85.7142857%;
padding-right: .75em;
}
.d-1of8 {
float: left;
width: 12.5%;
padding-right: .75em;
}
.d-1of9 {
float: left;
width: 11.1111111111%;
padding-right: .75em;
}
.d-1of10 {
float: left;
width: 10%;
padding-right: .75em;
}
.d-1of11 {
float: left;
width: 9.09090909091%;
padding-right: .75em;
}
.d-1of12 {
float: left;
width: 8.33%;
padding-right: .75em;
}
} input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea,
.field {
display: block;
width: 100%;
height: 45px;
margin-bottom: 14px;
padding: 0 12px;
border: 0;
border-radius: 3px;
background-color: #eaedf2;
box-shadow: none;
color: #5c6b80;
font-size: 1em;
vertical-align: middle;
line-height: 45px;
-webkit-transition: background-color .24s ease-in-out;
transition: background-color .24s ease-in-out;
}
input[type="text"]:focus,input[type="text"]:active,input[type="password"]:focus,input[type="password"]:active,input[type="datetime"]:focus,input[type="datetime"]:active,input[type="datetime-local"]:focus,input[type="datetime-local"]:active,input[type="date"]:focus,input[type="date"]:active,input[type="month"]:focus,input[type="month"]:active,input[type="time"]:focus,input[type="time"]:active,input[type="week"]:focus,input[type="week"]:active,input[type="number"]:focus,input[type="number"]:active,input[type="email"]:focus,input[type="email"]:active,input[type="url"]:focus,input[type="url"]:active,input[type="search"]:focus,input[type="search"]:active,input[type="tel"]:focus,input[type="tel"]:active,input[type="color"]:focus,input[type="color"]:active,
select:focus, select:active,
textarea:focus, textarea:active,
.field:focus, .field:active {
background-color: #f7f8fa;
}
input[type="text"].error,input[type="text"].is-invalid,input[type="password"].error,input[type="password"].is-invalid,input[type="datetime"].error,input[type="datetime"].is-invalid,input[type="datetime-local"].error,input[type="datetime-local"].is-invalid,input[type="date"].error,input[type="date"].is-invalid,input[type="month"].error,input[type="month"].is-invalid,input[type="time"].error,input[type="time"].is-invalid,input[type="week"].error,input[type="week"].is-invalid,input[type="number"].error,input[type="number"].is-invalid,input[type="email"].error,input[type="email"].is-invalid,input[type="url"].error,input[type="url"].is-invalid,input[type="search"].error,input[type="search"].is-invalid,input[type="tel"].error,input[type="tel"].is-invalid,input[type="color"].error,input[type="color"].is-invalid,
select.error, select.is-invalid,
textarea.error, textarea.is-invalid,
.field.error, .field.is-invalid {
border-color: #fbe3e4;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
background-color: white;
background-repeat: no-repeat;
background-position: 99% center;
outline-color: #fbe3e4;
color: #fbe3e4;
}
input[type="text"].success,
input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
border-color: #e6efc2;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
background-color: white;
background-repeat: no-repeat;
background-position: 99% center;
outline-color: #e6efc2;
color: #e6efc2;
}
input[type="text"][disabled],input[type="text"].is-disabled,input[type="password"][disabled],input[type="password"].is-disabled,input[type="datetime"][disabled],input[type="datetime"].is-disabled,input[type="datetime-local"][disabled],input[type="datetime-local"].is-disabled,input[type="date"][disabled],input[type="date"].is-disabled,input[type="month"][disabled],input[type="month"].is-disabled,input[type="time"][disabled],input[type="time"].is-disabled,input[type="week"][disabled],input[type="week"].is-disabled,input[type="number"][disabled],input[type="number"].is-disabled,input[type="email"][disabled],input[type="email"].is-disabled,input[type="url"][disabled],input[type="url"].is-disabled,input[type="search"][disabled],input[type="search"].is-disabled,input[type="tel"][disabled],input[type="tel"].is-disabled,input[type="color"][disabled],input[type="color"].is-disabled,
select[disabled], select.is-disabled,
textarea[disabled], textarea.is-disabled,
.field[disabled], .field.is-disabled {
border-color: #cfcfcf;
opacity: .6;
cursor: not-allowed;
}
input[type="text"][disabled]:focus,input[type="text"][disabled]:active,input[type="text"].is-disabled:focus,input[type="text"].is-disabled:active,input[type="password"][disabled]:focus,input[type="password"][disabled]:active,input[type="password"].is-disabled:focus,input[type="password"].is-disabled:active,input[type="datetime"][disabled]:focus,input[type="datetime"][disabled]:active,input[type="datetime"].is-disabled:focus,input[type="datetime"].is-disabled:active,input[type="datetime-local"][disabled]:focus,input[type="datetime-local"][disabled]:active,input[type="datetime-local"].is-disabled:focus,input[type="datetime-local"].is-disabled:active,input[type="date"][disabled]:focus,input[type="date"][disabled]:active,input[type="date"].is-disabled:focus,input[type="date"].is-disabled:active,input[type="month"][disabled]:focus,input[type="month"][disabled]:active,input[type="month"].is-disabled:focus,input[type="month"].is-disabled:active,input[type="time"][disabled]:focus,input[type="time"][disabled]:active,input[type="time"].is-disabled:focus,input[type="time"].is-disabled:active,input[type="week"][disabled]:focus,input[type="week"][disabled]:active,input[type="week"].is-disabled:focus,input[type="week"].is-disabled:active,input[type="number"][disabled]:focus,input[type="number"][disabled]:active,input[type="number"].is-disabled:focus,input[type="number"].is-disabled:active,input[type="email"][disabled]:focus,input[type="email"][disabled]:active,input[type="email"].is-disabled:focus,input[type="email"].is-disabled:active,input[type="url"][disabled]:focus,input[type="url"][disabled]:active,input[type="url"].is-disabled:focus,input[type="url"].is-disabled:active,input[type="search"][disabled]:focus,input[type="search"][disabled]:active,input[type="search"].is-disabled:focus,input[type="search"].is-disabled:active,input[type="tel"][disabled]:focus,input[type="tel"][disabled]:active,input[type="tel"].is-disabled:focus,input[type="tel"].is-disabled:active,input[type="color"][disabled]:focus,input[type="color"][disabled]:active,input[type="color"].is-disabled:focus,input[type="color"].is-disabled:active,
select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active,
textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active,
.field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
background-color: #d5edf8;
}
input[type="password"] {
letter-spacing: .3em;
}
textarea {
max-width: 100%;
min-height: 120px;
line-height: 1.5em;
}
select {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
background-color: transparent;
background-repeat: no-repeat;
background-position: 97.5% center;
outline: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
select::-ms-expand {
display: none;
} .bypostauthor {}  .wrap {
width: 92%;
margin: 0 auto;
} .single #inner-content,
.page #inner-content {
width: 100%;
}
.single .insidesp,
.page .insidesp {
max-width: 600px;
margin: 0 auto;
padding: 0 2%;
} a {
text-decoration: none;
transition: .3s ease-in-out;
}
a:hover {
text-decoration: underline;
cursor: pointer;
} h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
font-weight: bold;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
text-decoration: none;
}
h1, .h1 {
font-size: 1.35em;
line-height: 1.6;
}
h2, .h2 {
margin-bottom: .375em;
font-size: 1.3em;
line-height: 1.56;
}
h3, .h3 {
font-size: 1.2em;
}
h4, .h4 {
font-size: 1.1em;
}
h5, .h5 {
margin-bottom: .5em;
font-size: 1em;
line-height: 1.5;
} .entry-content h2 {
margin: 2.5em 0 .7em;
font-size: 1.4em;
line-height: 1.6;
}
.entry-content h3 {
margin: 2.6em 0 .7em;
padding: 10px 0 10px 10px;
border-left-width: 4px;
border-left-style: solid;
font-size: 1.2em;
line-height: 1.5;
}
.entry-content h4 {
margin: 2.3em 0 .7em;
font-size: 1.1em;
}
.entry-content h2:first-child, .entry-content h3:first-child ,.entry-content h4:first-child, #inner-content .hh:first-child {
margin-top: 0;
} .header {
position: relative;
z-index: 99;
box-shadow: 0 3px 6px rgba(0, 0, 0, .18);
}
#inner-header {
max-width: 96%;
} #drawer + #inner-header {
max-width: calc(100% - 76px);
}
#logo {
display: table;
margin: 0;
padding: 0 0 0 5px;
width: 100%;
font-size: 6vmin;
text-align: center;
letter-spacing: 1px;
}
#logo:before {
content: '';
height: 62px;
display: block;
float: left;
}
#logo a {
display: table-cell;
line-height: 1.5;
vertical-align: middle;
}
#logo a:hover {
opacity: .5;
}
#logo img {
display: inline-block;
height: 62px;
padding: 10px 0 10px 0;
vertical-align: middle;
}  .desktop-nav {
display: none;
} .mobile-nav {
overflow: hidden;
}
.mobile-nav,
.mobile-nav li,
.mobile-nav li a {
height: 40px;
}
.mobile-nav ul {
overflow-x: auto;
margin: 0;
text-align: center;
white-space: nowrap;
animation: RightToLeft 2s cubic-bezier(.24, .56, .47, .91) 0s 1 normal;
-webkit-overflow-scrolling: touch;
}
@keyframes RightToLeft {
0% {
transform: translateX(15px);
}
}
.mobile-nav li {
display: inline-block;
opacity: .8;
}
.mobile-nav li.current-menu-item {
border-bottom-width: 3px;
border-bottom-style: solid;
opacity: 1;
}
.mobile-nav li a {
display: inline-block;
padding: 0 9px;
font-size: 14px;
font-weight: bold;
vertical-align: middle;
line-height: 40px;
}
.mobile-nav li a:hover {
opacity: 1;
text-decoration: none;
} #drawer__content {
overflow: auto;
position: fixed;
z-index: 9999;
width: 90%;
max-width: 330px;
height: 100%;
padding-bottom: 50px;
background: #fff;
transition: .3s ease-in-out;
-webkit-transform: translateX(-105%);
transform: translateX(-105%);
-webkit-overflow-scrolling: touch;
}
#drawer__content .widget {
margin: 0 0 15px;
}
#drawer__content .widget_search {
margin: 1em;
}
#drawer__content input#s {
background: #efefef;
box-shadow: none;
}
.drawer__title {
position: relative;
padding: 7px 15px;
font-size: 22px;
font-weight: bold;
text-align: center;
letter-spacing: 2px;
}
.drawer__title .close {
display: inline-block;
padding: 10px 3px;
}
.drawer__title .close span {
height: 30px;
margin: 0 20px 0 7px;
}
.drawer__title .close span:before {
left: -13px;
width: 30px;
} .drawer--unshown {
display: none; }
#drawer__open {
position: absolute;
top: 0;
left: 0;
width: 48px;
padding: 0;
border: none;
background: transparent;
outline: none;
font-size: 23px;
text-align: center;
vertical-align: middle;
line-height: 62px;
}
#drawer__close-cover {
display: none;
position: fixed;
z-index: 99;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: black;
opacity: 0;
transition: .3s ease-in-out;
}
#drawer__input:checked ~ #drawer__content {
box-shadow: 6px 0 25px rgba(0,0,0,.15);
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
#drawer__input:checked ~ #drawer__close-cover {
display: block;
opacity: .5;
} .header-info a {
display: block;
padding: 10px;
font-weight: bold;
border-top: solid 1px rgba(255, 255, 255, 0.3);
text-align: center;
animation: fadeHeader .7s ease 0s 1 normal;
}
.header-info a:hover {
text-decoration: none;
background-size: 140%;
opacity: .9;
} #content {
margin-top: 2em;
padding-bottom: 3em;
}
.single #content,
.page #content {
margin-top: 0;
}
#entry {
margin-bottom: 1.5em;
border-radius: 3px;
background-color: white;
}
#entry header {
color: #070f15;
}
#entry footer {
margin: 2em 0 0;
}
#entry footer aside {
position: relative;
}
footer p {
margin: 0;
}
.post-thumbnail {
margin: 0;
}
.post-thumbnail img {
width: 100%;
}
.withspace {
padding: 0 15px;
} .sns-btn {
margin: 0 auto;
text-align: center;
}
.sns-btn__item {
display: inline-block;
position: relative;
}
.sns-btn__item a {
display: inline-block;
width: 90px;
height: 76px;
margin: 6px 4px;
padding: 10px 0;
border-radius: 10px;
background: #fff;
font-size: 13px;
font-weight: bold;
text-align: center;
vertical-align: middle;
transition: .3s ease-in-out;
}
.sns-btn__item a:hover {
box-shadow: 0 10px 25px -5px rgba(0,0,0,.2);
text-decoration: none;
}
.sns-btn .sns-btn__item .fa {
display: block;
width: auto;
height: auto;
font-size: 35px;
line-height: 1;
}
.tw a,
.tw .scc {
color: #7dcdf7;
}
.fb a,
.fb .scc {
color: #7c9dec;
}
.gplus a,
.gplus .scc {
color: #ff7573;
}
.pkt a,
.pkt .scc {
color: #f99593;
}
.hatebu a,
.hatebu .scc {
color: #7cb1ec;
}
.line a {
color: #8ed97a;
}
.fa-hatebu:before {
font-family: "Quicksand","Arial",sans-serif;
font-size: 1.1em;
font-weight: bold;
line-height: .9;
content: "B!";
} #fab {
display: none;}
.fab-btn {
display: block;
position: relative;
z-index: 2;
width: 60px;
height: 60px;
margin: -30px 15px -30px auto;
border-radius: 50%;
outline: none;
box-shadow: 0 3px 4px rgba(0,0,0,.2), 0 0 2px 0 rgba(0,0,0,.2);
color: #fff;
font-size: 25px;
text-align: center;
cursor: pointer;
transition: .3s ease-in-out;
transition-delay: .1s;
animation: animScale 3.5s ease-out;
}
.fab-btn:hover {
box-shadow: 0 10px 20px rgba(0,0,0,.25);
}
#fab:checked ~ .fab-btn {
background: #f0f0f0;
opacity: 0;
-webkit-transform: translate(-150px,-150px) scale3d(4,5,1);
transform: translate(-150px,-150px) scale3d(4,5,1);
}
.fab-btn i {
line-height: 60px;
animation: iconIn .7s ease 0s 1 normal;
}
@keyframes iconIn {
0% {
opacity: 0;
}
70% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#fab:checked ~ .fab-btn i {
display: none;
}
#fab__contents {
display: none;
position: fixed;
z-index: 9999;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 10px;
background: #f0f0f0;
}
#fab:checked ~ #fab__contents {
display: block;
-webkit-animation: coverIn .7s ease 0s 1 normal;
animation: coverIn .7s ease 0s 1 normal;
}
@keyframes coverIn {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes coverIn {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fab__contents-main {
position: absolute;
top: 50%;
left: 0;
width: 100%;
padding: 20px 0;
background: #f0f0f0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.fab__contents-main .sns-btn {
max-width: 320px;
}
.fab__contents_title {
margin: 0;
font-size: 30px;
text-align: center;
}
.fab__contents_img {
overflow: hidden;
position: relative;
width: 300px;
height: 125px;
margin: 7px auto 20px;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
color: #fff;
font-weight: bold;
}
.close {
display: none;
position: absolute;
z-index: 999999;
top: 0;
right: 0;
padding: 0 15px 10px;
cursor: pointer;
-webkit-animation: animScale 2s ease 0s 1 normal;
animation: animScale 2s ease 0s 1 normal;
}
.close span {
display: inline-block;
position: relative;
width: 3px;
height: 45px;
margin: 0 20px 0 7px;
padding: 0;
background: #8c9196;
transition: .3s ease-in-out;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.close span:before {
display: block;
position: absolute;
top: 50%;
left: -20px;
width: 45px;
height: 3px;
margin-top: -2px;
background: #8c9196;
content: "";
}
#fab:checked ~ #fab__contents .close {
display: inline-block;
}
.close span:hover {
transform: rotate(45deg) scale(1.1);
}
.fab__close-cover {
display: none;
position: fixed;
z-index: 9999;
top: 0;
left: 0;
padding: 10px;
background: rgba(0, 0, 0, .35);
opacity: 0;
}  .normal-sns .sns-btn__item {
width: 29%;
margin: 0 1%;
}
.normal-sns .sns-btn__item a {
width: auto;
}
.normal-sns .sns-btn__item a:hover {
opacity: .6;
box-shadow: none;
}
.sns-btn__title {
display: inline-block;
position: relative;
padding: 0 25px;
color: #cccfd7;
font-size: 22px;
font-weight: bold;
line-height: 1;
letter-spacing: 1px;
}
.sns-btn__title:before,
.sns-btn__title:after {
display: inline-block;
position: absolute;
top: 50%;
width: 20px;
height: 3px;
border-radius: 3px;
background-color: #d8dae1;
content: "";
}
.sns-btn__title:before {
left: 0;
-webkit-transform: rotate(50deg);
transform: rotate(50deg);
}
.sns-btn__title:after {
right: 0;
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg);
} .normal-sns.sns-dif {
position: relative;
}
.normal-sns.sns-dif .share_txt {
display: none;
}
.normal-sns.sns-dif ul {
margin: 0;
padding: 14px 0 16px;
background: #eaedf2;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
overflow:hidden;
}
.normal-sns.sns-dif ul li {
width: auto;
margin: 0;
}
.normal-sns.sns-dif ul li a {
position: relative;
width: 52px;
height: 52px;
margin: 3.5px;
padding: 0;
box-shadow: 0 7px 15px -4px rgba(0, 0, 0, .15);
transition: all .3s;
transition-timing-function: cubic-bezier(.51, .1, .36, 1.68);
}
.normal-sns.sns-dif ul li a:hover {
opacity: 1;
box-shadow: 0 14px 20px -4px rgba(0, 0, 0, .25);
transform: scale(1.05) translateY(-2px);
}
.normal-sns.sns-dif ul li .fa {
font-size: 30px;
line-height: 52px;
}
.normal-sns.sns-dif .line a .fa {
position: relative;
top: -5px;
}
.normal-sns.sns-dif .line .share_txt {
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
font-size: 10px;
} .scc {
position: absolute;
font-size: 11px;
font-weight: bold;
}
.fab__contents-main .scc { top: 7px;
left: 10px;
}
.normal-sns .scc { top: 7px;
left: 15px;
}
.normal-sns.sns-dif .scc { top : auto;
bottom: -12px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
line-height: 1.2;
} .fixed-menu {
margin-bottom: 54px;
}
.fixed-menu ul {
position: fixed;
display: table;
table-layout: fixed;
width: 100%;
bottom: 0;
left: 0;
margin: 0;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
z-index: 98;
box-shadow: 0 -1px 3px rgba(100,120,130,.25);
}
.fixed-menu ul li .fa {
font-size: 24px;
display: block;
width: auto;
}
.fixed-menu ul li {
display: table-cell;
text-align: center;
}
.fixed-menu ul li a {
display: block;
padding: 9px 0 6px;
font-size: 10px;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
}
.fixed-menu a:hover , .fixed-menu__follow a {
text-decoration: none;
} .fixed-menu__share .gplus ,.fixed-menu__share .sns-btn__title{
display: none;
}
.fixed-menu__share .scc {
display: none;
}
.normal-sns.fixed-menu__share, .fixed-menu__follow{
position: fixed;
bottom: -150px;
width: 100%;
z-index: 97;
transition: .3s ease-in-out;
}
.normal-sns.fixed-menu__share.active,.fixed-menu__follow.active{
bottom: 54px;
}
.normal-sns.fixed-menu__share ul {
background: #a2a7ab;
}
.normal-sns.fixed-menu__share .scc {
color: #e0e0e0;
}
.fixed-menu__follow {
display: table;
width: 100%;
background: #505050;
text-align: center;
box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}
.fixed-menu__follow span , .fixed-menu__follow a {
display: table-cell;
color: #FFF;
font-weight: bold;
vertical-align: middle;
}
.fixed-menu__follow span {
font-size: 19px;
padding: 10px 3px;
}
.fixed-menu__follow a {
font-size: 11px;
}
.fixed-menu__follow a .fa {
font-size: 28px;
}
.follow-tw { background: #7dccf7;}
.follow-fb { background: #7c9cec;}
.follow-fdly { background: #8ed87a;}  .single-title,
.page-title,
.entry-title {
position: relative;
margin: 0;
padding: 20px 15px 15px;
color: #444;
}
.entry-meta {
margin: 0 0 20px;
padding: 0 15px;
color: #8e949a;
}
.entry-time {
padding: 0 10px 0 0;
}
.entry-header .pubdate:before {
padding-right: 5px;
font-family: FontAwesome;
content: "\f133";
}
.entry-header .updated:before {
padding-right: 5px;
font-family: FontAwesome;
content: "\f021";
} .nothumb .entry-meta {
position: relative;
font-size: 15px;
}
.nothumb .entry-meta:after,
.nothumb .page-title:after {
position: absolute;
bottom: -24px;
left: 15px;
display: inline-block;
content: "";
width: 100px;
height: 4px;
border-radius: 2px;
background: #eaedf2;
}
.nothumb .page-title:after {
bottom: -15px;
}
.nothumb .fab-btn {
margin: -40px 15px 0 auto;
} .entry-content {
padding: 40px 15px 0;
}
.entry-content p {
margin: 0 0 1.5em;
}
.entry-content p a {
text-decoration: underline;
}
.entry-content p a:hover {
text-decoration: none;
}
.single .nothumb .entry-content {
padding-top: 10px;
} .entry-content table {
width: 100%;
margin-bottom: 1.5em;
border: 2px solid #e0e0e0;
} .entry-content table.tb-responsive {
display: block;
overflow-x: auto;
width: 100%;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.entry-content table caption {
margin: 0 0 7px;
color: #9fa6b4;
font-size: .75em;
letter-spacing: 1px;
}
.entry-content tr:not(:last-child) {
border-bottom: 2px solid #e0e0e0;
}
.entry-content td {
padding: 7px;
border-right: 2px solid #e0e0e0;
}
.entry-content td:last-child {
border-right: 0;
}
.entry-content th {
padding: 7px;
border-right: 2px solid #e0e0e0;
border-bottom: 2px solid #e0e0e0;
background-color: #f8f9fa;
} .entry-content blockquote {
box-sizing: border-box;
position: relative;
margin: 1.5em 0;
padding: 13px 15px 13px 50px;
border: solid 2px #464646;
color: #464646;
}
.entry-content blockquote:before {
display: inline-block;
position: absolute;
top: 20px;
left: 15px;
font-family: FontAwesome;
font-size: 25px;
vertical-align: middle;
line-height: 1;
content: "\f10d";
}
.entry-content blockquote p {
margin: 10px 0;
padding: 0;
line-height: 1.7;
}
.entry-content blockquote cite {
display: block;
color: #888;
font-size: .9em;
text-align: right;
}
.entry-content blockquote ul, .entry-content blockquote ol {
border: none;
padding: 5px 0 5px 22px;
margin: 0;
background: transparent;
} .entry-content ul {
list-style-type: disc;
margin-bottom: 1.5em;
padding: 1.5em 1em 1.5em 2.5em;
border: solid 2px #dcdcdc;
}
.entry-content li {
padding: 5px 0;
}
.entry-content li ul li, .entry-content li ol li {
padding: 0;
}
.entry-content ol {
list-style-type: decimal;
margin-bottom: 1.5em;
padding: 1.5em 1em 1.5em 2.5em;
border: solid 2px #dcdcdc;
}
.entry-content ul li ul,
.entry-content ol li ul,
.entry-content ol li ol {
margin: 0;
padding: .5em 0 .5em 1.3em;
border: none;
} .entry-content dd {
margin-bottom: 1.5em;
margin-left: 0;
color: #787878;
font-size: .9em;
} .entry-content img {
max-width: 100%;
height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
max-width: 100%;
height: auto;
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
display: block;
clear: both;
margin-right: auto;
margin-left: auto;
} .gallery {
margin: 1em 0;
}
.gallery-item {
display: inline-block;
margin: 10px 0;
vertical-align: middle;
}
.gallery-item img {
box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.26), 0 0 4px rgba(0, 0, 0, 0.12);
transition: .3s ease-in-out;
}
.gallery-item img:hover {
box-shadow: 0 18px 22px -6px rgba(0, 0, 0, 0.3);
}
.gallery-icon {
text-align: center;
}
.gallery-columns-1 .gallery-item {width: 100%;margin-right: 0;}
.gallery-columns-2 .gallery-item {width: 49%;margin-right: 1%;}
.gallery-columns-3 .gallery-item {width: 32%;margin-right: 1%;}
.gallery-columns-4 .gallery-item {width: 24%;margin-right: 1%;}
.gallery-columns-5 .gallery-item {width: 19%;margin-right: 1%;}
.gallery-columns-6 .gallery-item {width: 15%;margin-right: 1.5%;}
.gallery-item .gallery-caption {
color: gray;
font-size: 0.75em;
margin: 5px 0;
text-align: center;
} .gallery-caption {
}
.entry-content .wp-caption {
max-width: 100%;
margin: 0 0 1.5em;
padding: 8px;
border: #eaedf2 2px solid;
}
.entry-content .wp-caption.aligncenter {
margin: 0 auto 1em;
}
.entry-content .wp-caption img {
max-width: 100%;
width: 100%;
margin-bottom: 0;
}
.entry-content .wp-caption p.wp-caption-text {
margin: 10px 0 0;
font-size: .85em;
text-align: center;
} .entry-content code,
.entry-content .haiiro {
padding: .2em .3em;
border-radius: 5px;
background: #f3f6fc;
font-size: .9em;
}
.entry-content pre {
margin: 0 0 1.5em;
padding: 1em;
border: solid 1px #eaedf2;
background: #f3f6fc;
color: #54687c;
}
.entry-content pre code {
padding: 0;
background: transparent;
} .page-links {
margin: 2em 0 0;
text-align: center;
}
.page-links a {
display: inline-block;
}
.page-links span {
display: inline-block;
width: 40px;
height: 40px;
margin: 3px;
border-radius: 50%;
background: #ececec;
font-size: 21px;
text-align: center;
line-height: 40px;
}
.page-links a span:hover {
opacity: .8;
}
.prev.page-numbers,
.next.page-numbers {
width: 15px;
background: transparent;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
background: transparent!important;
opacity: .7;
}  .cardtype,.sidelong {
margin-bottom: 1em;
}
.cardtype__article {
position: relative;
width: 100%;
margin: 0 0 25px;
border-radius: 2px;
background: #fff;
box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
cursor: pointer;
transition: .2s ease-in-out;
}
.cardtype__article:hover {
box-shadow: 0 15px 30px -5px rgba(0,0,0,.15),0 0 5px rgba(0,0,0,.1);
transform: translateY(-4px);
}
.cardtype__link {
display: block;
color: #555;
text-decoration: none;
cursor: pointer;
}
.cardtype__link:hover {
color: #555;
text-decoration: none;
}
.cardtype__img {
margin: 0;
overflow: hidden;
position: relative;
height: 0;
padding-bottom: 57.7%;
}
.cardtype__img img {
border-radius: 2px 2px 0 0;
}
.cardtype__link {
padding-bottom: 25px;
}
.cardtype h2 {
margin: 8px 13px 0;
font-size: 17px;
}
.cardtype time {
display: block;
margin: 13px 13px 8px;
color: #b5b5b5;
font-size: 13px;
font-weight: bold;
}
.cardtype time:before {
content: '\f017';
font-family: FontAwesome;
padding-right: 4px;
font-weight: normal;
}
.cat-name {
display: inline-block;
overflow: hidden;
position: absolute;
top: 13px;
left: 13px;
height: 22px;
margin: 0;
padding: 0 10px;
border-radius: 14px;
color: #fff;
font-size: 11px;
font-weight: bold;
vertical-align: middle;
line-height: 22px;
}
.cat-name:hover {
text-decoration: none;
background: silver;
}
.newmark {
display: inline-block;
position: absolute;
top: 13px;
right: 10px;
width: 37px;
height: 37px;
border-radius: 8px;
color: #fff;
font-size: 13px;
font-weight: bold;
text-align: center;
line-height: 37px;
transform-origin: 50% 50%;
animation: animScale 3.5s ease-out;
}
@keyframes animScale {
0% {
transform: scale(0, 0);
}
30% {
transform: scale(0, 0);
}
35% {
transform: scale(1.2, 1.2);
}
40% {
transform: scale(1, 1);
}
45% {
transform: scale(1.1, 1.1);
}
60% {
transform: scale(1, 1);
}
100% {
transform: scale(1, 1);
}
}
.home_bottom {
margin: 1em 0;
}
.home_top {
margin: 0 0 1em;
}
#content.page-forfront {
margin-top: 0;
padding: 15px;
background: #fff;
}
#content.page-forfront .entry-content {
padding: 0!important;
} .sidelong__article {
position: relative;
width: 100%;
margin: 0 0 1em;
overflow: hidden;
background: #fff;
cursor: pointer;
transition: .3s ease-in-out;
}
.sidelong__article:hover {
box-shadow: 0 10px 20px -5px rgba(0,0,0,.2);
}
.sidelong__link {
display: table;
width: 100%;
padding: 7px;
color: #555;
text-decoration: none;
cursor: pointer;
}
.sidelong__link:hover{
text-decoration: none}
.sidelong__img,
.sidelong__article-info {
display: table-cell;
vertical-align: middle;
}
.sidelong__img {
width: 90px;
height: 90px;
}
.sidelong__img img {
width: 100%;}
.sidelong__article-info {
width: calc(100% - 90px);
padding-left: 10px;
}
.sidelong time {
display: block;
color: #b5b5b5;
font-size: 13px;
font-weight: bold;
margin: 0;
}
.sidelong h2 {
display: -webkit-box;
overflow: hidden;
height: 4.2em;
margin: 0;
font-size: 15px;
line-height: 1.4;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.sidelong .newmark {
top: 4px;
right: auto;
left: 4px;
}
.cardtype__article, .sidelong__article {
animation: fadeIn 1.1s ease 0s 1 normal;
}
.cardtype__article:first-child,
.cardtype__article:nth-child(2),
.sidelong__article:first-child,
.sidelong__article:nth-child(2) {
animation: fadeIn .7s ease 0s 1 normal;
}
@keyframes fadeIn {
0% {
opacity: 0;
transform: translateY(30px);
}
100% {
opacity: 1;
}
} .post-tab {
width: 100%;
margin-bottom: .5em;
text-align: center;
box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2);
border-radius: 3px;
overflow: hidden;
background: #FFF;
font-size: .85em;
font-weight: bold;
line-height: 1.4;
}
.post-tab > div {
float: left;
width: 50%;
padding:.8em .2em;
cursor:pointer;
vertical-align: middle;
}
.post-tab .tab3, .post-tab .tab4 {
border-top: solid 1px #eaeaea;
}
.post-tab .tab1,  .post-tab .tab3 {
border-right: solid 1px #eaeaea;
} .post-tab > div.tab-active {
color: #FFF;
background: #58a9ef;
}
.post-tab__content {display:none;padding:20px 0;}
.post-tab__content.tab-active {display:block;}
.post-tab__more {
margin-bottom: 1.5em;
} .pagination,
.wp-prev-next {
margin: 1.5em 0;
}
.pagination {
text-align: left;
}
.pagination ul {
display: block;
clear: both;
padding: 1.5em 0 0;
border-radius: 3px;
text-align: center;
}
.pagination li {
display: inline-block;
overflow: hidden;
margin: 3.5px;
padding: 0;
text-align: center;
}
.pagination a,
.pagination span {
display: inline-block;
width: 46px;
height: 46px;
margin: 0;
border-radius: 50%;
background: #fff;
font-size: 17.5px;
font-weight: bold;
text-decoration: none;
line-height: 46px;
}
.pagination .current {
color: #fff;
cursor: default;
}
.page-numbers.dots {
width: auto;
padding: 0;
background: transparent;
}
.wp-prev-next .prev-link {
float: left;
}
.wp-prev-next .next-link {
float: right;
} #sidebar1 h4:first-child,
#nav_drawer h4:first-child {
margin-top: 0;
} .widget {
margin: 0 0 2.5em;
background: #fff;
font-size: .98em;
}
.widgettitle {
margin-bottom: 0;
padding: 7px 13px;
font-size: 1.2em;
} .sidebar .widgettitle:before {
padding-right: 4px;
font-family: FontAwesome;
}
.sidebar .my_popular_posts .widgettitle:before {
content: "\f201";
}
.sidebar .widget_archive .widgettitle:before {
content: "\f017";
}
.sidebar .widget_recent_entries .widgettitle:before {
content: "\f08d";
}
.sidebar .widget_tag_cloud .widgettitle:before {
content: "\f02c";
}
.sidebar .widget_categories .widgettitle:before {
content: "\f0ca";
}
.widget ul {
margin: 0;
}
.widget h4 + * {
margin-top: 0;
margin-bottom: 0;
padding: 8px 10px;
}
.widget .textwidget {
padding: 10px;
}
.textwidget p {
margin: 0.5em 0;
}
.widget .custom-html-widget {
padding: 0;
}
.widget ul li {
margin: 0;
font-weight: bold;
}
.widget ul li ul {
margin: 0;
}
.widget ul li ul li a {
padding: 5px 7px 5px 13px;
font-size: 15px;
font-weight: normal;
}
.widget ul li ul li a:before {
padding-right: 5px;
color: silver;
font-family: FontAwesome;
content: "\f105";
}
.widget ul li a {
display: block;
padding: 7px;
color: #626262;
text-decoration: none;
}
.widget ul li a:hover {
background: #efefef;
}
.widget.popular-posts ul li a:hover {
background: transparent;
}
.entry-count {
display: inline-block;
overflow: hidden;
min-width: 24px;
height: 24px;
margin-left: 3px;
border-radius: 50%;
background: #f3f3f3;
color: #626262;
font-size: 12px;
font-weight: normal;
text-align: center;
vertical-align: middle;
line-height: 24px;
} #fixed_sidebar {
display: none;
margin-top: 25px;
}
#fixed_sidebar .widget {
margin-bottom: 1em;
}
.sidefixed {
position: fixed;
top: 0;
}
.sideidled{
position: fixed;
} .widget_search {
background: transparent;
}
#searchform div {
position: relative;
max-width: 400px;
}
input#s {
padding-right: 48px;
border-bottom: solid 1px #efefef;
background: #fff;
outline: none;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.15), 0 3px 3px -2px rgba(0,0,0,.15);
transition: .3s ease-in-out;
-webkit-appearance: none;
}
input#s:focus {
box-shadow: 0 5px 10px rgba(0,0,0,.15);
}
#searchsubmit {
position: absolute;
top: 0;
right: 0;
width: 45px;
height: 45px;
padding: 0;
border: none;
border-bottom: solid 1px rgba(0,0,0,.1);
border-radius: 0 3px 3px 0;
color: #fff;
font-size: 20px;
text-align: center;
vertical-align: middle;
line-height: 40px;
}
#searchsubmit .fa {
transition: .4s ease-in-out;
}
input#s:focus + #searchsubmit .fa {
font-size: 24px;
} .tagcloud a {
display: inline-block;
margin: 5px 5px 5px 0;
padding: 2px 8px;
border-radius: 15px;
background: #f4f4f4;
color: #666;
font-size: 12px!important;
font-weight: bold;
}
.tagcloud a:hover {
box-shadow: 0 2px 5px rgba(0,0,0,.2);
text-decoration: none;
} #wp-calendar {
width: 250px;
margin: 10px auto 0;
text-align: center;
}
.widget_media_image {
background: transparent;
}
.widget_media_image img {
padding: 10px 0;
} .widget.widget_recent_comments li {
padding: 5px 0;
font-size: .85em;
font-weight: normal;
}
.widget.widget_recent_comments li a {
display: inline;
padding: 0;
text-decoration: underline;
}
.widget.widget_recent_comments li a:hover {
background: transparent;
} .widget .my-widget li a {
display: table;
width: 100%;
}
.widget .my-widget li a:hover {
background: transparent;
color: #92979f;
}
.my-widget li a .my-widget__text {
display: table-cell;
width: 180px;
width: calc(100% - 88px);
font-size: .9em;
vertical-align: middle;
line-height: 1.5;
}
.my-widget li a .my-widget__img {
display: table-cell;
width: 88px;
height: 88px;
padding-right: 8px;
vertical-align: middle;
}
.my-widget li a .post-date,
.views {
display: block;
color: #b7b7b7;
font-size: 13px;
font-weight: 500;
}
.my-widget__img img {
width: 100%;
border: solid 2px #f3f3f3;
transition: .3s ease-in-out;
}
.my-widget li a:hover .my-widget__img img {
transform: scale(1.05);
}
.show_num li {
position: relative;
}
.show_num li .rank {
display: inline-block;
position: absolute;
z-index: 3;
top: 0;
left: 0;
width: 25px;
height: 25px;
border-radius: 50%;
color: #fff;
text-align: center;
line-height: 25px;
}
.show_num li:nth-child(n + 4) .rank {
background: #f3f3f3;
color: #9a9a9a;
}
.show_num li a div {
padding-left: 23px;
}
.show_num li a figure + div {
padding-left: 0;
} .profile-background img {
width: 100%;
}
.yourprofile .profile-img {
position: relative;
width: 80px;
height: 80px;
margin: -40px auto 0;
}
.yourprofile .profile-img img {
border: solid 3px #fff;
border-radius: 40px;
overflow: hidden;
}
.yourname {
padding: 0 10px;
font-size: 1.3em;
font-weight: bold;
text-align: center;
}
.profile-content {
padding: 0 15px;
font-size: 0.95em;
}
.profile-sns {
margin: 0;
padding: 10px 10px 20px;
text-align: center;
}
.profile-sns li {
display: inline-block;
}
.widget .profile-sns li a {
padding: 3px;
color: #555;
}
.widget .profile-sns li a:hover {
background: transparent;
opacity: .6;
}
.profile-sns li .fa {
width: 40px;
height: 40px;
border-radius: 50%;
background: #6eb6fd;
color: #fff;
font-size: 20px;
text-align: center;
line-height: 40px;
}
.profile-sns li .fa-twitter {
background: #7dcdf7;
}
.profile-sns li .fa-facebook {
background: #7c9dec;
}
.profile-sns li .fa-instagram {
background: #f99593;
}
.profile-sns li .fa-rss {
background: #a9dc8b;
} .widget-menu__title {
padding: 10px;
font-size: 1.1em;
color: #FFF;
}
.widget-menu {
text-align: center;
}
.widget-menu li {
float: left;
width: 50%;
border-bottom: solid 2px #EFEFEF;
font-size: 12px;
vertical-align: middle;
background: #FFF;
}
.widget-menu li:nth-child(even) {
border-left: solid 2px #EFEFEF;
}
.widget-menu li:last-child, .widget-menu li:nth-last-child(2) {
border-bottom: 0;
}
.widget-menu .fa {
display: block;
font-size: 3em;
} #main .widget-menu {
margin: 0 0 1em;
padding: 0;
border-top: 0;
list-style: none;
}
#main .widget-menu li {
margin-top: 1px;
padding: 0;
}
#main .widget-menu li:after {
display: table;
content: "";
}
#main .widget-menu a {
display: block;
padding: 1.2em .5em;
font-weight: bold;
text-decoration: none;
color: #555;
}
#main .widget-menu a:hover {
background: #EFEFEF;
} @media only screen and (min-width: 520px) {
.menu-three.widget-menu li {
width: 33.3%;
}
.menu-three.widget-menu li:nth-child(3n+1) {
border-left: 0;
}
.menu-three.widget-menu li {
border-left: solid 2px #EFEFEF;
}
.menu-three.widget-menu li:nth-last-child(3) {
border-bottom: 0;
}
} .widget .follow_btn {
margin-top: 0;
text-align: center;
}
.widget .follow_btn a {
margin: 15px 5px;
}
.widget .follow_btn a:before {
width: 50px;
height: 50px;
line-height: 50px;
} .no-widgets {
margin-bottom: 1.5em;
padding: 1.5em;
border: 1px solid #ccc;
border-radius: 2px;
background-color: white;
text-align: center;
} .sponsored {
margin: 1em 0;
}
.entry-content .sponsored:first-child {
margin-top: 0;
} #main .h-undeline {
position: relative;
margin: 0;
padding: 14px 10px;
font-weight: bold;
text-align: center;
background: #eaedf2;
} .recommended {
margin-bottom: 1.5em;
}
.recommended a {
display: table;
width: 90%;
margin: 5%;
color: #333;
font-weight: bold;
line-height: 1.55;
}
.recommended a figure,
.recommended a div {
display: table-cell;
vertical-align: middle;
}
.recommended a figure {
width: 90px;
height: 90px;
}
.recommended figure img {
width: 100%;
border-radius: 10px;
transition: all .4s;
}
.recommended a div {
width: calc(100% - 90px);
padding-left: 15px;
}
.recommended a:hover {
color: #888;
text-decoration: none;
}
.recommended a:hover figure img {
box-shadow: 0 7px 15px rgba(0,0,0,.25);
} .related-posts > p {
font-size: 1.3em;
font-weight: bold;
text-align: center;
}
.related-posts ul {
overflow: auto;
margin: 0;
padding: 10px;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.related-posts ul li {
display: inline-block;
width: 240px;
margin: 10px;
border-radius: 3px;
vertical-align: middle;
white-space: normal;
}
.related-posts ul li a {
display: block;
color: #333;
text-decoration: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.related-posts ul li a:hover {
color: black;
}
.rlmg img {
box-shadow: 0 2px 4px rgba(0,0,0,.3);
transition: .3s;
}
.related-posts ul li a:hover img {
box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .25);
transform: translateY(-4px);
}
.rep {
padding: 10px 0 0;
line-height: 1.5;
}
.rep p {
display: -webkit-box;
overflow: hidden;
height: 4.5em;
margin: 0;
font-size: .95em;
font-weight: bold;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.type_b {
background: #eaedf2;
}
.related-posts.type_b ul {
padding: 0 10px 25px;
}
.type_b ul li {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
background: #FFF;
overflow: hidden;
transition: .3s;
}
.type_b .rlmg img {
box-shadow: none;
border-bottom: solid 1px #EFEFEF;
}
.related-posts.type_b li a .rep {
padding: 10px;
}
.related-posts.type_b ul li:hover {
box-shadow: 0 6px 13px rgba(0,0,0,0.25)
}
.related-posts.type_b ul li a:hover img {
box-shadow: none;
transform: none;
}
.type_c ul {
padding: 0 13px;
margin: 0 0 1.5em;
}
.type_c ul li {
display: block;
margin: 0;
padding: 14px 0;
width: 100%;
border-bottom: 1px solid #e0e0e0;
border-radius: 0;
}
.type_c ul li:last-child {
border-bottom: none;
}
.type_c ul li a {
display: table;
}
.type_c .rlmg, .type_c .rep{
display: table-cell;
vertical-align: middle;
}
.type_c .rlmg {
width: 40%;
padding-right: 10px;
}
.type_c .rlmg img {
width: 100%;
}
.type_c .rep {
width: 60%;
padding: 0;
}
.no_slide ul {
padding: 15px;
white-space: normal;
}
.no_slide ul li {
margin: 0 4% 20px 0;
width: 48%;
vertical-align: top;
}
.no_slide ul li:nth-child(even) {
margin-right: 0;
}
.no_slide .rep {
padding-top: 5px;
}
.no_slide .rep p {
font-size: 0.9em;
}
.no_slide.type_b li a .rep {
padding: 8px 5px;
font-size: 0.95em;
} .footer-meta {
padding: 10px 5% 20px;
font-size: .95em;
font-weight: bold;
}
.footer-meta_title {
display: inline-block;
padding-right: 2px;
}
.footer-meta ul {
display: inline-block;
margin: 0;
}
.footer-meta ul li {
display: inline-block;
}
.footer-meta ul li:not(:last-child):after {
padding: 0 0 0 4px;
content: "/";
}
.footer-meta ul li a {
color: rgba(0, 0, 0, .4);
}
.footer-meta ul li a:hover {
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
.meta-tag {
margin-top: 5px;
}
.meta-tag a:before {
padding-left: 3px;
content: "#";
}
.tags {
margin: 0;
} .like_box {
padding: 30px 15px;
}
.like_inside {
overflow: hidden;
max-width: 350px;
margin: 0 auto;
border-radius: 3px;
background: #fff;
box-shadow: 0 10px 15px -2px rgba(0, 0, 0, .24);
}
.like_img {
overflow: hidden;
position: relative;
width: 110%;
margin-left: -5%;
border-radius: 0 0 50% 50%/0 0 25% 25%;
transition: .3s ease-in-out;
}
.like_img img {
width: 100%;
}
.like_img:after {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: black;
opacity: .15;
content: "";
}
.like_img p {
position: absolute;
z-index: 2;
top: 20%;
top: calc(50% - 70px);
left: 0;
width: 100%;
padding: 10%;
background-position: 50% 50%;
color: #fff;
font-size: 35px;
text-align: center;
}
.like_content {
padding: 15px 20px;
font-weight: bold;
}
.like_content p {
padding-bottom: 10px;
font-weight: bold;
}
.like_insta {
display: inline-block;
margin: 12px 0 0;
padding: 5px 7px;
color: #FFF;
font-size: 12px;
background: #4266b2;
background: linear-gradient(45deg,#fad51f,#f95e5e 20%,#e83784 60%,#754ed5);
line-height: 1;
border-radius: 5px;
}
.like_insta:hover {
text-decoration: none;
} .author-info {
position: relative;
padding: 25px 15px;
}
.author-info__inner {
position: relative;
}
.author-info__inner .tb {
border-radius: 3px;
background: #fff;
box-shadow: 0 5px 20px -5px rgba(105, 115, 131, .35);
}
.author-info__inner .tb-left {
padding: 20px 15px 5px;
}
.author_label span {
display: inline-block;
position: relative;
min-width: 120px;
max-width: 100%;
margin: 0 0 15px;
padding: 6px 12px;
border-radius: 20px;
background: #eaedf2;
color: #555;
font-size: 16px;
font-weight: bold;
}
.author_label span:before {
position: absolute;
top: 100%;
left: 33px;
border: 13px solid transparent;
border-top: solid 10px #eaedf2;
content: "";
}
.author_img {
display: inline-block;
width: 90px;
height: 90px;
margin: 0;
vertical-align: middle;
}
.author_img img {
border: solid 5px #dfe2e8;
border-radius: 50%;
}
.author-info__inner .tb-left .aut {
display: inline-block;
width: calc(100% - 95px);
margin: 0;
padding-left: 10px;
vertical-align: middle;
line-height: 1.3;
}
.author-info__inner .tb-left dt {
font-size: 19px;
font-weight: bold;
}
.author-info__inner .tb-left dd {
padding-top: 4px;
color: #686868;
font-size: 15px;
font-weight: bold;
}
.author-info__inner .tb-right {
padding: 15px;
font-size: .95em;
line-height: 1.7;
} .follow_btn {
margin-top: 15px;
}
.follow_btn a {
display: inline-block;
margin: 15px 10px 10px 0;
color: #919191;
text-align: center;
font-size: 11px;
}
.follow_btn a:hover {
text-decoration: none;
transform: translateY(-4px);
}
.follow_btn a:before {
display: block;
width: 60px;
height: 60px;
margin: 0 auto;
border-radius: 12px;
color: #fff;
font-family: FontAwesome;
font-size: 37px;
text-align: center;
line-height: 60px;
}
.follow_btn .Twitter:before {
background: #52bef6;
content: "\f099";
}
.follow_btn .Facebook:before {
background: #4966a0;
content: "\f09a";
}
.follow_btn .Instagram:before {
background: url(../../../themes/sango-theme/library/images/insta.jpg);
background-repeat: no-repeat;
background-size: cover;
content: "\f16d";
}
.follow_btn .Feedly:before {
background: #8adf7f;
content: "\f09e";
}
.follow_btn .YouTube:before {
background: #f0504f;
content: "\f16a";
}
.follow_btn .Website:before {
background: #fbc282;
content: '\f0ac';
} .cta {
padding: 25px 15px;
font-weight: bold;
}
.cta-img {
margin: 15px 0;
text-align: center;
}
.cta h3 {
margin: 0;
font-size: 1.5em;
line-height: 1.45;
}
.cta-descr {
margin: 15px 0;
font-size: 1.1em;
white-space: pre-wrap;
}
.cta-btn {
text-align: center;
}
.cta-btn a {
padding: .5em 1em;
}
#related_ads {
margin: 1.5em 1em 2em;
}
.article-footer .textwidget {
margin: 1em 0 0;
} .prnx_box {
margin-bottom: 1.5em;
}
.prnx {
display: block;
margin: 0 15px 20px;
color: #505050;
}
.prnx:hover {
text-decoration: none;
}
.prnx p {
margin: 0;
padding: 4px;
color: rgba(0, 0, 0, .52);
font-size: .9em;
font-weight: bold;
}
.prnx.nx p {
text-align: right;
}
.prnx_tb {
display: table;
width: 100%;
background: #fff;
border-radius: 2px;
box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
transition: .3s ease-in-out;
}
.prnx:hover .prnx_tb {
box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}
.prnx_tb figure {
display: table-cell;
width: 95px;
padding: 10px 0 10px 10px;
vertical-align: middle;
}
.prnx_tb figure img{
width: 100%;
}
.prev-next__text {
display: table-cell;
width: calc(100% - 95px);
padding: 10px;
font-size: .9em;
vertical-align: middle;
line-height: 1.4;
}
.nx .prnx_tb figure {
padding: 10px 10px 10px 0;
} #comments-title {
margin: 0;
padding: .75em;
border-top: 1px solid #f8f9fa;
}
.commentlist {
list-style-type: none;
margin: 0;
font-size: .9em;
}
.comment {
overflow: hidden;
position: relative;
clear: both;
padding: 1em;
}
.comment .comment-author {
padding: 7px 0 2px;
border: 0;
}
.comment .vcard {
margin-left: 50px;
}
.comment .vcard cite.fn {
font-weight: 700;
font-style: normal;
}
.comment .vcard time {
display: block;
font-size: .8em;
font-style: italic;
}
.comment .vcard time a {
color: #9fa6b4;
text-decoration: none;
}
.comment .vcard time a:hover {
text-decoration: underline;
}
.comment .vcard .avatar {
position: absolute;
left: 16px;
border-radius: 50%;
}
.comment:last-child {
margin-bottom: 0;
}
.comment .children {
margin: 0;
}
.comment[class*=depth-] {
margin-top: 1.1em;
}
.comment.depth-1 {
margin-top: 0;
margin-left: 0;
}
.comment:not(.depth-1) {
margin-top: 0;
padding: 13px;
}
.comment.odd {
background-color: white;
}
.comment.even {
background: #f8f9fa;
}
.comment_content p {
margin: .7335em 0 1.5em;
line-height: 1.5em;
}
.blue-btn,
.comment-reply-link,
#submit {
display: inline-block;
position: relative;
padding: 0 24px;
border: 0;
border-radius: 4px;
color: white;
font-size: .9em;
font-size: 34px;
font-weight: normal;
text-decoration: none;
line-height: 34px;
cursor: pointer;
-webkit-transition: background-color .14s ease-in-out;
transition: background-color .14s ease-in-out;
}
.blue-btn:hover,
.comment-reply-link:hover,
#submit:hover,
.blue-btn:focus,
.comment-reply-link:focus,
#submit:focus {
color: white;
text-decoration: none;
}
.blue-btn:active,
.comment-reply-link:active,
#submit:active {
top: 1px;
}
.blue-btn {
background-color: #6bb6ff;
}
.blue-btn:hover,
#submit:hover,
.blue-btn:focus,
.comment-reply-link:focus,
#submit:focus {
background-color: silver;
}
.blue-btn:active,
.comment-reply-link:active,
#submit:active {
background-color: silver;
}
.comment-reply-link {
float: right;
margin: 10px 0 10px 10px;
background-color: #c1c7cc;
font-size: .85em;
font-weight: bold;
}
.comment-edit-link {
margin: 0 7px;
font-size: .9em;
font-style: italic;
text-decoration: none;
}
.comment-nav-prev,
.comment-nav-next {
padding: 10px;
font-weight: bold;
}
.comment-nav-prev {
float: left;
}
.comment-nav-next {
float: right;
} .comment-respond {
padding: 1em 1.5em 2em;
border-top: solid 1px #eaedf2;
}
#reply-title {
font-weight: bold;
}
#reply-title:before {
padding-right: 5px;
font-family: FontAwesome;
font-weight: normal;
content: "\f040";
}
.comment-notes {
color: #7b7e82;
font-size: .9em;
}
.logged-in-as {
margin: 0;
color: #9fa6b4;
font-style: italic;
}
.logged-in-as a {
color: #5c6b80;
}
.comment-form-comment {
margin: 1.5em 0 .75em;
}
.form-allowed-tags {
padding: 1.5em;
background-color: #f8f9fa;
font-size: .9em;
}
.form-submit {
text-align: right;
}
#submit {
display: inline-block;
padding: 2px 14px;
border-radius: 2px;
box-shadow: 0 1.5px 3px rgba(0, 0, 0, .25);
font-size: 1em;
}
#comment-form-title {
margin: 0 0 1.1em;
}
#allowed_tags {
margin: 1.5em 10px .7335em 0;
}
.comment-form-cookies-consent {
font-size: .9em;
position: relative;
line-height: 1.6;
}
.comment-form-cookies-consent input {
position: absolute;
top: 5px;
left: 0;
}
.comment-form-cookies-consent label {
padding-left: 25px;
display: block;
} .nocomments {
margin: 0 20px 1.1em;
} .footer {
position: relative;
clear: both;
font-size: .95em;
}
.footer .fab-btn {
margin: -60px 10px 0 auto;
color: #fff;
opacity: 1;
}
#inner-footer {
padding-top: 2em;
}
.ft_title {
margin: 0 0 .7em;
padding: 2px 0 2px 10px;
border-left: solid 3px;
font-size: 1.2em;
}
.footer .widget ul li a,
.footer .my-widget__text {
opacity: .75;
}
.footer .widget .my-widget li a {
opacity: 1;
}
.footer p {
line-height: 1.55;
}
.footer p a {
text-decoration: underline;
}
.footer p a:hover {
opacity: .7;
}
.footer .ft_widget,
.footer .my_popular_posts {
margin: 1.5em 0 3em;
background: transparent;
}
.footer .widget h4 + * {
padding: 0;
}
.footer .my-widget__img img {
border: none;
box-shadow: 0 3px 15px rgba(0,0,0,.15);
}
.footer .widget ul li a {
position: relative;
padding: 8px 0 8px 13px;
}
.footer .widget ul li a:hover {
background: transparent;
text-decoration: underline;
}
.footer .widget .my-widget li a {
padding-left: 0;
}
.footer .widget .my-widget li a:hover {
text-decoration: none;
}
.footer .widget ul:not(.my-widget) li a:before {
position: absolute;
left: 0;
font-family: FontAwesome;
content: "\f105";
}
.footer .widget ul li ul li a {
margin-left: 15px;
}
.footer .tagcloud a {
background: rgba(0, 0, 0, .18);
text-decoration: none;
}
.footer select {
background-color: #fff;
}
#footer-menu {
padding: 20px 10px 10px;
text-align: center;
}
#footer-menu a {
color: #fff;
text-decoration: none;
}
.footer-menu__btn {
font-size: 20px;
transition: .3s ease-in-out;
}
.footer-menu__btn:hover {
opacity: .7;
}
#footer-menu nav,.footer-links {
display: inline-block;
}
#footer-menu ul {
margin: .5em;
}
#footer-menu li, .privacy-policy-link {
display: inline-block;
padding: 0 6px;
font-size: 14.5px;
}
.privacy-policy-link {
padding-left: 0;
}
#footer-menu li a:hover, #footer-menu .privacy-policy-link:hover {
text-decoration: underline;
}
.copyright {
margin: 5px 0 0;
font-size: 13.5px;
opacity: 0.7;
} .totop {
display: none;
width: 54px;
height: 54px;
text-align: center;
position: fixed;
bottom: 15px;
right: 10px;
border-radius: 50%;
opacity: .6;
transition: none;
}
.fixed-menu ~ .totop {
bottom: 70px;
}
.totop .fa {
display: inline-block;
height: 54px;
line-height: 52px;
color: #FFF;
vertical-align: middle;
}
body .totop .fa {
width: auto;
height: auto;
}
.totop:hover {
opacity: .9;
} .raised {
display: inline-block;
margin: .5em 0;
padding: .4em 1.3em;
border-radius: 3px;
box-shadow: 0 2px 3px rgba(0,0,0,.2), 0 2px 3px -2px rgba(0,0,0,.15);
color: #fff;
text-decoration: none;
vertical-align: middle;
transition: .3s ease-in-out;
}
.raised:hover,
.raised:focus {
box-shadow: 0 13px 20px -3px rgba(0,0,0,.24);
text-decoration: none;
-webkit-tap-highlight-color: transparent;
} #breadcrumb {
margin: 0;
padding: 13px 15px;
background: #f4f4f4;
}
.archive #breadcrumb {
padding: 0;
background: transparent;
}
#breadcrumb ul {
margin: 0;
}
#breadcrumb li {
display: inline;
list-style: none;
color: gray;
}
#breadcrumb li:after {
padding: 0 5px;
color: #b7b7b7;
font-family: FontAwesome;
content: "\f105";;
}
#breadcrumb li a {
font-size: 0.87em;
text-decoration: none;
}
#breadcrumb li:first-child a:before {
padding-right: 5px;
font-family: FontAwesome;
font-size: 1.1em;
font-weight: normal;
content: "\f015";
}
#breadcrumb li a:hover {
color: gray;
text-decoration: none;
} #archive_header {
margin: 0 0 2em;
padding: 10px 15px;
border-top-width: 3px;
border-top-style: solid;
background: #fff;
}
#archive_header h1 {
margin: .5em 0;
}
#archive_header ul {
margin: .1em 0;
}
#archive_header .cat-item {
display: inline-block;
overflow: hidden;
margin: 0 5px 5px 0;
padding: 3px 14px;
border-radius: 20px;
background: #eaedf2;
font-size: .9em;
transition: .2s ease-in-out;
}
#archive_header .cat-item:hover {
box-shadow: 0 3px 7px rgba(0,0,0,.2);
}
#archive_header .cat-item a {
color: #4c4c4c;
}
#archive_header .cat-item a:hover {
text-decoration: none;
}
#archive_header .taxonomy-description {
padding: 0;
} .author h1 .fa-check-circle {
color: #5cc5f0;
}
.author_page_img img {
border: solid 5px #eaedf2;
border-radius: 50%;
}
.author h1,
.author_page_img {
display: inline-block;
vertical-align: middle;
}
.author_page_img {
width: 100px;
}
.author h1 {
padding-left: .3em;
font-size: 1.5em;
}  #header-image {
min-height: 200px;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
animation: fadeHeader 1s ease 0s 1 normal;
}
@keyframes fadeHeader {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
}
}
.header-image__text {
max-width: 1080px;
margin: 0 auto;
padding: 13% 20px 15%;
color: #fff;
text-align: center;
line-height: 1.5;
}
.header-image__text p {
margin: 10px 0;
white-space: pre-wrap;
}
.header-image__headline {
font-size: 2em;
font-weight: bold;
}
.header-image__descr {
font-size: .9em;
}
.header-image__btn {
margin: 20px 0 0;
}
.header-image__btn .raised {
font-size: 19px;
line-height: 1.6;
} #divheader,.post-tab {
-webkit-animation: fadeHeader 1s ease 0s 1 normal;
animation: fadeHeader 1s ease 0s 1 normal;
}
.divheader__img img {
width: 100%;
}
.divheader__text {
padding: 15px;
}
.divheader__headline {
margin: 0 0 5px;
font-size: 1.3em;
font-weight: bold;
line-height: 1.4;
}
.divheader__descr {
margin: 0.5em 0;
font-size: 1.0em;
white-space: pre-wrap;
}
.divheader__btn {
margin: 15px 0;
text-align: center;
}
.divheader__btn .raised {
font-size: 18px;
font-weight: bold;
}
.divheader__btn .raised:before {
content: '\f0da';
font-family: FontAwesome;
padding-right: 8px;
} .notfound {
margin-bottom: 2em;
}
.nofound-title {
position: relative;
padding: 1em .5em;
background: #fff;
font-size: 1.1em;
font-weight: bold;
text-align: center;
}
.nofound-title .fa-tint {
color: #84c2ff;
-webkit-animation: slideDown 1.0s ease 0s 1 normal;
animation: slideDown 1.0s ease 0s 1 normal;
}
@keyframes slideDown {
0% {
opacity: 0;
transform: translateY(-30px);
}
100% {
opacity: 1;
}
}
.nofound-title:before {
position: absolute;
z-index: 99;
top: 100%;
left: 50%;
margin-left: -20px;
border: 20px solid transparent;
border-top: 20px solid #fff;
content: "";
}
.nofound-img {
position: relative;
}
.nofound-img h2 {
position: absolute;
top: 50%;
left: 0;
width: 100%;
margin: 0;
padding: 0;
color: rgba(255,255,255,.8);
font-size: 6em;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.nofound-contents {
padding: 1em;
background: #fff;
}
.nofound-contents #searchform input#s {
background: #f2f2f2;
} .center , .ct {
text-align: center;
}
.withtag_list {
margin: 1.5em 0;
}
.withtag_list > span {
display: inline-block;
padding: 2px 12px;
border-radius: 5px 5px 0 0;
color: #fff;
font-weight: bold;
}
.withtag_list ul {
list-style-type: disc;
margin: 0;
padding: .5em .5em .5em 2em;
background: #f2f2f2;
color: #878787;
}
.withtag_list ul li ul {
padding: .3em 0 .3em 1em;
} .search-title {
margin: 0 0 1em;
}
.search-title .fa-search {
width: 2em;
height: 2em;
border-radius: 50%;
color: #fff;
text-align: center;
line-height: 2em;
} .screen-reader-text {
display: none;
} #inner-content .ads-title {
margin-bottom: .5em;
color: #878787;
font-size: .95em;
text-align: center;
} @media only screen and (min-width: 481px) {
#logo {
font-size: 23px;
} .div-text .smltext {
font-size: 1.1em;
} .home_bottom {
margin: 1em 2%;
}
.home_top {
margin: 0 2% 1em;
}
.post-tab {
margin: 0 2% 1em;
width: 96%;
font-size: .9em;
}
.cardtype {
display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;
display:  flex;
flex-direction: row;
-webkit-flex-direction: row;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.cardtype__article {
float: left;
width: 46%;
margin: 0 1.8% 25px;
}
.cardtype__link {
padding-bottom: 15px;
}
.cardtype__article h2 {
margin: 8px 13px 0;
}
.cardtype__article time {
margin: 13px 13px 8px;
} .sidelong__article {
width: 96%;
margin: 0 1.8% 25px;
}
.sidelong__link {
padding: 10px;
}
.sidelong__img {
width: 120px;
height: 120px;
}
.sidelong__article-info {
width: calc(100% - 120px);
padding-left: 15px;
}
.sidelong h2 {
font-size: 19px;
}
#archive_header {
margin: 0 2% 1.5em;
} .single-title,
.page-title,
.entry-title,
.entry-meta,
.entry-content {
padding-right: 25px;
padding-left: 25px;
}
.nothumb .entry-meta:after, .nothumb .page-title:after {
left: 25px;
} .share-abst {
max-width: 294px;
height: 180px;
} .normal-sns .sns-btn__item {
width: 15%;
margin: 0;
}
.normal-sns.sns-dif ul {
max-width: 100%;
}
.normal-sns.sns-dif ul li {
width: auto;
}
.normal-sns.sns-dif ul li a {
width: 55px;
height: 55px;
margin: 7px;
}
.normal-sns.sns-dif ul li .fa {
font-size: 27px;
line-height: 55px;
}
.normal-sns.sns-dif .line .share_txt {
bottom: 4px;
} .recommended a {
width: 80%;
margin: 5% 10%;
font-size: 1.05em;
}
.no_slide ul {
padding: 30px;
}
.no_slide .rep p {
font-size: 1em;
}
.no_slide.type_b ul {
padding: 0 30px 15px;
}
.no_slide.type_b li a .rep {
padding: 10px;
font-size: 1em;
}
.type_c ul {
padding: 0px 25px;
}
.type_c ul li {
padding: 18px 0;
} .cta {
padding: 25px;
} .author-info {
position: relative;
padding: 25px;
} .prnx.pr,
.prnx.nx {
max-width: 300px;
width: 46%;
}
.prnx.pr {
float: left;
margin: 0 0 15px 2%;
}
.prnx.nx {
float: right;
margin: 0 2% 15px 0;
} #inner-footer {
width: 82%;
}
.nofound-contents {
padding: 2em;
}
.totop {
right: 18px;
bottom: 20px;
} }  @media only screen and (min-width: 768px) { .wrap,
.single #inner-content,
.page #inner-content {
width: 96%;
}
.single #content,
.page #content {
margin-top: 2em;
} .home .header {
animation: slideDown 1.5s ease 0s 1 normal;
} #logo {
display: inline-block;
height: 62px;
line-height: 62px;
margin: 0 5px 0 0;
text-align: left;
width: auto;
}
#logo:before {
content: none;
}
#logo a {
display: inline;
line-height: inherit;
vertical-align: baseline;
}
#logo img {
vertical-align: top;
padding: 6px 6px 6px 0;
} .header--center {
height: auto;
padding: 0;
}
.header--center #logo {
display: block;
height: auto;
margin: 0;
padding: 10px;
text-align: center;
line-height: 1.5;
}
.header--center #logo img {
padding: 0 5px;
vertical-align: middle;
}  .mobile-nav {
display: none;
}
.desktop-nav,
.desktop-nav ul,
.desktop-nav li,
.desktop-nav li a {
display: inline-block;
vertical-align: top;
margin: 0;
}
.desktop-nav {
float: right;
font-weight: bold;
}
.desktop-nav li {
position: relative;
}
.desktop-nav li a {
height: 62px;
padding: 0 10px;
font-size: 15px;
line-height: 62px;
}
.desktop-nav li .fa {
opacity: .7;
padding-right: 2px;
}
.desktop-nav .current-menu-item a {
opacity: 1;
}
.desktop-nav li a:hover {
text-decoration: none;
}
.desktop-nav li:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
content: "";
transition: transform .3s ease-in-out;
transform: scale(0, 1);
transform-origin: left top;
}
.desktop-nav li:hover:after {
transform: scale(1, 1);
} .header--center .desktop-nav {
display: block;
float: none;
text-align: center;
}
.header--center .desktop-nav li a {
height: auto;
padding: 10px 15px 15px;
font-size: 15px;
line-height: 1.5;
} .desktop-nav .sub-menu {
display: none;
position: absolute;
left: 0;
top: 100%;
width: 180px;
color: #FFF;
background-color: #545454;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
transition: .3s ease-in-out;
}
.desktop-nav li:hover .sub-menu {
display: block;
}
.desktop-nav .sub-menu li {
display: block;
border-bottom: solid 1px #7b7b7b;
}
.desktop-nav .sub-menu li a {
display: block;
height: auto;
line-height: 1.5;
padding: 10px;
font-size: 13.5px;
vertical-align: middle;
text-align: left;
color: rgba(255, 255, 255, 0.86);
}
.desktop-nav .sub-menu li a:hover {
background: gray; }
.desktop-nav .sub-menu li:hover:after {
content: none;
} #drawer__open {
display: none;
}
#inner-header {
max-width: 100%;
}  .header-image__headline{
font-size: 3em;
}
.header-image__descr {
font-size: 1.1em;
} #divheader {
display: table;
}
.divheader__img,
.divheader__text {
display: table-cell;
width: 50%;
vertical-align: middle;
}
.divheader__img img {
width: 100%;
}
.divheader__text {
padding: 15px 30px;
}
.divheader__headline,
.divheader__descr,
.divheader__btn {
max-width: 550px;
text-align: left;
}
.home_bottom{
margin: 1em 2%;
}
.home_top{
margin: 0 2% 1em;
}
.post-tab {
margin-bottom: 1.5em;
}  .article-header {
margin: 20px 25px;
}
.single #breadcrumb,
.page #breadcrumb {
padding: 0;
background: transparent;
}
.single-title,
.page-title,
.entry-title {
padding: 15px 0;
}
.entry-meta {
margin: 0;
padding: 0 0 15px;
}
.nothumb .entry-meta {
margin-bottom: 20px;
padding: 0;
}
.nothumb .entry-meta:after, .nothumb .page-title:after {
left: 0;
} .entry-content {
padding: 10px 25px 0;
} .entry-content table.tb-responsive {
display: table;
overflow-x: visible;
width: auto;
border: 2px solid #e0e0e0;
white-space: normal;
} #fab:checked ~ .fab-btn {
opacity: 0;
-webkit-transform: translate(-50px,-50px) scale3d(3,3,1);
transform: translate(-50px,-50px) scale3d(3,3,1);
}
#fab__contents {
top: 50%;
left: 50%;
width: 350px;
height: auto;
padding: 30px 10px;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
#fab:checked ~ .fab__close-cover {
display: block;
width: 100%;
height: 100%;
opacity: 1;
transition: .5s ease-in-out;
}
.close {
padding: 20px 15px;
}  .single .insidesp,
.page .insidesp {
padding: 0;
} .footer-contents {
padding: 0 25px;
}
.footer-meta {
padding: 10px 0;
text-align: right;
}
.sns-dif + .like_box {
padding-top: 12px;
background: #eaedf2;
}
.page .footer-contents {
margin-bottom: 2em;} .recommended a {
width: calc(100% - 50px);
margin: 25px;
}
.recommended a figure {
width: 110px;
height: 110px;
}
.recommended a div {
width: calc(100% - 110px);
height: calc(100% - 110px);
} .related-posts ul {
overflow: visible;
padding: 15px 0;
text-align: center;
white-space: normal;
}
.related-posts ul li {
width: 48%;
margin: 1em 4% 1em 0;
text-align: left;
}
.related-posts ul li:nth-child(even) {
margin-right: 0;
}
.type_b {
background: transparent;
}
.related-posts.type_b ul {
padding:15px 0;
}
.type_c ul {
padding: 0;
}
.type_c ul li {
width: 100%;
margin: 0;
}
.cta {
margin: 25px 0;
padding: 25px 20px;
} #related_ads {
margin: 2.5em 0;
} .prnx.pr {
float: left;
margin: 15px 0;
}
.prnx.nx {
float: right;
margin: 15px 0;
} #inner-footer {
width: 90%;
}
.fblock {
float: left;
width: 47%;
}
.fblock.first {
margin-right: 6%;
} .notfound {
margin-right: 4%;
} #fixed_sidebar {
display: block;
} #content.one-column {
margin-top: 0;
background: #fff;
}
.one-column #inner-content {
width: 100%;
}
.one-column #main {
float: none;
max-width: 850px;
width: 100%;
margin: 0 auto;
padding-right: 0;
}
.one-column .author-info,
.one-column .prnx_box {
margin: 0 25px;
}
#content.page-forfront {
margin-top: 0;
padding: 30px;
} }  @media only screen and (min-width: 1030px) { .wrap {
width: 1000px;
}
.single .wrap,
.page .wrap,
.single #inner-content,
.page #inner-content {
width: 92%;
} .cardtype__article {
width: 45%;
margin: 0 4% 25px 0;
}
.cardtype__link {
padding-bottom: 25px;
}
.cardtype h2 {
margin: 8px 13px 0;
font-size: 18px;
}
.cardtype time {
margin: 13px 13px 8px;
} .sidelong__article {
float: left;
width: 45.5%;
margin: 0 3% 3% 0;
}
.sidelong__link {
padding: 8px;
}
.sidelong__img {
width: 100px;
height: 100px;
}
.sidelong__article-info {
width: calc(100% - 100px);
padding-left: 10px;
}
.sidelong h2 {
font-size: 16px;
} .maximg {
max-width: 1000px;
margin: 30px auto 45px;
} .home_bottom {
margin: 1em 6% 1em 0;
}
.home_top {
margin: 0 6% 1em 0;
}
.post-tab {
display: table;
table-layout: fixed;
margin: 0 6% 1.5em 0;
width: 94%;
}
.post-tab.cf:before,.post-tab.cf:after {
content: none;
}
.post-tab > div {
display: table-cell;
width: auto;
float: none;
padding: .9em .2em;
border-right: solid 1px #eaeaea;
}
.post-tab > div:last-of-type {
border-right: none;
}
.post-tab .tab3,.post-tab .tab4 {
border-top: none;
} #archive_header {
margin: 0 6% 1.5em 0;
padding: 20px 20px;
} h1 {
font-size: 1.5em;
}
.article-header {
margin: 25px 40px;
}
.entry-content {
padding: 10px 40px 0;
} .footer-contents {
padding: 0 40px;
} .author-info {
padding: 30px 40px;
}
.tb {
display: table;
width: 100%;
}
.tb-left,
.tb-right {
display: table-cell;
vertical-align: middle;
}
.author-info__inner .tb-left {
width: 220px;
border-right: 2px #eaedf2 dashed;
text-align: center;
}
.author-info__inner .tb-right {
width: calc(100% - 220px);
padding: 20px;
}
.author_img {
display: inline-block;
}
.author-info__inner .tb-left .aut {
display: block;
width: 100%;
padding: 15px 0;
}
.author_label span {
z-index: 2;
margin-bottom: 20px;
font-size: 14px;
}
.author_label span:before {
z-index: -1;
top: calc(100% - 15px);
left: 50px;
border: 15px solid transparent;
border-top: solid 30px #eaedf2;
transform: rotate(-40deg);
}
.follow_btn {
margin: 0 8px 5px 0;
}
.follow_btn a:before {
width: 50px;
height: 50px;
font-size: 33px;
line-height: 50px;
} .related-posts ul {
text-align: left;
}
.related-posts ul li {
width: 31%;
margin: 1em 0;
}
.related-posts ul li:nth-child(3n+2) {
margin: 1em 3.5%;
}
.type_c ul li , .type_c ul li:nth-child(3n+2){
display: inline-block;
width: 48%;
margin: 0 2% 0 0;
padding: 17px 0;
}
.type_c ul li:nth-child(even){
margin: 0 0 0 1.5%;
}
.type_c ul li:nth-last-child(2) {
border-bottom: none;
}
.type_c .rlmg {
width: 45%;
}
.type_c .rep {
width: 55%;
font-size: 0.9em;
} .cta {
padding: 30px 25px;
}
.cta h3 {
text-align: center;
} .recommended a {
float: left;
width: 47.5%;
margin: 3% 5% 3% 0;
font-size: .95em;
}
.recommended a:nth-child(even) {
margin-right: 0;
}
.recommended a figure {
width: 90px;
height: 90px;
vertical-align: top;
}
.recommended a div {
width: calc(100% - 110px);
height: calc(100% - 110px);
padding-left: 10px;
} .one-column .author-info,
.one-column .prnx_box {
margin: 0 40px;
} .comment-respond {
padding: 10px 40px 30px;
} #inner-footer {
width: 92%;
}
.fblock,
.fblock.first {
width: 30%;
margin-right: 5%;
}
.fblock.last {
margin-right: 0;
} }  @media only screen and (min-width: 1240px) {
.single .wrap,
.page .wrap,
.archive .wrap,
.single #inner-content,
.page #inner-content {
width: 1180px;
}
#inner-footer {
width: 1180px;
} }
  .rate-title {
padding: 5px;
margin-top: 1em;
font-weight: bold;
font-size: 1.25em;
text-align: center;
}
.rate-title:before{
content: '\f02e';
font-family: FontAwesome;
padding-right: 5px;
}
.rate-box {
margin-bottom: 1em;
font-size: 15px;
border: solid 2px #e6e6e6;
}
.rateline {
padding: 7px 10px;
}
.rate-box .rateline:nth-child(even) {
background: #f3f3f3;
}
.rate-thing {
display: inline-block;
padding-right: 10px;
width: calc(100% - 115px);
max-width: 250px;
font-weight: bold;
vertical-align: middle
}
.rate-star {
display: inline-block;
margin: 0;
width: 115px;
color: #b1b1b1;
vertical-align: middle;
}
.rate-star .fa {
color: #ffb500;
}
.rate-box .rateline.end-rate {
background: #e8f4ff;
} .accordion {
margin: .5em 0;
font-size: .95em;
}
.accordion label {
display: block;
position: relative;
padding: 13px 37px 13px 14px;
font-weight: bold;
border: solid 1px #c1c1c1;
cursor: pointer;
transition: 0.3s;
border-radius: 2px;
}
.accordion label:after {
content: '+';
font-family: 'Quicksand',sans-serif;
position: absolute;
right: 14px;
top: 7px;
font-size: 23px;
font-weight: normal;
color: #c1c1c1;
}
.accordion label:hover {
background :#EFEFEF;
}
.accordion_input {
display: none;
}
.accordion_content {
height: 0;
padding: 0;
overflow: hidden;
opacity: 0;
transition: 0.8s;
}
.accordion_input:checked ~ .accordion_content {
height: auto;
padding: .7em 0;
opacity: 1;
}
.accordion_input:checked + label {
background: #EFEFEF;
}
.accordion_input:checked + label:after {
content: '-';
} .entry-content .tl {
border: none;
margin: 1em 0;
padding: 0;
list-style: none;
}
.tl li {
position: relative;
padding: 0 0 1.5em 1.8em;
}
.tl>li:before {
content: "";
width: 3px;
background: #CCD5DB;
display: block;
position: absolute;
top: 24px;
bottom: 0;
left: 6px;
}
.tl_marker {
content: '';
display: inline-block;
position: absolute;
top: 6px;
left: 0;
width: 14px;
height: 14px;
border-radius: 50%;
border: solid 3px;
}
.tl li:not(:first-of-type):not(:last-of-type) .tl_marker {
background: transparent;
}
.tl li:last-of-type:before {
content: none;
}
.tl_label {
padding-top: 2px;
color: #90969a;
font-size: .8em;
font-weight: bold;
}
.tl_title {
font-size: 1.1em;
font-weight: bold;
line-height: 1.5;
}
.tl_content {
font-size: .9em;
line-height: 1.5;
margin-top: .5em;
padding:  0 0 1.5em;
border-bottom: dashed 1px #ccd5db;
}
.entry-content .tl_content * {
margin: .5em 0 0;
} #inner-content .hh {
margin: 2.5em 0 1em;
padding: 0;
border: 0;
background: transparent;
box-shadow: none;
font-weight: bold;
}
#inner-content p.hh {
font-size: 1.1em;
}
#inner-content .hh:before,
#inner-content .hh:after {
top: auto;
right: auto;
bottom: auto;
left: auto;
border: 0;
background: transparent;
box-shadow: none;
content: none;
}
#inner-content .hh1 {
padding: 0.5em 0;
border-bottom: solid 3px black;
}
#inner-content .hh2 {
border-bottom-width: 2px;
border-bottom-style: dashed;
}
#inner-content .hh3 {
border-bottom-width: 5px;
border-bottom-style: double;
}
#inner-content .hh4 {
padding: .5em 0;
border-width: 3px;
border-top-style: solid;
border-bottom-style: solid;
}
#inner-content .hh5 {
padding: .5em;
}
#inner-content .hh6 {
padding: .5em;
border-width: 3px;
border-style: solid;
border-radius: .5em;
}
#inner-content .hh7 {
padding: .5em;
border-bottom-width: 3px;
border-bottom-style: solid;
color: #010101;
}
#inner-content .hh8 {
padding: .5em;
border-left: solid 5px #ffaf58;
background: #fffaf4;
color: #494949;
}
#inner-content .hh9 {
padding: .5em;
box-shadow: 0 2px 4px rgba(0, 0, 0, .23);
}
#inner-content .hh10 {
display: inline-block;
padding: .5em;
border-radius: 25px 0 0 25px;
color: #505050;
vertical-align: middle;
line-height: 1.3;
}
#inner-content .hh10:before {
display: inline-block;
margin-right: 8px;
color: white;
content: "●";
}
#inner-content .hh11 {
position: relative;
padding: .6em;
background: #c8e4ff;
}
#inner-content .hh11:after {
position: absolute;
top: 100%;
left: 30px;
width: 0;
height: 0;
border: 15px solid transparent;
border-top: 15px solid #c8e4ff;
content: "";
}
#inner-content .hh12 {
margin-right: 5px;
margin-left: 5px;
padding: .2em .5em;
border: dashed 1px #96c2fe;
background: #c8e4ff;
box-shadow: 0 0 0 5px #c8e4ff;
color: #454545;
}
#inner-content .hh13 {
margin-right: 5px;
margin-left: 5px;
padding: .2em .5em;
border: dashed 1px #fff;
background: #c8e4ff;
box-shadow: 0 0 0 5px #c8e4ff;
color: #454545;
}
#inner-content .hh14 {
position: relative;
margin-right: 5px;
margin-left: 5px;
padding: .2em .5em;
border: dashed 2px white;
background: #c8e4ff;
box-shadow: 0 0 0 5px #c8e4ff;
color: #454545;
}
#inner-content .hh14:after {
position: absolute;
top: -7px;
left: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #a8d4ff;
box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
content: "";
}
#inner-content .hh15 {
position: relative;
padding: .5em;
background: #7fbae9;
color: white;
}
#inner-content .hh15:before {
position: absolute;
top: 100%;
left: 0;
border: none;
border-right: solid 20px #74a4cb;
border-bottom: solid 15px transparent;
content: "";
}
#inner-content .hh16 {
position: relative;
padding: .5em;
background: #a6d3c8;
color: white;
}
#inner-content .hh16:before {
position: absolute;
top: 100%;
left: 0;
border: none;
border-right: solid 20px rgb(149, 158, 155);
border-bottom: solid 15px transparent;
content: "";
}
#inner-content .hh17 {
position: relative;
border-bottom: solid 3px #cbcbcb;
}
#inner-content .hh17:after {
display: block;
position: absolute;
bottom: -3px;
width: 30%;
border-bottom: solid 3px #6bb6ff;
content: " ";
}
#inner-content .hh18 {
position: relative;
border-bottom: solid 3px #c8e4ff;
}
#inner-content .hh18:after {
display: block;
position: absolute;
bottom: -3px;
width: 30%;
border-bottom: solid 3px #6bb6ff;
content: " ";
}
#inner-content .hh19 {
position: relative;
padding-left: 25px;
}
#inner-content .hh19:before {
position: absolute;
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-bottom: solid 15px rgb(119, 195, 223);
border-left: solid 15px transparent;
content: "";
}
#inner-content .hh19:after {
position: absolute;
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px rgb(119, 195, 223);
content: "";
}
#inner-content .hh20 {
padding: .5em;
background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
text-shadow: 0 0 5px white;
}
#inner-content .hh21 {
padding: .5em;
border-left: solid 7px #6bb6ff;
background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
text-shadow: 0 0 5px white;
}
#inner-content .hh22 {
padding: .5em;
border-top: solid 2px #6cb4e4;
border-bottom: solid 2px #6cb4e4;
background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
color: #6cb4e4;
text-align: center;
}
#inner-content .hh23 {
position: relative;
padding: .3em 0;
}
#inner-content .hh23:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 7px;
background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
content: "";
}
#inner-content .hh24 {
display: inline-block;
position: relative;
padding: 0 55px;
}
#inner-content .hh24:before,
#inner-content .hh24:after {
display: inline-block;
position: absolute;
top: 50%;
width: 45px;
height: 1px;
background-color: black;
content: "";
}
#inner-content .hh24:before {
left: 0;
}
#inner-content .hh24:after {
right: 0;
}
#inner-content .hh25 {
position: relative;
padding: .4em 1em;
border-top: solid 2px black;
border-bottom: solid 2px black;
text-align: center;
}
#inner-content .hh25:before,
#inner-content .hh25:after {
position: absolute;
top: -7px;
width: 2px;
height: -webkit-calc(100% + 14px);
height:   calc(100% + 14px);
background-color: black;
content: "";
}
#inner-content .hh25:before {
left: 7px;
}
#inner-content .hh25:after {
right: 7px;
}
#inner-content .hh26 {
display: inline-block;
position: relative;
top: 0;
padding: .25em 1em;
line-height: 1.4;
}
#inner-content .hh26:before,
#inner-content .hh26:after {
display: inline-block;
position: absolute;
top: 0;
width: 8px;
height: 100%;
content: "";
}
#inner-content .hh26:before {
left: 0;
border-top: solid 1px black;
border-bottom: solid 1px black;
border-left: solid 1px black;
}
#inner-content .hh26:after {
right: 0;
border-top: solid 1px black;
border-right: solid 1px black;
border-bottom: solid 1px black;
content: "";
}
#inner-content .hh27:first-letter {
font-size: 2em;
}
#inner-content .hh28 {
position: relative;
padding: .25em 0;
}
#inner-content .hh28:after {
display: block;
height: 4px;
background: linear-gradient(to right, #6bb6ff, rgba(255,255,255,0));
content: "";
}
#inner-content .hh29 {
position: relative;
padding: .35em .5em;
background: linear-gradient(to right, rgb(255, 186, 115), rgba(255,255,255,0));
color: #545454;
}
#inner-content .hh30 {
position: relative;
padding-left: 1.2em;
line-height: 1.4;
}
#inner-content .hh30:before {
position: absolute;
top: 0;
left: 0;
color: #5ab9ff;
font-family: FontAwesome;
font-size: 1em;
content: "\f00c";
}
#inner-content .hh31 {
position: relative;
padding: .5em .5em .5em 1.5em;
border-top: dotted 1px gray;
border-bottom: dotted 1px gray;
background: #fffff4;
color: #ff6a6a;
line-height: 1.4;
}
#inner-content .hh31:before {
position: absolute;
top: .5em;
left: .25em;
color: #ff6a6a;
font-family: FontAwesome;
font-size: 1em;
content: "\f138";
}
#inner-content .hh32 {
position: relative;
padding: .5em .5em .5em 1.8em;
background: #81d0cb;
color: white;
line-height: 1.4;
}
#inner-content .hh32:before {
position: absolute;
left: .5em;
font-family: FontAwesome;
content: "\f14a";
}
#inner-content .hh33 {
padding: .5em;
border-radius: .5em;
background: #b0dcfa;
color: white;
}
#inner-content .hh34 {
position: relative;
padding-left: 1.2em;
color: #7b6459;
}
#inner-content .hh34:before {
position: absolute;
top: 0;
left: 0;
color: #ff938b;
font-family: FontAwesome;
font-size: 1em;
content: "\f1b0";
}
#inner-content .hh35 {
display: inline-block;
box-sizing: border-box;
position: relative;
height: 50px; padding: 0 30px; background: #f57a78; color: #fff; font-size: 18px; text-align: center;
vertical-align: middle;
line-height: 50px; }
#inner-content .hh35:before,
#inner-content .hh35:after {
position: absolute;
z-index: 1;
width: 0;
height: 0;
content: "";
}
#inner-content .hh35:before {
top: 0;
left: 0;
border-width: 25px 0 25px 15px;
border-style: solid;
border-color: transparent transparent transparent #fff;
}
#inner-content .hh35:after {
top: 0;
right: 0;
border-width: 25px 15px 25px 0;
border-style: solid;
border-color: transparent #fff transparent transparent;
}
#inner-content .hh36 {
display: inline-block;
box-sizing: border-box;
position: relative;
height: 60px;
padding: 0 30px 0 10px;
background: #ffc668;
color: #fff;
font-size: 18px;
text-align: center;
vertical-align: middle;
line-height: 60px;
}
#inner-content .hh36:after {
position: absolute;
z-index: 1;
width: 0;
height: 0;
content: "";
}
#inner-content .hh36:after {
top: 0;
right: 0;
border-width: 30px 15px 30px 0;
border-style: solid;
border-color: transparent #fff transparent transparent;
}
#inner-content .hh.hhq ,#inner-content .hh.hha{
position: relative;
margin: 0;
padding: 0 0 0 55px;
font-size: 18px;
}
#inner-content .hh.hhq + * ,#inner-content .hh.hha + * {
margin-top: 1.5em;
}
#inner-content .hh.hhq:before,#inner-content .hh.hha:before {
content: 'Q';
position: absolute;
left: 0;
top: -6px;
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
vertical-align: middle;
text-align: center;
font-family: Arial,sans-serif;
font-size: 21px;
background: #75bbff;
color: #FFF;
border-radius: 50%;
}
#inner-content .hh.hhq + .hh.hha {
margin-top: 2em;
font-size: 17px;
}
#inner-content .hh.hha:before {
content: 'A';
background: #ff8d8d;
}
#inner-content .btn {
margin: .5em .5em .5em 0;
text-decoration: none;
}
#inner-content a.btn:hover {
text-decoration: none;
}
#inner-content .blue-bc {
background: #4f9df4;
}
#inner-content .red-bc {
background: #f88080;
}
#inner-content .green-bc {
background: #90d581;
}
.btntext {
display: inline-block;
padding: 3px 15px;
}
.btntext:hover {
background: #efefef;
}
.flat1 {
display: inline-block;
padding: .25em .5em;
background: #ececec;
color: #00bcd4;
font-weight: bold;
}
.flat1:hover {
background: #00bcd4;
color: white;
}
.flat2 {
display: inline-block;
padding: .3em 1em;
border: solid 2px #67c5ff;
border-radius: 3px;
color: #67c5ff;
}
.flat2:hover {
background: #67c5ff;
color: white;
}
.flat3 {
display: inline-block;
padding: .4em 1em;
border: double 4px #67c5ff;
border-radius: 3px;
color: #67c5ff;
}
.flat3:hover {
background: #fffbef;
}
.flat4,
.flat5 {
display: inline-block;
padding: .5em 1em;
border: dashed 2px #67c5ff;
border-radius: 3px;
color: #67c5ff;
}
.flat4:hover {
border-style: dotted;
color: #679efd;
}
.flat5:hover {
background: #cbedff;
color: #fff;
}
.flat6 {
display: inline-block;
position: relative;
padding: .5em 1em;
border-right: solid 4px #668ad8;
border-left: solid 4px #668ad8;
background: #e1f3ff;
color: #668ad8;
font-weight: bold;
}
.flat6:hover {
background: #668ad8;
color: #fff;
}
.flat7 {
display: inline-block;
position: relative;
padding: .25em 0;
color: #67c5ff;
font-weight: bold;
}
.flat7:before {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 4px;
border-radius: 3px;
background: #67c5ff;
content: "";
}
.flat7:hover:before {
top: -webkit-calc(100% - 3px);
top:   calc(100% - 3px);
}
.flat8 {
display: inline-block;
position: relative;
padding: .25em .5em;
border-radius: 0 15px 15px 0;
background: #ececec;
color: #00bcd4;
font-weight: bold;
}
.flat8:hover {
background: #636363;
}
.flat9 {
display: inline-block;
position: relative;
padding: .25em .5em;
background: #00bcd4;
color: #fff;
font-weight: bold;
}
.flat9:hover {
background: #29a299;
}
.flat10 {
display: inline-block;
position: relative;
padding: 8px 10px 5px 10px;
border-bottom: solid 4px #ffa000;
border-radius: 15px 15px 0 0;
background: #fff1da;
color: #ffa000;
font-weight: bold;
}
.flat10:hover {
background: #ffc25c;
color: #fff;
}
.flat11 {
display: inline-block;
position: relative;
padding: .5em 1em;
padding: .5em 1em;
border-right: solid 4px #668ad8;
border-left: solid 4px #668ad8;
background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
text-shadow: 0 0 5px white;
color: #668ad8;
font-weight: bold;
}
.flat11:hover {
background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 5px,#e9f4ff 5px, #e9f4ff 9px);
}
.grad1 {
display: inline-block;
padding: .5em 1em;
border-radius: 3px;
background: linear-gradient(45deg, #709dff 0%, #92e6ff 100%);
color: #fff;
}
.grad1:hover {
background: linear-gradient(90deg, #709dff 0%, #92e6ff 100%);
}
.grad2 {
display: inline-block;
padding: .5em 1em;
border-radius: 3px;
background: linear-gradient(95deg, #ff7070 0%, #fdd973 100%);
color: #fff;
}
.grad2:hover {
background: linear-gradient(140deg, #ff7070 0%, #fdd973 100%);
}
.grad3 {
display: inline-block;
padding: 7px 20px;
border-radius: 25px;
background: linear-gradient(45deg, #ffc107 0%, #ff8b5f 100%);
color: #fff;
}
.grad3:hover {
background: linear-gradient(45deg, #ffc107 0%, #f76a35 100%);
}
.grad4 {
display: inline-block;
padding: .5em 1em;
background: linear-gradient(#6795fd 0%, #67ceff 100%);
color: #fff;
}
.grad4:hover {
background: linear-gradient(#6795fd 0%, #67ceff 70%);
}
.cubic1 {
display: inline-block;
padding: .5em 1em;
border-bottom: solid 4px rgba(0, 0, 0, .27);
border-radius: 3px;
color: #fff;
}
.cubic1:active {
border-bottom: none;
box-shadow: 0 0 1px rgba(0, 0, 0, .2); -webkit-transform: translateY(4px);
-ms-transform: translateY(4px);
transform: translateY(4px); }
#inner-content .emboss {
text-shadow: 1.5px 1.5px 1.5px rgba(255, 255, 255, .5);
color: rgba(0, 0, 0, .4);
font-weight: bold;
}
.text3d {
text-shadow: -.9px -.5px rgba(255, 255, 255, .6), 1px 1.2px rgba(0, 0, 0, .35);
font-size: 18px;
font-weight: bold;
letter-spacing: 1px;
}
.text3d.blue-bc {
color: #4f9df4;
}
.text3d.red-bc {
color: #f88080;
}
.text3d.green-bc {
color: #90d581;
}
.cubic2 {
display: inline-block;
position: relative;
padding: 6px 15px 4px;
border-bottom: solid 2px rgba(0, 0, 0, .2);
border-radius: 4px; box-shadow: inset 0 2px 0 rgba(255,255,255,.2), 0 2px 2px rgba(0, 0, 0, .19);
color: #fff;
font-weight: bold;
}
.cubic2:active {
border-bottom: solid 2px rgba(0, 0, 0, .05);
box-shadow: 0 0 2px rgba(0, 0, 0, .30);
}
.cubic3 {
display: inline-block;
position: relative;
padding: .25em .5em;
border: solid 1px rgba(0, 0, 0, .19);
border-radius: 4px;
box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
text-shadow: 0 1px 0 rgba(0,0,0,.2);
color: #fff;
}
.cubic3:active {
border: solid 1px rgba(0, 0, 0, .05);
box-shadow: none;
text-shadow: none;
} .sng-box p {
margin: 0;
padding: 0;
}
.sng-box .say {margin-bottom: 0}
.sng-box .faceicon {padding-right: 20px;}
.box1 {
margin: 2em 0;
padding: 1.5em 1em;
border: solid 2px #000;
font-weight: bold;
}
.box2 {
margin: 2em 0;
padding: 1.5em 1em;
border: solid 2px #d1d1d1;
border-radius: 5px;
background: #fff;
}
.box3 {
margin: 2em 0;
padding: 1.5em 1em;
background: #edf6ff;
color: #2c2c2f;
}
.box4 {
margin: 2em 0;
padding: 1.5em 1em;
border-top: solid 3px #6bb6ff;
border-bottom: solid 3px #6bb6ff;
background: #eef7ff;
color: #2c2c2f;
}
.box5 {
margin: 2em 0;
padding: 1.5em 1em;
border: double 5px #4ec4d3;
color: #474747;
}
.box6 {
margin: 2em 0;
padding: 1.5em 1em;
border: dashed 2px #6bb6ff;
background: #edf6ff;
}
.box7 {
margin: 2em 0;
padding: 1.5em 1em;
border-right: double 7px #4ec4d3;
border-left: double 7px #4ec4d3;
background: whitesmoke;
color: #474747;
}
.box8 {
margin: 2em 0;
padding: 1.5em 1em;
border-left: solid 6px #ffc06e;
background: #fff8e8;
color: #232323;
}
.box9 {
margin: 2em 0;
padding: 1.5em 1em;
border-top: solid 6px #f47d7d;
background: #fceded;
color: #f47d7d;
font-weight: bold;
}
.box10 {
margin: 2em 0;
padding: 1.5em 1em;
border-top: solid 6px #1dc1d6;
background: #e4fcff;
box-shadow: 0 2px 3px rgba(0, 0, 0, .22);
color: #00bcd4;
}
.box11 {
margin: 2em 0;
padding: 1.5em 1em;
border-top: solid 5px #5d627b;
background: white;
box-shadow: 0 2px 3px rgba(0, 0, 0, .22);
color: #5d627b;
}
.box12 {
margin: 2em 0;
padding: 1.5em 1em;
border-bottom: solid 6px #aac5de;
border-radius: 9px;
background: #c6e4ff;
color: #5989cf;
font-weight: bold;
}
.box13 {
margin: 2em 0;
padding: 1.5em 1em;
border-bottom: solid 6px #3f87ce;
border-radius: 9px;
background: #6eb7ff;
box-shadow: 0 2px 3px rgba(0, 0, 0, .22);
color: #fff;
font-weight: bold;
}
.box14 {
margin: 2em 10px;
padding: 1.5em 1em;
border: dashed 2px white;
background: #d6ebff;
box-shadow: 0 0 0 10px #d6ebff;
}
.box15 {
margin: 2em 10px;
padding: 1.5em 1em;
border: dashed 2px #ffc3c3;
border-radius: 8px;
background: #ffeaea;
box-shadow: 0 0 0 10px #ffeaea;
color: #565656;
}
.box16 {
margin: 2em 0;
padding: 1.5em 1em;
background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}
.box17 {
position: relative;
margin: 2em 0;
padding: 1em 2em;
border-top: solid 2px black;
border-bottom: solid 2px black;
}
.box17:before,
.box17:after {
position: absolute;
top: -10px;
width: 2px;
height: -webkit-calc(100% + 20px);
height:   calc(100% + 20px);
background-color: black;
content: "";
}
.box17:before {
left: 10px;
}
.box17:after {
right: 10px;
}
.box18 {
position: relative;
margin: 2em 0;
padding: 1.5em 1em;
border: solid 2px #ffcb8a;
border-radius: 3px 0 3px 0;
}
.box18:before,
.box18:after {
position: absolute;
width: 10px;
height: 10px;
border: solid 2px #ffcb8a;
border-radius: 50%;
content: "";
}
.box18:after {
top: -12px;
left: -12px;
}
.box18:before {
right: -12px;
bottom: -12px;
}
.box19 {
position: relative;
padding: 1.5em 1em;
}
.box19:before,
.box19:after {
display: inline-block;
position: absolute;
width: 20px;
height: 30px;
content: "";
}
.box19:before {
top: 0;
left: 0;
border-top: solid 1px #5767bf;
border-left: solid 1px #5767bf;
}
.box19:after {
right: 0;
bottom: 0;
border-right: solid 1px #5767bf;
border-bottom: solid 1px #5767bf;
}
.box20 {
position: relative;
top: 0;
margin: 2em 0;
padding: 1.5em 1em;
background: #efefef;
}
.box20:before,
.box20:after {
display: inline-block;
box-sizing: border-box;
position: absolute;
top: 0;
width: 15px;
height: 100%;
content: "";
}
.box20:before {
left: 0;
border-top: dotted 2px #15adc1;
border-bottom: dotted 2px #15adc1;
border-left: dotted 2px #15adc1;
}
.box20:after {
right: 0;
border-top: dotted 2px #15adc1;
border-right: dotted 2px #15adc1;
border-bottom: dotted 2px #15adc1;
}
.box21 {
margin: 2em 0;
padding: 1.3em;
background: linear-gradient(to left, #92d2f8, #c4baff);
box-shadow: 0 5px 15px rgba(0, 0, 0, .13);
color: #fff;
font-weight: bold;
}
.box22 {
margin: 1em 0;
padding: 1.5em 1em;
border-left: solid 6px #6bb6ff;
background: #f6f6f6;
box-shadow: 0 2px 3px rgba(0, 0, 0, .33);
}
.box23 {
position: relative;
max-width: 400px;
margin: 2em 0 2em 40px;
padding: 20px;
border-radius: 30px;
background: #fff0c6;
}
.box23:before {
position: absolute;
bottom: 0;
left: -40px;
color: #fff0c6;
font-family: FontAwesome;
font-size: 15px;
content: "\f111";
}
.box23:after {
position: absolute;
bottom: 0;
left: -23px;
color: #fff0c6;
font-family: FontAwesome;
font-size: 23px;
content: "\f111";
}
.box24 {
position: relative;
margin: 2em 0;
padding: .8em 1em;
background: #e6f4ff;
color: #5c98d4;
font-weight: bold;
}
.box24:after {
position: absolute;
top: 100%;
left: 30px;
width: 0;
height: 0;
border: 15px solid transparent;
border-top: 15px solid #e6f4ff;
content: "";
}
.box25 {
position: relative;
margin: 2em 5px;
padding: 1.5em 1em;
border: dashed 2px white;
background: #fff0cd;
box-shadow: 0 0 0 5px #fff0cd;
color: #454545;
}
.box25:after {
position: absolute;
top: -7px;
right: -7px;
border-width: 0 15px 15px 0;
border-style: solid;
border-color: #ffdb88 #fff #ffdb88;
box-shadow: -1px 1px 1px rgba(0, 0, 0, .15);
content: "";
}
.box-title {
font-weight: bold;
}
.box26 {
position: relative;
margin: 2em 0;
padding: 1.5em 1em;
border: solid 3px #95ccff;
border-radius: 8px;
}
.box26 .box-title {
display: inline-block;
position: absolute;
top: -10px;
left: 10px;
padding: 0 9px;
background: #fff;
color: #95ccff;
font-size: 19px;
line-height: 1;
}
.box26 .box-title:before {
padding-right: 4px;
font-family: FontAwesome;
content: "\f02e";
}
.box27 {
position: relative;
margin: 2em 0;
padding: 1.5em 1em 1em;
border: solid 3px #ed8583;
border-radius: 8px;
}
.box27 .box-title {
display: inline-block;
position: absolute;
top: -10px;
left: 10px;
padding: 0 9px;
background: #fff;
color: #ed8583;
font-size: 19px;
line-height: 1;
}
.box27 .box-title:before {
padding-right: 4px;
font-family: FontAwesome;
content: "\f071";
}
.box28 {
position: relative;
margin: 3em 0 2em;
padding: 1.5em 1em;
border: solid 3px #62c1ce;
}
.box28 .box-title {
display: inline-block;
position: absolute;
top: -30px;
left: -3px;
height: 28px;
padding: 0 9px;
border-radius: 5px 5px 0 0;
background: #62c1ce;
color: #fff;
font-size: 17px;
vertical-align: middle;
line-height: 28px;
}
.box29 {
position: relative;
margin: 2em 0;
padding: 30px 15px 15px;
border: solid 2px #ffc107;
}
.box29 .box-title {
display: inline-block;
position: absolute;
top: -2px;
left: -2px;
height: 25px;
padding: 0 9px;
background: #ffc107;
color: #fff;
font-size: 17px;
vertical-align: middle;
line-height: 25px;
}
.box29 .box-title:before {
padding-right: 4px;
font-family: FontAwesome;
content: "\f0eb";
}
.box30 {
margin: 2em 0;
padding: 15px 15px 10px;
background: #dcefff;
}
.box30 .box-title:before {
padding-right: 4px;
font-family: FontAwesome;
content: "\f00c";
}
.box30 .box-title {
margin: -15px -15px 15px;
padding: 4px;
background: #5fb3f5;
color: #fff;
font-size: 1.2em;
text-align: center;
}
.box30 p,.box31 p {
margin: 0 0 5px;
}
.box31,.box32,.box33 {
margin: 2em 0;
padding: 0 15px 10px;
background: #edf6ff;
box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}
.box31 .box-title,
.box32 .box-title,
.box33 .box-title {
margin: -15px -15px 15px;
padding: 4px;
background: #5fc2f5;
color: #fff;
font-size: 1.2em;
text-align: center;
}
.box32,
.box33 {
background: #fff9eb;
}
.box32 .box-title {
background: #f5a15f;
}
.box33 .box-title {
background: #f46b6b;
} .li-dashed ul,
.li-dashed ol {
border-width: 2px;
border-style: dashed;
}
.li-double ul,
.li-double ol {
border-width: 5px;
border-style: double;
}
.li-tandb ul,
.li-tandb ol {
padding: 1em 0 1em 1.3em;
border-width: 2px;
border-color: #373737;
border-right: 0;
border-left: 0;
}
.li-beige ul,
.li-beige ol {
border: 0;
background: #fff9e7;
}
.nobdr ul,
.nobdr ol {
border: 0;
}
.stitch-blue ul,
.stitch-blue ol,
.stitch-orange ul,
.stitch-orange ol,
.stitch-red ul,
.stitch-red ol {
margin: 2em 10px;
border: dashed 2px #668ad8;
border-radius: 10px;
background: #f1f8ff;
box-shadow: 0 0 0 10px #f1f8ff;
}
.stitch-orange ul,
.stitch-orange ol {
border-color: #ffa658;
background: #fffbf1;
box-shadow: 0 0 0 10px #fffbf1;
}
.stitch-red ul,
.stitch-red ol {
border-color: #f67c7c;
background: #fff3f3;
box-shadow: 0 0 0 10px #fff3f3;
}
.li-chevron ul {
position: relative;
padding: 1em .5em 1em 2.5em;
border: solid 2px skyblue;
border-radius: 5px;
}
.li-chevron li,
.li-check li,
.li-yubi li,
.li-niku li {
list-style-type: none!important;
padding: .5em 0;
line-height: 1.5;
}
.li-chevron li:before {
position: absolute;
left: 1em;
color: skyblue;
font-family: FontAwesome;
content: "\f138";
}
.li-check ul {
position: relative;
padding: 1em .5em 1em 2.5em;
border: solid 2px #ffb03f;
}
.li-check li:before {
position: absolute;
left: 1em;
color: #ffb03f;
font-family: FontAwesome;
content: "\f00c";
}
.li-yubi ul {
position: relative;
padding: 1em .5em 1em 2.5em;
border: double 4px #21b384;
}
.li-yubi li:before {
position: absolute;
left: 1em;
color: #21b384;
font-family: FontAwesome;
content: "\f0a4";
}
.li-niku ul {
position: relative;
padding: 1em .5em 1em 2.5em;
border: solid 2px #ff938b;
background: #fffaf1;
}
.li-niku li:before {
position: absolute;
left: 1em;
color: #ff938b;
font-family: FontAwesome;
content: "\f1b0";
}
.ol-circle ol {
list-style-type: none!important;
padding: 1em .7em;
counter-reset: number;
}
.ol-circle li {
position: relative;
padding: .5em 0 .5em 34px;
line-height: 1.5em;
}
.ol-circle li:before {
display: inline-block;
position: absolute;
left: 0;
width: 25px;
height: 25px;
border-radius: 50%;
background: #5c9ee7;
color: white;
font-family: "Quicksand",sans-serif;
font-size: 15px;
font-weight: bold;
text-align: center;
vertical-align: middle;
line-height: 25px;
content: counter(number);
counter-increment: number;
} .orange {
color: #ffb36b;
}
.green {
color: #75c375;
}
.blue {
color: #6bb6ff;
}
.red {
color: #ee7b7b;
}
.silver {
color: silver;
}
.keiko_blue {
background: linear-gradient(transparent 50%, rgba(107, 182, 255, .24) 50%);
}
.keiko_yellow {
background: linear-gradient(transparent 50%, rgba(255, 252, 107, .69) 50%);
}
.keiko_green {
background: linear-gradient(transparent 50%, rgba(151, 232, 154, .69) 50%);
}
.keiko_red {
background: linear-gradient(transparent 50%, rgba(255, 88, 88, 0.24) 50%);
}
.labeltext {
display: inline-block;
margin-right: 5px;
padding: 5px;
color: #fff;
font-size: .9em;
font-weight: bold;
line-height: 1;
} .entry-content img.img_so_small {
max-width: 250px;
}
.entry-content img.img_small {
max-width: 100%;
width: 350px;
}
img.img_border {
border: solid 3px #eaedf2;
}
.shadow {
box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}
.bigshadow {
box-shadow: 0 5px 20px rgba(0, 0, 0, .35);
}
.smallspace {
margin: 1em 0!important;
}
.nospace {
margin: 0!important;
} .entry-content .quote_silver {
padding: 35px 1.5em;
border: none;
background: whitesmoke;
}
.entry-content .quote_silver:before {
top: 10px;
left: 15px;
color: #dadada;
}
.entry-content .quote_silver:after {
position: absolute;
right: 15px;
bottom: 10px;
color: #dadada;
font-family: FontAwesome;
font-size: 25px;
line-height: 1;
content: "\f10e";
}  .textimg {
position: relative;
margin: 0 0 1.5em;
}
.textimg img {
width: 100%;
}
.textimg p {
position: absolute;
top: 50%;
left: 0;
width: 100%;
margin: 0;
padding: 15px;
color: #fff;
font-size: 1.5em;
font-weight: bold;
text-align: center;
line-height: 1.3;
transform: translateY(-50%);
} .entry-content hr {
margin: 3em 0;
border: solid 3px #dadada;
border-width: 2px 0 0 0;
}
.entry-content hr.dotted {
border-top: dotted 2px #dadada;
} .table {
display: table;
}
.tbcell {
display: table-cell;
vertical-align: middle;
}
.tbcell img {
width: 100%;}
.linkto {
max-width: 550px;
width: 100%;
margin: 1em 0 1.5em;
padding: 10px;
border: solid 2px #eaedf2;
border-radius: 3px;
background: #fff;
color: #555;
font-weight: bold;
text-decoration: none!important;
}
.linkto:hover {
background: #eaedf2;
text-decoration: none;
}
.linkto img {
box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
transition: .3s;
}
.linkto:hover img {
box-shadow: 0 4px 8px rgba(0, 0, 0, .35);
}
.linkto .tbimg {
width: 100px;
}
.linkto figure {width: 110px;padding-right: 10px; }
.linkto .tbtext {
padding-left: 10px;
line-height: 1.5;
text-align: left;
}
.textwidget .linkto {
border: none;
margin: 0;
}
.textwidget .linkto:last-child {
padding-bottom: 1em;
}
.c_linkto {
display: block;
overflow: hidden;
max-width: 400px;
width: 100%;
margin: 1em 0;
padding: 0;
border-radius: 3px;
background: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
color: #555;
font-weight: bold;
text-decoration: none!important;
}
.c_linkto:hover {
box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
color: #888;
text-decoration: none;
transform: translateY(-2px);
}
.c_linkto .c_linkto_text {
display: block;
padding: 15px 13px;
line-height: 1.6;
}
.longc_linkto {
margin-bottom: 1.5em;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
}
.longc_linkto img {
padding: 10px 10px 0;
}
.longc_time {
display: block;
font-size: .8em;
color: #b5b5b5;
} .reference {
display: table;
max-width: 450px;
width: 100%;
margin: 1em 0 1.5em;
padding: 13px 10px 13px 0;
border-radius: 2px;
background: #f5f5f5;
box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
color: #555;
font-weight: bold;
text-decoration: none!important;
}
.reference:hover {
box-shadow: 0 10px 20px -4px rgba(0, 0, 0, .22);
color: #888;
text-decoration: none;
}
.reference .refttl {
width: 70px;
margin: 10px;
border-right: solid 2px #dadada;
text-align: center;
line-height: 1.5;
}
.reference .refttl:before {
display: block;
color: #ffb36b;
font-family: FontAwesome;
font-size: 1.5em;
content: "\f02e";
}
.reference .refcite {
width: 200px;
width: calc(100% - 70px);
padding-left: 10px;
font-size: .95em;
line-height: 1.5;
}
.reference .refcite span {
display: block;
color: #ababab;
font-size: .9em;
} .memo {
margin-bottom: 1.5em;
padding: 1em;
background: #fff9e5;
color: #545454;
}
.memo_ttl {
margin-bottom: 5px;
color: #ffb36b;
font-size: 1.2em;
font-weight: bold;
}
.memo_ttl:before {
display: inline-block;
width: 30px;
height: 30px;
margin: 0 3px 0 0;
border-radius: 50%;
background: #ffb36b;
color: #fff;
font-family: FontAwesome;
font-weight: normal;
text-align: center;
vertical-align: middle;
line-height: 30px;
content: "\f040";
}
.memo p {
margin: 0 0 5px;
} .memo.alert {
background: #ffebeb;
}
.memo.alert .memo_ttl {
color: #ff8376;
}
.memo.alert .memo_ttl:before {
background: #ff8376;
content: "\f12a";
} .pre_tag {
margin: 1em 0 1.5em;
}
.pre_tag > span {
display: inline-block;
padding: 2px 10px;
border-radius: 10px 10px 0 0;
color: #fff;
font-size: .9em;
}
.pre_tag p {
margin: 0;
} .say {
display: table;
overflow: hidden;
width: 100%;
margin: 1.5em 0;
}
.faceicon {
display: table-cell;
width: 100px;
padding-right: 20px;
text-align: center;
vertical-align: top;
}
.faceicon img {
width: 100%;
height: auto;
border: solid 3px #eaedf2;
border-radius: 50%;
}
.faceicon span {
font-size: 11px;
font-weight: bold;
}
.chatting {
display: table-cell;
position: relative;
width: calc(100% - 100px);
font-size: .95em;
vertical-align: top;
}
.sc {
display: inline-block;
text-align: left;
padding: 13px;
border: solid 2px #d5d5d5;
border-radius: 12px;
background: #fff;
word-break : break-all;
}
.sc:before {
display: inline-block;
position: absolute;
top: 18px;
left: -23px;
border: 12px solid transparent;
border-right: 12px solid #d5d5d5;
content: "";
}
.sc:after {
display: inline-block;
position: absolute;
top: 18px;
left: -20px;
border: 12px solid transparent;
border-right: 12px solid #fff;
content: "";
}
.sc p {
margin: 5px 0;
padding: 0;
} .right {
text-align: right;
}
.right .faceicon {
padding: 0 0 0 20px;
}
.right .sc:before,
.right .sc:after {
right: -23px;
left: auto;
border: 12px solid transparent;
border-left: 12px solid #d5d5d5;
}
.right .sc:after {
right: -20px;
border-left-color: #fff;
} .shtb2 {
display: table;
table-layout: fixed;
width: 100%;
margin: 1.5em 0;
}
.shtb2 .cell {
display: table-cell;
width: 50%;
vertical-align: top;
}
.shtb2 .cell:first-of-type {
padding-right: 2%;
}
.shtb2 .cell:last-of-type {
padding-left: 2%;
} .shtb3 {
display: table;
table-layout: fixed;
width: 100%;
margin: 1.5em 0;
}
.shtb3 .cell {
display: table-cell;
width: 30%;
vertical-align: top;
}
.shtb3 .cell:nth-child(2) {
width: 35%;
padding: 0 2.5%;
}
.cell *:first-child {
margin-top: 0;
} .shtb2.tbrsp,
.shtb2.tbrsp .cell,
.shtb2.tbrsp .cell,
.shtb3.tbrsp,
.shtb3.tbrsp .cell,
.shtb3.tbrsp .cell {
display: block;
width: 100%;
margin-bottom: 1em;
padding: 0;
}
.cell > p {
margin-bottom: 1em;
}
.cell img.img_so_small {
max-width: 100%;
width: 250px;
}
.cell img.img_small {
max-width: 100%;
width: 350px;
} @media all and (-ms-high-contrast: none){
.shtb2:after, .shtb3:after{content:'';display:table;clear:both;} #main .shtb2,#main .shtb2.cell,#main .shtb3,#main .shtb3 .cell{display: block;}#main .shtb2 .cell,#main .shtb3 .cell{float:left;}#main .shtb3 .cell{width:32%;} #main .shtb3 .cell:nth-child(2){width: 36%;padding: 0 2%;}
} .youtube {
position: relative;
margin: 1.5em 0;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
} #toc_container {
position: relative;
width: 100%!important;
margin: 2.5em 0;
padding: 20px 15px;
border-top: solid 5px;
font-size: 0.95em;
background: #f9f9f9;
box-shadow: 0 1.5px 2.4px rgba(0, 0, 0, .15);
}
#toc_container .toc_title {
display: inline-block;
position: relative;
margin: 0 0 0 45px;
padding: 5px 0 5px 10px;
font-size: 23px;
font-weight: bold;
}
#toc_container .toc_title:before {
display: inline-block;
position: absolute;
top: 0;
left: -45px;
width: 50px;
height: 50px;
border-radius: 50%;
color: #fff;
font-family: FontAwesome;
font-size: 20px;
font-weight: normal;
text-align: center;
line-height: 50px;
content: "\f0ca";
}
.toc_toggle {
display: inline-block;
vertical-align: middle;
width: 75px;
height: 25px;
margin-left: 10px;
border-radius: 5px;
background: #cbcbcb;
color: #fff;
font-size: 14px;
text-align: center;
line-height: 25px;
}
#toc_container .toc_toggle a {
color: #fff;
text-decoration: none;
}
#toc_container ul {
list-style-type: disc;
padding: 0;
border: none;
}
#toc_container .toc_list {
margin-bottom: 0;
margin-left: 18px;
color: #585858;
}
#toc_container .toc_list li {
font-weight: bold;
}
#toc_container .toc_list li a {
color: #555;
}
#toc_container .toc_list li ul {
margin: 5px;
padding-left: 15px;
}
#toc_container .toc_list li ul li {
margin: 0;
font-size: .95em;
font-weight: normal;
}
.toc_number {
padding-right: 2px;
font-family: Quicksand,sans-serif;
font-size: 1.1em;
font-weight: bold;
}  .cstmreba {
margin: 1.5em 0;
padding: 15px 10px;
border: double 4px #dbdbdb;
background: #fff;
}
.cstmreba a {
color: #444;
text-decoration: none;
}
.kaerebalink-name p a {
text-decoration: none;
}
.cstmreba a:hover {
opacity: .7;
}
.cstmreba .kaerebalink-box {
display: table;
width: 100%;
vertical-align: middle;
}
.cstmreba .kaerebalink-name > a,
.booklink-name > a {
display: inline-block;
margin-bottom: 3px;
font-size: 1.05em;
font-weight: bold;
line-height: 1.5;
}
.cstmreba .kaerebalink-powered-date,
.cstmreba .kaerebalink-detail,
.booklink-powered-date,
.booklink-detail {
color: silver;
font-size: .7em;
}
.cstmreba .kaerebalink-powered-date a,
.cstmreba .booklink-powered-date a {
color: silver;
}
.cstmreba .kaerebalink-image {
display: table-cell;
width: 80px;
vertical-align: middle;
}
.cstmreba .kaerebalink-image a img {
width: 100%;
}
.cstmreba .kaerebalink-info {
display: table-cell;
width: calc(100% - 80px);
padding-left: 15px;
}
.cstmreba .kaerebalink-link1,
.booklink-link2 {
margin-top: 8px;
}
.cstmreba .kaerebalink-link1 > div,
.booklink-link2 > div {
display: inline-block;
height: 37px;
margin: 5px 10px 5px 0;
padding: 0 9px;
border-radius: 3px;
background: #73c1ea;
box-shadow: 0 8px 15px -5px rgba(0,0,0,.25);
font-size: .95em;
font-weight: bold;
vertical-align: middle;
line-height: 37px;
transition: .3s ease-in-out;
}
.cstmreba .kaerebalink-link1 > div a,
.cstmreba .booklink-link2 > div a {
display: inline-block;
}
.cstmreba .kaerebalink-link1 > div:hover,
.cstmreba .booklink-link2 > div:hover {
box-shadow: 0 12px 15px -5px rgba(0,0,0,.25);
}
.cstmreba .kaerebalink-link1 a:before,
.booklink-link2 > div a:before {
padding-right: 3px;
font-family: FontAwesome;
content: "\f0da";
}
.cstmreba .kaerebalink-link1 .shoplinkamazon,
.booklink-link2 .shoplinkamazon {
background: #ffb36b;
}
.cstmreba .kaerebalink-link1 .shoplinkrakuten,
.booklink-link2 .shoplinkrakuten {
background: #ea7373;
}
.cstmreba .kaerebalink-link1 a,
.cstmreba .booklink-link2 a {
color: #fff;
}
.booklink-footer {
display: none;
}
.cstmreba a {
color: #555;
text-decoration: none;
} .kaerebalink-info img , .kaerebalink-image > img ,.booklink-info img {
display: none;
}
.kaerebalink-name p ,.booklink-name p {
margin-bottom: 0;
} .booklink-image {
display: table-cell;
width: 110px;
vertical-align: middle;
}
.booklink-image img {
width: 100%;
box-shadow: 0 10px 20px -5px rgba(0,0,0,.38), 0 0 2px rgba(0,0,0,.15);
}
.booklink-info {
display: table-cell;
width: calc(100% - 110px);
padding-left: 15px;
}
.booklink-link2 > div {
box-shadow: 0 2px 3px rgba(0,0,0,.28);
} .sc ul,.sc ol,.list-raw ul,.list-raw ol,.sng-box ul,.sng-box ol,.memo ul,.memo ol {
margin: 5px 0;
padding: 0 0 0 1.4em;
border: none;
box-shadow: none;
background: transparent;
}
.amazonjs_info ul {
border: none;
} blockquote .li-chevron li:before, blockquote .li-check li:before,blockquote .li-yubi li:before,blockquote .li-niku li:before,
.sng-box .li-chevron li:before, .sng-box .li-check li:before,.sng-box .li-yubi li:before,.sng-box .li-niku li:before,
.memo .li-chevron li:before, .memo .li-check li:before,.memo .li-yubi li:before,.memo .li-niku li:before,
.alert .li-chevron li:before, .alert .li-check li:before,.alert .li-yubi li:before,.alert .li-niku li:before,
.li-chevron li li:before, .li-check li li:before,.li-yubi li li:before,.li-niku li li:before {
left:0;
}
blockquote .ol-circle ol ,.sng-box .ol-circle ol,.memo .ol-circle ol,.alert .ol-circle ol{
padding-left: 0;
} @media only screen and (min-width: 481px) {
.rate-title {
text-align: left;
}
.rate-box {
max-width: 550px;
font-size: 17px;
}
.rateline {
padding: 10px 20px;}
.rate-thing {
max-width: 350px;
width: calc(100% - 135px);}
.rate-star {
width: 135px;}
#inner-content p.hh {
font-size: 1.3em;}
.c_linkto {
display: inline-block;
max-width: 310px;
margin-right: 20px;}
.cell .c_likto {
margin-right: 0;}
.c_linkto.longc_linkto {
max-width: 100%;
display: table;}
.longc_img,.c_linkto.longc_linkto .longc_content {
display: table-cell;
vertical-align: middle;
}
.longc_img {
width: 40%;
}
.longc_content {
width: 60%;
}
.longc_img img {
width: 100%;
padding: 10px;
}
.faceicon {
width: 130px;
}
.chatting {
padding-top: 15px;
width: calc(100% - 130px);
}
.sc:before, .sc:after {
top: 30px;
} #toc_container {
padding: 20px 25px;
}
#fixed_sidebar .toc_widget_list a {
font-size: 0.9em;
padding: 4px 5px 4px 7px;
} .cstmreba {
padding: 16px;
}
.cstmreba .kaerebalink-image {
width: 95px;
}
.cstmreba .kaerebalink-info {
width: calc(100% - 95px);
}
.cstmreba .kaerebalink-link1 > div {
height: 35px;
padding: 0 12px;
line-height: 35px;
} } @media only screen and (min-width: 768px) {
.textimg {
font-size: 1.7em;
} .shtb2.tbrsp {
display: table;
table-layout: fixed;
}
.shtb2.tbrsp .cell {
display: table-cell;
width: 50%;
}
.shtb2.tbrsp .cell:first-of-type {
padding-right: 2%;
}
.shtb2.tbrsp .cell:last-of-type {
padding-left: 2%;
} .shtb3.tbrsp {
display: table;
table-layout: fixed;
}
.shtb3.tbrsp .cell {
display: table-cell;
width: 30%;
}
.shtb3.tbrsp .cell:nth-child(2) {
width: 35%;
padding: 0 2.5%;
} }  .small,
#inner-content .small {
font-size: .75em;
}
.big,
#inner-content .big {
font-size: 1.3em;
}
.sobig,
#inner-content .sobig {
font-size: 2.3em;
}
.noborder {
border: none;
}.futo {
font-weight: bold;
} @media only screen and (max-width: 480px) {
.header-info a {
padding: 5px 10px;
font-size: 15px;
}
#breadcrumb {
padding: 5px 15px;
font-size: 15px;
}
h1, .h1 {
font-size: 1.1em;
line-height: 1.5;
}
.single-title, .page-title, .entry-title {
padding: 20px 15px 5px 15px;
}
.entry-meta {
margin: 0 0 5px;
font-size: .8em;
}
} .points p {
margin: 0;
padding: 0 1em;
} 
.points {
position: relative;
display: inline-block;
margin: 1.5em 0 .9em 0;
padding: 5px 20px;
min-width: 120px;
max-width: 100%;
color: #fff;
background: #81D4FA; 
border-radius: 15px; 
font-size: 14px;
font-weight:bold;
text-align:center;
}
.points:before{
content: "";
position: absolute;
top: 100%;
left: 30%;
margin-left: -15px;
border: 10px solid transparent;
border-top: 10px solid #81D4FA;
} .points.p-red {background: #ef9a9a;}
.points.p-red:before{border-top: 10px solid #ef9a9a;} .points.p-orange {background: #FFCC80;}
.points.p-orange:before{border-top: 10px solid #FFCC80;} .points.p-green {background: #80CBC4;}
.points.p-green:before{border-top: 10px solid #80CBC4;} .points.p-blue {background: #7986CB;}
.points.p-blue:before{border-top: 10px solid #7986CB;} .points.p-custom {background: #7986CB; }
.points.p-custom:before{border-top: 10px solid #7986CB; } .kanren{
position: relative;
background-color: #fff;
border: 2px solid #E0E0E0;
border-radius: 5px;
margin:30px 5px 20px 7px;
padding: 25px 20px 15px 20px;
}
.kanren:before{
position: absolute;
border-radius: 15px; 
background-color: #9E9E9E;
color: #fff;
font-family:"FontAwesome", "Helvetica","Yu Gothic";
content: '関連する記事';
font-size: 14px;
font-weight: bold;
padding: 5px 20px;
left: -10px;
top: -20px;
}
.kanren:after{
position: absolute;
border-top: 12px solid #9E9E9E;
border-right: 12px solid transparent;
border-left: 12px solid transparent;
content: '';
top: 10px;
left: 15px;
}
.kanren ul{
list-style-type: none;
border:none;
margin:0;
padding:0;
}
.kanren ul li{
list-style-type: none !important;
position: relative;
padding: .2em 0 .2em 1.5em;
line-height: 1.5;
}
.kanren ul li:before {
position: absolute;
left: 0;
display: inline-block;
font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
content:'\f05d\ ';
color: #9E9E9E;
width: 8px;
height: 8px;
margin: 0 16px 20px 0;
} .kanren.p-red{border: 2px solid #ffcdd2;}
.kanren.p-red:before{background-color: #ef9a9a;}
.kanren.p-red:after{border-top: 12px solid #ef9a9a;}
.kanren.p-red ul li:before {color: #ef9a9a;} .kanren.p-orange{border: 2px solid #FFE0B2;}
.kanren.p-orange:before{background-color: #FFCC80;}
.kanren.p-orange:after{border-top: 12px solid #FFCC80;}
.kanren.p-orange ul li:before {color: #FFCC80;} .kanren.p-green{border: 2px solid #B2DFDB;}
.kanren.p-green:before{background-color: #80CBC4;}
.kanren.p-green:after{border-top: 12px solid #80CBC4;}
.kanren.p-green ul li:before {color: #80CBC4;} .kanren.p-blue{border: 2px solid #C5CAE9;}
.kanren.p-blue:before{background-color: #7986CB;}
.kanren.p-blue:after{border-top: 12px solid #7986CB;}
.kanren.p-blue ul li:before {color: #7986CB;} .kanren.p-custom{border: 2px solid #E1BEE7; }
.kanren.p-custom:before{background-color: #CE93D8; }
.kanren.p-custom:after{border-top: 12px solid #CE93D8; }
.kanren.p-custom ul li:before {color: #CE93D8; } .p-box{
position: relative;
background-color: #fff;
border: 2px solid #CFD8DC;
border-radius: 5px;
margin:30px 5px 20px 7px;
padding: 25px 20px 15px 20px;
}
.p-box .p-box-title{
position: absolute;	
left: -10px;
top: -20px;
border-radius: 15px; 
background-color: #90A4AE;
color: #fff;
font-family:"FontAwesome", "Helvetica","Yu Gothic";
font-size: 14px;
font-weight: bold;
padding: 5px 20px;
}
.p-box .p-box-title:after{
position: absolute;
border-top: 12px solid #90A4AE;
border-right: 12px solid transparent;
border-left: 12px solid transparent;
content: '';
top: 30px;
left: 25px;
}
.p-box p{
margin: 0; 
padding: 0;
}
.p-box ul{
list-style-type: none;
border:none;
margin:0;
padding:0;
}
.p-box ul li{
list-style-type: none !important;
position: relative;
padding: .2em 0 .2em 1.5em;
line-height: 1.5;
}
.p-box ul li:before {
display: inline-block;
position: absolute;
left: 0;
font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
content:'\f138\ ';
color: #90A4AE;
width: 8px;
height: 8px;
margin: 0 16px 20px 0;
} .p-box.p-red{border: 2px solid #ffcdd2;}
div.p-box.p-red .p-box-title {background-color: #ef9a9a;}
div.p-box.p-red .p-box-title:after{border-top: 12px solid #ef9a9a;}
.p-box.p-red ul li:before {color: #ef9a9a;} .p-box.p-orange{border: 2px solid #FFE0B2;}
div.p-box.p-orange .p-box-title{background-color: #FFCC80;}
div.p-box.p-orange .p-box-title:after{border-top: 12px solid #FFCC80;}
.p-box.p-orange ul li:before {color: #FFCC80;} .p-box.p-green{border: 2px solid #B2DFDB;}
div.p-box.p-green .p-box-title{background-color: #80CBC4;}
div.p-box.p-green .p-box-title:after{border-top: 12px solid #80CBC4;}
.p-box.p-green ul li:before {color: #80CBC4;} .p-box.p-blue{border: 2px solid #C5CAE9;}
div.p-box.p-blue .p-box-title{background-color: #7986CB;}
div.p-box.p-blue .p-box-title:after{border-top: 12px solid #7986CB;}
.p-box.p-blue ul li:before {color: #7986CB;} .p-box.p-custom{border: 2px solid #E1BEE7; }
div.p-box.p-custom .p-box-title{background-color: #CE93D8; }
div.p-box.p-custom .p-box-title:after{border-top: 12px solid #CE93D8; }
.p-box.p-custom ul li:before {color: #CE93D8; } div.osusume-b,
div.shinchaku-b{
background: white;
width: 94%;
text-align: center;
margin: 0 8% 40px 0;
}
div.osusume-b p,
div.shinchaku-b p{
display: inline-block;
height: 44px;
line-height: 44px;
vertical-align: middle;
margin: auto;
font-weight: bold;
font-size:90%;
color: #a7a7a7;
}
@media screen and (max-width: 1029px){
div.osusume-b,
div.shinchaku-b {
margin: 0 8% 25px 2%;
}		
}
@media screen and (max-width: 450px){
div.osusume-b ,
div.shinchaku-b{
margin: 0 0 1em 0;
width: 100%;
}
div.osusume-b p,
div.shinchaku-b p{
font-size: 14px;
height: 33px;
line-height: 33px;
}}
@media only screen and (max-width: 480px) { .cardtype {
display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;
display: flex;
flex-direction: row;
-webkit-flex-direction: row;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
div.osusume-card a.cardtype__link {
padding-bottom: 1px;
}
.popular-posts .cardtype__article {
width: 48%;
}
.popular-posts .cardtype__article:nth-child(odd){
margin-right: 4%;
}
.popular-posts.cardtype h2 {
margin: 8px 5px;
font-size: 15px;
}
} #new-entry p{
position: relative;
display: inline-block;
margin: 0 0em 1em 0;
padding: 0 1em;
text-align: left;
}
#new-entry p:before,
#new-entry p:after {
position: absolute;
top: 50%;
content: '';
width: 200%;
height: 2px;
background-color: #666;
}
#new-entry {
border-left:none;
background-color:#EBEDF2;
overflow: hidden;
text-align: center;
}
#new-entry p:before {
right: 100%;
}
#new-entry p:after {
left: 100%;
}
@media only screen and (min-width: 1030px) {
#new-entry {
margin: 0 6% 0 0px;
}
} .site_description{ font-size:.75em;
text-align:center;
color:#fff;
}
#footerlogo {
display: table;
margin: 0;
padding: 0 0 0 5px;
width: 100%;
font-size: 6vmin;
text-align: center;
letter-spacing: 1px;
}
#footerlogo:before {
content: '';
height: 62px;
display: block;
float: left;
}
#footerlogo a {
display: table-cell;
line-height: 1.5;
vertical-align: middle;
}
#footerlogo a:hover {
opacity: .5;
}
#footerlogo img {
display: inline-block;
height: 62px;
padding: 10px 0 10px 0;
vertical-align: middle;
}
@media only screen and (min-width: 481px) {
#footerlogo {
font-size: 23px;
}
}
@media only screen and (min-width: 768px) {
#footerlogo {
display: inline-block;
height: 62px;
line-height: 62px;
margin: 0 5px 0 0;
text-align: left;
width: auto;
}
#footerlogo:before {
content: none;
}
#footerlogo a {
display: inline;
line-height: inherit;
vertical-align: baseline;
}
#footerlogo img {
vertical-align: top;
padding: 6px 6px 6px 0;
}
} .entry-content blockquote{
font-size:.8em;
border: solid 2px #BDBDBD;
} .commentlist {
font-size: .9em;
}
.comment_content {
padding: 0 1em;
} #appreach-box {
border: double 4px #dbdbdb;
background: #fff;
padding: 5px !important;
margin-bottom: 20px;
}
#appreach-appname {
font-weight: bold;
margin: 0 0 .5em 8em;
}
.appreach-links{
margin-top: 10px;
}
.appreach-footer{
margin-bottom: 0;
line-height: 0;
}
#appreach-developer,
#appreach-developerurl,
#appreach-price,
.appreach-powered,
.appreach-powered a{
color:silver;
font-size:.5em!important;
} .pochireba {
border: double 4px #dbdbdb;
background: #fff;
padding: 15px !important;
margin-bottom: 20px;
}
.pochireba .pochi_img {
box-shadow: 0 10px 20px -5px rgba(0,0,0,.38), 0 0 2px rgba(0,0,0,.15);
margin-right: 25px !important;
margin-top: 20px !important;
margin-left: 10px !important;	
}
.pochireba .pochi_info {
margin-left: 5px;
}
.pochireba .pochi_name {
text-align: center;
}
.pochireba .pochi_name a {
display: block;
color:#fff;
font-size: 18px;
text-decoration: none;
text-align: center;
margin: 0 10px 10px 0;
padding: 6px;
border-radius: 8px;
line-height: 26px;
background: #e57373; box-shadow: 0 2px 3px rgba(0,0,0,.28);
}
.pochireba .pochi_name a::after {
font-family: FontAwesome;
content: '\f0da\  AppStore';
display: block;
font-size: 16px;
color: #fff;
font-weight: bold;
}
.pochireba .pochi_name a:hover{
box-shadow: 0 12px 15px -5px rgba(0,0,0,.25);
}
.pochireba .pochi_price,
.pochireba .pochi_time,
.pochireba .pochi_seller,
.pochireba .pochi_post{
color:silver;
font-size:.5em!important;
margin-bottom: 0;
float : left ;
}
.pochireba .pochi_price{
margin-left:.5em;
}
.pochireba .pochi_time::after,
.pochireba .pochi_seller::after{
font-family: FontAwesome;
content: '/ ';
}
div .pochi_seller a,
div .pochi_post a
{
color:silver;
}  .hidden_box {
margin: 2em 0; padding: 0;
} .hidden_box label {
padding: 15px;
font-weight: bold;
border: solid 2px black;
cursor :pointer;
} .hidden_box label:hover {
background: #efefef;
} .hidden_box input {
display: none;
} .hidden_box .hidden_show {
height: 0;
padding: 0;
overflow: hidden;
opacity: 0;
transition: 0.8s;
} .hidden_box input:checked ~ .hidden_show {
padding: 10px 0;
height: auto;
opacity: 1;
} #main .ninkiid {
display: inline-block;
overflow: hidden;
position: absolute;
top: 13px;
left: 13px;
height: 22px;
margin: 0;
padding: 0 10px;
border-radius: 14px;
color: #fff;
font-size: 11px;
font-weight: bold;
vertical-align: middle;
line-height: 22px;
}  .my-widget.show_num {
counter-reset: wpp-ranking;
}
.my-widget.show_num li {
position: relative;
} .my-widget.show_num li:before {
content: counter(wpp-ranking, decimal);
counter-increment: wpp-ranking;
display: inline-block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 25px;
height: 25px;
border-radius: 50%;
text-align: center;
line-height: 25px;
} .my-widget.show_num li:nth-child(1):before {
background: #ffe368; color: #fff;
} .my-widget.show_num li:nth-child(2):before {
background: #ffe368; color: #fff;
} .my-widget.show_num li:nth-child(3):before {
background: #ffe368; color: #fff;
} .my-widget.show_num li:nth-child(n + 4):before{
background: #f3f3f3;
color: #9a9a9a;
} p.wpp_cat {
padding: 0 0 .5em 0;
margin: 0;
} .caption-spaceasam {
position: relative;
}
.caption-spaceasam p{
position:absolute;
bottom: 1%;
left: 2%;
background: #EAEDF2; color: #b0b0b0; font-size: 8px;
font-weight: bold;
border-radius: 20px;
line-height: 1.3;
letter-spacing: 1px;
padding: 7px 13px;
z-index: 1;
}
.caption-spaceasam img{
width:100%;
}
a.samune:link { color: #b0b0b0; }
a.samune:visited { color: #b0b0b0; }
a.samune:hover { color: #b0b0b0; }
a.samune:active { color: #b0b0b0; } .ad-name {
display: inline-block;
overflow: hidden;
height: 22px;
padding: 0 10px;
border-radius: 14px;
font-size: 11px;
font-weight: bold;
vertical-align: middle;
line-height: 22px;
}
.adblock{
margin-top: 10px;	
} .viral { position: relative; margin: 0;
background: #000;
z-index: 0;
}
.v-box{
text-align: center;
}
.viral p {
position: absolute;
color: #a9a9a9; top: 6%;
left:5%;
margin:0;
padding:0;
z-index: 1;
}
.viral h1{
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin:0;
padding:0;
color: white; font-weight: bold; font-size:1.4em; z-index: 1;
}
.viral img {
width: 100%;
display: block;
opacity: .3;
}
@media only screen and (max-width: 480px) { .viral p {
position: absolute;
color: #a9a9a9; top: 5%;
left:5%;
margin:0;
padding:0;
z-index: 1;
font-size:.8em;
}
.viral h1{
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin:0;
padding:0;
color: white; font-weight: bold; z-index: 1;
font-size:1.1em;
}
} .count-btn{
position: absolute;
color: #b5b5b5;
font-size: 13px;
font-weight: bold;
right: 1em;
bottom: .3em;
margin: 0;
}
.count-btn:before{
margin:0 .4em 0 .6em;
font-family: FontAwesome;
content: "\f1e0 ";
} div.pingback {
padding: 1em;
margin-top: 1em;
background: #f8f9fa;
}
div.pingback a {
font-style: normal;
}  .memo.note {
background: #f6f6f6;
}
.memo.note .memo_ttl {
color: #777777;
}
.memo.note .memo_ttl:before {
background: #777777;
font-family:"FontAwesome";	
content: "\f02d";
} .memo.safe {
background: #e8f4ff;
}
.memo.safe .memo_ttl {
color: #5dbce8;
}
.memo.safe .memo_ttl:before {
background: #5dbce8;
font-family:"FontAwesome";	
content: "\f2b4";
} .wpcf7 input[type="submit"],
.pushbutton-wide{
display: inline-block;
border: 0;
font-weight: bold;
background-color: #BDBDBD;
border-radius: 3px;
box-shadow: 0 2px 3px rgba(0,0,0,.2), 0 2px 3px -2px rgba(0,0,0,.15);
color: #fff;
text-decoration: none;
vertical-align: middle;
transition: .3s ease-in-out;
}
.wpcf7 input[type="submit"]{
margin: .5em .5em .5em 1.7em;
padding:.5em 8em;
}
.pushbutton-wide{
margin: .5em .5em .5em 0;
padding:.5em 5em;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus,
.pushbutton-wide:hover,
.pushbutton-wide:focus{
box-shadow: 0 13px 20px -3px rgba(0,0,0,.24);
text-decoration: none;
-webkit-tap-highlight-color: transparent;
} div.pr p {
margin: 8px 13px 0;
font-size: 18px;
line-height: 1.56;
font-weight: bold;
} .cstmreba .kaerebalink-link1 .shoplinkyahoo,
.booklink-link2 .shoplinkyahoo {
background: #FF8A65;
} div.yyi-rinker-contents {
border: double 4px #dbdbdb;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink{
background: #ffb36b;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink {
background: #ea7373;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {
background: #ff8a65;
}
@media screen and (max-width: 480px) {
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a:before,
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a:before,
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a:before {
right: 20px;
font-family: FontAwesome;
content: "\f0da";
}
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a:before,
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a:before,
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a:before {
padding-right: 90%;
font-family: FontAwesome;
content: "\f0da";
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a:hover,
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a:hover,
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a:hover {
box-shadow: 0 12px 15px -5px rgba(0,0,0,.25);
}
div.yyi-rinker-contents ul.yyi-rinker-links li a{
height: 37px;
line-height: 37px;
font-size: 0.95em;
padding-left: 10px;
padding-right: 0;
border-radius: 3px;
}
div.yyi-rinker-contents ul.yyi-rinker-links li{
display: inline-block;
height: 37px;
margin: 5px 10px 5px 0;
padding: 0 12px;
border-radius: 3px;
background: #73c1ea;
box-shadow: 0 8px 15px -5px rgba(0,0,0,.25);
font-size: .95em;
font-weight: bold;
vertical-align: middle;
line-height: 37px;
transition: .3s ease-in-out;
}
div.yyi-rinker-contents div.yyi-rinker-image{
width: 100px;
min-width: 100px;
padding:0;
}
.yyi-rinker-title {
font-size: 1.05em;
}
div.yyi-rinker-contents div.yyi-rinker-title a{
font-weight: bold;
color: #555;
}
div.yyi-rinker-contents ul.yyi-rinker-links {
margin: 0;
}
div.yyi-rinker-info {
padding-left: 15px;
}.entry-content h2{
} .entry-content h3 {
} .entry-content h4 {
}