@charset "UTF-8";
/* CSS Document */
@import 'wlan_textarea.css';
@import 'popup_wlan.css';

/* テーブル */
#table_wrapper1 {
	top:118px;
	height:82px;
}

.text_area {
	height:48px;
	width:336px;
}

/******************************************************
 * 多デバイス用調整
 ******************************************************/
body.nf #table_wrapper1 {
	left: 112px;
	top: 94px;
	width:576px;
	height:130px;
}
body.nf #table_wrapper1 tr {
	height:130px !important;
}

/* 入力エラー */
#popup_detail .msg_error {
	margin-top: 91px;
}
