/**
 * 出展者申込フォーム
 * ログインページやパスワードリマインダへの導線を隠す( Phase2対応 )
 */
.tml-action-links {
    display:none;
}
@media only screen and (max-width: 437px) { 
#your-profile table.form-table{border-top:none;}
#your-profile table.form-table td{border-top:none;}
#your-profile table.form-table td .regular-text{width:96%;}
#your-profile table.form-table td textarea{width:92%;}
#your-profile table.form-table th,
#your-profile table.form-table td{
width:94%;
display: block;
border-collapse: collapse; 
}
#pass-strength-result{display:block;width:94% !important;}

}

/**
 * 出展者一覧
 */

/* 検索前の初期表示では、検索グループのタイトルを表示しない */
#search_out legend {
    display:none;
}
/* 検索前後問わず、検索グループの構成要素を枠線で囲まない */
#search_out fieldset, #search_in fieldset {
    border:none;
}

/**
 * 出展者詳細
 */
#back_exhibit_list {
    cursor:pointer;
    text-decoration:underline;
}
