.list{
	font-size: 15px;
	border: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.toiawase {
	text-align: center;
	margin-top: 10px;
}
.rec_table{
width: 90%;
margin: 0px auto 30px auto;
}
.text1 {
	font-size: 13px;
	color: #333333;
	background-color: #EAEAEA;
	padding: 15px;
	border: 1px solid #333333;
	text-align: center;
}
.text2 {
	font-size: 12px;
	color: #333333;
	padding:10px 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	line-height: 140%;
	text-align: left;
	letter-spacing: 1px;
}
table {
	margin-right: auto;
	margin-left: auto;
}
.list2 {
	font-size: 15px;
	border: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#main .title {
	padding-bottom: 3px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CC3300;
	margin-right: 10px;
	margin-bottom: 10px;
}
#body .waku {
	font-size: 13px;
	border: 1px solid #999999;
}
#body .waku .title {
	background-color: #DFDFDF;
	font-size: 13px;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	background-image: none;
	padding: 8px;
}
#body .waku p{
margin: 10px;
}

.mb50{
margin-bottom: 50px;
}

@media screen and (min-width: 0px) and (max-width: 640px) {
.rec_table{
width: 90%;
margin: 0px auto 30px auto;
}
.rec_table th{
width: 100%;
display: block;
}
.rec_table td{
width: 100%;
display: block;
}
.text2 {
	font-size: 12px;
	color: #333333;
	padding:10px 15px;
	border-bottom: 0px dashed #666666;
	border-left: 1px dashed #666666;
	border-right: 1px dashed #666666;
	line-height: 140%;
	text-align: left;
	letter-spacing: 1px;
}
.text2:last-child {
border-bottom: 1px dashed #666666;
}

}


