@charset "UTF-8";

header #lang_wrap {
	display		: none;
	position	: relative !important;
	z-index		: 1000;
}

header #lang_select{
	position	: absolute;
	top			: 22px;
	right		: 0px;
	padding		: 0 20px 0 0;
	background	: transparent url(/common/img/icon/icon_002.jpg) no-repeat 100% 50%;
}

.lang_select_pc{
	cursor		: pointer;
	position	: absolute;
	top			: 22px;
	right		: 0;
	padding		: 0 20px 0 0;
	background	: transparent url(/common/img/icon/icon_002.jpg) no-repeat center right;
}

#lang_map_pc {
	position	: relative;
	width		: 940px;
	height		: 580px;
	background	: transparent url(/common/img/header/head_global_001.jpg) no-repeat 0 0;
}
	
	#lang_map_pc ul li a{
		display		: block;
		height		: 30px;
		text-indent	: -9999px;
		overflow	: hidden;
	}
	
		#lang_map_pc ul li#lang_en a  { position : absolute; top : 252px; right : 146px; width : 90px; background : url(/common/img/header/head_globalBtn_001.jpg) no-repeat 0 0;}
		#lang_map_pc ul li#lang_fr a  { position : absolute; top : 269px; left : 72px; width : 100px; background : url(/common/img/header/head_globalBtn_002.jpg) no-repeat 0 0;}
		#lang_map_pc ul li#lang_ch1 a { position : absolute; top : 249px; left : 282px; width : 100px; background : url(/common/img/header/head_globalBtn_003.jpg) no-repeat 0 0;}
		#lang_map_pc ul li#lang_ch2 a { position : absolute; top : 281px; left : 282px; width : 100px; background : url(/common/img/header/head_globalBtn_004.jpg) no-repeat 0 0;}
		#lang_map_pc ul li#lang_jp a  { position : absolute; top : 313px; left : 443px; width : 90px; background : url(/common/img/header/head_globalBtn_005.jpg) no-repeat 0 0;}
		
		#lang_map_pc ul li a:hover { background-position : 0 -30px !important;}
		
		.lang_close_pc {
			position	: absolute;
			top			: 0;
			right		: 0;
			display		: block;
			width		: 81px;
			height		: 40px;
			background	: transparent url(/common/img/header/head_globalBtn_close.jpg) no-repeat 0 0;
			text-indent	: -9999px;
			overflow	: hidden;
			cursor		: pointer;
		}
		
		
#modal-content{
	margin		: 0;
	background	: #fff;
	position	: absolute;
	top			: 125px;
	left		: 20px;
	display		: none;
	z-index		: 2000;
}
  
#modal-overlay{
	z-index				: 1;
	display				: none;
	position			: fixed;
	top					: 0;
	left				: 0;
	width				: 100%;
	height				: 120%;
	background-color	: rgba(0,0,0,0.75);
}

.button-link{
	color			: #00f;
	text-decoration	: underline;
}
 
.button-link:hover{
	cursor	: pointer;
	color	: #f00;
}


@media screen and (max-width: 768px){

#lang_box{
	position	: absolute;
	top			: 70px !important;
	right		: 135px !important;
	text-align	: left;
}

header #lang_select{
	display		: block;
	position	: absolute;
	top			: 45px;
	right		: 140px;
	font-size	: 120%;
}

.lang_select_pc{
	cursor		: pointer;
	position	: absolute;
	top			: 15px;
	right		: 15px;
	padding		: 0 20px 0 0;
	background	: transparent url(/common/img/icon/icon_002.jpg) no-repeat center right;
	font-size	: 120%;
}

	#lang_box li a{
		display			: block;
		border-bottom	: 1px solid #FFF;
		padding			: 5px 25px;
		text-decoration	: none;
		background		: #EEE;
	}

		#lang_box li a:hover{
			background	: #DDD;
		}

#lang_map_pc {
	position		: relative;
	width			: 738px;
	height			: 450px;
	background		: transparent url(/common/img/header/head_global_002.jpg) no-repeat 0 0;
	background-size	: 100%;
}
	
#modal-content{
	margin		: 0;
	background	: #fff;
	position	: absolute;
	top			: 125px;
	left		: 15px;
	display		: none;
	z-index		: 2;
}

		#lang_map_pc ul li#lang_en a  { position : absolute; top : 204px; right : 95px; width : 90px; background : url(/common/img/header/head_globalBtn_001.jpg) no-repeat 0 0;}
		#lang_map_pc ul li#lang_fr a  { position : absolute; top : 215px; left : 52px; width : 100px; background : url(/common/img/header/head_globalBtn_002.jpg) no-repeat 0 0;}
		#lang_map_pc ul li#lang_ch1 a { position : absolute; top : 200px; left : 220px; width : 100px; background : url(/common/img/header/head_globalBtn_003.jpg) no-repeat 0 0;}
		#lang_map_pc ul li#lang_ch2 a { position : absolute; top : 232px; left : 220px; width : 100px; background : url(/common/img/header/head_globalBtn_004.jpg) no-repeat 0 0;}
		#lang_map_pc ul li#lang_jp a  { position : absolute; top : 313px; left : 443px; width : 90px; background : url(/common/img/header/head_globalBtn_005.jpg) no-repeat 0 0;}

}