@charset "UTF-8";
body {
	overflow: hidden;
}
html {
	overflow-y: scroll;
}

/* 動作環境 */

#mifes11 #cont-01 .bg-cont-01 img{
	float:center;
	width:100%;
	margin-bottom:10%;
}
@media screen and (min-width:768px) {
#mifes11 #cont-01 .bg-cont-01 img{
	width:30%;
	float:left;
	margin-right:2%;
	margin-bottom:3%;
}
}
#mifes11 #cont-01 .bg-cont-01 .content-area p{
	font-size:1.1rem;
}
#mifes11 #cont-02 .bg-cont-02{
	display: block;
	background:#FFF;
	margin-right:2%;
}
#mifes11 #cont-02 .bg-cont-02 p{
	line-height:150%;
	clear:both;
}

#mifes11 Table.SpecTable {
	width:98%;
	border-top:1px solid #ccc;
	text-align:left;
	font-size: 1rem;
	line-height:160%;
	margin:1% auto 3%;
}
#mifes11 Table.SpecTable th{
	width:100%;
	display:block;
	border-bottom:1px solid #fff;
	background:#f6f5f4;
	text-align:center;
	padding:3%;
}
#mifes11 Table.SpecTable td{
	width:100%;
	display:block;
	border-bottom:1px solid #ccc;
	background:#fff;
	padding:3%;
}
@media screen and (min-width:768px) {
#mifes11 Table.SpecTable th{
	width:25%;
	border-bottom:1px solid #fff;
	background:#eee;
	text-align:center;
	display:table-cell;
	padding:3%;
}
#mifes11 Table.SpecTable td{
	width:75%;
	border-bottom:1px solid #ccc;
	background:#fff;
	display:table-cell;
	padding:3%;
}
}
p.att{
	font-size:0.9rem;
}