@charset "utf-8";

/*--------------------------------------------
	nav
---------------------------------------------*/
.section--language .language--nav
{
	margin: 20px 0;
}
.section--language .language--nav li
{
	float: left;
	margin-right: 2px;
}
.section--language .language--nav li.last-child
{
	margin-right: 0;
	float: right;
}
.section--language .language--nav li:last-child
{
	margin-right: 0;
	float: right;
}


/*--------------------------------------------
 テーブル組
---------------------------------------------*/
table.language-table{
	border-left:1px solid #f1efef;
	border-bottom:1px solid #f1efef;
	font-size: 12px;
}
table.language-table th[scope="col"]{
	background-color: #707070;
	color:#FFFFFF;
	font-weight:bold;
	text-align: center;
}
table.language-table th[scope="row"]{
	background-color: #f1efef;
	font-weight:bold;
}
table.language-table th{
	background-color: #ffffff;
	border-top:1px solid #e4e0e0;
	border-right:1px solid #f1efef;
	padding: 7px 10px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
table.language-table td{
	background-color: #ffffff;
	border-top:1px solid #f1efef;
	border-right:1px solid #f1efef;
	padding: 7px 10px;
	text-align: left;
	vertical-align: middle;
}
table.language-table td a{
	text-decoration: underline;
}

.notes p{
	font-size: 12px;
}
