@charset "utf-8";

article .main {
	width: 40%;
	float: right;
	margin: 20px 0px 60px;
}

article .main2 {
	width: 49%;
	float: left;
	margin: 0px;
}

aside {
	width: 60%;
	float: left;
}

.product {
	width: 100%;
	float: left;
	margin: 20px 0 5px 20px;
	overflow: hidden;
	background-image: url(../images/login_form.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 387px;
	position: relative;
}

.product2 {
	width: 100%;
	float: left;
	margin: 20px 0 5px 20px;
	overflow: hidden;
	background-image: url(../images/member/login_member.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 387px
}

.product3 {
	width: 100%;
	float: left;
	margin: 20px 0 5px 20px;
	overflow: hidden;
	background-image: url(../images/login_pw.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 387px
}

.product dl {
	font-size: 1em;
	float: left;
	width: 100%;
}

.product dt h2 {
	font-weight: normal;
	color: #6a6a6a;
	letter-spacing: 1px;
}

.product dt {
	line-height: 80%;
	font-size: 1.0em;
	color: #6a6a6a;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: center;
	position: absolute;
	top: 80px;
	right: 105px;
}

.but_go {
	width:100%;
	font-size: 0.88em !important;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 20px;
	text-decoration: none;
	background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
	background-color: #ededed;
	color: #333;
	display:inline-block;
	text-shadow: 1px 1px 0px #ffffff;
	-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
	-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
	box-shadow: inset 1px 1px 0px 0px #ffffff;
	white-space: nowrap;
	border: 1px solid #b7b7b7;
	list-style: 1.6;
}

.but_go:hover {
	background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
	background: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed));
	background-color: #dfdfdf;
}

.but_go:active {
	position: relative;
	top: 1px;
}

.but_go:visited {
	color: #313030;
}

.product dd {}

.product img {
	margin: auto;
	height: auto;
}

.product2 dl {
	font-size: 1em;
	float: left;
	width: 100%
}

.product2 dt h2 {
	font-size: 2.0em;
	color: #ffffff;
	letter-spacing: 10px;
	font-weight: normal
}

.product2 dt {
	text-align: right;
	margin-right: 11%;
	margin-top: 24%
}

.product2 dd {
	line-height: 150%;
	text-align: left;
	font-size: 0.9em;
	padding-bottom: 20px;
	margin-left: 5px
}

.product2 img {
	margin: auto;
	height: auto;
}

.product3 dl {
	font-size: 1em;
	float: left;
	width: 100%
}

.product3 dt h2 {
	font-size: 2.0em;
	color: #ffffff;
	letter-spacing: 10px;
	font-weight: normal
}

.product3 dt {
	text-align: right;
	margin-right: 11%;
	margin-top: 24%
}

.product3 dd {
	line-height: 150%;
	text-align: left;
	font-size: 0.9em;
	padding-bottom: 20px;
	margin-left: 5px
}

.product3 img {
	margin: auto;
	height: auto;
}

article section {
	width: 100%;
	margin: auto;
}

.login h2 {
	font-weight: 700;
	color: #252525;
	margin: 20px 0 0 10px;
}

.login h2 span {
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 10px;
}

/*----------------------
	submit
-----------------------*/
section .submit {
	clear: both;
	overflow: hidden;
	font-size: 110%;
	width: 100%;
	margin: 10px auto 50px;
	text-align: center;
}

section .submit input.button {
	border: 1px solid #fbce23;
	background: -webkit-gradient(linear, left top, left bottom, from(#fee158), to(#fdc617));
	background: -webkit-linear-gradient(top, #fee158, #fdc617);
	background: -moz-linear-gradient(top, #fee158, #fdc617);
	background: -ms-linear-gradient(top, #fee158, #fdc617);
	background: -o-linear-gradient(top, #fee158, #fdc617);
	background: linear-gradient(top, #fee158, #fdc617);
	background-color: #fdca3d\9;
	padding: 10px 40px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #242424;
	font-size: 110%;
	font-family: "微軟正黑體", "黑體", Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 10px;
	width: 100%;
}

section .submit input.button_contact {
	border: 1px solid #fbce23;
	background: -webkit-gradient(linear, left top, left bottom, from(#fee158), to(#fdc617));
	background: -webkit-linear-gradient(top, #fee158, #fdc617);
	background: -moz-linear-gradient(top, #fee158, #fdc617);
	background: -ms-linear-gradient(top, #fee158, #fdc617);
	background: -o-linear-gradient(top, #fee158, #fdc617);
	background: linear-gradient(top, #fee158, #fdc617);
	background-color: #fdca3d\9;
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #242424;
	font-size: 110%;
	font-family: "微軟正黑體", "黑體", Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	margin: 10px 12px;
	width: 40%;
}

section .submit input.button_contact2 {
	border: 1px solid #fbce23;
	background: -webkit-gradient(linear, left top, left bottom, from(#fee158), to(#fdc617));
	background: -webkit-linear-gradient(top, #fee158, #fdc617);
	background: -moz-linear-gradient(top, #fee158, #fdc617);
	background: -ms-linear-gradient(top, #fee158, #fdc617);
	background: -o-linear-gradient(top, #fee158, #fdc617);
	background: linear-gradient(top, #fee158, #fdc617);
	background-color: #fdca3d\9;
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #242424;
	font-size: 110%;
	font-family: "微軟正黑體", "黑體", Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 10px;
	margin-left: 3%;
	width: 90%;
	float: left;
}

section .submit input.button_contact3 {
	border: 1px solid #fbce23;
	background: -webkit-gradient(linear, left top, left bottom, from(#fee158), to(#fdc617));
	background: -webkit-linear-gradient(top, #fee158, #fdc617);
	background: -moz-linear-gradient(top, #fee158, #fdc617);
	background: -ms-linear-gradient(top, #fee158, #fdc617);
	background: -o-linear-gradient(top, #fee158, #fdc617);
	background: linear-gradient(top, #fee158, #fdc617);
	background-color: #fdca3d\9;
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #242424;
	font-size: 110%;
	font-family: "微軟正黑體", "黑體", Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	width: 50%;
	float: none;
}

section .submit input.button_contact:hover,
section .submit input.button_contact2:hover,
section .submit input.button_contact3:hover,
section .submit2 input.button:hover,
section .submit section.button2:hover {
	border: 1px solid #f2c85c;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2c85c), to(#f0af0b));
	background: -webkit-linear-gradient(top, #f2c85c, #f0af0b);
	background: -moz-linear-gradient(top, #f2c85c, #f0af0b);
	background: -ms-linear-gradient(top, #f2c85c, #f0af0b);
	background: -o-linear-gradient(top, #f2c85c, #f0af0b);
	background: #ffd359\9;
}

/*----------------------
	input info
-----------------------*/
.login {
	border: #FFF 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	padding: 0;
}

.info {
	clear: both;
	margin: 4px auto 10px 0;
	overflow: hidden;
	width: 100%;
}

.info ul {
	overflow: hidden;
	color: #555;
	display: block;
	text-align: left;
}

.info ul li {
	list-style-type: none;
	line-height: 140%
}

.info .note li {
	list-style-type: decimal;
	line-height: 140%;
	margin-left: 40px;
}

.info .note1 li {
	list-style-type: cjk-ideographic;
	line-height: 140%;
	margin-left: 40px;
}

.info .note1 li li {
	list-style-type: lower-roman;
	margin-left: 20px;
}

.info p {
	width: 95%;
	margin: 10px auto 5px;
	overflow: hidden;
	color: #555;
	display: block;
	text-align: left;
	line-height: 170%;
}

.login img {
	vertical-align: middle;
	margin-bottom: 2px;
}

.login h2 img {
	margin-bottom: 8px;
}

.login h2 span {
	float: right;
	margin-bottom: 7px;
	line-height: 140%;
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-right: 20px
}

.info p img {
	vertical-align: middle;
	margin-bottom: 0px;
}

.info p label {
	width: 30%;
	float: left;
	line-height: 2;
	font-size: 110%;
}

.info p input {
	margin-right: 10px;
}

.info input,
.info select {
	border-radius: 4px;
	border: 1px solid #999;
	padding: 7px 10px 5px;
	font-family: "微軟正黑體", "新細明體", Arial, sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}

.attention {
	font-size: 0.925em;
	color: #DF0F13 !important;
}

.memory input,
.memory select {
	border: 0px;
	padding: 7px 0px 5px;
	margin-top: 8px
}

.memory {
	text-align: center;
	float: left;
	margin: 0 0 0 5px;
	font-size: 14px;
}

.forget a {
	margin: 0 5px 0 0;
	color: #314da5;
	letter-spacing: 0.05em;
	float: right;
	font-size: 14px;
}

.forget a:hover {
	text-decoration-line: underline;
	text-decoration-style: solid;
}

.main ul {
	width: 200px;
	margin: 0 auto;
	padding: 0;
}

.main ul li {
	float: left;
	list-style-type: none;
	text-align: center;
	font-size: 14px;
	margin: 0 auto;
	display: block;
	width: 100px;
}

.main ul a {
	color: #314da5;
	letter-spacing: 0.05em;
	margin: 5px 10px;
	text-align: center;
}

.main ul a:hover {
	color: #314da5;
	text-decoration-line: underline;
	text-decoration-style: solid;
}

input,
select {
	vertical-align: middle;
}

input#account,
input#password,
input#idpassword {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-image-repeat: stretch stretch;
	border-right-style: solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: rgb(153, 153, 153);
	font-family: "微軟正黑體", "新細明體", Arial, sans-serif;
	font-size: 16px;
	height: 36px;
	letter-spacing: 0.2em;
	text-align: center;
	width: 100%;
}

.info p span.texttop {
	vertical-align: top
}

.info p span.randomcodecenter {
	display: block;
	margin: 0 auto;
	text-align: center
}

.info p span.gender {
	margin-right: 0px;
	margin-left: 5px
}

.info p span.address {
	margin-left: 0px
}

.info p span.ps {
	font-size: 0.88em
}

.info p input {
	margin-right: 10px;
}

input#account,
input#password,
input#idpassword {
	border-bottom-left-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	border-image-repeat: stretch stretch !important;
	border-right-style: solid !important;
	letter-spacing: 0.2em !important;
	text-align: center !important;
	width: 100% !important;
	color: rgb(153, 153, 153) !important;
}

input#randomcode {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-image-repeat: stretch stretch;
	border-right-style: solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	height: 40px;
	letter-spacing: 0.15em;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
	width: 130px;
	color: rgb(153, 153, 153);
}

input#randomcode2 {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-image-repeat: stretch stretch;
	border-right-style: solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-family: "微軟正黑體", "新細明體", Arial, sans-serif;
	height: 40px;
	letter-spacing: 0.15em;
	margin-right: 10px;
	text-align: center;
	width: 40%;
	color: rgb(153, 153, 153);
}

input#check {
	float: left;
}

input#checkbox {
	float: left;
	margin-top: 8px
}

input#checkbox2 {
	margin-left: 20px
}

input#checkbox3 {
	margin-left: 2px
}

input#contact {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-image-repeat: stretch stretch;
	border-right-style: solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-family: "微軟正黑體", "新細明體", Arial, sans-serif;
	height: 40px;
	letter-spacing: 0.15em;
	text-align: center;
	width: 70%;
	color: rgb(153, 153, 153);
	margin-left: 5px
}

input#contact2 {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-image-repeat: stretch stretch;
	border-right-style: solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-family: "微軟正黑體", "新細明體", Arial, sans-serif;
	height: 40px;
	letter-spacing: 0.15em;
	margin-right: 5px;
	margin-left: 0px;
	text-align: center;
	width: 40%;
	color: rgb(153, 153, 153)
}

input#contact3 {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-image-repeat: stretch stretch;
	border-right-style: solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-family: "微軟正黑體", "新細明體", Arial, sans-serif;
	height: 40px;
	letter-spacing: 0.15em;
	text-align: center;
	width: 35%;
	color: rgb(153, 153, 153);
	margin-left: 9px
}

input#contact4 {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-image-repeat: stretch stretch;
	border-right-style: solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-family: "微軟正黑體", "新細明體", Arial, sans-serif;
	height: 40px;
	letter-spacing: 0.15em;
	text-align: center;
	width: 56%;
	color: rgb(153, 153, 153);
	margin-left: 5px;
}

input#contact5 {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-image-repeat: stretch stretch;
	border-right-style: solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-family: "微軟正黑體", "新細明體", Arial, sans-serif;
	height: 40px;
	letter-spacing: 0.15em;
	text-align: center;
	width: 70%;
	color: rgb(153, 153, 153);
}

input#contact6 {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-image-repeat: stretch stretch;
	border-right-style: solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-family: "微軟正黑體", "新細明體", Arial, sans-serif;
	height: 40px;
	letter-spacing: 0.15em;
	text-align: center;
	width: 67%;
	color: rgb(153, 153, 153);
}

#right {
	float: left;
	margin-left: 145px
}

#right3 {
	float: left;
	margin-left: 165px;
}

#right_contact {
	float: left;
	width: 97%;
	margin-left: 10px;
	font-size: 0.88em;
	margin-bottom: 10px
}

#radio_button {
	margin-left: 0px;
	margin-right: 5px
}

.content {
	padding: 10px;
	font-size: 0.8em;
	width: 100%
}

.content2 {
	padding: 10px;
	font-size: 0.8em;
	width: 70%
}

.pw {
	padding-left: 2%;
	padding-top: 2%
}

.add_a {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-image-repeat: stretch stretch;
	border-right-style: solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-family: "微軟正黑體", "新細明體", Arial, sans-serif;
	height: 40px;
	width: 160px;
	margin: 0 8px
}

.add_b {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-image-repeat: stretch stretch;
	border-right-style: solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-family: "微軟正黑體", "新細明體", Arial, sans-serif;
	height: 40px;
	width: 103px;
	margin: 0 5px;
}

.add_c {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-image-repeat: stretch stretch;
	border-right-style: solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-family: "微軟正黑體", "新細明體", Arial, sans-serif;
	height: 40px;
	width: 130px;
	margin: 0 5px;
}

#alert {
	background-color: #fff2f2;
	color: rgb(255, 0, 0);
	display: block;
	font-size: 14px;
	letter-spacing: 0.05em;
	margin: 0px auto 10px;
	padding: 8px 5px 6px 5px;
	width: 90%;
	text-align: center;
}

@media screen and (max-width: 768px) {
	article .main {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	aside {
		width: 100%;
		float: left;
	}

	.forget {
		margin: 3px 20px 10px 0;
		color: #314da5;
		letter-spacing: 0.05em;
		float: right;
		font-size: 14px;
	}

	.product {

		display: none;
	}
/*

	.product dl {
		font-size: 1em;
		float: left;
		width: 100%;
		border: 3px solid #e5e5e5;
		padding: 8px
	}

	.product dt h2 {
		font-weight: normal;
		color: #6a6a6a;
		letter-spacing: 1px;
	}

	.product dt {
		line-height: 80%;
		font-size: 1.0em;
		color: #6a6a6a;
		letter-spacing: 2px;
		font-weight: normal;
		text-align: center;
		position: relative;
		top: -5px;
		left: -10px;
		width: 60%;
		float: left
	}

	.product dd {
		top: auto;
		right: auto;
		width: 50%;
		float: none;
		margin: 10px auto;
		line-height: 1.5;

	}
	.product img {
		margin: auto;
		height: auto;
		padding-bottom: 15px
	}
*/

	.but_go {
	width:100%;
	}
	

	.product2 {
		max-width: 736px;
		width: 100%;
		height: auto;
		display: none;
		margin: 0 auto 0px;
		overflow: hidden;
		background-image: url(../images/login_member_m.jpg);
		background-repeat: no-repeat;
	}

	.product2 dl {
		font-size: 1em;
		float: left;
		width: 100%;
	}

	.product2 dt h2 {
		font-size: 2.0em;
		color: #ffffff;
		padding-bottom: 0px;
		padding-right: 0px
	}

	.product2 dt {
		text-align: left;
		border: 0px solid #FFFFFF;
		width: 60%;
		margin-left: 100px;
		margin-top: 20px
	}

	.product2 dd {}

	.product2 img {
		margin: auto;
		height: auto;
		padding-bottom: 15px
	}

	.product3 {
		max-width: 736px;
		width: 100%;
		height: auto;
		display: none;
		margin: 0 auto 0px;
		overflow: hidden;
		background-image: url(../images/login_pw_m.jpg);
		background-repeat: no-repeat;
	}

	.product3 dl {
		font-size: 1em;
		float: left;
		width: 100%;
	}

	.product3 dt h2 {
		font-size: 2.0em;
		color: #ffffff;
		padding-bottom: 0px;
		padding-right: 0px
	}

	.product3 dt {
		text-align: left;
		border: 0px solid #FFFFFF;
		width: 60%;
		margin-left: 100px;
		margin-top: 20px
	}

	.product3 dd {}

	.product3 img {
		margin: auto;
		height: auto;
		padding-bottom: 15px
	}

	input#randomcode {
		width: 100%;
	}

	input#checkbox2 {}

	.login h2 {
		margin-left: 3%
	}

	.info p {
		
		overflow: hidden;
		color: #555;
		display: block;
		text-align: left;
		width: 100%
	}

	.info .note li {
		list-style-type: decimal;
		line-height: 140%;
		margin-left: 24px;
	}

	#right {
		float: left;
		margin-left: 8px;
		width: 100%
	}

	#right2 {
		float: left;
		margin-left: 8px;
		width: 90%;
		margin-top: 5px
	}

	#right3 {
		float: left;
		margin-left: 10px;
	}

	#right_contact {
		font-size: 0.75em;
		line-height: 160%
	}

	input#account,
	input#password {
		width: 96%
	}

	input#randomcode {
		width: 96%
	}

	input#randomcode2 {
		margin-right: 15px;
		width: 97%;
	}

	input#contact {
		width: 97%;
		padding-right: 0px;
		margin-left: 0px;
		height: 32px;
		font-size: 0.88em
	}

	input#contact2 {
		width: 97%;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		height: 32px
	}

	input#contact3 {
		width: 97%;
		padding-right: 0;
		margin-left: 0px;
		margin-top: 10px;
		height: 32px
	}

	input#contact4 {
		width: 97%;
		padding-right: 0;
		margin-left: 0px;
		margin-top: 3px;
		height: 32px
	}

	input#contact5 {
		width: 97%;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		height: 32px
	}

	input#contact6 {
		width: 97%;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		height: 32px
	}

	.info p span.gender {
		margin-left: 0;
		margin-right: 0
	}

	.info p span.randomcodecenter {
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-top: 10px
	}

	.info p span.address {
		margin-left: 0px
	}

	.content {
		padding: 10px;
		font-size: 0.8em;
		width: 98%;
	}

	.content2 {
		padding: 10px;
		font-size: 0.8em;
		width: 97%;
	}

	.add_a {
		width: 25%;
		margin: 0px 8px 0px 0px;
		height: 32px;
		font-size: 0.88em;
		padding-top: 0
	}

	.add_b {
		width: 20%;
		margin: 0;
		height: 32px;
		font-size: 0.88em
	}

	.add_c {
		width: 30%;
		margin: 0 2px 0 0;
		height: 32px;
		font-size: 0.88em;
	}

}

@media screen and (max-width: 540px) {
	article .main {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0
	}

	article .main2 {
		width: 100%;
		float: left;
		margin: 0 auto 10px;
		padding: 0
	}

	/*.product {
		max-width: 736px;
		width: 100%;
		height: auto;
		display: flex;
		margin: 0 auto 0px;
		overflow: hidden;
		background-image: none;
		background-repeat: no-repeat;
	}

	.product dl {
		font-size: 1em;
		float: left;
		width: 100%;
		border: 3px solid #e5e5e5;
		padding: 8px
	}

	.product dt h2 {
		font-weight: normal;
		color: #6a6a6a;
		letter-spacing: 1px;
	}

	.product dt {
		line-height: 80%;
		font-size: 1.0em;
		color: #6a6a6a;
		letter-spacing: 2px;
		font-weight: normal;
		text-align: center;
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		float: left;
		margin: 0 auto
	}

	.product dd {
		line-height: 150%;
		font-size: 1.0em;
		color: #6a6a6a;
		letter-spacing: 2px;
		font-weight: normal;
		text-align: center;
		position: relative;
		top: 0px;
		right: 0px;
		width: 100%;
		float: left;
		margin: 10px auto 5px
	}
*/
	.product2 {
		max-width: 540px;
		width: 100%;
		margin: 0 auto;
		padding-top: 0px;
		text-align: center;
		overflow: hidden;
		background-image: url(../images/login_member_m.jpg);
		background-repeat: no-repeat;
		display: none;

	}

	.product2 dl {
		font-size: 1em;
		float: left;
		width: 100%;
	}

	.product2 dt h2 {
		font-size: 1.8em;
		color: #ffffff;
		padding-bottom: 0px;
		padding-right: 0px
	}

	.product2 dt {
		text-align: left;
		border: 0px solid #FFFFFF;
		width: 80%;
		margin-left: 100px;
		margin-top: 20px
	}

	.product3 {
		max-width: 540px;
		width: 100%;
		margin: 0 auto;
		padding-top: 0px;
		text-align: center;
		overflow: hidden;
		background-image: url(../images/login_pw_m.jpg);
		background-repeat: no-repeat;
		display: none;

	}

	.product3 dl {
		font-size: 1em;
		float: left;
		width: 100%;
	}

	.product3 dt h2 {
		font-size: 1.8em;
		color: #ffffff;
		padding-bottom: 0px;
		padding-right: 0px
	}

	.product3 dt {
		text-align: left;
		border: 0px solid #FFFFFF;
		width: 80%;
		margin-left: 100px;
		margin-top: 20px
	}

	#alert img {
		display: none;
	}

	#alert {
		padding: 8px 1px 6px 1px;
		letter-spacing: 0.01em;
	}

}