@charset "utf-8";
/* CSS Document */
button:focus {
	outline: none;
}
#hide {
	border: 0;
	position: absolute;
	background-color: transparent;
	color: #FFF;
}
#report-btn {
	width: 100%;
	padding: 3px 10px;
	border: 0;
	border-radius: 5px;
	background-color: #ef1919;
	color: #fff;
	font-size: 30pt;
	font-family: inherit;
	cursor: pointer;
}
#report-div {
	overflow : hidden;
	width : 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#report-form {
	display: none;
	background-color: #FFF;
	padding: 10px 10px;
}
label{
	display: block;
}
#report-name {
	width: 200px;
}
#report-language {
	width: 100px;
}
#report-textbook {
	width: 500px;
	max-width: 75%;
}
#report-detail{
	width: calc(100% - 14px);
	/*max-width: 95%;*/
	height: 75px;
	resize: none;
}
#submit-btn {
	font-size: 18pt;
	border: 0;
	border-radius: 5px;
	background-color: #2196F3;
	color: #FFF;
	margin: auto;
    display: block;
	cursor: pointer;
}
#report-explain{
	padding: 20px 5px;
	line-height: 1.2em;
}
