@charset "utf-8";

/* ========================================================================== */
/*@group base
   ========================================================================== */
/*NGの場合*/

.ng-invalid .submitButton{	display:none!important;}

.ng-invalid #dn{
	display:block!important;
	width:280px;
	height:69px;
	margin:20px auto;
	background:url(../img/btn00.jpg) no-repeat;
	text-indent:-9999px;
	text-align:center;
}

#dn .buttonStyle0{}
#dn .buttonStyle0 button{}
#dn .buttonStyle0:before {
    content: "";
    display: block;
    position: relative;
    top: 1px;
    left: 1%;
}

.buttonStyle0 button {
    display: inline-block;
    width: 100%;
    border: medium none;
				text-indent:-9999px;
}
#dn .buttonStyle0 span {display: block;}

.buttonStyle0 input[type="reset"], .buttonStyle0 input[type="submit"], .buttonStyle0 button {
    color: #FFF;
    font-weight: bold;
    background-color: transparent;
    font-size: 1.13em;
    padding-left: 0.5em;
    line-height: 1;
}
/*OKの場合*/


.ng-valid #dn{
	display:none!important;
}

.ng-valid .submitButton{
	display:block!important;
	width:280px;
	height:69px;
	margin:20px auto;
	text-align:center;
	background:url(../img/btn01.jpg) no-repeat;
	cursor:pointer;
}

.ng-valid .submitButton button{
	display:block!important;
	width:280px;
	height:69px;
}


label.valid {
	color: #FFF !important;
	font-weight:bold;
	background-color: #7FBFFF;
	margin-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	width: 20px;
}
label.error {
	display: block;
}
/*table*/
table {
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-spacing: 0px;
}
table th {
	text-align: left;
	vertical-align: middle;
	background-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
	font-weight: bold;
	font-size: 14px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;

	width: 200px !important;

}

table td {
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
	border-bottom-width: 1px !important;
	border-bottom-style: dotted !important;
	border-bottom-color: #CCC;
	font-size: 14px;
	border-right-style: none !important;
	border-left-style: none !important;
	border-top-style: none !important;
}
table td input {
	color: #333;
	padding: 5px;
}

table td input.textFocus {
	color: #333;
}
table td select {
	padding: 5px;
}
body {
/*
	width: 688px !important;
*/
	margin: 0px;
}
body.entry .require {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../img/required.jpg);
	background-repeat: no-repeat;
	height: 16px;
	width: 100%;
	color: #EEE;
	padding: 0px;
	background-position: right top;
	margin-top: -20px;
}
body.entry .title {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #24437A;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin-bottom: 10px;
}
body p {
	padding: 0px !important;
	margin: 0px !important;
}
#btn_submit {
	width: 280px;
	margin: 20px auto;
}
.notes {
	color: gray;
}
.pt5 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.mar_t20 {
	margin-top: 0px;
}
.mar_t20.a_center {
	margin-top: 20px;
}
