@charset "utf-8";


.center {
	text-align: center;
}

/*----------------------------------------------*/
/* modal                                        */
/*----------------------------------------------*/

.modal-content {
	position: fixed;
	display: none;
	z-index: 2;
	width: 800px;
	margin: 0;
	padding: 2em;
	background: #ffffff;
	color: #000000;
	border:5px solid #c33;
}

.modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.75);
}


/* ---------------------------------------------- */
/* form                                           */
/* ---------------------------------------------- */

input {
	width:95%;
}
textarea {
	width:95%;
}

input,
textarea {
	font-size:100%;
	padding:0.5em;
	border:1px solid #bbb;
	border-radius:0.2em;
	-webkit-appearance: none;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1 ) inset;
	outline:0;
	font-size: 16px;
}

.btn {
	cursor:pointer;
}


/*----------------------------------------------*/



