@charset "UTF-8";

html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
}

a {
    color: green;
}


.error{
  color: red;
  margin: 0;
}
.err_message{
  margin: 3px;
}
#mail_form_attach_label{
  overflow: hidden;
}
#mail_form_attach_filename{
  width: 110px;
}
.bg_form{
	background-image: url(../img/1111x.png);
	/*background-color: #1EA4C9;*/
	/*background-size: cover;*/
	/*background-repeat: no-repeat;*/
}
.lc01{
	color: white;
}
.contents__form_back{
	border-radius: 5px;
	background-color: unset;
}

.contents__form_list span {
	font-size: 16px;
	font-weight: bold;
}

.hissu {
	background-color: green;
	color: white;
	padding: 0px 6px !important;
    border-radius: 7px;
}
.ninni {
	background-color: white;
	color: green;
	padding: 0px 6px !important;
    border-radius: 7px;
    border: 2px solid green;
}
.subtext {
	font-weight: normal;
}
.bold {
	font-size: 2em;
	font-weight: bold;
}

.navi_link{
	color: white;
}
.navi_link:hover{
	color: white;
	opacity: 0.6;
}

