@charset "UTF-8";
@-webkit-keyframes maru {
0% {
opacity:0.2;
}
50% {
opacity:1;
}

100% {
opacity:0.2;
}
}

@-webkit-keyframes marubig {
0% {
opacity:1;
}
50% {
opacity:0.2;
}

100% {
opacity:1;
}

}
@-webkit-keyframes tiny_ques{
	0% {
		-webkit-transform: rotate(0deg);
}
8% {
	-webkit-transform: rotateZ(30deg);
}
15% {
	-webkit-transform: rotateZ(-30deg);
}
20% {
	-webkit-transform: rotate(0deg);
}
}
@-webkit-keyframes tiny_ques_warning{
	0% {
		-webkit-transform: rotate(0deg);
}
10% {
	-webkit-transform: rotateZ(30deg);
}
13% {
	-webkit-transform: rotateZ(-30deg);
}
15% {
	-webkit-transform: rotate(0deg);
}
}

/* CSS Document */
h1{
	margin-top:0;
}

a{color:#06C;}

figure {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

blockquote {
	font-style: italic;
	color: #666;
	margin-left: 2em;
	margin-right: 0.5em;
}

.sat {
	font-weight: 800;
}

.sat_2 {
	text-align: justify;
	padding: 0.25em;
	background: #A0D8EF;
}

.tiny_ques {
	display: block;
	position: absolute;
	top: 2px;
	left: 28px;
	z-index: 1;
	width: 16px;
	height: 15px;
	background: url(img/hatena.gif) no-repeat 0 0;
	background-size: 16px 15px;
	-webkit-animation-name: tiny_ques;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}
.tiny_ques_warning {
	display: block;
	position: absolute;
	top: -7px;
	right: -3px;

	z-index: 1;
	width: 16px;
	height: 15px;
	background: url(img/hatena.gif) no-repeat 0 0;
	background-size: 16px 15px;
	-webkit-animation-name: tiny_ques_warning;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}
#use{
	min-width: 256px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-left:0.5em;
	padding-right: 0.5em;
	margin-top: 1em;
}

#use p {
	margin-bottom: .5em;
	font-size: 1.3333em;
line-height: 1.4em;
}

#use .caution_use {
	border: 1px solid #B88884;
	padding: 0.5em;
	text-align: justify;
	margin-bottom: 1em;
	position: relative;
}

#use .caution_use ul {
	display: -webkit-flex;
	-webkit-flex-direction:column;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: space-around;
	width:100%;
	margin-bottom: 0.5em;
}

#use .caution_use ul li {
	-webkit-flex:0 0 auto;
	-webkit-align-items: center;
	-webkit-justify-content: space-around;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
	list-style-position: inside;
	list-style-type: decimal;
}

#use ol {
	padding-left: 1em;
}

#use ol li {
	list-style: decimal inside;
    font-size: 1.33rem;
font-weight: 700;
}

.warning_text {
	color: #F73B70;
}

.warning_top {
	color: #F73B70;
    font-weight: 700;
    background: #f0f8fa;
padding: 0.5em;
letter-spacing: 0.1em;
    background: rgba(255,250,157,1.00);
    font-size: 1.1rem;
}

#use figure span {
	display: block;
	position: absolute;
	left: 125px;
	top: 560px;
	-webkit-animation-name: maru;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}

#use figure #addhome {
	display: block;
	position: absolute;
	left: 27px;
	top: 255px;
	-webkit-animation-name: marubig;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}

#use figure h2 {
	margin-top: 0.25em;
	left: 30px;
	top: 0px;
}

#use h2 {
	font-weight: bold;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:1em;
	text-shadow: 0px 0px 0px #fff;
}

#use h3 {
	margin-top: 2em;
}

#use blockquote h4 {
	border-bottom: 1px solid #CCC;
	margin-top: 0.5em;
}

#use .just {
	text-align: justify;
}
p .koyomilink {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height:1.5em;
	display:inline;
}
.sns nav .sns_box li #fbBtn .sns_fb a {
	color:fff;
}
/* AD LINKUNIT */


.linkunit {
	margin-top: 1em;
	overflow: hidden;
	background: #FDEFF2;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-top: 0.4em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

.linkunit .adleft {
	float: left;
	height: 90px;
	width: 180px;
}
.linkunit .adright {
	float: right;
	height: 90px;
	width: 120px;
}
