@charset "utf-8";

.aide_01 { margin-right: 35px;}
ul#boshu {
	margin: 20px;
}
ul#boshu li { margin: 20px; line-height: 1.5; display: inline-block;}
#mcon table{
	width: 90%;
    border-collapse: collapse; 
    border-spacing:0;
	background-color: #E6F8FF;
}
#mcon table.requirements-table {
	border: 0px;
	border-top: 1px solid #b4eaff;
}
#mcon table.requirements-table th,
#mcon table.requirements-table td {
	padding: 15px 5px 10px;
	border: 0;
	border-bottom: 1px solid #b4eaff;
	background: none;
	text-align: left;
	line-height: 1.5;
}
#mcon table.requirements-table th {
	width: 15%;
	white-space: nowrap;
	padding-left: 10px;
}
#care-requirements table.requirements-table th {
	border-bottom: none;
}
#mcon div.aide_05 {
	margin-top: 5em;
	text-align: center;
}
#mcon div.aide_05 img {
	width: 520px;
	padding-bottom: 1em;
}

#mcon dl.aide_faq_left, #mcon dl.aide_faq_rght {
	width: 33%;
	float: left;
	font-size: 80%;
	margin-bottom: 10px;
}
#mcon dl.aide_faq_left {
	margin-left: 35px;
	margin-right: 5px;
	clear: both;
}
#mcon dl.aide_faq_rght {
	margin-right: 90px;
	float: right;
}
	#mcon dt.que {
		color:  #fff;
		height: 3.5em;
		width: 100%;
		font-weight: bold;
		padding: 10px;
		line-height: 1.8;
		padding-left: 45px;
		background: #00a2e5 url(../staff/img/aide_10.jpg) no-repeat 5px 5px;
		border: none;
	}
	#mcon dd.ans {
		clear: left;
		width: 100%;
		padding: 10px;
		margin: 0;
		line-height: 1.8;
		padding-left: 45px;
		background: #e6f8ff url(../staff/img/aide_11.jpg) no-repeat 5px 5px;
		border: none;
	}

@media screen and (max-width: 480px) {
	div#mcon table.requirements-table {
		display: block;
	}
	div#mcon table.requirements-table tr {
		display: inline;
	}
	div#mcon table.requirements-table th,
	div#mcon table.requirements-table td {
		display: block;
	}
	div#mcon table.requirements-table th {
		width: 100%;
		padding: 15px 5px 10px;
		border-bottom: none;
		font-weight: bold;
	}
	div#mcon table.requirements-table td {
		padding: 0 5px 10px;
	}
	.aide_01 { margin-right: 0px;}
	#mcon dt.que {
		height: auto;
	}
	#mcon dl.aide_faq_left, #mcon dl.aide_faq_rght {
		width: auto;
		float: none;
	}
	#mcon dl.aide_faq_left {
		margin-left: 20px;
		margin-right: 20px;
		clear: both;
	}
	#mcon dl.aide_faq_rght {
		margin-left: 20px;
		margin-right: 20px;
		float: none;
	}
}