#table_fo{
	width: 100%;
}

#table_fo th{ 
	text-align: left;
    vertical-align: top;
    padding: 10px;
    background-color:  #F9F6EF;
}

#table_fo td{ 
	text-align: left;
    vertical-align: top;
    padding: 10px;
}

#table_check{
	width: 100%;
}
    

#table_check th.l,#table_check td.l{ 
	text-align: left;
}

#div_btn{
	margin-top: 10px;
	text-align: center;
}

.bt{
	background-color: #E83E69;
	color: #ffffff;
	padding: 10px;
	border-radius: 5px;
	border-width: 0px;
	width: 120px;
}
.bt:hover{
    background-color: #EE7492;
}
.naiyou{
	font-weight: bold;
	text-align: center;
}

#hissu{
	text-align: center;
	margin-bottom: 10px;
}

.hissu{
	color: #cc0000;
	font-weight: normal;
}

.e{
	display: none;
	color: #cc0000;
}

/*-------------*/

input[type=text],textarea{
	border: 1px solid #C9D1DC;
	border-radius: 3px;
	margin-bottom: 1px;
    padding: 5px;
    width: 100%;
}

select{
	border: 1px solid #C9D1DC;
	width: 80px;
}

input,select {
 	box-sizing: border-box;
}

textarea {
	box-sizing: border-box;
	line-height: 1.25;
	padding: 4px;
}

#table_check{ 
}
#table_check th{ 
	text-align: left;
    vertical-align: top;
    padding: 10px;
    background-color:  #F9F6EF;
    width: 20%;
    box-sizing: border-box;
}
#table_check td{ 
	text-align: left;
    vertical-align: top;
    padding: 10px;
    width: 80%;
    box-sizing: border-box;
}

@media screen and (max-width:600px){
	body{
		font-size: 15px;
		line-height:150%;
	}

	#table_fo {
		width: 90%;
	}

	#table_fo tr,
	#table_fo th,
	#table_fo td {
		display: block;
		width: auto;
		padding: 2px;
	}

	#table_fo th {
		padding-bottom: 0;
	}

	#table_fo input[type='text'],
	#table_fo select,
	#table_fo textarea {
		width: 100%;
	}
	
	#table_check {
		width: 90%;
	}


}
