@charset "utf-8";@import url(./reset.css);@import url(./common.css);@import url(./glossy_button.css);html{width:100%;height:100%}body{width:100%;height:-webkit-calc(100% - 70px);height:calc(100% - 70px);font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;-webkit-text-size-adjust:100%;background-color:#f1f1f1}body:before{content:"";position:fixed;top:-10px;left:0;width:100%;height:10px;z-index:100;-moz-box-shadow:0 0 10px rgba(0,0,0,.8);-webkit-box-shadow:0 0 10px rgba(0,0,0,.8);box-shadow:0 0 10px rgba(0,0,0,.8)}#box_base:before,#box_base{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}#box_base{position:relative;max-width:calc(480px - 4px);height:-webkit-calc(344px - 4px);width:calc(100% - 4px);height:calc(344px - 4px);margin:50px auto;border-top:2px solid #fff;border-right:2px solid #f9f9f9;border-bottom:2px solid #f6f6f6;border-left:2px solid #fcfcfc;background-color:rgba(255,255,255,.6);-webkit-box-shadow:0 2px 6px 3px rgba(128,128,128,.6);-moz-box-shadow:0 2px 6px 3px rgba(128,128,128,.6);box-shadow:0 2px 6px 3px rgba(128,128,128,.6)}#box_base:before{content:"";position:absolute;z-index:-1;max-width:480px;width:100%;;height:344px;margin:0 auto 0;-webkit-filter:blur(6px);-ms-filter:blur(6px);filter:blur(6px)}#box_header{width:100%;height:80px;padding-top:12px;text-align:center}#box_contents{width:-webkit-calc(100% - 20px);width:calc(100% - 20px);padding:10px}#box_footer{position:absolute;bottom:0;width:-webkit-calc(100% - 20px);height:-webkit-calc(34px - 10px);width:calc(100% - 20px);height:calc(40px - 15px);padding:10px 10px 5px 10px;text-shadow:2px 2px 3px rgba(128,128,128,.6)}div.warning{margin-top:10px}button.btn_submit{width:120px}#box_contents dl>dt{font-weight:bold;text-align:center;text-shadow:2px 2px 3px rgba(128,128,128,.6)}#frm_main table{width:-webkit-calc(100% - 20px);width:calc(100% - 20px);margin:10px auto 20px;table-layout:fixed}#frm_main table td{padding:3px 0 3px 0}#frm_main table td:first-child{width:7em}#txt_id,#txt_pw{width:-webkit-calc(100% - 6px);width:calc(100% - 6px);ime-mode:disabled}