@charset "UTF-8";

/* -------------------------------------- */
/* デフォルトの非表示設定 (JSで表示を制御する) */
/* -------------------------------------- */
.translate-normal,
.translate-safari {
	display: none; /* すべての要素を一旦非表示にする */
	width: 100%;
	left: -0;
	position: relative;
}

/**       多言語用       **/
.skiptranslate iframe {
	display: none;
}

.flags {
	position: absolute;
	margin: 0;
	display: inline-block;
	right: 0;
	top: 110px;
}

.flags .icon {
	height: 24px;
	margin: 0;
	cursor: pointer;
}

.flags .icon:hover {
	cursor: pointer;
}

.flags .languageBox {
	display: none;
	position: absolute;
	padding: 0;
	right: 0;
	overflow: hidden;
}

.flags .transSpace  {
	/*height: 12px;*/
}

.transTitle  {
	background-color: #000000;
	color: #ffffff;
	padding: 5px 10px;
	white-space: nowrap;
	line-height: 1.5em;
	font-size: 90%;
}

.flags .languageinBox {
	right: 0;
	text-align: center;
}

.flags a {
	padding: 10px 20px;
	display: block;
	line-height: 1em;
	vertical-align: baseline;
	white-space: nowrap;
	color: #000000;
	background-color: #ffffff;
	border: #000000 solid;
	border-width: 0 1px 1px 1px;
}

.flags a:hover {
	background-color: #666666;
}

.translator_eng {
	display: none;
}

.flags_sp {
	display: none;
}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1336px) {
/* ------------------------------------------------------ */


header nav .flags {
	display: none;
}

header nav .flags_sp {
	display: block;
	padding: 20px 0;
	text-align: center;
}

header nav .flags_sp .icon {
	width: 60px;
	padding: 0 0 5px 0;
	display: block;
	margin: 0 auto 5px auto;
}


header nav .flags_sp a {
	padding: 5px 10px!important;
	display: inline-block;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1250px) {
/* ------------------------------------------------------ */
.flags {
	display: none;
}

.transTitle  {
	background-color: #ffffff;
	color: #000000;
	padding: 0 0 5px 0;
	font-size: 90%;
}

header nav .flags_sp a {
	border: #000000 solid;
	border-width: 1px;
	margin: 0 3px;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 820px) {
/* ------------------------------------------------------ */


}

/* ------------------------------------------------------ */
@media only screen and (max-width : 600px) {
/* ------------------------------------------------------ */


}