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

/*______________________________________________terms
*/
#terms-inner {
	color:#444444;
	line-height:140%;
	width: 600px;
	height: 600px;
	overflow: scroll;
}
#terms-inner * {
	margin:0px;
	padding:0px;
}
#terms-inner .imp {
	color:#FF0000;
}
#terms-inner .potch {
	text-indent:-1em;
	padding-left:1em;
}
#terms-inner h3 {
	padding:0.3em 0 0.3em 0;
	margin-bottom:0.5em;
	border-bottom:1px solid #07A2C7;
}
#terms-inner h4 {
	font-size:100%;
}

.precautions h1 {
	border: 1px solid #FF9900;
	background-color: #FEEBA7;
	color: #FF0000;
	padding: 0.8em;
	font-size: 1.3em;
	text-align: center;
}
.precautions div.submitBtn {
	text-align: center;
	margin: 3em;
}

