/* <system section="theme" selected="26006613501169551"> */
@charset "UTF-8";
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
/* ==全体設定== */
*,:after,:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size:17px;
  font-family: "メイリオ", sans-serif;
  line-height: 2.0;
  margin: 0;
  padding: 0;
  word-break:break-all;
  word-wrap:break-word;
  background: #f5f5f5;
}
h1 {
  margin: 0;
  padding: 0;
}
h1.entry-title {
  font-size: 30px;
  font-family: "メイリオ", sans-serif;
  text-decoration: none;
  color: #000;
  transform: skewX(-10deg);
}
h1.entry-title a {
  text-decoration: none;
  color: #000;
}
/* ==ブログタイトルエリア== */
#blog-title {
  padding: 25px 0 15px;
  background: #fff;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16);
  position: relative;
}
.header-image-only #blog-title {
  background: #fff !important;
}
#blog-title-inner {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #blog-title-inner {
    text-align: center;
    width: 100%;
  }
}
#blog-title #title a {
  font-family: "メイリオ", sans-serif;
  color: #6a5acd;
  text-decoration: none;
}
#blog-description {
  font-size: 80%;
  padding: 10px 0 0 0;
  color: #4f8299;
}
@media screen and (max-width:480px) {
  #blog-description {
    padding: 10px 10px 0;
  }
}
#top-editarea {
  width: 100%;
  text-align: center;
  background: #fff;
}
#top-box {
  margin-top: 15px;
}
.top-menu-bar {
  background: #6a5acd;
  color: #fff;
  padding: 5px 0;
}
.top-menu-bar ul li {
  display: inline-block;
}
.top-menu-bar ul li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 0 15px;
}
/* ==レイアウト== */
#container {
  width: 100%;
}
#content {
  padding: 20px 0px;
  margin: 0 auto;
  width:1170px;
  overflow:hidden;
}
.page-entry #content {
  padding: 0;
  margin-top: 15px;
}
@media screen and (max-width:1200px) {
  #content {
    max-width:805px;
  }
}
@media screen and (max-width:768px) {
  #content {
    max-width:100%;
  }
}
.page-index .enable-top-editarea .page-archive #content {
  padding: 30px 0 !important;
}
.page-archive #content {
  padding: 20px 10px 30px;
}
#content-inner {
  display:-webkit-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
