@charset "utf-8";

@import url("../../css/share/default.css");
@import url("../../css/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;
}

}
/* Hide from Mac IE */

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


p.attention {
	margin: 0 auto;
	width: 600px;
	padding: 0 0 .5em;
	font-size: 9%;
	color: #FFF;
}

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



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

div.pagebody {
	margin: 0 auto 1em;
	padding: 15px;
	width: 1000px;
}



form {
	margin-top: 20px;
}

	form legend {
		display: none;
	}

	table {
	margin: 0 auto;
	width: 1000px;
	font-weight: normal;
	font-size: 11px;
	}
		table th,
		table td {
	padding: 10px 14px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
		}
		table th {
			text-align: left;
		}
		
			table th span {
	margin-left: 0.5em;
	color: #F00;
	font-weight: bold;
			}
		
		table td {	
		}
		
			table td input {
				border: solid #eee 3px;
				padding: 4px 7px;
			}
			table td select {
				border: solid #eee 3px;
				padding: 4px 7px;
			}
			table td .err {
	background-color: #FF9;
			}
			table td .err input {
	background-color: #FF9;
			}
			table td .after.err {
	border-color: #FF9;
	background: #fff !important;
			}
			table td .after.err input {
	border-color: #FFC;
	background: #fff !important;
			}
			table td label {
				margin-right: 1em;
			}
			table td label input {
				margin-right: .3em;
			}
	

	
p.copy {
	border-top: solid #ccc 1px;
	padding: 0 0 3em;
	text-align: center;
}
