﻿@charset "utf-8";

/* default style clear
------------------------------------------- */
@import url("reset.css");


/* all style
------------------------------------------- */
@import url("base.css");

#user_regist table * {  }
#user_regist table { width: 100%; }
#user_regist table th,
#user_regist table td { padding: 5px; font-weight: normal; text-align: left;}
#user_regist textarea { width: 100% }
#user_regist .require { font-size: 10px; color: red; }
#user_regist .err_msg { font-size: 10px; color: red; }
#user_regist .info  { font-size: 10px; color: gray; }
#user_regist .button { text-align: center; margin-top: 10px;}
