@charset "utf-8";
/* CSS Document */

/*右列*/
.the_right_column_box { width:1024px; height:100%; margin: 10px 0px 5px 0px; }
.the_right_column { width:100%; height:100%; }

/*內容*/
body { background: rgba(137,137,137,50); width:100%; height:100%; }
.login_box { width:100%; margin-top:250px; }
.login { width:700px; height:200px; margin:0 auto; background-color:#fff; border-radius: 7px; }
.we_e { font-size:1.5em; color:#7d7d7d; text-align: center; border-bottom: 2px solid #b5b5b5; padding:15px 0px 15px 0px; font-weight: bold; }
.we_t { font-size:1.125em; text-align: center; padding-top:5%; line-height: 1.5em; width:98%;  margin : 0 auto; }
.we_ts { float:left; width:250px; padding:15px 0px 0px 110px; }
.we_ts_p { float:left; color:#3272b8; width:120px; padding-top:3%; }
.we_ts_p a { color:#3272b8; }
.we_pc { background-color:#3272b8; color:#fff; width:100%; height:50px; border-radius: 0px 0px 10px 10px; line-height: 50px; font-size:1.125em; text-align: center; }
.we_pc_box { padding-top:5%; }
.we_pc a { color:#fff; }
.we_pc a:hover { color:#b1c9e4; }
