@import "../global.less"; @import "../header.less"; /*------------- main -------------*/ #m_main { position: relative; bottom: 0px; height: 100%; width: 100%; background-color: @main-backcolor; } #m_pr { position: relative; height:80% ; width: 45%; margin:10px 0px 0px 50px; top: 20px; font-weight: normal; .exp1{ font-size: 2.0em; color: #0099CC; font-weight: bold; margin-bottom: 20px; } .exp2, .exp3, .exp4, .exp5, .exp6, .exp7, .exp8{ font-size: 1.4em; margin: 15px 0px 0px 20px; } .exp3, .exp6{ margin-left: 40px; } } #m_regist { position: relative; bottom: 0px; top: 30px; width: 40%; height:80%; margin:15px 50px 0px 0px; background-color: @registBack-color; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; .regist_promoter_hd{ margin-left: 20px; } .must_input{ font-size: 1.2em; margin-top: 5px; margin-left: 20px; } #promoter_info{ margin-left: 20px; table tr th td{ border: 10px solid; } tr{ height: 30px; } th{ font-size: 1.4em; font-weight: normal; text-align: right; width: 120px; } input[type=text], textarea, select{ border: 1px solid #00CCFF; .input-margin; } input[type=file]{ .input-margin; } input[type=text].founding_date{ width: 180px; padding-right: 10px; } input[type=text]#post{ width: 120px; padding-right: 10px; } } .err_msg{ display: block; color: red; margin-left: 10px; } .policy{ margin-left: 50px; } #acceptPolicy{ font-size: 1.4em; margin-left: 50px; a{ text-decoration: underline; } } input[type=image]{ widht: 80px; height: 40px; margin: 5px 45px 0px 0px; } input[type=image]:hover{ filter: alpha(opacity=65); -moz-opacity:0.75; opacity:0.75; } } /*------------- parts -------------*/ .input-margin{ margin-left: 10px; width: 300px; }