@charset "utf-8";


table.multi-list{
	width: 100%;
	border-collapse: collapse;
}
table.multi-list td,
table.multi-list th{
	padding: 5px;
	border: 1px solid #666;
	text-align:center;
}
table.multi-list th{
	font-weight: bold;
}
table.multi-list thead th{
	background:#e6e6e6;
}

@media only screen and (max-width:767px){
	table.multi-list{
		display: block;
	}
		table.multi-list thead{
			display: none;
		}
		table.multi-list tbody{
			display: block;
		}
			table.multi-list tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			table.multi-list tbody th,
			table.multi-list tbody td{
				display: list-item;
				border: none;
			}
			table.multi-list tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #000;
				border:1px solid #666;
				background:#e6e6e6;
			}
			table.multi-list tbody td{
				margin-left: 20px;
				padding: 0;
				text-align:left;
				margin: 10px 0px 10px 0px;/*上右下左*/
				border-bottom:1px solid #aaa;
			}
			table.multi-list tbody td:nth-of-type(1):before { content: "[日 本]"; font-weight:bold; margin-left:20px; }
			table.multi-list tbody td:nth-of-type(2):before { content: "[アメリカ]"; font-weight:bold; margin-left:20px; }
			table.multi-list tbody td:nth-of-type(3):before { content: "[ドイツ]"; font-weight:bold; margin-left:20px; }
			
.multi-list br {
    display: none;
}

}