@charset "utf-8";
/* CSS Document */

.input_code {
	color: #000000;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #e0e7fc;
	border: 1px solid #becffc;
}

.input_name {
	color: #000000;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #e0e7fc;
	border: 1px solid #becffc;
}

.input_date {
	color: #000000;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: #e0e7fc;
	border: 1px solid #e0e7fc;
}

.orange_title {
	color: #ff0000;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.gray_title {
	color: #656565;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 30px;
}

.gray_text {
	color: #656565;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	font-style: normal;
	margin-top: 20px;
	
}

.gray_text_sm {
	color: #656565;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
	font-style: normal;
	margin-top: 5px;
	
}

.gray_faq {
	color: #656565;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 14px;
	font-style: bold;
	
}

.gray_marq_orig {
	color: #656565;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	
}

.gray_marq {
	color: #656565;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	
}

.pad_bord {
	border: 1px solid #656565;
	padding: 5px;
	margin: 0px;
	
	
}

