@charset "Shift_JIS";

@import url("share/default.css");
@import url("share/fonts.css");

/* Clearfix
=================================*/

.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from Mac IE \*/
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Hide from Mac IE */

/* =========================================
*  COMMON
* ========================================= */

html {
	height: 100%;
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	height: 100%;
	color: #252525;
	background-color: #fff;
	font-family: "lr SVbN", "MS Gothic", "Osaka|", Osaka-mono, monospace;
}
#bokin_form .wrap, #bokin_form .footer p,
#bokin_form .footer  ul {
	margin: 0 auto;
	width: 900px;
	}
#bokin_form .wrap {
	padding:20px;
	}
		p {
			line-height:1.65;
		}
p.note {
	margin: 0 auto;
	width: 830px;
	padding: 0 0 .5em;
	text-align: right;
}
p.attention {
	margin: 0 auto;
	width: 600px;
	padding: 0 0 .5em;
	font-size: 93%;
	color: #f60;
}

div#alert {
	margin: 0 auto 1em;
	border: solid #f60 3px;
	padding: 5px 10px;
	width: 574px;
}

#bokin_form h1 {
	text-align: center;
}
h1:first-letter {
}

	#bokin_form h1 a {
	}

#bokin_form a {
	color: #f60;
	text-decoration: underline;
}

#bokin_form a:hover {
	text-decoration: none;
}

/* =========================================
*  FRAME
* ========================================= */

div.pagebody {
	margin: 0 auto 1em;
	padding: 15px;
	width: 800px;
	background-color: #fafafa;
}

#bokin_form h2 {
	margin-top: 1em;
	border: solid #ccc 1px;
	border-top: none;
	border-right: none;
	border-left-width: 5px;
	padding: .3em .7em;
	font-size: 116%;
}


#bokin_form form {
	margin-top: 20px;
	/* [disabled]position: relative; */
}

	
#bokin_form form legend {
		display: none;
	}

	#bokin_form table {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: auto;
	}
		#bokin_form table th,
		#bokin_form table td {
	border: solid #ddd 1px;
	padding: 10px 14px;
		}
		#bokin_form table th {
	text-align: left;
	white-space: nowrap;
		}
		
			#bokin_form table th span {
				margin-left: .5em;
				color: #f60;
				font-weight: bold;
			}
		
		#bokin_form table td span {
	color: #9D9D9D;
	margin-left: 0.8em;
	font-size: 85%;
	margin-top: em;
	line-height: 02;
		}
		
			#bokin_form table td input {
	border: 2px solid #ccc;
	padding: 4px 7px;
			}
			#bokin_form table td .err input,
			#bokin_form table td .err {
	background-color: #FFD353;
			}
			#bokin_form table td .after.err {
				border-color: #f60;
				background-color: #fff !important;
			}
			#bokin_form table td .after.err input {
				border-color: #f60;
				background-color: #fff !important;
			}
			#bokin_form table td label {
				margin-right: 1em;
			}
			#bokin_form table td label input {
				margin-right: .3em;
			}
	
	#bokin_form p.submit {
	display: block;
	text-align: center;
	}
	
	#bokin_form .button {
	display: inline-block;
	margin:0px auto 20px auto;
	position:relative;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	line-height: 100%;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	border: solid 1px #333;
	padding-right: 4em;
	padding-left: 4em;
	padding-bottom: 0.65em;
	padding-top: 0.6em;
	background-color: #EB191D;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(255,255,255,0.20);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(255,255,255,0.20);
	background: -webkit-gradient(linear, left top, left bottom, from(#EE585B), to(#EB191D));
	background: -moz-linear-gradient(top, #EE585B, #EB191D);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
	white-space: nowrap;
	}
	
	#bokin_form .button:hover {
	text-decoration: none;
	background-color: #EE585B;
	background: -webkit-gradient(linear, left top, left bottom, from(#F1777A), to(#EE585B));
	background: -moz-linear-gradient(top,  #F1777A, #EE585B);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1777A', endColorstr='#EE585B');
	}
	#bokin_form .button:active {
		position: relative;
		top: 1px;
		color: #666;
		background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
		background: -moz-linear-gradient(top,  #000,  #444);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
	}
	
#bokin_form p.notice {
	border-top: solid #ccc 1px;
	padding-top: 1em;
	padding-bottom: 3em;
	margin-bottom:20px;
}
#bokin_form .ft-link {
	text-align: center;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	}
#bokin_form .footer {
	border-top: solid #ccc 1px;
	display: block;
	margin: 0 auto;
	background-color: #EFEFEF;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: O;
	font-size: 90%;
	overflow:hidden;
	}
#bokin_form .footer  ul,
#bokin_form .footer  p {
	text-align: left;
	display: block;
	margin-bottom:1.5em;
	}
#bokin_form .footer  ul li {
	display:inline;
	margin-right:0.5em;
	}
#bokin_form .footer  ul li  a {
	color:#252525;
	}
#bokin_form .footer  p.copy{
	font-size: 12px;
	text-align: left;
	}
	
