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

@-webkit-keyframes hand {
0% {
opacity:0.2;
}

50% {
opacity:0.7;
}

100% {
opacity:0.2;
}
}
@-webkit-keyframes hand2 {
0% {
opacity:0;
left: 102px;
top: 300px;
}

50% {
opacity:0.2;
left:92px;
top: 290px;
}

100% {
opacity:0;
left: 102px;
top: 300px;
}
}
@-webkit-keyframes hand3 {
0% {
opacity:0.2;
left: 20px;
top: 150px;
}

50% {
opacity:0.6;
left:70px;
top: 150px;
}

100% {
opacity:0.2;
left: 20px;
top: 150px;
}
}

h1{margin-top:0;}
strong{font-weight: bold;color: #900;}


#use_clear {
	min-width: 256px;
	max-width: 600px;
	margin: 2em auto;
	/*width: 200px;*/
	padding-right: 1em;
	padding-left: 1em;
	text-align:justify;
}
#use_restart {
	min-width: 256px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	border: 1px solid #06C;
	padding:0.25em;
}

/* CSS Document */

figure {
	width: 202px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4em;
	margin-bottom:2em;
	position: relative;
	}
#photo_app{width:58px;}

#use_clear figure img {
	border: 1px solid #CCC;
}

#use_clear p {
	margin-bottom: 1em;
}

#use_clear figure .noborder {
	border-style: none;
}

figure .use_eng_img {
	height: 355px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-animation-name: maru;
	-webkit-animation-duration: 6s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}
#use_clear figure .use_maru {
	position: absolute;
	left: 88px;
	top: 108px;
	-webkit-animation-name: hand;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	overflow:hidden;
}
#use_clear figure .hand_1 {
	position: absolute;
	left: 65px;
	top: 140px;
	-webkit-animation-name: hand;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	overflow:hidden;
}
#use_clear figure .hand_2 {
	position: absolute;
	left: 65px;
	top: 270px;
	-webkit-animation-name: hand;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}
#use_clear figure .hand_3 {
	position: absolute;
	left: -17px;
	top: 330px;
	-webkit-animation-name: hand;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}
#use_clear figure .hand_4 {
	position: absolute;
	/*left: 60px;
	top: 290px;*/
	-webkit-animation-name: hand2;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}
#use_clear figure .hand_5 {
	position: absolute;
	/*left: 60px;
	top: 290px;*/
	-webkit-animation-name: hand3;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}
#use_clear figure .hand_6 {
	position: absolute;
	left: 70px;
	top: 265px;
	-webkit-animation-name: hand;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}
#use_clear figure .use_maru img {
	border-style: none;
}
#use_clear figure .hand_1 img {
	border-style: none;
}
#use_clear figure .hand_2 img {
	border-style: none;
}
#use_clear figure .hand_3 img {
	border-style: none;
}
#use_clear figure .hand_4 img {
	border-style: none;
}
#use_clear figure .hand_5 img {
	border-style: none;
}
#use_clear figure .hand_6 img {
	border-style: none;
}
#use figure span {
	display: block;
	position: absolute;
	left: 125px;
	top: 18px;
	-webkit-animation-name: maru;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}

#use_clear figure .img_pston {
	position: relative;
	border-style: none;
}

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

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

#warning {
	min-width: 256px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-right: .5em;
	padding-left: .5em;
	margin-top: 1em;
}

#warning p {
	margin-bottom: 1em;
	letter-spacing: 0.15em;
	text-align: justify;
}

#warning .just {
	text-align: justify;
}
#warning h3  {
	font-weight: bold;
	color: #900;
}
#warning p a {
	color: #06F;
}

@-webkit-keyframes 
w_shadow{0% {opacity:1;-webkit-transform: translate(-3px, -3px);}25% {-webkit-transform: translate(4px, 2px);}50% {-webkit-transform: translate(-2px, 5px);}75% {-webkit-transform: translate(-2px, -2px);}}
#use_clear figure .mv_w_shadow {display:block;position: absolute;left: 25px;top: 62px;border:none;-webkit-animation-name: w_shadow;-webkit-animation-duration: 5s;-webkit-animation-timing-function: ease-in-out;-webkit-animation-iteration-count: infinite;-webkit-animation-direction:alternate;z-index:1;}
#use_clear figure .mv_w_iphone img{display:block;border:none;position: relative;;z-index:10;}
