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

/**メインテキスト**/
#main_text {
	top:47px;
	width: 100%;
	font-size: 20px;
	text-align: center;
}

/**ボタン部分**/
#button_wrapper {
	position: absolute;
	left:83px;
	top:119px;
}
.button {
	position: absolute;
}
.button.col_1 {
	left: 0;
}
.button.col_2 {
	left: 165px;
}
.button.col_3 {
	left: 330px;
}
.button.col_4 {
	left: 495px;
}
.button.row_1 {
	top: 0;
}

/* PINコード生成失敗 */
#popup_detail .msg_error_2line {
	margin-top: 74px;
}