﻿ body{margin: 0;word-break:break-all;font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif; } 
 #container{position: absolute; width:100%; height:100%; z-index: 1; top: 0px; left:0px;}
 #loadingbox{position: absolute; width: 170px; height: 170px; z-index: 3; top: 100px; left: 50%; margin-left:-85px;}
 #msg{position: absolute; width:100%; height: 24px; z-index: 3; top: 75px; left:0px; text-align:center; font-size:14px; font-weight:100;}
 .dot{position: absolute; width: 5px; height: 5px; z-index: 4; background-color:#0001ff;border-radius:2.5px 2.5px 2.5px 2.5px / 2.5px 2.5px 2.5px 2.5px;}
 #dot01{ top: 35%; left: 48.2%;animation: flash_a 1s 0s linear infinite;}
 #dot02{ bottom: 35%; left: 48.2%;animation: flash_a 1s 0.5s linear infinite;}
 #core{position: absolute; width: 100px; height: 100px; z-index: 2; top: 35px; left: 35px;animation: spin 3s linear infinite;}
  .ball{position: absolute; width: 30%; height: 30%; z-index: 2;border-radius:50% 50% 50% 50% / 50% 50% 50% 50%; opacity:0.5; }	
  #ball001{top: -35%; left: 35%; background-color:#515151;}
  #ball002{top: -26%; left: 70%; background-color:#5b5b5b;}
  #ball003{top: 0%; left: 96%;background-color:#5b5b5b;}
  #ball004{top: 35%; left: 105%;background-color:#656565;}
  #ball005{top: 70%; left: 96%;background-color:#6f6f6f;}
  #ball006{top: 96%; left: 70%;background-color:#797979;}
  #ball007{top: 105%; left: 35%;background-color:#838383;}
  #ball008{top: 96%; left: 0%;background-color:#8d8d8d;}
  #ball009{top: 70%; left: -26%;background-color:#979797;}
  #ball010{top: 35%; left: -35%;background-color:#a1a1a1;}
  #ball011{top: 0%; left: -26%;background-color:#ababab;}
  #ball012{top: -26%; left: 0%;background-color:#b5b5b5;}
   
 .rtunbtn{ position:relative; border: 1px solid #d5af00;background-color:#ffd89b;font-size:0.875em; top:400px; width:180px; left:50%; margin-left:-90px;text-align:center;
	-webkit-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px; -o-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px; -ms-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px; border-radius:3px 3px 3px 3px / 3px 3px 3px 3px;
}
.rtunbtn a{ text-decoration:none;}
.rtunbtn:hover, .rtunbtn:focus, .rtunbtn:active { cursor:pointer;}
.rtunbtn:hover a{color:#ff0000;}

  
@keyframes spin {from{transform: rotate(360deg);}to{transform: rotate(0);}}
@keyframes flash_a {0%{opacity:0;}15% {opacity:1;}35%{opacity:1;}100%{opacity:0;}}
/*@keyframes flash_b {50%{opacity:0;}65%{opacity:1;}85%{opacity:1;}150%{opacity:0;}}*/



