@charset 'utf-8';

html{
height: 100%;
overflow-y: scroll;
}
body{
min-height: 100%;
min-width: 320px;
color: #3b3b3b;
font-family: 'HiraKakuPro-W3', Meiryo, Tahoma, Verdana, Arial, sans-serif;
}
a{
text-decoration: none;
outline: none;
}
ul, ol{
list-style-type: none;
margin: 0;
padding: 0;
}
.cf::after{
content: '.';
height: 0;
visibility: hidden;
display: block;
clear: both;
}
img, input, select{
vertical-align: middle;
}
h1, h2{
margin-top: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}  #content,
#header .inner,
#footer .inner{
max-width: 1000px;
margin: 0 auto;
}
#content{
}
#content img,
#content iframe{
max-width: 100%;
height: auto;
}
#header{
margin-bottom: 32px;
}
#header > #header-title,
#footer{
background: #ffb200;
background-image: radial-gradient(50% 100% at 50% 0, #ffff8d, #fee300 100%);
color: #703700;
text-shadow: 0 3px 10px #fff;
}
#header #header-title{
padding-top: 8px;
border-bottom: 5px solid #ffc000;
}
#header h1{
display: none;
}
#header #header-sitename{
display: block;
width: 95%;
max-width: 495px;
padding: 0;
margin: 0 auto;
margin-bottom: -5px;
background: url(//creditcard-rescue.com/wp-content/themes/apple2/img/header-sitename.png) 0 0 no-repeat;
background-size: 100% auto;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
#header #header-sitename::before{
content: '';
display: block;
padding-top: 20.6%;
}
#header #header-sitename > span{
display: none;
}
#footer{
padding-bottom: 16px;
margin-top: 1em;
border-top: 5px solid #ffc000;
font-size: 84%;
}
#footer a{
color: #703700;
}
#footer .copy{
text-align: center;
margin: 0;
padding: 1em 0;
line-height: 100%;
}
#footer .footer-menu{
margin: .5em 24px 0 24px;
text-align: center;
}
#footer .footer-menu .footer-menu-title{
font-size: 100%;
}
#footer .footer-menu li{
padding-bottom: .3em;
}
#footer .footer-menu li a{
display: inline-block;
line-height: 110%;
border-bottom: 1px dotted #703700;
}
#to-top{
display: block;
width: 3rem;
height: 3rem;
font-size: 150%;
color: #231815;
text-align: center;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
background: #fff;
border-radius: 4px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
position: fixed;
right: 2%;
bottom: 5rem;
}
#to-top::before{
content: '▲';
display: block;
text-indent: 0;
line-height: 2em;
} #nav-drawer{
width: 3rem;
height: 3rem;
background: rgba(255,192,0,.8);
border-radius: 4px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
position: fixed;
right: 2%;
bottom: 1rem;
z-index: 99;
} #nav-close, #nav-input{
display: none;
}
#nav-open{
display: inline-block;
width: 100%;
height: 100%;
vertical-align: middle;
cursor: pointer;
}
#nav-open span,
#nav-open span:before,
#nav-open span:after{
content: '';
display: block;
height: 3px;
width: 2em;
margin: auto;
border-radius: 2px;
background: #333;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
#nav-open span:before{
top: -18px;
}
#nav-open span:after{
bottom: -18px;
}
#nav-close{
display: none;
position: fixed;
z-index: 99;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: black;
opacity: 0;
transition: .3s ease-in-out;
}
#nav-content{
overflow: auto;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 90%;
max-width: 330px;
height: 100%;
background: #fff;
transition: .3s ease-in-out;
transform: translateX(-105%);
}
#nav-content a{
box-sizing: border-box;
display: inline-block;
width: 100%;
padding: .8em;
color: #333;
border-bottom: 1px solid #ccc;
}
#nav-input:checked ~ #nav-close{
display: block;
opacity: .5;
}
#nav-input:checked ~ #nav-content{
transform: translateX(0%);
box-shadow: 6px 0 25px rgba(0,0,0,.15);
} #nav-header{
padding: .3em .5em;
background: #fff;
}
#nav-header li{
display: inline-block;
height: 1em;
vertical-align: middle;
line-height: 1em;
padding: 0 .6em 0 1.05em;
position: relative;
}
#nav-header li:last-child{
padding-right: 0;
}
#nav-header li a{
color: #505050;
font-size: 90%;
font-weight: bold;
}
#nav-header li::before{
content: '';
display: inline-block;
width: .8em;
height: .8em;
border: .1em solid #505050;
background: #505050;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
margin: auto;
}
#nav-header li::after{
content: '';
width: 0;
height: 0;
border: solid transparent;
border-width: .3em .4em;
border-left-color: #fff;
border-right: 0;
transform: translateX(15%);
position: absolute;
top: 0;
left: .25em;
bottom: 0;
margin: auto;
} #header #header-prtag{
margin-top: .9em;
font-size: 90%;
line-height: 1em;
position: absolute;
right: .3em;
}
strong{
font-weight: bold;
}
strong.red{
color: #ff0000;
}
strong.blue{
color: #0000ff;
}
.header-logo-menu{
display: flex;
flex-direction: row;
} mark{
display: inline;
font-weight: normal;
background: linear-gradient(transparent 60%, #ffff00 0%);
background-repeat: no-repeat;
background-size: 100% 100%;
} mark.red{
background: linear-gradient(transparent 60%, #ff3333 0%);
}
mark.blue{
background: linear-gradient(transparent 60%, #80adf6 0%);
}
mark.pink{
background: linear-gradient(transparent 60%, #fe80be 0%);
}
mark.green{
background: linear-gradient(transparent 60%, #8eed5f 0%);
}
.inline-balloon{
display: inline-block;
margin-left: 0;
margin-right: 0;
margin-bottom: 0 !important;
padding: .5em;
font-size: 110%;
font-weight: bold;
color: #ff0000;
border: 2px solid #333;
border-radius: 16px;
background: #fff;
position: relative;
}
.inline-balloon::before{
content: '';
display: block;
position: absolute;
top: 100%;
left: 20px;
border: 16px solid transparent;
border-top-color: #333;
}
.inline-balloon::after{
content: '';
display: block;
position: absolute;
left: 22px;
bottom: -27px;
border: 14px solid transparent;
border-top-color: #fff;
}
.adsbygoogle{
box-sizing: border-box;
max-width: 100%;
text-align: center;
overflow: hidden;
}
.grecaptcha-badge{
visibility: hidden;
}
.grecaptcha-badge-text{
padding: .2em;
margin-top: 2em;
font-size: 70%;
color: #aaa;
}
.grecaptcha-badge-text a{
color: #aaa;
text-decoration: underline;
}
@media screen and (min-width : 780px){
#footer .footer-menu li{
display: inline-block;
margin: 0 .5em;
}
}
@media screen and (min-width : 1000px){
#content{
}
#header .inner{
position: relative;
}
#header #header-sitename{
margin-left: 0;
}
#header h1{
display: block;
font-size: 90%;
font-weight: normal;
position: absolute;
right: 0;
bottom: .5em;
}
#main,
#side{
float: left;
}
#main{
width: 750px;
margin-right: 10px;
}
#side{
width: 240px;
}
}