@charset "utf-8";
.overview {
	margin:0 auto;
}


/* form START */

input[type=checkbox],
input[type=radio] {
margin-right: 3px;
}

input[type=checkbox]:focus,
input[type=text]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	background-color: #FFFFAA!important;
}

input[type=text],
input[type=date],
input[type=month],
input[type=time],
input[type=tel],
input[type=email],
input[type=password],
textarea,
select {
	padding:5px;
	background:#F9F9F9;
	border:solid 1px #ccc;
	border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
	margin: 0;
}

input[type=text],
input[type=password] {
	width:49%;
}
input.tiny {
	width: 60px;
}
input.sht {
	width: 80px;
}
input.smid {
	width: 100px;
}
input.date {
	width: 135px;
}
input.date::-webkit-calendar-picker-indicator {
	margin: 0;
}
input.time {
	width: 60px;
	height: 38px;
}
input.tel {
	width: 130px;
}
input.mid {
	width: 250px;
}
input.lng {
	width: 500px;
}
input.xlng {
	width: 600px;
}
input.full {
	width: 100%;
}
select {
	height: 38px;
}
textarea {
	width: 100%;
	height: 150px;
	margin: 0;
	/*display: block;*/
	vertical-align: top;
}
textarea.url {
	height: 36px;
}
textarea.text80 {
	height: 58px;
}
label {
	margin-right: 0.5em;
}

input[type=button],
button {
	border: 1px solid #aaa;
	border-radius: 3px;
}

.button {
	padding: 0.5em 1em;
}

.formArea {
	width: 1100px;
    max-width: 100%;
	margin: 10px auto 20px;
}

.formArea span.required_kbn {
	margin-right: 0.5em;
}

body#detail .formArea {
	width:900px;
}


h3.attention {
	background:#ff9800;
	color:#fff;
	margin:10px 0;
	padding:0.5em;
	font-weight:bold;
}
h3.attention input[type=button]{
	border: 1px solid #aaa;
    border-radius: 3px;
    width: 100px;
	font-size: 0.9em;
	font-weight: normal;
    float: right;
}

.comment {
	margin:0.2em 0;
}

.example {
	display:inline-block;
	border-radius:0.3em;
	background:#333;
	color:#fff;
	padding:0.2em 0.5em;
	font-size:0.8em;
	margin:0 0.3em 0 0.3em;

}

.header_emesg {
    padding: 20px;
    border: 2px solid #f00;
    color: #f00;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}
.errMsg {
    color: #c00;
    font-weight: bold;
    margin: 5px 0;
}
.err-fld {
    background: #FCAEAE!important;
}

/* form END */

.btnCol {
	width:300px;
	margin:20px auto;
}

.btnCol2 {
	width:602px;
	margin:20px auto;
}

.btnCol2 li.left {
	width:300px;
	float:left;
}
.btnCol2 li.right {
	width:300px;
	float:right;
}

.btnCol2::after {
	content: "";
	display: block;
	clear: both;
}

.btnReissue {
	margin-left: 10px;
	padding: 2px 5px;
}

.btnCol input[type=submit],
.btnCol input[type=button],
.btnCol button,
.btnCol a,
.btnCol2 input[type=submit],
.btnCol2 input[type=button],
.btnCol2 button,
.btnCol2 a {
	width:100%;
	padding:0.5em 1em;
}

table .btnCrt,
table .btnClr {
	width: 100%;
}

/*-------------- エラー表示 --------------*/
p.error {
	font-weight: bold;
	color: red;
	margin: 0;
}

input.error,
select.error,
textarea.error,
label.error,
span.error {
	background:#fcaeae!important;
}
