@charset "UTF-8";

/*annai.html専用
-----------------------------------------*/
body nav ul li a[href="formst201410.html"] {
border-bottom: 5px solid #039;
}
article{
	padding:20px;
	margin-bottom:40px;
}
article h2{
	font-size: 24px;
    color: #fff;
	font-weight: bold;
    line-height: 2;
    background-color: #6495ED;
    padding-left: 0.5em;
    border-radius: 5px;
}
article h3{
    margin: 50px 0 30px 0;
    font-size: 1.4em;
    color:chocolate;
	padding-right: 0;
}
article p{
	color: #333;
	font-size: 14px;
	padding:5px 30px 5px 40px;
	line-height: 1.7;
	margin-bottom: 15px;
}
article table{
	width:550px;
	margin-left:40px;
}
article td{
	padding:5px 0 10px 0;
	vertical-align:top;
	line-height:1.6;
}
input[tyep="text"],input[tyep="email"], textarea{
	display:block;
	font-size:18px;
}
textarea{
	width:600px;
	height:120px;
}
input[tyep="text"],input[type="email"]{
	width:400px;
}
#main input[type="submit"],input[type="reset"]{
	width:120px;
	background-color: #CCC;
	height: 50px;
	font-size: 1.2em;
	border-radius: 5px;
}
#main input[type="submit"]{
    background-color: chocolate;
    color: #fff;
}
#main input[type="submit"]:hover{
    background-color: coral;
    color: #fff;
}
#main input[type="reset"]:hover{
    background-color: #333;
    color: #fff;
}
/*span*/
.requiredSpan{
	color:chocolate;
	font-weight:bold;
	font-size:0.8em;
	padding-left:1em;
}
.row1{
	width:100px;
}
.center{
	text-align:center;
}
.h2midasi {
	color: #000;
	font-size: 16px;
	height:30px;
	background-color: #FFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F60;
	padding: 10px 20px 0px 15px;
}
.danraku {
	font-size: 14px;
	line-height: 1.6;
	padding:10px 10px 10px 40px; 
}
.level1{
	font-size: 16px;
	line-height: 1.6;
	margin:20px 0 0 0;
	padding:0 0 0 40px;
	background-color:#F8F8FF;
}
.level2 {
	font-size: 14px;
	line-height: 1.6;
	padding:10px 10px 10px 50px; 
}
.level3 {
	font-size: 14px;
	line-height: 1.6;
	padding:0px 10px 0px 80px; 
}
.tbloffset{
	width:500px;
	margin-left:90px;
}
.td_right{
	text-align:right;
}
.td_center{
	text-align:center;
}
.indento{
	margin-left:20px;
}
.textright{
	text-align:right;
}
.tblstyle{
	width:500px;
}

