body {
	background: #fff;
}

body, div, span, td {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",Lucida Grande,"メイリオ", Meiryo, Tahoma, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
}

a {
	text-decoration: none;
	color: #333;
}

a:visited {
	color: #333;
}

.content {
	margin: 0 auto;
	width: 400px;
}

@media screen and ( max-width:479px ) {
	.content {
		width: 90%;
	}
}

.title {
	font-size: 24px;
	font-weight: bold;
	color: #555;
	padding-top: 50px;
	margin-bottom: 60px;
	text-align: center;
}

.label {
	font-size: 14px;
    color: #555;
    margin-top: 30px;
}

input {
	width: 100%;
    height: 30px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #ddd;
    padding: 0 8px;
    margin-top: 8px;
}
input:focus {
	outline: none;
}

.apn_table {
    width: 100%;
    margin-top: 8px;
}
.apn_table td:nth-child(1) {
    font-size: 10px;
    padding-right: 8px;
    width: 70px;
    text-align: right;
}
.apn_table input {
    margin: 0 !important;
}

.sms_switch {
	margin-top: 8px;
}
.sms_switch img {
	width:52px;
	height: auto;
}

.note {
	font-size: 10px;
    color:#999;
    margin-top: 8px;
}

.download {
	display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #334411;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 16px 0;
    margin: 40px 0 60px 0;
}

/* ダイアログ */
.dialog_base {
	position: relative;
}
#cover {
	position: absolute;
	z-index: 1;
	width: 500px;
	height: 500px;
	background: rgba(0, 0, 0, 0.5);
}
.dialog {
	position: absolute;
	z-index: 2;
	background: #fff;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

#dialog_auth {
	width: 400px;
}
.dialog_auth_title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
}
#dialog_auth_password_input {
	margin: 20px 25px 0 25px;
	width: 250px;
}
#dialog_auth_error {
	display: none;
	color: #f00;
	font-size: 12px;
	text-align: center;
	margin-top: 4px;
}
.dialog_auth_button {
	background: #E92046;
	display: block;
	width: 300px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 30px auto;
}
.dialog_auth_button:visited {
	color: #fff;
}
