﻿
/* ============================================================== base */
.isplsh                  {position:fixed;top:0;left:0;z-index:99991;overflow:hidden;width:100%;height:100%;display:none;}
.isplsh_bg               {width:100%;height:100%;position:absolute;z-index:2;background:#fff;-ms-filter: "alpha(opacity=90)";background:rgba(255,255,255,.8);}
.isplsh_wrp              {width:100%;height:100%;position:relative;z-index:5;display:table;}
.isplsh_content          {width:100%;height:100%;padding:20px;display:table-cell;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.isplsh_h                {border-bottom:1px solid #4cc;text-align:center;color:#4aa;}
.isplsh_p                {line-height:1.5;}
.isplsh_btn              {width:6em;height:6em;line-height:6em;margin:2em auto;white-space:nowrap;text-align:center;background:#4cc;color:#fff;border-radius:50%;cursor:pointer;}
.isplsh_btn:hover        {background:#5dd;}

/* ============================================================== media query */
@media screen and (min-width: 480px){
	.isplsh_wrp              {display:-moz-box;-moz-box-align:center;-moz-box-pack:center;display:-webkit-box;-webkit-box-align:center;-webkit-box-pack:center;display:-ms-flexbox;-ms-flex-align:center;-ms-flex-pack:center;display:box;box-align:center;box-pack:center;}
	.isplsh_content          {display:block;width:440px;height:auto;border:3px solid #4cc;border-radius:10px;background:#fff;}
}
@media screen and (min-width: 760px){
}
@media screen and (min-width: 1020px){
}
@media screen and (min-width: 1500px){
}

