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

/* CONTAINER
--------------------------*/
h4{
	font-size:1.4em;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:10px;
}
.info{
	width:628px;
	border:6px solid #dcdddd;
	padding:20px;
	font-size:1.2em;
	line-height:1.6em;
	margin-top:20px;
	text-align:center;
}
.info span{
	color:#f39800;
	font-weight:bold;
}
.info p.catch{
	color:#f39800;
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:10px;
}

.form{
	width:480px;
	height:20px;
	padding:5px;
}
.submit{
	width:80px;
	height:40px;
	border:1px solid #036eb8;
	color: #fff;
	cursor: pointer;
	background: #036eb8;
	line-height:30px;
	vertical-align:central;
}
.frame{
	overflow:scroll;
	width:588px;
	height:150px;
	border:1px solid #dcdddd;
	padding:20px;
	margin-top:20px;
	text-align:left;
}
.frame p{font-size:0.8em;}

p.blue a{ color:#2ea7e0; text-decoration:underline;}
p.blue a:hover{ color:#79c4e2; text-decoration:none;}
	