@charset "utf-8";

/* 一般社団法人 富山県安全運転管理者協会
-----------------------------------------------------*/

/* ==============================================
    schedule - contact
============================================== */
#schedule #contact h3 {
    margin: 1.2em 0 0.2em;
    font-size: 1.125em;
}
#schedule #contact th,
#schedule #contact td {
    text-align: left;
}
#schedule #contact th {
    width: 18.5em;
}
#schedule #contact th span {
    font-weight: normal;
    color: #F04144;
}
#schedule #contact td input[type="text"],
#schedule #contact td input[type="email"],
#schedule #contact td textarea,
#schedule #contact td select {
	outline: none;
    padding: 0.75em;
	border: 1px solid #9ca4a6;
    background: #fff;
    border-radius: 3px;
}
#schedule #contact td input[type="text"] {
    width: 100%;
    max-width: 300px;
}
#schedule #contact td select {
    width: 300px;
}
#schedule #contact td textarea {
    resize: vertical;
    width: 100%;
    height: 6em;
}
#schedule #contact label {
    margin-right: 2em;
    font-size: 1.125em;
}
#schedule #contact td input[type="radio"] {
    transform: scale(1.2);
    margin-right: 0.3em;
}

#schedule #contact #detail table {
    display: none;
}
#schedule #contact #detail.anotherday #anotherday,
#schedule #contact #detail.online #online {
    display: table;
    margin-top: -1px;
}
#schedule #contact #detail.online th,
#schedule #contact #detail.online td {
    border-width: 1px !important;
    font-weight: normal !important;
}

.button {
    margin: 2em 0 1em;
    text-align: center;
}

.button input {
    padding: 0.5em 2em;
    background: #79d1fe;
    border: 5px solid #fff;
    border-radius: 5px;
    font-size: 1.125em;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 1), 0px 0px 15px rgba(255, 255, 255, 1);
    font-weight: bold;
    color: #3e3e3e;
    cursor: pointer;
}
div.memo {
    text-align: center;
}
div.memo p {
    display: inline-block;
    margin: 2em auto;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
}

/* ==============================================
    
============================================== */
#close {
    margin: 3em auto;
    text-align: center;
    font-size: 16px;
}
#error h3 {
    margin-bottom: 1em;
    padding: 5px 10px;
    color: #006da6;
    background: #b2e5ff;
}
#thanks .center {
    /*text-align: center;*/
}
#thanks h3 {
    margin-bottom: 1em;
    padding: 5px 10px;
    color: #006da6;
    background: #b2e5ff;
    font-size: 1.125em;
}
#thanks #online {
    margin-top: 1.5em;
    padding: 15px 20px 10px;
    border: 2px solid #fb0000;
}
#thanks #online h4 {
    color: #fb0000;
}


form span.error {
	display: block;
	color: #E00000;
}

form span.require {
	color: #E00000;
}

#input_error {
	background: #ffff00;
	padding: 10px;
}

#upload_info {
	border-radius: 5px;
	background: rgba(0,0,0,0.6);
	padding: 10px;
	position: fixed;
	color: #ffffff;
	top: 5%;
	right: 5%;
}
