/* styles.css */
body {
	/*font-family: Arial, sans-serif;*/
	background-color: #f2f2f2;
}




h1 {
	text-align: center;
	font-size: 200%;
	color: #000080;
}


p {
	
	color: #666;
}

table {
	border: 1px solid black;
	width: 100%;
}


table.td {
	border: 0px solid black;
}

.input_f p {
	font-size: 150%;
	color: #00ff00;
}

#timePicker {
	color: #000080;
}


.h1_d {
	text-align: center;
	font-size: 400%;
	color: #000080;
}

.mail_to {
	text-align: right;
	font-size: 100%;
}

.en_l {
	text-align: right;
}


.mail_to_m {
	text-align: right;

}

.footer {
	font-size: 5px;
}
.center_all {
	text-align: center;
}

.all_size_text {
	font-size: 150%;
}

.text_b {
	text-align: center;
	font-family: Arial;
	font-size: 25px;
	color: blue;
}

.pic_home_1 {
	width: 40%;
	height: 40%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pic_home_2 {
	width: 80%;
	height: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pic_home_3 {
	width: 100%;
	height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pic_bord_1 {
	border: 10px solid #ffd700;
	width: 95%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
}

.pic_bord_2 {
	border: 10px solid #ffd700;
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
}
