/*********************************************************************
 * 初回パスワード設定(マイページ)
 * （GnsAL0120Servlet）
 *
 * @author  A.Kinoshita (Nesty)
 * @version 1.00 (2016/06/23) create
*********************************************************************/
@charset "Shift_JIS";

#main_contents table {
margin:0 auto;
}

#main_contents table td, #main_contents table th {
height: 30px;
padding: 0px 10px;
}

#main_contents table th {
width: 170px;
text-align: left;
background-color: #eeeeee;
}

#main_contents table th+td {
width: 400px;
text-align: left;
}

.ds_text {
width: 150px;
}

.ds_cautation {
color: red;
}