@import "../global.less"; @import "../header.less"; #m_body{ position: absolute; background-color: @main-backcolor; top: 55px; bottom: 0px; height: 100%; width: 100%; font-size: 1.4em; #main{ position: relative; height: 100%; margin: 20px 0px 0px 20px auto; h1{ margin: 20px 0px 0px 20px; } table{ position: relative; margin: 0px 0px 0px 20px; background-color: white; tr, th, td{ border: 1px solid black; } th{ background-color: #99FF99; font-size: 1.2em; font-weight: bold; } .h_title{ width: 200px; } .h_contents{ width: 600px; } .h_release_plan_date{ width: 180px; } input, textarea{ width: 400px; } } #regist_submit{ width: 150px; height: 40px; } #push_ticket{ margin-top: 20px; } } }