
body {
	font-size: 15px;
}

h2.img {
	font-size: 30px;
}

h3.copy {
	text-align: left;
}

p {
	line-height: 1.6em;
	text-align: left;
}

/***********************************************************************/

.withinjapan {
	position: relative;
}

.withinjapan:after {
	background-color: #8396a0;
	bottom: -25px;
	color: white;
	content: "The online shop is currently available in Japanese only.";
	font-size: 12px;
	left: 50%;
	opacity: 0;
	padding: 4px 12px;
	position: absolute;
	transform: translateX(-50%);
	transition: all .4s ease-in-out;
	visibility: hidden;
	white-space: nowrap;
	z-index: 2;
}

.withinjapan:hover:after {
	opacity: 1;
	visibility: visible;
}

div.dcontents table th {
	text-align: left;
	white-space: nowrap;
}

/***********************************************************************/

table.form-table td.m span {
	font-size: 11px;
}

/***********************************************************************/

ul#globalnav-right li a,
ul#globalnav-right li:nth-child(3) a {
	font-weight: 500;
	padding-top: 42px;
}

#title {
	height: 340px;
}

ul#flogos li:nth-child(1).withinjapan:after {
	bottom: -15px;
}

ul#flogos li:nth-child(5).withinjapan:after {
	bottom: 5px;
}

nav#footernav {
	padding: 50px 0 80px 50px;
}

nav#footernav ul:first-child li {
	margin-right: 30px;
}

nav#footernav ul:first-child li:nth-child(1) {
	margin-right: 0;
}

nav#footernav ul:nth-child(2) {
	margin-right: 40px;
}

nav#footernav ul li.withinjapan:after {
	background-color: #394750;
}