@charset "utf-8";

#header {
	border-bottom: 2px solid #CCC;
}


/* ===============================================
article01
===============================================*/
#article01{
	padding-top: 10px;
	width: 100%;
}
#article01 em{
	color:#cc0000;
}
#cautionBox{
	margin-bottom:3px;
	padding: 10px 20px;
	border: 1px dotted #C69E00;
	font-size: 95%;
	color: #6A5500;
	line-height: 150%;
	background: #FFF8DF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#cautionTx{
	text-align: right;
}
#article01 table{
	width:100%;
}
#article01 table td,
#article01 table th{
	padding :1em 0;
}
#article01 table th{
	text-align:right;
	font-weight:600;
	width:10em;
	white-space:nowrap;
	padding-right: 1.5em;
}
#article01 table .input01,
#article01 table .input02{
	width:300px;
}
#article01 table textarea{
	width:450px;
}

#article01 table .input01,
#article01 table .input02,
#article01 table textarea{
	padding: 2px 4px;
	-webkit-transition: border linear 0.3s, box-shadow linear 0.2s;
	border:1px solid #BDC7D8;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1) , 0 1px 0 #FAFAFA;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	background-position: 4px 50%;
	background-repeat: no-repeat;
	-webkit-transition: border linear 0.3s, box-shadow linear 0.2s;
}
#article01 table .input01:focus,
#article01 table .input02:focus,
#article01 table textarea:focus{
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0;
}

#submitArea{
	text-align:center;
	padding-top:10px;
}
#submitArea .tx{
	font-size:90%;
	color:#cc0000;
	text-align: center;
}

.sampleSubmit{
	padding:6px 30px;
	border:1px solid #8CB332;
	border-bottom: 1px solid #405A04;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #C3DD82;
	color:#406A24;
	text-shadow: #D4ED95 0px 1px 0px;
	font-weight:600;
	cursor: pointer;
}
.sampleSubmit:disabled {
	background:#eee;
	border-color: #ccc;
	color:#999;
	cursor: inherit !important;
	text-shadow:none;
}