<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*-----------------------------------

CSS Information

File name:			modal_ver2.css

-----------------------------------*/

/*==================================================
modal_window用
==========*/
body{position:relative;width:100%;height:100%;}
div#m_window{width:100%!important;height:100%!important;text-align:center;display:none;position: fixed;top:0;z-index:100000;cursor:pointer;}
#m_window .bkg{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.75);z-index:10010;cursor:pointer;}
#m_window .m_inner {position: absolute;left: 50%;top: 50%;z-index: 10000020;transform: translate(-50%, -50%);box-sizing: border-box;border-radius: 8px;text-align:center;background-repeat:  no-repeat;background-position:center center;background-size:50px 50px;}
#m_window .m_inner iframe{margin:0 auto;background-color:transparent;width:100%;height:100%!important;border:none;}
</pre></body></html>