/*------全体-------*/
body{
	font-size: 13px;
	margin: 0px;
	line-height:120%;
	font-family: 'MS PGothic';
	color: #666666;
}

header{
	background-color: #378586;
	height: 80px;
	color: #ffffff;
	font-weight: bold;
}

footer{
	text-align: right;
	padding: 0px 10px 10px 0px;
}


/*------部分-------*/

section h1{
	font-size: 15px;
	text-align: center;
}

section p{
	text-align: center;
}

#table_fo{
	margin-left: auto;
	margin-right: auto;
}

#table_fo th,#table_fo td{ 
	text-align: left;
}

#table_check{
	margin-left: auto;
	margin-right: auto;
}

.komoku,.naiyou{
	text-align: center;
	background-color:#ebebeb;
}

.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;
	padding: 10px;
	border-radius: 5px;
	border-width: 0px;
	width: 120px;
}

.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;
}

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

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

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

#table_check{ 
	border:1px solid #aaaaaa; 
	border-collapse:collapse;
}
#table_check th,#table_check td{ 
	border:1px solid #aaaaaa; 
	border-collapse:collapse; 
}

@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 input[type='file'],
	#table_fo select,
	#table_fo textarea {
		width: 100%;
	}
	
	#table_check {
		width: 90%;
	}


}