#wrapper {
  width: 70%;
}
.page-index .enable-top-editarea .page-archive #wrapper,.page-archive #wrapper {
  width: 100%;
}
#main-inner {
  margin-bottom: 45px;
}
.entry-inner {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
.page-index .entry-inner,.page-archive .entry-inner {
  margin-bottom: 30px;
}
.page-index .enable-top-editarea .page-archive #box2,.page-archive #box2 {
  width: 100%;
  margin: 0;
}
#box2 {
  width: 30%;
}
#box2-inner {
  margin-left: 25px;
  margin-bottom: 25px;
}
.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
  margin-left: 0px;
}
.archive-entries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width:1200px) {
  #wrapper {
    width: 100%;
  }
  #content-inner {
    margin: 0 15px;
  }
  .archive-entries {
    grid-template-columns: repeat(2, 1fr);
  }
  #box2 {
    width: 100%;
  }
  #box2-inner {
    margin-left: 0px;
  }
}
@media screen and (max-width:768px) {
  .archive-entries {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width:480px) {
  #content-inner {
    margin: 0;
  }
}
/* ==TOPページ・Archivesページ== */
.page-archive .archive-entry {
  position: relative;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.page-index .enable-top-editarea .page-archive .archive-entry:hover,.page-archive .archive-entry:hover  {
  transform: translateY(-5px);
  box-shadow: 0 0 3px 0 rgba(0,0,0,.15), 0 2px 3px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
}
.page-archive .entry-thumb {
  position: relative;
  top: 0;
  width: 100%;
  height: 15vw;
}
.page-archive .entry-thumb {
  background: no-repeat center center;
  background-size: cover;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width:1200px) {
  .page-archive .entry-thumb {
    height: 20vw;
  }
}
@media screen and (max-width:768px) {
  .page-archive .entry-thumb {
    height: 40vw;
  }
}
@media screen and (max-width:480px) {
  .page-archive .entry-thumb {
    height: 50vw;
  }
}
.entry-thumb-link {
  order: 0;
}
.archive-entry-header {
  order: 1;
  padding: 15px 10px 40px;
}
.archive-entry-body {
  order: 2;
}
.page-index .enable-top-editarea .page-archive .categories,.page-archive .categories {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 100;
  background: #6a5acd;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
}
.page-index .enable-top-editarea .page-archive .categories a,.page-archive .categories a {
  color: #fff;
  text-decoration: none;
}
.page-index .enable-top-editarea .page-archive .categories a:nth-child(n+2),.page-archive .categories a:nth-child(n+2) {
  display: none;
}
.page-index .enable-top-editarea .page-archive .entry-description,.page-archive .entry-description {
  line-height: 1.1;
  font-size: 80%;
  padding: 0 15px 10px;
  position: relative;
  color: #999;
  display: none;
}
.page-index .enable-top-editarea .page-archive .entry-description:after,.page-archive .entry-description:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width:100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.6) 15%, rgba(255,255,255,1) 70%, rgba(255,255,255,1));
}
.page-index .enable-top-editarea .page-archive h1.entry-title,.page-archive h1.entry-title {
  font-size: 120%;
  line-height: 1.2;
  max-height:45px;
  overflow: hidden;
  transform: skewX(-10deg);
  padding: 0 5px;
}
.page-index .enable-top-editarea .page-archive .archive-date,.page-archive .archive-date {
  position: absolute;
  bottom: 3px;
  right: 15px;
  z-index: 100;
  font-size: 80%;
}
.page-index .enable-top-editarea .page-archive .social-buttons,.page-archive .social-buttons {
  display: none;
}
.page-index .enable-top-editarea .page-archive .pager,.page-archive .pager {
  margin: 0 auto;
  text-align: center;
}
.page-index .pager a,.page-archive .pager a {
  display: block;
  padding: 10px 45px;
  background: #4f8299;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
.page-index .pager a:hover ,.page-archive .pager a:hover  {
  transform: translateY(-5px);
  box-shadow: 0 0 3px 0 rgba(0,0,0,.15), 0 2px 3px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
}
.archive-header-category {
  margin: 0 0 20px;
}
.archive-header-category .archive-heading {
  margin: 0;
  font-size: 25px;
  color: #fff;
  background: #6a5acd;
  border-radius: 10px;
  text-align: center;
}
.archive-description {
  padding: 10px;
  margin: 0 10px 0;
  background: #f5f5f5;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
/* ==サイドメニュー== */
.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
#box2-inner {
  grid-template-columns: 1fr;
}
@media screen and (max-width:1200px) {
  #box2 {
    margin:0 15px;
  }
  #box2-inner,.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 25px;
  }
}
@media screen and (max-width:768px) {
  #box2-inner,.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
    grid-template-columns: 1fr;
  }
}
.hatena-module-title {
  background: #6a5acd;
  color: #fff;
  padding: 10px;
  line-height: 1;
  border-radius: 8px;
  text-align: center;
  margin-top: 15px;
}
.hatena-module-title a {
  color: #fff;
  text-decoration: none;
}
.hatena-module-body {
  padding: 10px 10px 20px;
}
.hatena-module-profile {
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  z-index: 0;
  position: relative;
}
.profile-icon-link {
  display: block;
}
.profile-icon {
  border-radius: 50%;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
.hatena-module-profile .hatena-module-body {
  position: relative;
  overflow: hidden;
  color: #666;
  padding: 15px 0;
  margin: -5px 5px 0;
  z-index: -99;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  background-size:cover;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.hatena-module-profile .hatena-module-body a {
  order: 1;
}
.hatena-module-profile .hatena-module-body:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.hatena-module-profile .hatena-module-body span {
  order: 2;
  line-height: 1.2;
}
.hatena-module-body .hatena-follow-button-box {
  position: relative;
  width: 200px;
  height: 45px;
  margin: 10px auto 5px;
  order: 3;
  z-index: 1;
}
.hatena-module-body .hatena-follow-button {
  border-radius: 20px;
  background: #2884c7 !important;
  color: #fff !important;
  padding: 10px 0;
  float: none;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  width: 200px;
  text-align: center;
  height: auto !important;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  border: 0 !important;
}
.hatena-module-body .hatena-follow-button.unsubscribing.hover {
  color: #fff !important;
}
.hatena-module-body .hatena-follow-button-box .subscription-count {
  border-radius: 20px;
  display: block;
  float: none;
  white-space: nowrap;
}
.hatena-module-body .hatena-follow-button.subscribing {
  color: #fff !important;
  width: 200px;
}
.hatena-module-body .hatena-follow-button.subscribing.hover {
  width: 200px;
}
.hatena-module-body .hatena-follow-button-box:hover {
  color: #fff !important;
  transform: translateY(-5px);
  transition: .3s ease-in-out;
}
.hatena-module-body .hatena-follow-button-box .subscription-count-box {
  display: block;
  position: absolute;
  top: 11px;
  left: 200px;
}
.profile-activities {
  order: 5;
  margin-top: 10px;
  font-size: 12px;
}
.hatena-module-body .id .hatena-id-link .user-name-nickname {
  display: block;
  font-size: 130%;
  font-family: "メイリオ", sans-serif;
}
.user-name-paren,.user-name-hatena-id {
  font-size: 12px;
}
.hatena-module-body .id {
  margin-bottom: 10px;
}
.profile-description {
  order: 4;
  padding: 0 15px;
}
.hatena-module-body .hatena-urllist {
  margin: 0;
  padding: 0;
}
.hatena-module-body .urllist-with-thumbnails .urllist-item {
  max-height: 135px;
  overflow: hidden;
  font-size: 80%;
  border-bottom: 1px dotted #aaa;
  padding-top: 7px;
}
.hatena-module-body .urllist-with-thumbnails .urllist-item:last-child {
  border-bottom: none;
}
.hatena-module-links .hatena-module-body ul {
  margin-left: 25px;
}
.hatena-urllist img {
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
a.bookmark-widget-counter img {
  box-shadow: none;
}
.recent-entries-categories {
  display: none;
}
.search-form {
  text-align: center;
}
.search-module-input {
  border-radius: 8px;
  padding: 0 10px;
  border: 1px solid #4f8299;
  margin: 0 5px 0 0;
  color: #4f8299;
  width: 75%;
  height: 45px;
}
.search-module-input::placeholder {
  color: #4f8299;
}
.search-module-button {
  padding: 0 10px;
  margin: 0 0 0 -5px;
  border-radius: 8px;
  border: 1px solid #4f8299;
  background: #4f8299;
  color: #fff;
  width: 20%;
  height: 45px;
}
.related-entries-entry-body {
  display: none;
}
.hatena-module-category .hatena-module-body ul li {
  list-style: none;
  padding: 5px;
  border-bottom: 1px dotted #aaa;
}
.hatena-module-body .hatena-urllist {
  margin: 0 10px 0 25px;
}
.hatena-module-body .urllist-with-thumbnails {
  margin: 0 !important;
}
.archive-date:before,.entry-date:before {
  font-family: blogicon;
  content: "\f043";
}
.authors-urllist li {
  margin: 10px 0;
}
/* ==記事ページ・静的ページ== */
.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5 {
  padding: 3px 20px 0;
  margin: 17px 0;
}
.entry-content h2 {
  font-size: 25px;
  color: #fff;
  background: #6a5acd;
  border-radius: 10px;
}
.entry-content h3,.entry-content h4,.entry-content h5 {
  color: #6a5acd;
}
.entry-content h3 {
  font-size: 23px;
  background: #f8f8ff;
  border-left: solid 4px #6a5acd;
}
.entry-content h4 {
  font-size: 21px;
  border-top: solid 2px #6a5acd;
  border-bottom: solid 2px #6a5acd;
}
.entry-content h5 {
  font-size: 19px;
}
.breadcrumb {
  padding: 0 10px;
  margin: 0 auto;
  width:1170px;
  overflow:hidden;
  line-height: 1.2;
  font-size: 80%;
}
@media screen and (max-width:1200px) {
  .breadcrumb {
    max-width:805px;
  }
}
@media screen and (max-width:768px) {
  .breadcrumb {
    max-width:100%;
  }
}
.page-entry .breadcrumb {
  margin-bottom: 0px;
}
.entry-footer-section {
  display: none;
}
.page-entry .pager {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-top: 15px;
}
.page-entry .pager-next {
  text-align: right;
}
.page-entry .pager-prev a,.page-entry .pager-next a {
  color: #33403d;
  padding: 5px 15px;
  display: block;
  border: 1px solid #4f8299;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  display: block;
  width: 100%;
}
.page-entry .pager-prev a:hover,.page-entry .pager-next a:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
  background: #4f8299;
  color: #fff;
  display: block;
}
@media screen and (max-width:768px) {
  .page-entry .pager {
    grid-template-columns: 1fr;
    margin: 15px 10px;
  }
}
.entry-header {
  margin: 0 10px 15px;
}
.entry-header .categories a {
  display: inline-block;
  margin: 10px 0;
  padding: 0px 10px;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  background: #6a5acd;
  border-radius: 8px;
}
.table-of-contents {
  position:relative;
  background: #f5f5f5;
  border:2px solid  #6a5acd;
  border-radius: 10px;
  margin: 15px 0 !important;
}
.table-of-contents ul {
  margin: 0 !important;
}
.table-of-contents li {
  margin: 10px 10px 10px 40px;
  font-size: 14px;
  line-height: 1.2;
}
.table-of-contents li a {
  text-decoration:none;
  color: #333;
}
.table-of-contents li a:hover{
  text-decoration:underline;
}
.table-of-contents:before {
  display: block;
  padding: 5px 30px;
  content: "目次";
  color: #fff;
  font-weight: bold;
  background:  #6a5acd;
  border-bottom: 5px solid  #6a5acd;
  border-radius: 7px 7px 0 0;
}
/* ==フッター== */
.customized-footer {
  margin-top: 15px;
}
#footer,.customize-footer {
  background: #bfbfbf;
  padding: 25px 0;
  text-align: center;
  color: #fff;
  font-size:70%;
}
.services {
  margin: 0 auto;
}
/* ==オリジナル 記事外== */
#copyright {
 width: 100%;
 padding: 20px 0 20px;
 text-align: center;
 background: #4f8299;
 font-size: 16px;
}
.social-buttons {
  margin-top: 15px;
}
/* ==オリジナル 記事内== */
cite.hatena-citation {display: none;}
p {
  padding: 0 5px;
  margin: 17px 0;
}
img {
display: block;
margin: 0 auto 20px;
}
.entry-content ul,.entry-content ol {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 17px 35px;
}
dl {
  margin: 17px 0;
}
dt {
  display: inline;
  font-size: 19px;
  font-weight: bold;
  padding: 0 20px;
  border-left: solid 3px #6a5acd;
  border-bottom: solid 2px #6a5acd;
}
dd {
  padding:0 0 0 17px;
  margin: 6px 0;
}
.ddlist dd {
  display: list-item;
  list-style: circle outside;
  border-bottom: none;
  padding: 0;
  margin: 0 0 6px 35px;
}
.b{
  font-weight: bold;
}
.b125{
  font-size: 125%;
}
.b150{
  font-size: 150%;
}
.b200{
  font-size: 200%;
}
.red{
  color: red;
}
.blue{
  color: blue;
}
.green{
  color: green;
}
.backgray{
  background: #f5f5f5;
  padding: 10px 17px;
  margin: 17px 0;
  border: 2px solid #dcdcdc;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.mgtop40{
   margin-top: 40px;
}
.mgbottom40{
   margin-bottom: 40px;
}
.under{
   border-bottom: 3px solid;
}
.unred{
   border-bottom: 3px solid red;
}
.unblue{
   border-bottom: 3px solid blue;
}
.marker_red {
background: linear-gradient(transparent 65%, #ff7f7f 65%);
}
.marker_blue {
background: linear-gradient(transparent 65%, #c1ffff 65%);
}
.marker_yellow {
background: linear-gradient(transparent 65%, #ffff66 65%);
}
.entry-content table {
border-collapse: collapse;
margin: 0 auto 20px;
}
table caption {
font-weight: bold;
}
.entry-content table th,.entry-content table td {
border: 1px solid #9eb4db;
line-height: 1.7;
padding: 5px;
white-space:nowrap;
}
.entry-content table th {
background: #eaecf0;
border-bottom: 2px solid #9eb4db;
}
table th[colspan] {
text-align: left;
padding-left: 20px;
}
table.tabwid {
 width: 90%;
 text-align: center;
}
.box,.boxS {
    margin: 40px 0 17px;
    padding: 15px 15px 10px;
    border: solid 3px #6a5acd;
    border-radius: 5px;
}
.box {
    position: relative;
}
.box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
}
.box p,.boxS p {
    margin: 0; 
    padding: 0;
}
.box ul,.boxS ul,.box ol,.boxS ol {
    margin: 0 0 0 17px; 
}
.entry-content blockquote {
  background: #f5f5f5;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 17px;
  margin: 17px 0;
  border: 2px solid #dcdcdc;
}
.entry-content blockquote p,.backgray p {
  padding: 0;
  margin: 0 0 10px;
}
blockquote td {
  background: #fff;
}
.entry-content blockquote footer {
  font-size: 14px;
}
.myasp {
 border: 3px double #ccc;
 border-radius: 5px;
 padding: 10px;
 margin: 17px 0;
 box-sizing: border-box;
}
.myasp a {
 text-decoration: none;
}
.myasp-img {
 float:left;
 margin:0 14px 0 0;
 text-align: center;
}
.myasp-img img {
 width: 150px;
 max-height: 190px;
 margin: 0;
}
.myasp-info {
 overflow: hidden;
}
.myasp-title {
 font-weight: bold;
 text-decoration: underline;
}
.myasp-description {
 font-size: 15px;
 line-height: 1.5;
}
.myasp-btn {
 width: 100%;
 margin-top: 10px;
}
.linkama, .linkraku, .linkred, .linkblue, .linknavy {
 display: inline-block;
 box-sizing: border-box;
 text-align: center;
 font-size: 17px;
 font-weight: bold;
 padding: 15px 5px;
 margin-bottom: 7px;
 border: 1px solid #ccc;
 border-radius: 5px;
 box-shadow: 0 2px 0 #ccc;
}
.btn-one {width: 99%;}
.btn-two {width: 49%;}
.linkama a {color:#ff9900;}
.linkraku a {color:#bf0000;}
.linkred a {color:#ff0033;}
.linkblue a {color:#007dcd;}
.linknavy a {color:#000066;}
.btn-one a:hover, .btn-two a:hover {
 opacity: 0.5;}
/* </system> */
/* Responsive: yes */