/*------全体-------*/
#table_fo{
	margin-left: auto;
	margin-right: auto;
}

#table_fo th{
	text-align: right;
}
#table_fo td{
	text-align: left;
}
#table_check{
	margin-left: auto;
	margin-right: auto;
}

.komoku,.naiyou {
	text-align: center;
}
.btn { text-align : center ; }
.naiyou{
	font-weight: bold;
}

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

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

.bt{
	background-color: #0658B6;
	color: #ffffff;
	border-radius: 4px;
	border-width: 0px;
	width: 140px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.naiyou{
	font-weight: bold;
	text-align: center;
}

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

.hissu{
	font-weight: normal;
	padding: 5px;
	border-radius: 4px;
	font-size: 0.6em;
	color: white;
	background-color: #C44;
	margin-right: 5px;
}
.e{
	display: none;
	color: #cc0000;
}

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

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

select{
	width: 80px;
}

input,select {
 	height: 34px;
 	box-sizing: border-box;
}

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

#table_check{
	border-collapse: collapse;
}
#table_check th,#table_check td{
	border-collapse: collapse;
}

@media screen and (max-width:600px){
	#table_fo {
	width: 90%;
	}

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

	#table_fo th {
	padding-bottom: 0;
	background-color: #EEE;
	text-align: left;
	}

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


}
