@charset "utf-8";
/* CSS Document */


/* PC
-----------------------------------------------------------------
----------------------------------------------------------------- */
@media screen and (min-width:641px) {
	
	
#contents{
	width:100%;
	height:auto;
	margin:0px auto;
	padding:20px 0px 20px 0px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.loginBox{
	width:320px;
	height:auto;
	margin:0px auto;
	padding:10px;
	
	border:3px solid #942D58;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
	overflow:hidden;
	background:#fff;
}
	.loginBox .loginDetail{
	}
		.loginDetail p.title{
			padding:0px 0px 10px 0px;
			font-weight:bold;
			margin:0px;	
			color:#942D58;
			text-align:center;
		}
	
		.loginDetail .tableBox{
				
		}
			.loginDetail .tableBox th{
				font-size:87%;	
				text-align:left;
				padding:0px 5px 0px 0px;
			}
			.loginDetail .tableBox input {
				display: block;
				box-sizing: border-box;
				width: 100%;
			}


.otherLinksFrame a{
	font-size:14px;	
}
.otherLinksFrame a img{
	width:13px;
	height:auto;
	margin-right:3px;
}

input#login{
	display:block;
	width:40%;
	margin:10px auto;
	padding:8px 0px;
	text-align:center;
	background:#942D58;
	color:#fff;
	cursor:pointer;
}
	input#login:hover{
		background:#ab1755;
	}


.loginDetail #errorArea {
		border: 2px solid #f00;
		margin: 40px 0;
}
	.loginDetail #errorArea ul {
		padding: 15px 0 15px 10px;
		background: #fff;
		list-style: none;
		margin: 0;
	}
		.loginDetail #errorArea ul li {
			text-align: left;
			color: #f00;
		}
	
	.loginDetail #errorArea .closeBtn {
		padding: 3px 20px;
		background: #f00;
		cursor: pointer;
		color: #fff;
		font-weight: bold;
		font-weight: 700;
		margin: 0;
		text-align: center;
	}

.loginDetail form.hidden {
	display: none;
}

.loginDetail #welcomeArea .textBox {
	padding: 5px 0 15px 10px;
}

	.loginDetail #welcomeArea .textBox .welcomeWord {
		font-size: 1.2em;
		margin: 5px 0;
	}

	.loginDetail #welcomeArea .textBox .nickname {
		text-align: center;
		margin: 5px 0;
	}
	.loginDetail #welcomeArea .textBox .nickname strong {
		font-size: 1.8em;
		font-weight: bold;
	}





}


/* SmartPhone
-----------------------------------------------------------------
----------------------------------------------------------------- */
@media screen and (max-width: 640px){
	
	
#contents{
	width:100%;
	height:auto;
	margin:0px auto;
	padding:20px 0px 20px 0px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.loginBox{
	width:100%;
	height:auto;
	margin:0px auto;
	padding:10px;
	
	border:3px solid #942D58;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
	overflow:hidden;
	background:#fff;
}
	.loginBox .loginDetail{
		width:100%;
		height:auto;
	}
		.loginDetail p.title{
			padding:0px 0px 10px 0px;
			font-weight:bold;
			margin:0px;	
			color:#942D58;
			text-align:center;
		}
	
		.loginDetail .tableBox{
				
		}
			.loginDetail .tableBox th{
				font-size:75%;	
				text-align:left;
				padding:0px 5px 0px 0px;
				font-weight:normal;
			}
			.loginDetail .tableBox input {
				display: block;
				box-sizing: border-box;
				width: 100%;
			}


.otherLinksFrame a{
	font-size:12px;	
	padding:0px 0px 5px 0px;
}
.otherLinksFrame a img{
	width:13px;
	height:auto;
	margin-right:3px;
}

input#login{
	display:block;
	width:80%;
	margin:10px auto;
	padding:8px 0px;
	text-align:center;
	background:#942D58;
	color:#fff;
	cursor:pointer;
}
	input#login:hover{
		background:#ab1755;
	}




.loginDetail #errorArea {
		border: 2px solid #f00;
		margin: 40px 0;
}
	.loginDetail #errorArea ul {
		padding: 15px 0 15px 10px;
		background: #fff;
		list-style: none;
		margin: 0;
	}
		.loginDetail #errorArea ul li {
			text-align: left;
			color: #f00;
		}
	
	.loginDetail #errorArea .closeBtn {
		padding: 3px 20px;
		background: #f00;
		cursor: pointer;
		color: #fff;
		font-weight: bold;
		font-weight: 700;
		margin: 0;
		text-align: center;
	}

.loginDetail form.hidden {
	display: none;
}

.loginDetail #welcomeArea .textBox {
	padding: 5px 0 15px 10px;
}

	.loginDetail #welcomeArea .textBox .welcomeWord {
		font-size: 1.2em;
		margin: 5px 0;
	}

	.loginDetail #welcomeArea .textBox .nickname {
		text-align: center;
		margin: 5px 0;
	}
	.loginDetail #welcomeArea .textBox .nickname strong {
		font-size: 1.8em;
		font-weight: bold;
	}


}
	
.text, textarea, .dropdown, input, select{
	border:1px solid #e4e4cc;
	padding: 5px;
	color: #333;
	background: #fff;
	border-radius: 3px;
	
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
	
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	
	/* Firefox */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
		);
	
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
}
	
@media print {
	
	
#contents{
	width:100%;
	height:auto;
	margin:0px auto;
	padding:20px 0px 20px 0px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.loginBox{
	width:320px;
	height:auto;
	margin:0px auto;
	padding:10px;
	
	border:3px solid #942D58;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
	overflow:hidden;
	background:#fff;
}
	.loginBox .loginDetail{
	}
		.loginDetail p.title{
			padding:0px 0px 10px 0px;
			font-weight:bold;
			margin:0px;	
			color:#942D58;
			text-align:center;
		}
	
		.loginDetail .tableBox{
				
		}
			.loginDetail .tableBox th{
				font-size:87%;	
				text-align:left;
				padding:0px 5px 0px 0px;
			}
			.loginDetail .tableBox input {
				display: block;
				box-sizing: border-box;
				width: 100%;
			}


.otherLinksFrame a{
	font-size:14px;	
}
.otherLinksFrame a img{
	width:13px;
	height:auto;
	margin-right:3px;
}

input#login{
	display:block;
	width:40%;
	margin:10px auto;
	padding:8px 0px;
	text-align:center;
	background:#942D58;
	color:#fff;
	cursor:pointer;
}
	input#login:hover{
		background:#ab1755;
	}


.loginDetail #errorArea {
		border: 2px solid #f00;
		margin: 40px 0;
}
	.loginDetail #errorArea ul {
		padding: 15px 0 15px 10px;
		background: #fff;
		list-style: none;
		margin: 0;
	}
		.loginDetail #errorArea ul li {
			text-align: left;
			color: #f00;
		}
	
	.loginDetail #errorArea .closeBtn {
		padding: 3px 20px;
		background: #f00;
		cursor: pointer;
		color: #fff;
		font-weight: bold;
		font-weight: 700;
		margin: 0;
		text-align: center;
	}

.loginDetail form.hidden {
	display: none;
}

.loginDetail #welcomeArea .textBox {
	padding: 5px 0 15px 10px;
}

	.loginDetail #welcomeArea .textBox .welcomeWord {
		font-size: 1.2em;
		margin: 5px 0;
	}

	.loginDetail #welcomeArea .textBox .nickname {
		text-align: center;
		margin: 5px 0;
	}
	.loginDetail #welcomeArea .textBox .nickname strong {
		font-size: 1.8em;
		font-weight: bold;
	}





}
