:root .has-original-color-a-color {
color: #eeee22;
}
:root .has-original-color-a-background-color {
background-color: #eeee22;
}
:root .has-original-color-b-color {
color: #1e73be;
}
:root .has-original-color-b-background-color {
background-color: #1e73be;
}
:root .has-original-color-c-color {
color: #dd3333;
}
:root .has-original-color-c-background-color {
background-color: #dd3333;
}
:root .has-original-color-d-color {
color: #000000;
}
:root .has-original-color-d-background-color {
background-color: #000000;
} .st-mycolor {
color: #FF9800;
font-weight:bold;
}
.st-mymarker-s {
background:linear-gradient(transparent 70%,#d8aba6 0%);
font-weight:bold;
color: #f23737;
} .st-key-slidedown {
animation-name: StSlideDown; animation-duration: 2s;
}
.st-key-slice-up {
animation-name: StSlideUp; animation-duration: 2s;
}
.st-key-righttuoleft {
animation-name: StRightToLeft; animation-duration: 2s;
}
.st-key-righttuoleft {
animation-name: StLeftToRight; animation-duration: 2s;
}
.st-key-fedein {
animation-name: StFedeIn; animation-duration: 2s;
} @keyframes StSlideDown {
0% {
opacity: 0;
transform: translateY(-50px);
}
100% {
opacity: 1;
transform: translateY(0);
}
} @keyframes StSlideUp {
0% {
opacity: 0;
transform: translateY(50px);
}
100% {
opacity: 1;
transform: translateY(0);
}
} @keyframes StRightToLeft {
0% {
opacity: 0;
transform: translateX(50px);
}
100% {
opacity: 1;
transform: translateX(0);
}
} @keyframes StLeftToRight {
0% {
opacity: 0;
transform: translateX(0);
}
100% {
opacity: 1;
transform: translateX(50px);
}
} @keyframes StFedeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
pre {
font-family: 'Lucida Console', sans-serif;
font-weight: inherit!important;
line-height: 1.8;
padding: 20px;
background: #ECEFF1;
font-size: 85%;
color: #616161;
position: relative;
padding-top: 3em;
margin-bottom: 20px;
white-space: pre;
overflow: auto;
}
pre:not(.st-pre):before {
content: "\f121  code";
font-family: FontAwesome;
position: absolute;
top: 0;
left: 0;
display: block;
padding: 3px 10px;
background: #B0BEC5;
color: #fff;
}
pre.st-html:not(.st-pre):before {
content: "\f121  html";
}
pre.st-php:not(.st-pre):before {
content: "\f121  PHP";
}
pre.st-css:not(.st-pre):before {
content: "\f121  css";
}
pre.st-js:not(.st-pre):before {
content: "\f121  javascript";
}
pre.st-jq:not(.st-pre):before {
content: "\f121  jQuery";
} pre.st-terminal:not(.st-pre) {
background: #212121;
color: #F5F5F5;
}
pre.st-terminal:not(.st-pre):before {
content: "\f120";
font-family: FontAwesome;
background: #424242;
color: #fff;
} @media print, screen and (max-width: 959px) {
body.front-page main {
padding-top:0;
}
body.front-page main .st-eyecatch {
margin-top:0;
}
}
#st-header {
width:100%;
height: auto;
box-sizing: border-box;
}
#st-headerbox .st-header-content {
padding:20px;
}
#st-header p:last-child {
margin-bottom: 0;
}
.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
background-color: 	} .sns .twitter a {
background:#29B6F6;
box-shadow: 0 3px 0 #03A9F4;
} .sns .facebook a {
background:#5C6BC0;
box-shadow: 0 3px 0 #3F51B5;
} .sns .googleplus a {
background:#ef5350;
box-shadow: 0 3px 0 #f44336;
} .sns .hatebu a {
background:#42A5F5;
box-shadow: 0 3px 0 #2196F3;
} .sns .line a {
background:#9CCC65;
box-shadow: 0 3px 0 #8BC34A;
}
.sns .fa-comment {
border-right: 1px solid #b7d885;
} .sns .pocket a {
background:#EC407A;
box-shadow: 0 3px 0 #E91E63;
}
.st-middle-menu .menu > li {
width:50%;
}
.st-middle-menu .menu li a{
font-size:90%;
}
.sns {
width: 100%;
text-align:center;
}
.sns li {
float: none;
}
.sns li a {
margin:0;
}
.post .sns ul,
.sns ul {
margin:0 auto;
width:290px;
display: flex;
justify-content: center;
}
.snstext{
display:none;
}
.snscount{
display:none;
}
.sns li {
float: left;
list-style: none;
width: 40px;
margin-right: 10px;
position: relative;
}
.sns li:last-child {
margin-right: 0px;
}
.sns li i {
font-size: 19px!important;
}
.sns li a {
border-radius: 50%;
box-sizing: border-box;
color: #fff;
font-size: 19px;
height: 40px;
width: 40px;
padding: 0;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.sns li a .fa {
padding: 0;
border: 0;
height: auto;
} .sns .twitter a {
box-shadow: none;
}
.sns .twitter a:hover {
background:#4892cb;
box-shadow: none;
}
.sns .fa-twitter::before {
position: relative;
top:1px;
left: 1px;
} .sns .facebook a {
box-shadow: none;
}
.sns .facebook a:hover {
background:#2c4373;
box-shadow: none;
}
.sns .fa-facebook::before {
position: relative;
top:1px;
} .sns .googleplus a {
box-shadow: none;
}
.sns .googleplus a:hover {
background:#d51e31;
box-shadow: none;
}
.sns .fa-google-plus::before {
position: relative;
left: 1px;
} .sns .share-copy a {
box-shadow: none;
}
.sns .share-copy a:hover {
background:#ccc;
box-shadow: none;
}
.sns .share-copy::before {
position: relative;
left: 1px;
}
.sns .share-copy .fa-clipboard {
border-right: none;
} .sns .hatebu a {
box-shadow: none;
}
.sns .hatebu a:hover {
box-shadow: none;
background:#00a5de;
}
.sns .st-svg-hateb::before {
border-right:none;
padding-right:0;
font-size:19px!important;
}
.sns .st-svg-hateb::before {
position: relative;
left: 1px;
} .sns .line a {
box-shadow: none;
}
.sns .line a:hover {
background:#219900;
box-shadow: none;
}
.sns .fa-comment::before {
position: relative;
left: 1px;
top: -1px;
} .sns .pocket a {
box-shadow: none;
}
.sns .pocket a:hover {
background:#F27985;
box-shadow: none;
}
.sns .fa-get-pocket::before {
position: relative;
top: 1px;
} .adbox,
.adbox div {
padding: 0!important;
}
.st-author-profile .st-author-nickname, .st-web-font,
.st-step-title, .st-point .st-point-text, .n-entry, h4:not(.st-css-no) .point-in, .cat-itiran p.point,
.form-submit, .news-ca, .st-widgets-title, .st-widgets-title span, h4.menu_underh2 span,
.st-header-flextitle,
.post h2:not(.st-css-no),
.post h2:not(.st-css-no) span,
.post h3:not(.st-css-no),
.post h3:not(.st-css-no) span,
.h2modoki,
.h3modoki,
.entry-title:not(.st-css-no),
.post .entry-title:not(.st-css-no) {
font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体" , sans-serif;
font-weight: 700!important;
}
main .post h2:not(.st-css-no) span.st-h-copy,
main .post h3:not(.st-css-no) span.st-h-copy,
main .h2modoki span.st-h-copy,
main .h3modoki span.st-h-copy,
main .entry-title:not(.st-css-no) span.st-h-copy,
main .post .entry-title:not(.st-css-no) span.st-h-copy,
main .h4modoki span.st-h-copy,
main .post h4:not(.st-css-no):not(.st-matome):not(.rankh4):not(#reply-title):not(.point) span.st-h-copy,
main .h5modoki span.st-h-copy,
main .post h5:not(.st-css-no):not(.st-matome):not(.rankh5):not(#reply-title):not(.st-cardbox-t):not(.kanren-t):not(.popular-t):not(.post-card-title) span.st-h-copy {
font-weight: normal!important;
}
@media only screen and (max-width: 599px) {
.st-header-flextitle {
font-weight: 700;
}
} .widget_st_categories_widget .cat-item a {
border-bottom-color: #ed4ec8;
color: #ed4ec8;
} #side li.cat-item a::after {
content: " \f105";
font-family: FontAwesome;
position: absolute;
right: 10px;
}
#side li.cat-item a {
position: relative;
vertical-align: middle;
width:100%;
padding: 10px;
box-sizing:border-box;
border-bottom: 1px solid #e1e1e1;
color:#1a1a1a;
text-decoration:none;
display:block;
}
#side li.cat-item a:hover {
opacity:0.5;
}
#side li.cat-item a {
border-bottom-color: #ed4ec8;
color: #ed4ec8;
} #toc_container {
margin: 0 auto 20px;
text-align: center;
}
#toc_container .toc_title {
text-align:center;
padding: 5px;
font-weight:bold;
position:relative;
display: inline-block;
vertical-align: middle;
border-bottom: 2px solid #333;
margin-bottom: 5px;
}
#toc_container:not(.contracted) .toc_title {
margin:0 auto 10px;
}
#toc_container .toc_title:before {
content: "\f0f6\00a0";
font-family: FontAwesome;
}
#toc_container .toc_title .toc_toggle {
font-weight: normal;
font-size:95%;
}
.post #toc_container ul,
.post #toc_container ol {
list-style: none;
margin-bottom: 0;
}
.toc_number {
font-weight:bold;
margin-right:5px;
color:#ccc;
}
#toc_container ul a {
display: block;
text-decoration: none;
color: #000;
padding-bottom:5px;
border-bottom: 1px dotted #ccc;
}
#toc_container ul a:hover {
opacity:0.5;
}
#toc_container .toc_list > li> li > a {
margin-bottom:10px;
}
#toc_container .toc_list > li > a {
border-bottom: none;
}
.post #toc_container ul ul {
padding:  5px 0;
}
.post #toc_container ul ul ul {
padding-left: 10px;
}
#toc_container li {
font-weight:bold;
margin-bottom: 5px;
padding: 10px 0px;
list-style-type:none;
text-align: left;
text-indent:-0.8em;
padding-left:1em;
}
#toc_container > ul > li {
font-size: 18px;
}
#toc_container li a:before {
font-family: FontAwesome;
content: "\f0da\00a0\00a0";
color: #333;
}
#toc_container li li a:before {
content: none;
}
#toc_container li li {
text-align:left;
font-weight:normal;
list-style:decimal outside none;
text-indent:0;
padding: 5px 0;
}
#toc_container li li li{
margin-bottom:0;
padding:3px 0;
list-style-type:none;
text-indent:-0.8em;
padding-left:1em;
}
#toc_container li li li a{
border:none;
margin-bottom:0;
padding:0;
}
#toc_container li li li a:before {
font-family: FontAwesome;
content: "\f0da\00a0\00a0";
color: #9E9E9E;
} #toc_container.only-toc ul {
padding:20px;
}
#toc_container.only-toc li{
padding:0;
font-weight:normal;
}
#toc_container.only-toc li a:before{
content: none;
}
#toc_container.only-toc li{
list-style-type: decimal;
border-bottom:dotted 1px #ccc;
}
#st_toc_container.only-toc:not(.st_toc_contracted) {
} .post #toc_container ol.st-original-toc > li {
list-style: decimal;
text-align:left;
font-weight: normal;
padding: 0;
text-indent: 0;
}
#toc_container ol.st-original-toc > li a:before {
content: none;
} #s-navi dt.trigger .acordion_extra_2 {
max-width: 80%;
}   input, textarea {
color: #000;
} table thead + tbody tr:first-child td:first-child,
table tr td:first-child {
} table tr:first-child td,
table tr:first-child th {
}
table thead + tbody tr:first-child td,
table thead + tbody tr:first-child th {
background-color:transparent;
color: inherit;
font-weight: normal;
} .st-kaiwa-hukidashi,
.st-kaiwa-hukidashi2 {
background-color: #dbd4d2;
}
.st-kaiwa-hukidashi:after {
border-color: transparent #dbd4d2 transparent transparent;
}
.st-kaiwa-hukidashi2:after {
border-color: transparent transparent transparent #dbd4d2;
}
.kaiwaicon2 .st-kaiwa-hukidashi,
.kaiwaicon2 .st-kaiwa-hukidashi2 {
background-color: #d1d1d1;
}
.kaiwaicon2 .st-kaiwa-hukidashi:after {
border-color: transparent #d1d1d1 transparent transparent;
}
.kaiwaicon2 .st-kaiwa-hukidashi2:after {
border-color: transparent transparent transparent #d1d1d1;
} #st-tab-menu li.active {
background: #e236ba;
}
#st-tab-box {
border-color: #e236ba;
}
.post #st-tab-box p.st-author-post {
border-bottom-color: #e236ba;
}
.st-author-date{
color:#e236ba;
} #st-tab-menu li {
color:#e236ba;
} .st-author-homepage {
color: #e236ba;
}
#st-tab-box {
background:#f9dbf8;
} #st-tab-menu li {
background:#f9dbf8;
} .st-author-profile {
text-align:center;
width:100%;
box-sizing:border-box;
background: #e9d0ea;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
margin-bottom: 10px;
}
.st-author-profile-header-card { width:100%;
min-height: 100px;
box-sizing: border-box;
}
.st-author-profile-avatar img { width:100px;
height:100px;
margin:-50px auto 5px;
border-radius:50%;
}
.home .st-author-profile-content,
.st-author-profile-content {
padding:10px 20px 10px;
text-align:center;
}
.st-author-profile .st-author-nickname { font-size: 110%;
border: none;
margin-bottom: 5px;
}
@media print, screen and (max-width: 599px) { .st-author-profile-avatar img { width:120px;
height:120px;
margin:-60px auto 5px;
}
.st-author-profile .st-author-nickname { font-size: 130%;
}
}
#side .st-author-profile .st-author-description,
.st-author-profile .st-author-description { margin-bottom: 20px;
} .st-author-profile .sns {
padding: 0;
margin-bottom:10px;
width: 100%;
text-align:center;
}
.profile-sns {
text-align: center;
}
.st-author-profile .sns li,
#side aside .st-author-profile .sns li {
padding:0 3px;
text-align:center;
display: inline-block;
margin-right: 0;
float: none;
list-style: none;
width: 40px;
position: relative;
}
.st-author-profile .sns li a,
#side aside .st-author-profile .sns li a {
margin:0;
border-radius: 50%;
box-sizing: border-box;
color: #fff;
font-size: 19px;
height: 40px;
width: 40px;
padding: 0;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.st-author-box .st-author-profile .fa {
margin-right: 0;
padding: 0;
border: 0;
height: auto;
}
.st-author-profile .post .sns ul,
.st-author-profile .sns ul {
width: 100%;
margin:0 auto;
}
.st-author-profile .snstext{
display:none;
}
.st-author-profile .sns li i {
font-size: 19px!important;
} .st-author-profile .sns .twitter a {
box-shadow: none;
}
.st-author-profile .sns .twitter a:hover {
background:#4892cb;
box-shadow: none;
}
.st-author-profile .sns .fa-twitter::before {
position: relative;
top:1px;
left: 1px;
} .st-author-profile .sns .facebook a {
box-shadow: none;
}
.st-author-profile .sns .facebook a:hover {
background:#2c4373;
box-shadow: none;
}
.st-author-profile .sns .fa-facebook::before {
position: relative;
top:1px;
} .st-author-profile .sns .instagram a {
background-image: linear-gradient(-135deg,#4933f7,#ef1837,#fbd980);
} .st-author-profile .sns .author-homepage a {
background:#ccc;
} .st-author-profile .sns .author-youtube a {
background:#ff0000;
} .st-author-profile .sns .author-amazon a {
background:#ffa724;
}
.st-author-profile .sns li.author-amazon i {
font-size: 16px!important;
} .st-author-profile .sns .author-feed a {
background:#2bb24c;
} .st-author-profile .sns .author-form a {
background:#ccc;
}
.st-author-profile .sns li.author-form i {
font-size: 16px!important;
}
.st-author-profile .rankstlink-r2 p a {  background: -webkit-linear-gradient(top,  #bababa 0%,#878787 100%); background: linear-gradient(to bottom,  #bababa 0%,#878787 100%);
box-shadow: 0 3px 0 #ffffff;
color: #ffffff;
}
.st-author-profile .rankstlink-r2 p {
margin-bottom: 10px;
} .st-blackboard {
background: #eaeaea;
}
.st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not(.st-css-no) li:before {
color:#c42da3;
}
.st-blackboard ul.st-blackboard-list:not(.st-css-no) li,
.post .st-blackboard ul.st-blackboard-list:not(.st-css-no) li:last-child {
border-color:#3f3f3f;
color:#3f3f3f;
}
.st-blackboard-title {
color: #000000;
}
.st-blackboard-title {
background: #dbdbdb;
padding: 10px 15px 5px;
}
.st-blackboard-title:before {
content: "\f0f6\00a0";
font-family: FontAwesome;
} #st_toc_container,
#toc_container {
}
#st_toc_container:not(.st_toc_contracted):not(.only-toc),
#toc_container:not(.contracted) { padding:15px 20px;
}
#st_toc_container:not(.st_toc_contracted):not(.only-toc),
#toc_container:not(.contracted) { }
#st_toc_container.st_toc_contracted,
#toc_container.contracted { }
#st_toc_container .st_toc_title:before,
#toc_container .toc_title:before {
content: "\f0f6\00a0";
font-family: FontAwesome;
}
#st_toc_container li li li,
#toc_container li li li {
text-indent:-0.8em;
padding-left:1em;
} .post ol.is-style-st-maruno li:before,
.post .maruno ol li:before {
background: #e398d2;
color:#ffffff;
} .post ol.is-style-st-no li:before,
.post ul.is-style-st-no li:before,
.post ol.is-style-st-no-border li:before,
.post ul.is-style-st-no-border li:before,
.st-list-no:not(.st-css-no) li:before {
background-color: #e398d2;
} .post ul.is-style-st-maruck li:before,
.post .maruck ul li:before {
background: #e398d2;
color:#ffffff;
} ol.is-style-st-circle li:before,
ol.is-style-st-circle-border li:before,
ul.is-style-st-circle li:before,
ul.is-style-st-circle-border li:before,
.st-list-circle:not(.st-css-no) li:before {
background-color: #e398d2;
} ol.is-style-st-square-checkbox li:before,
ol.is-style-st-square-checkbox li:after,
ol.is-style-st-check li:before,
ol.is-style-st-check-border li:before,
ol.is-style-st-check li:after,
ol.is-style-st-check-border li:after,
ul.is-style-st-square-checkbox li:before,
ul.is-style-st-square-checkbox li:after,
ul.is-style-st-check li:before,
ul.is-style-st-check-border li:before,
ul.is-style-st-check li:after,
ul.is-style-st-check-border li:after,
.st-blackboard.square-checkbox ul.st-blackboard-list:not(.st-css-no) li:before,
.st-blackboard.square-checkbox ul li:after,
.st-square-checkbox ul li:before,
.st-square-checkbox ul li:after {
font-size: 150%;
}
.post .attentionmark2.on-color:not(.st-css-no):before,
.post .fa-exclamation-triangle:not(.st-css-no) {
color: #f44336;
}  #headbox-bg { background: #ea85e5; background: -webkit-linear-gradient(top,  #afafaf 0%,#ea85e5 100%); background: linear-gradient(to bottom,  #afafaf 0%,#ea85e5 100%);
}  #content-w {
} main {
background: #ffffff!important;
}
header .sitename a, nav li a {
color: #ffffff;
} #page-top:not(.page-top-img) a {
background: #e398d2;
}
#page-top:not(.page-top-img) a {
line-height:100%;
border-radius: 50%;
}
#page-top:not(.page-top-img) {
right: 15px;
} header h1,
header .descr{
color: #ffffff;
} #s-navi dt.trigger .op {
background: #e398d2;
color: #000000;
} #st-mobile-logo a {
color: #ffffff;
} #s-navi dd.acordion_tree { background-color: #f9e8f5;
} #s-navi dt.trigger .op-st {
background: #e8acdb;
color: #ffffff;
} #s-navi dt.trigger .op-st2 {
background: #e8acdb;
color: #ffffff;
}
#s-navi dl.acordion {
position: fixed;
z-index: 99999;
top: 0;
left: 0;
transition: .3s;
}
#headbox {
padding: 48px 10px 10px;
margin: 0 auto;
} #st-footermenubox a {
color: #ffffff;
}
#st-footermenubox {
background: #e8acdb;
}
.acordion_tree ul.menu li a {
border-bottom: 1px solid #e8acdb;
} .acordion_tree .st-ac-box ul.st-ac-cat {
border-top-color: #e8acdb;
border-left-color: #e8acdb;
}
.acordion_tree .st-ac-box ul.st-ac-cat > li.cat-item  {
border-right-color: #e8acdb;
border-bottom-color: #e8acdb;
}
.st-pagelink .page-numbers {
border-color: #000000;
color: #000000;
}
.p-navi dl dt, .p-navi dl dd a,
.st-pagelink a {
color: #000000;
text-decoration:none;
}
.p-navi dl dd a:hover {
opacity: 0.7;
} .st-wide-background {
margin-left: -15px;
margin-right: -15px;
padding: 20px 15px;
margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
.st-wide-background {
margin-left: -30px;
margin-right: -30px;
padding-left: 30px;
padding-right: 30px;
}
}
@media print, screen and (min-width: 960px) {
.st-wide-background {
margin-left: -50px;
margin-right: -50px;
padding-left: 50px;
padding-right: 50px;
} .colum1 .st-wide-background {
margin-left: -70px;
margin-right: -70px;
padding-left: 70px;
padding-right: 70px;
}
} .st-wide-background-right {
margin-right: -15px;
padding: 20px 15px;
margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
.st-wide-background-right {
margin-right: -30px;
padding-right: 30px;
padding-left: 20px;
}
}
@media print, screen and (min-width: 960px) {
.st-wide-background-right {
margin-right: -50px;
padding-right: 50px;
padding-left: 20px;
} .colum1 .st-wide-background-right {
margin-right: -70px;
padding-right: 70px;
padding-left: 20px;
}
} .st-wide-background-left {
margin-left: -15px;
padding: 20px 15px;
margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
.st-wide-background-left {
margin-left: -30px;
padding-left: 30px;
padding-right: 20px;
}
}
@media print, screen and (min-width: 960px) {
.st-wide-background-left {
margin-left: -50px;
padding-left: 50px;
padding-right: 20px;
} .colum1 .st-wide-background-left {
margin-left: -70px;
padding-left: 70px;
padding-right: 20px;
}
}
.post .st-wide-background-left ol:last-child,
.post .st-wide-background-left ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list):last-child,
.st-wide-background-left p:last-child,
.post .st-wide-background-right ol:last-child,
.post .st-wide-background-right ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list):last-child,
.st-wide-background-right p:last-child,
.post .st-wide-background ol:last-child,
.post .st-wide-background ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list):last-child,
.st-wide-background p:last-child {
margin-bottom: 0;
} .st-wide-background-left.st-blockquote,
.st-wide-background-right.st-blockquote,
.st-wide-background.st-blockquote {
position: relative;
padding-top: 60px;
}
.st-wide-background-left.st-blockquote::before,
.st-wide-background-right.st-blockquote::before,
.st-wide-background.st-blockquote::before {
content: "\f10d";
font-family: FontAwesome;
position: absolute;
font-size: 150%;
top: 20px;
left:20px;
color: #9E9E9E;
}
.st-wide-background-left,
.st-wide-background-right,
.st-wide-background {
background: #fafafa;
} .mce-content-body .st-wide-background-left,
.mce-content-body .st-wide-background-right,
.mce-content-body .st-wide-background {
padding: 20px!important;
margin-left: 0!important;
margin-right: 0!important;
background: #fafafa;
}  #breadcrumb h1.entry-title,
#breadcrumb,
#breadcrumb div a,
div#breadcrumb a,
.blogbox p,
.tagst,
#breadcrumb ol li a,
#breadcrumb ol li h1,
#breadcrumb ol li,
.kanren:not(.st-cardbox) .clearfix dd .blog_info p,
.kanren:not(.st-cardbox) .clearfix dd .blog_info p a
{
color: #616161;
} .post .entry-title:not(.st-css-no) {
position: relative;
padding: 0.5em  0.5em  0.5em 1.3em;
border: 1px solid #ffffff;
color: #000000; background: #dddddd; background: url(), -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); background: url(), linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%);
}
.post .entry-title:not(.st-css-no)::after {
position: absolute;
top: .5em;
left: .5em;
content: '';
width: 5px;
height: -webkit-calc(100% - 1em);
height: calc(100% - 1em);
background-color: #ffffff;
} .h2modoki,
.post h2:not(.st-css-no) {
position: relative;
padding-left:0;
padding-bottom: 10px;
border-top:none;
border-bottom-width:3px;
padding-top:10px!important;
padding-bottom:10px!important;
color: #000000;
background-color:transparent;
}
.h2modoki::after,
.post h2:not(.st-css-no)::after {
position: absolute;
bottom: -3px;
left: 0;
z-index: 2;
content: '';
width: 20%;
height: 3px;
} .h3modoki,
.post h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title) {
position: relative;
padding: 1em 1em 1em 1.4em;
padding-top:10px!important;
padding-bottom:10px!important;
border: 1px solid #e2e2e2;
color: #000000;
background-image: url();
background-color: #e8e8e8;
}
.h3modoki::after,
.post h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title)::after {
position: absolute;
top: .5em;
left: .5em;
content: '';
width: 5px;
height: -webkit-calc(100% - 1em);
height: calc(100% - 1em);
background-color: #e398d2;
} .h4modoki,
.post h4:not(.st-css-no):not(.st-matome):not(.rankh4):not(.point) {
border-left: 5px solid #d8d8d8;
color: #000000;
background-color: #e8e8e8;
padding-left:20px;
padding-top:10px;
padding-bottom:10px;
} .h5modoki,
.post h5:not(.st-css-no):not(.st-matome):not(.rankh5):not(.point):not(.st-cardbox-t):not(.popular-t):not(.kanren-t):not(.popular-t):not(.post-card-title) {
color: #000000;
background-color: #f9e8f5;
border-bottom : solid 1px #dddddd;
padding-left:20px!important;
padding-top:10px!important;
padding-bottom:10px!important;
}
.post .st-matome:not(.st-css-no):not(.rankh4):not(.point) {
border-left: 5px solid #e5e5e5;
color: #000000;
background-color: #e2e2e2!important;
padding-left:20px!important;
padding-top:10px!important;
padding-bottom:10px!important;
} .post .st-widgets-title:not(.st-css-no),
#side .menu_underh2,
#side .st-widgets-title:not(.st-css-no) {
font-weight:bold;
margin-bottom: 10px;
}
.post .st-widgets-title:not(.st-css-no),
#side .menu_underh2,
#side .st-widgets-title:not(.st-css-no) {
position: relative;
padding-top:7px;
padding-bottom:7px;
padding-left:20px;
border: 1px solid #c7a7e2;
color: #000000; background: #dbdbdb; background: url(), -webkit-linear-gradient(top,  #dacee2 0%,#dbdbdb 100%); background: url(), linear-gradient(to bottom,  #dacee2 0%,#dbdbdb 100%);
}
.post .st-widgets-title:not(.st-css-no)::after,
#side .menu_underh2::after,
#side .st-widgets-title:not(.st-css-no)::after {
position: absolute;
top: .5em;
left: .5em;
content: '';
width: 5px;
height: -webkit-calc(100% - 1em);
height: calc(100% - 1em);
background-color: #c7a7e2;
}
.tagcloud a {
color: #e398d2;
border-color: #e398d2;
}
.post h4:not(.st-css-no):not(.rankh4).point,
.cat-itiran p.point,
.n-entry-t {
border-bottom-color: #a8b4bf;
}
.post h4:not(.st-css-no):not(.rankh4) .point-in,
.cat-itiran p.point .point-in,
.n-entry {
background-color: #a8b4bf;
color: #000000;
}
.catname {
background: #e398d2;
color:#000000;
}
.st-catgroup.itiran-category .catname,
.catname {
padding: 5px 10px;
border-radius: 10px;
}
.catname.st-catid34 {
background-color: #dd7171;
}.catname.st-catid24 {
background-color: #eded5e;
}.catname.st-catid32 {
background-color: #7be5d0;
}.catname.st-catid42 {
background-color: #cecece;
}.catname.st-catid44 {
background-color: #d80000;
}.catname.st-catid31 {
background-color: #d1becb;
}
.post .st-catgroup a {
color: #000000;
}
.kanren dt img {
border:solid 3px #e2e2e2;
box-sizing:border-box;
} .rssbox a {
background-color: #e398d2;
}
.inyoumodoki, .post blockquote {
background-color: #f3f3f3;
border-left-color: #f3f3f3;
} .st-step {
color: #ffffff;
background: #e398d2;
border-radius:5px;
}
.st-step:before{
border-top-color: #e398d2;
}
.st-step-title {
border-bottom:solid 2px #e398d2;
}
.st-step-box {
bottom: 15px;
} .st-point:before {
color: #ffffff;
background: #e398d2;
}   .st-labelbox-label-text,
.st-cardbox-label-text {
background: #f5bf08;
color: #fff;
}
.st-cardbox-label-text .fa {
margin-right: 5px;
} .st-ribon-box {
position: relative;
margin-bottom: 20px;
}
.st-ribon-label {
position: absolute;
top: 0;
left: 0;
}
.st-ribon-text {
display: inline-block;
position: relative;
height: 30px;
line-height: 30px;
text-align: left;
padding: 0 15px 0 18px;
font-size: 12px;
box-sizing: border-box;
font-weight: bold;
background: #f5bf08;
color: #fff;
}
.st-ribon-text:after {
position: absolute;
content: '';
width: 0px;
height: 0px;
z-index: 1;
top: 0;
right: -15px;
border-width: 15px;
border-style: solid;
border-color: #f5bf08 transparent #f5bf08 #f5bf08;
} .st-cardbox {
margin-bottom: 20px;
position: relative;
}
.st-cardbox-label {
position: absolute;
top: -4px;
left: -4px;
width: 100px;
height: 100px;
overflow: hidden;
}
.st-cardbox-label-text {
white-space: nowrap;
display: inline-block;
position: absolute;
padding: 7px 0;
top: 25px;
width: 150px;
text-align: center;
font-size: 90%;
line-height: 1.2;
font-weight: bold;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
z-index: 9999;
left: -35px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
} .st-labelbox {
padding: 0;
margin-bottom: 20px;
position: relative;
}
.st-labelbox-label {
position: absolute;
top: -4px;
left: -4px;
width: 100px;
height: 100px;
overflow: hidden;
}
.st-labelbox-label-text {
white-space: nowrap;
display: inline-block;
position: absolute;
padding: 7px 0;
top: 25px;
width: 150px;
text-align: center;
font-size: 90%;
line-height: 1.2;
font-weight: bold;
left: -35px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
z-index: 9999;
} .freebox {
border-top-color: #e398d2;
background: #f9e8f5;
}
.p-entry-f {
background: #e398d2;
color: #000000;
}  .st-memobox{
border-color: #000000;
}
.st-memobox .st-memobox-title {
color:#000000;
} .st-slidebox-c {
background: #bababa;
}  #topnews-box div.rss-bar {
border-color: #e398d2; background: #e398d2; background: -webkit-linear-gradient( #e398d2 0%, #e398d2 100% ); background: linear-gradient( #e398d2 0%, #e398d2 100% );
color: #ffffff;
} #topnews-box dt {
color: #e398d2;
}
#topnews-box div dl dd a {
color: #000000;
}
#topnews-box dd {
border-bottom-color: #e398d2;
}
#topnews-box {
background-color:transparent!important;
} footer #sidebg li a:before,
#footer .footerlogo a, #footer .footerlogo,
#footer .footer-description a, #footer .footer-description,
#footer .head-telno a, #footer .head-telno, #footer .widget_archive ul li, #footer .widget_archive ul li a,
#footer .widget_recent_entries ul li a, #footer .widget_recent_entries ul li,
#footer .widget_recent_comments li a, #footer .widget_recent_comments li,
#footer .widget_categories ul li a, #footer .widget_categories ul li,
#footer .rankh3:not(.st-css-no),
#footer .st_side_rankwidgets a, #footer .rankwidgets-cont p, #footer .kanren dd a, #footer .kanren .st-excerpt p, #footer .kanren .blog_info p, footer .footer-l *,
footer .footer-l a,
#footer .menu-item a,
#footer .copyr,
#footer .copyr a,
#footer .copy,
#footer .copy a {
color: #ffffff !important;
}
#footer .widget_recent_entries ul li,
#footer .widget_archive ul li {
border-bottom: 1px dotted #ffffff;
}
#footer #newsin dt, #footer #newsin dd a, #footer #newsin dd, #footer .cat-item a,
#footer .tagcloud a {
color: #ffffff;
border-color: #ffffff;
}
#footer .st-widgets-title {
color: #ffffff;
font-weight: bold;
}
footer .footermenust li {
border-right-color: #ffffff !important;
} #footer {
max-width:100%; background: #e29cd9; background: url(), -webkit-linear-gradient(top,  #bfbfbf 0%,#e29cd9 100%); background: url(), linear-gradient(to bottom,  #bfbfbf 0%,#e29cd9 100%);
} .st-pvm-ranking-item-image::before, .poprank-no {
background: #e398d2;
}
.post .p-entry, #side .p-entry, .home-post .p-entry {
background: #c4c4c4;
color: #000000;
border-radius: 0 0 4px 0;
}
.pop-box, .nowhits .pop-box, .nowhits-eye .pop-box,
.st-eyecatch + .nowhits .pop-box {
border-top-color: #c4c4c4;
background: #f9e8f5;
}
.p-entry::after {
border-bottom: 5px solid #c4c4c4;
border-left: 5px solid #c4c4c4;
}
.pop-box:not(.st-wpp-views-widgets),
#side aside .kanren.pop-box:not(.st-wpp-views-widgets) {
padding:20px 20px 10px;
}
.poprank-no2,
.poprank-no {
background: #e398d2;
color: #ffffff!important;
} #st-magazine .st-wp-views, #st-magazine .st-wp-views-limit, .st-wppviews-label .wpp-views, .st-wppviews-label .wpp-views-limit, .st-wpp-views-widgets .st-wppviews-label .wpp-views {
color: #ffffff;
background:#e398d2;
} .st-formbtn {
border-radius: 3px; background: #e398d2;
}
.st-formbtn .st-originalbtn-r {
border-left-color: #ffffff;
}
a.st-formbtnlink {
color: #ffffff;
} .st-originalbtn {
border-radius: 3px;
border: 1px solid #cccccc; background: #dddddd;
}
.st-originalbtn .st-originalbtn-r {
border-left-color: #000000;
}
a.st-originallink {
color: #000000;
} .st-middle-menu { background: #e398d2; background: -webkit-linear-gradient(top,  #e398d2 0%,#e398d2 100%); background: linear-gradient(to bottom,  #e398d2 0%,#e398d2 100%);
}
.st-middle-menu .menu li a{
color: #ffffff;
}
.st-middle-menu ul{
border-top: 1px solid #e8acdb;
}
.st-middle-menu .menu > li {
border-bottom: 1px solid #e8acdb;
}
.st-middle-menu .menu > li:nth-child(odd){
border-right: 1px solid #e8acdb;
}  #sidebg {
background: #f9e8f5;
} #side aside .st-pagelists ul li:not(.sub-menu) {
border-color: #e8acdb;
}
#side aside .st-pagelists ul .sub-menu li {
border: none;
}
#side aside .st-pagelists ul li:last-child {
border-bottom: 1px solid #e8acdb;
}
#side aside .st-pagelists ul .sub-menu li:first-child {
border-top: 1px solid #e8acdb;
}
#side aside .st-pagelists ul li li:last-child {
border: none;
}
#side aside .st-pagelists ul .sub-menu .sub-menu li {
border: none;
}
#side aside .st-pagelists ul li a {
color: #ffffff; background: #e398d2; background: url(), -webkit-linear-gradient(left,  #e8acdb 0%,#e398d2 100%); background: url(), linear-gradient(to left,  #e8acdb 0%,#e398d2 100%);
}
#side aside .st-pagelists .sub-menu a {
border-bottom-color: #e8acdb;
color: #e398d2;
}
#side aside .st-pagelists .sub-menu .sub-menu li:last-child {
border-bottom: 1px solid #e8acdb;
}
#side aside .st-pagelists .sub-menu li .sub-menu a,
#side aside .st-pagelists .sub-menu li .sub-menu .sub-menu li a {
color: #e398d2;
}
#side aside .st-pagelists .sub-menu li .sub-menu a:hover,
#side aside .st-pagelists .sub-menu li .sub-menu .sub-menu li a:hover,
#side aside .st-pagelists .sub-menu a:hover {
opacity:0.8;
color: #e398d2;
}
#side aside .st-pagelists ul li a {
padding-left:15px;
}
#side aside .st-pagelists ul li a {
padding-top:8px;
padding-bottom:8px;
} #side aside .st-pagelists ul li a:before {
content: "\f138\00a0\00a0";
font-family: FontAwesome;
color:#ffffff;
}
#side aside .st-pagelists li li a:before {
content: none;
}
#side aside .st-pagelists li li a:before {
content: "\f105\00a0\00a0";
font-family: FontAwesome;
color:#e398d2;
}
.wpcf7-submit {
background: #e398d2;
color: #ffffff;
} #st-header-post-under-box.st-header-post-data {
background-color: #ffffff;
} #st-header-post-under-box.st-header-post-data {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
#st-header-post-under-box.st-header-post-data .blogbox,
#st-header-post-under-box.st-header-post-data .st-catgroup {
text-align: center;
}
#st-header-post-under-box.st-header-post-data .st-content-width {
padding:15px;
box-sizing: border-box;
}
#st-header-post-under-box .blogbox p,
#st-header-post-under-box .entry-title {
color: #000000;
} #st-header-top-widgets-box .st-content-width {
text-align:center;
margin: 0 auto;
padding:7px 10px;
color:#000000;
}
#st-header-top-widgets-box .st-content-width .st-marquee { padding: 0;
}
#st-header-top-widgets-box { background: #cab1e2; background: -webkit-linear-gradient(left,  #cab1e2 0%,#0c0c0c 100%); background: linear-gradient(to right,  #cab1e2 0%,#0c0c0c 100%);
}
#st-header-top-widgets-box .st-content-width p {
margin-bottom: 0;
}
#st-header-top-widgets-box .st-content-width a {
color:#000000;
text-decoration: none;
}
#st-header-top-widgets-box .st-content-width a:hover {
opacity: 0.7;
}   #st-headerbox {
background-color: #ffffff;
}
#st-headerbox {
background-image: url(https://royal-villa.net/wp-content/uploads/2020/03/4.png);
background-size: cover;
background-position: center center;
} .entry-title:not(.st-css-no),
.post .entry-title:not(.st-css-no)
{
text-align:center;
}
.entry-title:not(.st-css-no),
.post .entry-title:not(.st-css-no),
.colum1 .entry-title:not(.st-css-no),
.colum1 .post .entry-title:not(.st-css-no)
{
margin-left: -15px;
margin-right: -15px;
}
.entry-content .h2modoki,
.entry-content h2:not(.st-css-no)
{
text-align:center;
padding-left:10px;
padding-right:10px;
}  .st_toc_back_icon::before,
.st_toc_back,
.st_toc_back:focus,
.st_toc_back:hover,
.st_toc_back:active {
color: #e398d2;
}
.st_toc_back.is-rounded {
background-color: #e398d2;
}
.st_toc_back.is-rounded .st_toc_back_icon::before {
color: #fff;
} @media only screen and (max-width: 959px) {   } @media only screen and (min-width: 600px) {  #toc_container > ul > li {
font-size: 21px;
}  #st_toc_container:not(.st_toc_contracted):not(.only-toc),
#toc_container:not(.contracted) { } .entry-title:not(.st-css-no),
.post .entry-title:not(.st-css-no)
{
margin-left: -30px;
margin-right: -30px;
}
.colum1 .entry-title:not(.st-css-no),
.colum1 .post .entry-title:not(.st-css-no)
{
margin-left: -20px;
margin-right: -20px;
}
} @media only screen and (min-width: 600px) and (max-width: 959px) {   .post dd h5.st-cardbox-t {
font-size: 18px;
line-height: 30px;
} dd h3:not(.st-css-no2) a, .kanren .clearfix dd h5:not(.st-css-no2) a { font-size: 18px;
line-height: 26px;
} .post .entry-content p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn), .post .entry-content .st-kaiwa-hukidashi, .post .entry-content .st-kaiwa-hukidashi2, .post .entry-content .yellowbox, .post .entry-content .graybox, .post .entry-content .redbox, .post .entry-content #topnews .clearfix dd p, .post .entry-content ul li, .post .entry-content ol li, .post .entry-content #st_toc_container > ul > li, .post .entry-content #comments #respond, .post .entry-content #comments h4, .post .entry-content h5:not(.kanren-t):not(.popular-t):not(.st-cardbox-t), .post .entry-content h6 {
} .post .entry-content .post-slide-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
.post .entry-content .st-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
.post .entry-content .st-card-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
.post .entry-content .kanren:not(.st-cardbox) .clearfix dd p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn){
} .st-header-post-data .entry-title:not(.st-css-no):not(.st-css-no2),
#contentInner .post .entry-title:not(.st-css-no):not(.st-css-no2) {
} .post .entry-content h2:not(.st-css-no2),
.post .entry-content .h2modoki{
} .post .entry-content h3:not(.st-css-no2):not(#reply-title),
.post .entry-content .h3modoki {
} .post .entry-content h4:not(.st-css-no2):not(.point),
.post .entry-content .h4modoki {
} #headbox {
padding: 58px 10px 10px;
margin: 0 auto;
} } @media only screen and (min-width: 960px) {   .post dd h5.st-cardbox-t {
font-size: 16px;
line-height: 26px;
} dd h3:not(.st-css-no2) a, .kanren .clearfix dd h5:not(.st-css-no2) a { font-size: 16px;
line-height: 26px;
} .post .entry-content p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn), .post .entry-content .st-kaiwa-hukidashi, .post .entry-content .st-kaiwa-hukidashi2, .post .entry-content .yellowbox, .post .entry-content .graybox, .post .entry-content .redbox, .post .entry-content #topnews .clearfix dd p, .post .entry-content ul li, .post .entry-content ol li, .post .entry-content #st_toc_container > ul > li, .post .entry-content #comments #respond, .post .entry-content #comments h4, .post .entry-content h5:not(.kanren-t):not(.popular-t):not(.st-cardbox-t), .post .entry-content h6 {
} .post .entry-content .post-slide-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
.post .entry-content .st-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
.post .entry-content .st-card-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
.post .entry-content .kanren:not(.st-cardbox) .clearfix dd p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn){
} .st-header-post-data .entry-title:not(.st-css-no):not(.st-css-no2),
#contentInner .post .entry-title:not(.st-css-no):not(.st-css-no2) {
} .post .entry-content h2:not(.st-css-no2),
.post .entry-content .h2modoki{
} .post .entry-content h3:not(.st-css-no2):not(#reply-title),
.post .entry-content .h3modoki {
} .post .entry-content h4:not(.st-css-no2):not(.point),
.post .entry-content .h4modoki {
} .st-content-width, #st-menuwide, nav.smanone,
nav.st5,
#st-header-cardlink,
#st-menuwide div.menu,
#st-menuwide nav.menu,
#st-header, #st-header-under-widgets-box, #content, #footer-in { 
max-width:1060px;
}
.st-lp-wide #content { 
max-width:100%;
}
#headbox
{ 
max-width:1040px;
}
.st-content-width { 
margin: 0 auto;
} .colum1:not(.st-lp-wide) #st-header-under-widgets-box,
.colum1:not(.st-lp-wide) #content {
max-width: 1060px;
} .colum1.st-lp-wide #st-header,
.colum1.st-lp-wide #content .st-lp-wide-content,
.colum1.st-lp-wide #content .rankh3,
.colum1.st-lp-wide #content .rank-guide,
.colum1.st-lp-wide #content .rankid1,
.colum1.st-lp-wide #content .rankid2,
.colum1.st-lp-wide #content .rankid3,
.colum1.st-lp-wide #content .rankst-box,
.colum1.st-lp-wide .rankst-wrap,
.colum1.st-lp-wide .widget_text,
.colum1.st-lp-wide .top-wbox-u,
.colum1.st-lp-wide .entry-title,
.colum1.st-lp-wide #st-page .entry-title:not(.st-css-no2),
.colum1.st-lp-wide #breadcrumb,
.colum1.st-lp-wide .blogbox,
.colum1.st-lp-wide .st-catgroup,
.colum1.st-lp-wide .adbox,
.colum1.st-lp-wide .st-widgets-box,
.colum1.st-lp-wide .sns,
.colum1.st-lp-wide .tagst,
.colum1.st-lp-wide aside,
.colum1.st-lp-wide .kanren,
.colum1.st-lp-wide #topnews-box
{
max-width: 1060px;
margin-left: auto;
margin-right: auto;
}
.st-lp-wide .st-lp-wide-wrapper {
margin-bottom: 20px;
}  #contentInner {
float: left;
width: 100%;
margin-right: -300px;
}
main {
margin-right: 320px;
margin-left: 0px;
background-color: #fff;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
padding: 30px 50px 30px;
}
#side aside {
float: right;
width: 300px;
padding: 0px;
} #header-r .footermenust {
margin: 0;
}
#st-headwide #headbox {
text-align: center;
} #toc_container {
padding-left: 30px;
padding-right: 30px;
}
#toc_container > ul > li {
font-size: 16px;
}  #toc_container:not(.contracted) { }  #headbox {
padding: 10px 10px 15px;
} #st-header {
max-width: 100%;
}
#st-header img {
width: 100%;
}  #st-menuwide {
border-top-color: #e8acdb;
border-bottom-color: #e8acdb;
border-left-color: #e398d2;
border-right-color: #e398d2; background: #e398d2; background: url(), -webkit-linear-gradient(left,  #e398d2 0%,#e398d2 100%); background: url(), linear-gradient(to left,  #e398d2 0%,#e398d2 100%);
}
header .smanone ul.menu li, 
header nav.st5 ul.menu  li,
header nav.st5 ul.menu  li,
header #st-menuwide div.menu li,
header #st-menuwide nav.menu li
{
border-right-color: #e8acdb;
}
header .smanone ul.menu li li,
header nav.st5 ul.menu li li,
header #st-menuwide div.menu li li,
header #st-menuwide nav.menu li li {
border:none;
}
header .smanone ul.menu li a, 
header nav.st5 ul.menu  li a,
header #st-menuwide div.menu li a,
header #st-menuwide nav.menu li a,
header .smanone ul.menu li a:hover, 
header nav.st5 ul.menu  li a:hover,
header #st-menuwide div.menu li a:hover,
header #st-menuwide nav.menu li a:hover{
color: #ffffff;
}
header .smanone ul.menu li:hover, 
header nav.st5 ul.menu  li:hover,
header #st-menuwide div.menu li:hover,
header #st-menuwide nav.menu li:hover{
background: rgba(255,255,255,0.1);
}
header .smanone ul.menu li li a:hover, 
header nav.st5 ul.menu  li li a:hover,
header #st-menuwide div.menu li li a:hover,
header #st-menuwide nav.menu li li a:hover{
opacity:0.9;
}
header .smanone ul.menu li li a {
background: #e8acdb;
border-top-color: #e398d2;
}  #st-menuwide {
max-width: 100%;
}
header .smanone ul.menu {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-lines:multiple;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
} header .headbox .textwidget,
#footer .headbox .textwidget{
background: #9923dd;
} .head-telno a, #header-r .footermenust a {
color: #ffffff;
}
#header-r .footermenust li {
border-right-color: #ffffff;
} .nowhits .pop-box {
border-top-color: #c4c4c4;
}  .entry-title:not(.st-css-no),
.post .entry-title:not(.st-css-no)
{
margin-left: -50px;
margin-right: -50px;
}
.colum1 .entry-title:not(.st-css-no),
.colum1 .post .entry-title:not(.st-css-no)
{
margin-left: -70px;
margin-right: -70px;
}
.entry-title:not(.st-css-no):before,
.post .entry-title:not(.st-css-no):before,
.entry-title:not(.st-css-no):after,
.post .entry-title:not(.st-css-no):after {
left: 50px;
}
.colum1 .entry-title:not(.st-css-no),
.colum1 .post .entry-title:not(.st-css-no) {
padding-left:70px;
padding-right:70px;
border-left:none;
border-right:none;
} .colum1 .entry-title:not(.st-css-no):before,
.colum1 .post .entry-title:not(.st-css-no):before,
.colum1 .entry-title:not(.st-css-no):after,
.colum1 .post .entry-title:not(.st-css-no):after {
left: 70px;
}
.colum1 .entry-title:not(.st-css-no),
.colum1 .post .entry-title:not(.st-css-no) {
padding-left: 100px!important;
border-left:none;
border-right:none;
}
#side .smanone.st-excerpt {
display:none;
} } @media only screen and (max-width: 599px) {   .post dd h5.st-cardbox-t {
font-size: 16px;
line-height: 24px;
} dd h3:not(.st-css-no2) a, .kanren .clearfix dd h5:not(.st-css-no2) a { font-size: 16px;
line-height: 24px;
} .post .entry-content p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn), .post .entry-content .st-kaiwa-hukidashi, .post .entry-content .st-kaiwa-hukidashi2, .post .entry-content .yellowbox, .post .entry-content .graybox, .post .entry-content .redbox, .post .entry-content #topnews .clearfix dd p, .post .entry-content ul li, .post .entry-content ol li, .post .entry-content #st_toc_container > ul > li, .post .entry-content #comments #respond, .post .entry-content #comments h4, .post .entry-content h5:not(.kanren-t):not(.popular-t):not(.st-cardbox-t), .post .entry-content h6 {
} .post .entry-content .post-slide-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
.post .entry-content .st-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
.post .entry-content .st-card-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
.post .entry-content .kanren:not(.st-cardbox) .clearfix dd p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn){
} .st-header-post-data .entry-title:not(.st-css-no):not(.st-css-no2),
#contentInner .post .entry-title:not(.st-css-no):not(.st-css-no2) {
} .post .entry-content h2:not(.st-css-no2),
.post .entry-content .h2modoki{
} .post .entry-content h3:not(.st-css-no2):not(#reply-title),
.post .entry-content .h3modoki {
} .post .entry-content h4:not(.st-css-no2):not(.point),
.post .entry-content .h4modoki {
}  }