@charset "utf-8";

div#shell {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .cmn-display-title {
	height:40px;
} */
div#main {
    width: 760px !important;
}
div#contents {
    width: 760px !important;
}
div#contents div.data h3 {
    background: #ffffff !important;
    color: #000000;
	border-bottom: 5px solid #d80314;
	font-size: 20px;
	padding: 15px 0 5px;
	text-align: center;
    letter-spacing: 5px;
	text-indent: 10px;
}
div.data p {
	padding: 0px 0 10px 0 !important;
}
div.data p.note {
	background: #ffffff !important;
	padding: 10px 40px 5px 40px !important;
	font-weight: bold;
	font-size: 14px !important;
	letter-spacing: 2px;
}
div.data p.note_red {
	color: #d20f1d;
	padding: 0 40px 10px 40px !important;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2px;
}
.err_msg ul {
	padding-bottom: 10px;
}
div#contents ul li {
	color: #d20f1d;
	padding: 3px 40px !important;
	font-weight: bold;
	background: none !important;
}
div#contents ul li:before {
    content:  "";
    width:  5px;
    height:  5px;
    display:  inline-block;
    background-color: #F44336;
    border-radius:  50%;
	position:  relative;
	top: -2.5px;
    margin-right: 5px;
}
form fieldset {
	padding: 0 40px;
}
div#contents dl dt {
    background: #ffffff !important;
    margin: 0px !important;
    padding: 2px 0 0 10px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    display: inline;
    border-left: 3px solid #d80314;
}
span.check {
    background: #e40011;
    color: #ffffff !important;
    letter-spacing: 4px;
    font-size: 14px;
    padding: 1.5px 2px 1px 5px;
    position: relative;
    top: -1.2px;
    margin: 5px;
}
.precautions {
    padding: 0 0 5px 0 !important;
	color: #d20f1d;
	font-weight: bold;
}
div.data dl dd p input {
	border: 2px solid #d2d2d2 !important;
    border-radius: 5px;
    padding: 10px;
    width: 95.5%;
    font-size: 17px;
}
div.data textarea {
    border: 2px solid #d2d2d2 !important;
    border-radius: 3px;
    width: 95.5% !important;
    font-size: 17px !important;
    padding: 10px !important;
}
div#contents div.data p.submit {
	padding: 5px 100px 100px 100px !important;
	border-top: none !important;
}
div#contents div.data p.submit input {
    padding: 5px 50px !important;
    font-size: 18px !important;
    letter-spacing: 3px;
}
#confirmation_button {
    text-decoration: none;
    color: #fffeff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    height: auto !important;
    width: 60% !important;
    background: #ce8080 !important;
    border-radius: 10px;
	border-top: #ce8080 !important;
	border-left: #ce8080 !important;
	border-right: #ce8080 !important;
    border-bottom: solid 5px #ac7475 !important;
}
#confirmation_button:hover {
	border-bottom: solid 2px #ac7475;
    transform: translateY(3px);
}