@charset "utf-8";
/* CSS Document */
#container #layout{
	width:1000px;
}
#container #layout h3 img{
	display:block;
	max-width:100%;
}
#layout table{
	width:100%;
	font-size:18px;
  border-collapse: separate;
  border-spacing: 0 15px;
}
#layout table th{
	background:#93d689;
	color:#ffffff;
	width:30%;
	padding:2em;
	font-weight:normal;
}
#layout table td{
	color:#333333;
	width:70%;
	padding:2em;
	text-align: left;
}

@media screen and (max-width: 667px) {
#container #layout {
        width: 100%;
    }
#layout table{
	margin:5px;
	width:calc(100% - 10px);
	font-size:15px;
}
#layout table th{
	text-align:left;
	display:block;
	background:#93d689;
	color:#ffffff;
	width:calc(100% - 10px);
	padding:5px;
	font-weight:normal;
}
#layout table td{
	display:block;
	color:#333333;
	width:calc(100% - 10px);
	padding:5px;
}

}
