@charset "utf-8";
/*------------------------------------------------------------
	◆読み込みHTML
	/entry/index.html
------------------------------------------------------------*/

#conts .bcollSpr {
	border-collapse: collapse;
}

#conts p.req {
    text-align: center;
    color: #f00;
    background-color: #fff;
    border: 1px solid #f00;
    padding: 1em 3em;
    width: 40%;
    margin: 1em auto;
}

#conts .bcollSpr th,
#conts .bcollSpr td {
	font-size: 1.4em;
	padding: 10px;
	border: 1px solid #DDD;
}

#conts .bcollSpr th {
	background: rgba(216, 248, 252, 0.5);
    vertical-align: top;
    width: 20%;
}

#conts .bcollSpr th span {
	font-size: 0.8em;
	color: #636363;
}

#conts .bcollSpr td {
	background: #FFF;
}

#conts .bcollSpr td p {
	font-size: 1em;;
}

#conts .bcollSpr .tHead {
	background: rgba(216, 243, 252, 0.5);
}

#conts .bcollSpr .required {
	vertical-align: middle;
	margin-left: 6px;
}

#conts .bcollSpr .row li {
	float: left;
	margin-right: 20px;
}

#conts .bcollSpr .notes {
	padding-top: 3px;
	font-size: 0.8em;
}

#conts .bcollSpr .notes02 {
	padding-top: 2px;
	padding-right: 6px;
	float: left;
}

#conts .bcollSpr .w110 {
	width: 110px;
}

#conts .bcollSpr .w340 {
	width: 340px;
}

#conts .submit {
	text-align: center;
	margin: 20px 0 30px;
}

#conts .bcollSpr textarea {
	width: 400px;
}

.req-text {
	text-align: center;
	font-weight: bold;
	color: #f00;
}

#conts .bcollSpr td.req {
	background-color: #ff0;
}

.button-block {
    margin-top: 2em;
    text-align: center;
}


#confirm-button,
#send-btn {
    font-size: 1.5em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 8px 25px;
    text-decoration: none;
    display: inline-block;
    background-color: rgb(0, 89, 255);
}

#correct-btn {
    font-size: 1.5em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 8px 25px;
    text-decoration: none;
    display: inline-block;
    margin-left: 0.5em;
    background-color: rgb(0, 194, 16);
}
