@charset "utf-8";
/*
#####################################
root common
#####################################
*/
header,main,footer {
	padding: 0;
}
.copy-container {
	border: none;
}

/*
#####################################
Select Language
#####################################
*/
.lang-logo {
	margin: 2em auto;
}
.lang-logo img {
	max-width: 500px;
}
@media screen and (max-width:767px) and (min-width: 1px){
	.page-main {
		background-size: 2px, 300% auto;
	}
	.lang-logo img {
		width: 80%;
	}
}
.select-ttl {
	text-align: center;
	margin: 3em 0;
	font-size: 1.4em;
	letter-spacing: .1em;
}
.select-ttl-child {
	padding: 0.6em 2em;
	font-weight: bold;
	border: solid 2px #fff;
	display: inline-block;
	background-color: rgba(0,0,0,.5);
}


/*
#####################################
Credit
#####################################
*/
table.credit-tbl{
	max-width: 600px;
	width: 100%;
	margin:0 auto 4em;
	border-collapse: separate;
	border-spacing: 0 10px;
	empty-cells: hide;
}
table.credit-tbl caption{
	padding: 0.5rem;
	text-align: center;
	font-weight: bold;
}
table.credit-tbl th ,table.credit-tbl td {
	text-align: center;
	line-height: 1.5;
}
table.credit-tbl td:not(:last-child){
	border-right: 1px #333 solid;
}
table.credit-tbl th {
	padding: 2em 1em 0em;
	color: #edb600;
	font-size: 1.2em;
	font-weight: bold;
}
table.credit-tbl td {
	padding: 0.4em 1em;
	width: 50%;
}

table.credit-tbl small {
	font-size: .8em;
}

/* Hero */
table.hero {margin:2em auto;}
table.hero th{padding: 0em 1em 0em;}
.hero-title{
	max-width: 600px;
	width: 90%;
	margin: .5em auto;
	padding: .2em 1em;
	text-align: center;
	background: #232323;
	font-size: 1.2em;
	font-weight: bold;
}
.hero-name{
	font-size: 1.2em;
}
.credit-hr{
	max-width: 600px;
	width: 100%;
	height: 1px;
	display: block;
	margin: 0 auto;
	border-bottom: 1px #333 solid;
}

/*
#####################################
Copyright
#####################################
*/
.copyright-main {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #fff;
}
.copyright-ttl {
	padding: 2em 0 0;
	margin-bottom: 1em;
	text-align: left;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
.copyright-ttl-child {
	margin: 0 0 .5em;
	font-size: 1.2em;
}