/*
 bootstrap style reset
 */


/* line 94, ../../src/css/scss/_base/_forms.scss */
input,
textarea,
.uneditable-input {
  width: auto;
}

/* line 82, ../../src/css/scss/_base/_forms.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 1px;
  margin: 0em;
  color: #bcbccc;
}

/* line 238, ../../src/css/scss/_base/_type.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  line-height: normal;
}

/* line 117, ../../src/css/scss/_base/_forms.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-transition: none;
  transition: none;
}

#tmpl_header *,
#tmpl_footer_wrapper *{
  font-family: "Helvetica","Arial", san-serif;
}

/* line 43, ../../src/css/scss/_base/_scaffolding.scss */
#tmpl_header a{
  -webkit-transition: none;
  transition: none;
}

/* line 10, ../../src/css/scss/_base/_forms.scss */
#tmpl_header form {
  margin: 0;
}


/* line 287, ../../src/css/scss/_base/_type.scss */
/* line 238, ../../src/css/scss/_base/_type.scss */
/* and #tmpl_header style*/
#tmpl_header li ,
#tmpl_header input{
  line-height: 1.0;
}
#tmpl_header input{
	vertical-align: top;
	font-family: "Helvetica","Arial", san-serif;
}

/* line 6, ../../src/css/scss/_base/_component-animations.scss */
.old_ie .fade,
.lower_adrd .fade {
  opacity: 1;
  filter: none;
  -webkit-transition: none;
  transition: none;
}
/* line 9, ../../src/css/scss/_base/_component-animations.scss */
.old_ie .fade.in {
  opacity: 1;
  filter: none;
}


/* reset end */

html{
	min-width: 480px;
}

.clearfix {width:100%;}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

a {
  color: #4571ec;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #21283a;
  text-decoration: none;
}

#tmpl_main {
	margin: 0 auto;
}

#main-headline{
	display: block;
	color: #fff;
	line-height: 30px;
	height: 30px;
	background-color: #f05a23;
	margin: 0;
	padding: 0 30px;
	z-index: 201;
	position: relative;
}


#tmpl_content .set-fontsize{
	font-size: 16px;
}

.text_wb{
	word-break: break-all;
	word-wrap: break-word;
}

.p2 { font-size: 0.9375em; }

@media screen and (max-width: 640px) {
	/*.p2 { font-size: 1.15em; }
	.p3 { font-size: 1.15em; }
	.p5 { font-size: 0.9em; }*/

	#tmpl_content{
		-webkit-text-size-adjust:100%;
		-ms-text-size-adjust:100%;
	}
	#tmpl_main {
		background-color: #fff;
	}
	#main-headline{
		padding: 0 12px;
		font-size: 0.8125em;
	}
	#tmpl_content.ios .set-fontsize{
		font-size: 10.5px;
	}
	#tmpl_content.not_ios .set-fontsize{
		font-size: 16px;
	}
}

#contents_nav{
	z-index: 200;
	position: relative;
}

#contents_nav_smallarea{
	display: none;
}

#tmpl_main .container.full-bleed{
	width: 890px;
	margin: 0 auto;
}

#tmpl_main .overlay{
	position: absolute;
	display: none;
	top:0;
	left:0;
	width: 100%;
	min-width: 950px;
	height: 100%;
	z-index: 1000;
}

#tmpl_main .overlay .bg{
	position: fixed;
	width: 100%;
	height: 100%;
	/*
	background-color: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	*/
}
#promo{
	visibility: hidden;
}
#promo .inner{
	position: absolute;
}
#promo .thumbnail-area{
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0px;
	overflow: hidden;
	z-index: 100;
}
#promo .thumbnail-block{
	margin: 0 auto 0 auto;
	height: 20px;
	text-align: center;
	font-size: 0;
}
#promo .thumbnail-block li{
	margin: 0 0 0 0;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 20px;
	height: 20px;
	background-image: url("../images/common/promo_circle.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
#promo .thumbnail-block li.active{
	background-image: url("../images/common/promo_circle_active.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.left-btn,
.right-btn{
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.left-btn:hover,
.right-btn:hover{
	opacity: 0.8;
}


#promo_mov{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 200;
	background-color: #000000;
}

	#promo_mov_disp{
		position: relative;
		width: 604px;
		height: auto;
		margin: 13px auto 0 auto;
	}

	#promo_mov_disp iframe{
		position: absolute;
		top: 0px;
		left: 0px;
	}

	#promo_mov_disp img{
		width: 604px;
		height: 375px;
	}

#promo_mov_close{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 44px;
	height: auto;
	z-index: 200;
}

	#promo_mov_close img{
		width: 100%;
		height: auto;
		opacity: 1;
		filter: alpha(opacity=100);        /* ie lt 8 */
		-ms-filter: "alpha(opacity=100)";  /* ie 8 */
		-moz-opacity:1;                 /* FF lt 1.5, Netscape */
		-khtml-opacity: 1;             /* Safari 1.x */
		zoom:1;
		-webkit-transition: opacity 150ms linear;
		-moz-transition: opacity 150ms linear;
		-ms-transition: opacity 150ms linear;
		-o-transition: opacity 150ms linear;
		transition: opacity 150ms linear;
		display: block;
		cursor: pointer;
	}

	#promo_mov_close img:hover{
		opacity: 0.85;
		filter: alpha(opacity=85);        /* ie lt 8 */
		-ms-filter: "alpha(opacity=85)";  /* ie 8 */
		-moz-opacity:0.85;                 /* FF lt 1.5, Netscape */
		-khtml-opacity: 0.85;             /* Safari 1.x */
	}

/* promo_movCover */
#promo_movCover{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background: rgba(0, 0, 0, 0.9);
}

	#promo_movCover #promo_mov_disp{
		position: relative;
		width: 830px;
		height: 467px;
		margin: -234px auto 0 auto;
		top: 50%;
	}

	#promo_movCover #promo_mov_disp iframe{
		position: absolute;
		top: 0px;
		left: 0px;
	}

	#promo_movCover #promo_mov_disp img{
		width: 100%;
		height: 100%;
	}

#promo_mov_close2{
	position: fixed;
	top: 50%;
	right: 50%;
	margin-top: -287px;
	margin-right: -416px;
	width: 44px;
	height: auto;
	z-index: 9999;
}

	#promo_mov_close2 img{
		width: 100%;
		height: auto;
		opacity: 1;
		filter: alpha(opacity=100);        /* ie lt 8 */
		-ms-filter: "alpha(opacity=100)";  /* ie 8 */
		-moz-opacity:1;                 /* FF lt 1.5, Netscape */
		-khtml-opacity: 1;             /* Safari 1.x */
		zoom:1;
		-webkit-transition: opacity 150ms linear;
		-moz-transition: opacity 150ms linear;
		-ms-transition: opacity 150ms linear;
		-o-transition: opacity 150ms linear;
		transition: opacity 150ms linear;
		display: block;
		cursor: pointer;
	}

	#promo_mov_close2 img:hover{
		opacity: 0.85;
		filter: alpha(opacity=85);        /* ie lt 8 */
		-ms-filter: "alpha(opacity=85)";  /* ie 8 */
		-moz-opacity:0.85;                 /* FF lt 1.5, Netscape */
		-khtml-opacity: 0.85;             /* Safari 1.x */
	}





#first_nav{
	height: 60px;
	background-color: #000000;
	overflow: hidden;
	padding: 0;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
}
	#first_nav .first_menu{
		padding: 0 10px;
		margin: 0;
	}
		#first_nav .first_menu .tab{
			display: block;
			float: left;
		}
		#first_nav .first_menu .tab a{
			padding: 20px 15px 0 15px;
			margin: 0 5px;
			display: block;
			height: 36px;
			cursor: pointer;
			color: #fff;
			border-bottom: 4px solid #000;
			-webkit-transition: border-bottom 0.15s ease-out;
			transition: border-bottom 0.15s ease-out;
		}

		#first_nav .first_menu .tab.active a,
		#first_nav .first_menu .tab a:hover{
			border-bottom: 4px solid #6281ef;
			color: #fff;
		}

		.touch_device #first_nav .first_menu .tab a:hover{
			border-bottom: 4px solid #000;
		}
		.touch_device #first_nav .first_menu .tab a:hover{
			border-bottom: 4px solid #000;
		}

#lang_menu{
	position: relative;
	z-index: 10;
}

#lang_menu .lang_button{
	line-height: 40px;
	position: absolute;
	top: -50px;
	right: 10px;
	width: auto;
	/*min-width: 150px;*/
	/*max-width: 390px;*/
	padding:0 15px;
	color: #ffffff;
	background-color: #313131;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

#lang_menu .lang_button .text{
	float: left;
	white-space: nowrap;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-right: 1em;
}
#lang_menu .lang_button .text img{
	margin-right:5px;
}
#lang_menu .lang_button .ico{
	float: left;
	display: inline-block;
	/display: inline;
	/margin-top:15px;
	/zoom: 1;
}
#lang_menu .lang_button .ico img{
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: center left;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

#lang_menu .lang_button.active .ico img{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

#lang_menu .inner{
	position: absolute;
	top:-11px;
	right:7px;
	width: 766px;
	height: 342px;
	background-image: url("../images/common/lang-bg.png");
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 100;
	display: none;
}

#lang_menu ul{
	padding: 0;
	margin: 0;
}

#lang_menu li{
	margin: 5px 0;
}
#lang_menu .tit{
	position: absolute;
	top:30px;
	left:33px;
}
#lang_menu .group1{
	position: absolute;
	top:90px;
	left:33px;
}
#lang_menu .group2{
	position: absolute;
	top:90px;
	left:221px;
}
#lang_menu .group3{
	position: absolute;
	top:90px;
	left:414px;
}
#lang_menu .group4{
	position: absolute;
	top:90px;
	left:604px;
}
#lang_menu .country{
	position: absolute;
	top:294px;
	left:30px;
	width: 92%;
}

#lang_menu .country .ico img {
	vertical-align: middle;
	margin-right: 10px;
}

/* lang_b*/

#lang_menu_f{
	position: relative;
	z-index: 10;
	margin-top: 30px;
}

#lang_menu_f .lang_button{
	line-height: 40px;
	/*position: absolute;
	top: -50px;
	right: 10px;*/
	width: auto;
	min-width: 150px;
	max-width: 210px;
	padding:0 15px;
	color: #ffffff;
	background-color: #929293;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

#lang_menu_f .lang_button .text{
	float: left;
	white-space: nowrap;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-right: 1em;
}
#lang_menu_f .lang_button .text img{
	margin-right:5px;
}
#lang_menu_f .lang_button .ico{
	float: right;
	display: inline-block;
	/display: block;
	/margin-top:15px;
	/zoom: 1;
}
#lang_menu_f .lang_button .ico img{
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: center left;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

#lang_menu_f .lang_button.active .ico img{
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#lang_menu_f .inner{
	position: absolute;
	text-align: left;
	top:-350px;
	right:-15px;
	width: 766px;
	height: 342px;
	background-image: url("../images/common/lang-bg_f.png");
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 100;
	display: none;
}

#lang_menu_f ul{
	padding: 0;
	margin: 0;
}

#lang_menu_f li{
	margin: 5px 0;
}
#lang_menu_f .tit{
	position: absolute;
	top:20px;
	left:33px;
}
#lang_menu_f .group1{
	position: absolute;
	top:80px;
	left:33px;
}
#lang_menu_f .group2{
	position: absolute;
	top:80px;
	left:221px;
}
#lang_menu_f .group3{
	position: absolute;
	top:80px;
	left:414px;
}
#lang_menu_f .group4{
	position: absolute;
	top:80px;
	left:604px;
}
#lang_menu_f .country{
	position: absolute;
	top:284px;
	left:30px;
	width: 92%;
}

#lang_menu_f .country .ico img {
	vertical-align: middle;
	margin-right: 10px;
}

.breadcrumbs{
	padding:15px 0;
	max-width: 1400px;
	margin: 0 30px;
	box-sizing: border-box;
}
	.breadcrumbs.second{
		border-top: 1px solid #dedee2;
		border-bottom: 1px solid #dedee2;
	}
	.breadcrumbs .level{
		margin: 0 8px;
	}

#contents_bottom{
	background-color: #f3f4f7;
	width: 100%;
	position: relative;
}

#common_banner{
	padding: 30px 0 16px 0;/**/
	margin:0 30px;
	background-color: #f3f4f7;
}

	#common_banner .banner_list{
		margin: 0;
		padding: 0;
		/*font-size: 0;*/
		letter-spacing: -0.3em;
	}

	#common_banner .banner_list li{
		/* margin: 0 0 14px 0; */
		/*display: block;*/
		display: inline-block;
		/display: inline;
		/zoom: 1;
		vertical-align: top;
		letter-spacing: normal;
		width: 438px;
		overflow: hidden;
		margin-bottom: 15px;
	}

	#common_banner .banner_list li .p5{
		margin: 5px 0 0 0;
		line-height: 1.5;
	}

	#common_banner .banner_list a{
		display: block;
	}

	#common_banner .banner_list .li_odd{/**/
		/*margin: 0 0  14px 0;/**/
		/*float: left;*/
		margin-right: 14px;
	}/**/
	#common_banner .banner_list .li_even{/**/
		 /*margin: 0 0 14px 14px;/**/
		/*float: right;*/
	}/**/

	#common_banner .banner_list li{
		/* width: 280px; */
		width: 438px
		height: auto;
	}

#backtotop{
}

#backtotop .icon{
	display: block;
	width: 60px;
	height: 46px;
	margin: 0 30px 0 auto;
	cursor: pointer;
	background-image: url("../images/common/backtotop_button.png");
	zoom:1;
}

#backtotop.backtop_tablet{
	width: 950px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background-color: #f3f4f7;
}

#backtotop.backtop_tablet .icon{
	margin: 0 20px 0 auto;
}

#backtotop .icon.fixed{
	position: fixed;
	margin: 0 auto 0 auto;
	bottom: 30px;
	right: 30px;
	z-index: 200;
}

#backtotop .icon.fixed.pause{
	position: static;
	margin: 0 30px 0 auto;
}

#backtotop .icon.hideicon{
	display: none;
}

#backtotop .icon:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#tmpl_main .contents_footer{
	padding: 0 0 50px 0;
	box-sizing: border-box;
}

#tmpl_main .contents_footer.backtop_tablet{
	padding: 0 0 0 0;
}

	#tmpl_main .contents_footer .span4{
		text-align: left;
	}
	#tmpl_main .contents_footer .span4.lang_f{
		text-align: right;
	}

	#tmpl_main .contents_footer .title{
		margin: 0;
		padding: 20px 0;
		color: #2e343d;
	}

	#tmpl_main .contents_footer .link_list{
		margin: 0;
		padding: 0;
	}

	#tmpl_main .contents_footer .link_list li{
		margin: 0 0 5px 0;
		padding: 0;
	}

#tmpl_main .sd_container{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

#tmpl_main .off-screen {
  position: absolute;
  left: -9999px;
  /*display: none;*/
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

#tmpl_main .fade {
  visibility: hidden;
  /*opacity: 1;*/
}
#tmpl_main .tab-pane.in {
  visibility:visible;
  /*opacity: 1;*/
}

/** { -webkit-backface-visibility: hidden; }*/

#tmpl_main .text_button{
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding:1em 2.3em;
	right: 0;
	bottom:0;
	background-color: #617ffa;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	white-space: nowrap;
	-webkit-transition: background-color 0.15s linear;
	-moz-transition: background-color 0.15s linear;
	-ms-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
	transition: background-color 0.15s linear;
}

#tmpl_main .text_button:hover{
	background-color: #5168f1;
}

#sp-outer{
	position: absolute;
	top: 0;
	/*left: -100%;*/
	width: 100%;
	height:100%;
	background-color: #fff;
	z-index: 2000;
	-webkit-transform:translate3d(-100%,0,0);
	-moz-transform:translate3d(-100%,0,0);
	-o-transform:translate3d(-100%,0,0);
	-ms-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0);
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0,0,0.25,1);
	-moz-transition: -moz-transform 250ms cubic-bezier(0,0,0.25,1);
	-o-transition: -o-transform 250ms cubic-bezier(0,0,0.25,1);
	-ms-transition: -ms-transform 250ms cubic-bezier(0,0,0.25,1);
	transition: transform 250ms cubic-bezier(0,0,0.25,1);
}

#sp-outer #sp-outer-innner{
	position:relative;
	width:100%;
	overflow:hidden;
}

#sp-outer.in{
	-webkit-transform:translate3d(0%,0,0);
	-moz-transform:translate3d(0%,0,0);
	-o-transform:translate3d(0%,0,0);
	-ms-transform:translate3d(0%,0,0);
	/*transform:translate3d(0%,0,0);*/
}

body.out{
	overflow: hidden;
}

body.out.end header,
body.out.end #tmpl_content,
body.out.end footer
{
	visibility: hidden;
}

body.silk.end header,
body.silk.end #tmpl_content,
body.silk.end footer
{
	display: none;
	/*height: 0;*/
}

#noscript{
	padding: 30px 4.1%;
	text-align: center;
	background-color: #f3f4f7;
}

#noscript .p3{
	line-height: 1.4;
}

@media (max-width: 640px) {

html{
	/*-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:auto;
*/}

	#tmpl_main .container.full-bleed{
		width: 100%;
		margin: 0 auto;
	}

	#contents_nav_smallarea{
		display: block;
		background-color: #000000;
		padding: 0;
	}
	#contents_nav_button{
		display: block;
		cursor: pointer;
		border-right: solid 1px #333333;
		font-size: 0;
		width: 50px;
		height: 50px;
	}
	#contents_nav{
		display: none;
	}
	.sd_container{
		width: 100%;
		max-width: 1400px;
		margin: 0;
	}
	#first_nav{
		height: auto;
		background-color: #2e343d;
	}
		#first_nav .first_menu{
			padding: 0;
			margin: 0;
		}
		#first_nav .first_menu.p3 .p3{
			font-size: 1em;
		}
			#first_nav .first_menu .tab{
				margin: 0;
				float: none;
				display: block;
			}
			#first_nav .first_menu .tab a{
				padding: 15px 20px;
				border-top: solid 1px #585d64;
				margin: 0;
				float: none;
				display: block;
				line-height: 1em;
				height: auto;
				cursor: pointer;
				color: #fff;
				border-bottom: none;
				-webkit-transition: none;
				transition: none;
			}

			#first_nav .first_menu .tab.active a,
			#first_nav .first_menu .tab a:hover{
				border-bottom: none;
			}

			#first_nav .first_menu .tab span{
				display: block;
				vertical-align: middle;
				background-image: url("../images/common/navarrowright-white.png");
				background-repeat: no-repeat;
				background-position: right center;
			}
	#lang_menu .lang_button{
		line-height: 40px;
		position: absolute;
		top: -45px;
		right: 10px;
		width: auto;
		padding:0 20px;
		color: #ffffff;
		background-color: #000;
		display: inline-block;
	}

	#lang_menu .inner{
		position: static;
		width: 100%;
		height: auto;
		background-image: none;
		background-repeat: no-repeat;
		overflow: hidden;
		z-index: 100;
		display: none;
	}

	#lang_menu ul{
		padding: 0;
		margin: 0;
	}

	#lang_menu li,
	#lang_menu .tit{
		padding: 15px 20px;
		border-top: solid 1px #585d64;
		background-color: #2e343d;
		margin: 0;
		float: none;
		display: block;
		line-height: 1em;
		height: auto;
		cursor: pointer;
		border-bottom: none;
	}
	#lang_menu .tit{
		position: static;
		color: #fff;
		cursor: auto;
	}
	#lang_menu .country{
		position: static;
		padding: 15px 20px;
		border-top: solid 1px #585d64;
		background-color: #2e343d;
		margin: 0;
		float: none;
		display: block;
		line-height: 1em;
		height: auto;
		cursor: pointer;
		border-bottom: none;
		width: auto;
	}
	#lang_menu a{
		color: #fff;
	}

	#lang_menu .arrow{
		display: block;
		vertical-align: middle;
		background-image: url("../images/common/navarrowright-white.png");
		background-repeat: no-repeat;
		background-position: right center;
	}
	#lang_menu .arrow .ico{
		vertical-align: middle;
		display: inline-block;
	}
	#lang_menu .arrow .text{
		vertical-align: middle;
		line-height: 1.25;
		width: 88%;
		display: inline-block;
	}

	#lang_menu .group1{
		position: static;
	}
	#lang_menu .group2{
		position: static;
	}
	#lang_menu .group3{
		position: static;
	}
	#lang_menu .group4	{
		position: static;
	}
	#lang_menu .country	{
		position: static;
	}

	/*

	 */

	#lang_menu_f{
		border-top: solid 1px #36373a;
		border-bottom: solid 1px #36373a;
	}
	#lang_menu_f .lang_button{
		line-height: 3em;
		position: static;
		margin: 0;
		height: auto;
		top: -45px;
		right: 10px;
		max-width: 100%;
		padding:0 20px;
		display: block;
		color: #ffffff;
		background-color: #1f2024;
	}

	#lang_menu_f .inner{
		position: static;
		width: 100%;
		height: auto;
		background-image: none;
		background-repeat: no-repeat;
		overflow: hidden;
		z-index: 100;
		display: none;
	}

	#lang_menu_f ul{
		padding: 0;
		margin: 0;
	}

	#lang_menu_f li,
	#lang_menu_f .tit{
		padding: 15px 20px;
		border-top: solid 1px #585d64;
		background-color: #2e343d;
		margin: 0;
		float: none;
		display: block;
		line-height: 1em;
		height: auto;
		cursor: pointer;
		border-bottom: none;
	}
	#lang_menu_f .tit{
		position: static;
		color: #fff;
		cursor: auto;
	}
	#lang_menu_f .country{
		position: static;
		padding: 15px 20px;
		border-top: solid 1px #585d64;
		background-color: #2e343d;
		margin: 0;
		float: none;
		display: block;
		line-height: 1em;
		height: auto;
		cursor: pointer;
		border-bottom: none;
		width: auto;
	}
	#lang_menu_f a{
		color: #fff;
	}

	#lang_menu_f .arrow{
		display: block;
		vertical-align: middle;
		background-image: url("../images/common/navarrowright-white.png");
		background-repeat: no-repeat;
		background-position: right center;
	}

	#lang_menu_f .arrow .ico{
		vertical-align: middle;
		display: inline-block;
	}
	#lang_menu_f .arrow .text{
		vertical-align: middle;
		line-height: 1.25;
		width: 88%;
		display: inline-block;
	}

	#lang_menu_f .group1{
		position: static;
	}
	#lang_menu_f .group2{
		position: static;
	}
	#lang_menu_f .group3{
		position: static;
	}
	#lang_menu_f .group4	{
		position: static;
	}
	#lang_menu_f .country	{
		position: static;
	}

	#lang_menu_f .lang_button.active .ico img{
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	#lang_menu_f{
		height: auto;
		overflow: hidden;
		position: relative;
		background-color: #1f2024;
	}


	#tmpl_main .contents_footer .span4.lang_f{
		text-align: left;
	}

		#promo .for_height{
			width: 100%;
			height: auto;
			max-width: none;
		}

		#promo .slide .slide_texts{
			position: absolute;
			left:60px;
			width: 300px;
			z-index: 10;
		}

		#promo .slide .slide_title{
		}

		#promo .slide .visual{
			position:absolute;
			z-index: 1;
			width: 480px;
			height: 227px;
		}

		#promo .visual img {
			width: 100%;
		}

		#promo .left-btn{
			position: absolute;
			width: 32px;
			height: 46px;
			top: 83px;
			left: 10px;
			cursor: pointer;
			z-index: 20;
		}
		#promo .right-btn{
			position: absolute;
			width: 32px;
			height: 46px;
			top: 83px;
			right: 10px;
			cursor: pointer;
			z-index: 20;
		}

		#promo .thumbnail-area{
			/*top:200px;*/
		}

		#promo_mov,
		#promo_movCover{
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			z-index: 200;
			background-color: #000000;
		}

		#promo_mov_disp,
		#promo_movCover #promo_mov_disp{
			width: 91.8%;
			height: auto;
			margin: 24% auto 0 auto;
			top: 0;
		}
		#promo_mov_disp img,
		#promo_movCover #promo_mov_disp img{
			width: 100%;
			height: auto;
		}

		#promo_mov_close,
		#promo_mov_close2{
			position: absolute;
			top: 4.1%;
			right: 4.1%;
			width: 15.7%;
			height: 15.7%;
			z-index: 200;
			margin: 0;
		}

		#promo_mov_close img,
		#promo_mov_close2 img{
			width: 100%;
			height: auto;
		}


	.breadcrumbs{
		padding:10px 15px;
	}
		#contents_bottom .breadcrumbs.second{
			margin: 0;
			border-top: none;
			position: relative;
			background-color: #edeff2;
			/*max-height: 42px;*/
			min-height: 22px;
			height: auto;
			/* padding: 0 20px; */
			padding: 12px 80px 12px 4.1%;
			/*line-height: 42px;*/
			font-size: 0.8125em;/*130408*/
		}

		#contents_nav .breadcrumbs{
			background-color: #272b33;
			color: #fff;
			padding: 10px 20px;
			margin: 0;
			border-top: solid 1px #40454e;
		}

		#common_banner{
			margin: 0;
			padding:30px 0 10px;
			border-top: 2px solid #e5e6e8;
			background-color: #fff;
		}

			#common_banner .banner_list{
				margin: 0;
				padding: 0;
			}

			#common_banner .banner_list li{
				margin: 0 0 4.1% 4.1%;
				display: inline-block;
				/display: inline;
				/zoom: 1;
			}

			#common_banner .banner_list li{
				margin: 0 0 4.1% 4.1%;
				width: 91.8%;
				height: auto;
			}

			#common_banner .banner_list .li_odd{/**/
				margin: 0 0 4.1% 4.1%;/**/
				width: 91.8%;
				float: none;
			}/**/
			#common_banner .banner_list .li_even{/**/
				margin: 0 0 4.1% 4.1%;/**/
				width: 91.8%;
				float: none;
			}/**/

			#common_banner .banner_list li img{
				width: 100%;
			}

	#tmpl_main .contents_footer{
		border-top: none;
		background-color: #1f2024;
		padding: 0;
	}
		#tmpl_main .contents_footer .title{
			margin: 0;
			/* padding: 20px; */
			padding: 20px 4.1%;
			color: #bebccd;
			font-size: 1.4em;/*130408*/
		}

		#tmpl_main .contents_footer .link_list{
			margin: 0 auto;
			padding: 0 0 20px 0;
			/* width: 91.5%; */
			width: 91.8%;
			display: table;
		}

		#tmpl_main .contents_footer .link_list li{
			width: 49.8%;
			float: left;
			margin: 0;
			background-color: #404145;
			border-right: 1px solid #1f2024;
			border-bottom: 1px solid #1f2024;
			box-sizing: border-box;
			display: table-cell;
			vertical-align: middle;
			text-align: left;
		}
		#tmpl_main .contents_footer .link_list li a{
			padding: 10px;
			display: block;
			vertical-align: middle;
			color: #fff;
			line-height: 1.3;
		}
		#tmpl_main .contents_footer .link_list li span{
			display: block;
			vertical-align: middle;
			padding-right: 20px;
			background-image: url("../images/common/navarrowright-white.png");
			background-repeat: no-repeat;
			background-position: right center;
		}
		#tmpl_main .contents_footer .link_list li:nth-child(even){
			border-right: none;
		}

	#contents_bottom .grid [class*="span"],
	#contents_bottom .grid [class*="offset"]{
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#backtotop,
	#backtotop.backtop_tablet{
		margin: 0;
		height: 46px;
		width: 60px;
		text-align: right;
		min-width: 0;
		position: absolute;
		right: 0;
		bottom: -2px;
		padding: 0;
		background-color: #1f2024;/*130409*/
	}

		#backtotop .icon,
		#backtotop.backtop_tablet .icon{
			display: block;
			width: 60px;
			height: 45px;
			border: none;
			margin: 0;
			position: absolute;
			border: none;
			right: 0;
			cursor: pointer;
			background-color: #1f2024;
			background-image: url("../images/common/backtotop_button_sp.png");
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			-ms-background-size: cover;
			background-size: cover;
			zoom:1;
			-webkit-transition: none;
			-moz-transition: none;
			transition: none;
			opacity:1;
		}

		#backtotop .icon.fixed{
			position: absolute;
			margin: 0 auto 0 auto;
			bottom: 0;
			right: 0;
			z-index: 200;
		}

		#tmpl_main img.icon_sp{
			height: 0;
			line-height: 0;
			font-size: 0;
			display: block;
		}

		#backtotop .icon.hideicon{
			display: block;
		}

		#backtotop .icon.hideicon{
			display: block;
			position: absolute;
			right: 0;
		}

		#backtotop .icon:hover{
			/*opacity:1;
			filter: alpha(opacity=100);
			-ms-filter: "alpha(opacity=100)";*/
		}
	#tmpl_main .text_button{
		display: block;
	}

	.br-sp{
		display: none;
	}



	footer{/*130409*/
		background-color:#1f2024;/*130409*/
	}/*130409*/
}


/* nav_pop */
#nav_pop{
	height: 0;
	position: relative;
}
#tmpl_header_wrapper{
	z-index: 300;
}
.np_container{
	width: 100%;
	position: absolute;
	top: -300px;
	left: 0;
	overflow: hidden;
	padding-bottom: 10px;
	height: auto;
	z-index: 5;
	-webkit-transition: top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition: top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.np_container_inner{
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,1);
	box-shadow:0px 0px 10px 0px rgba(39,43,55,0.25);
	/*background-color: #ffffff;*/
	height: auto;
}

.np_main{
	width: 100%;
	background-color: #fff;
	float: left;
}


.np_sub{
	width: 230px;
	float: left;
	background-color: #f1f5f9;
}

.np_itemgroup{
	padding: 0;
	margin: 30px auto 25px;
	width: 890px;
	border-bottom: 1px solid #e8e9eb;
}

.np_item{
	width: 165px;
	height: 165px;
	float: left;
	cursor: pointer;
}
.np_item a{
	display: block;
	width: 100%;
	height: 100%;
}

.np_item_t{
	text-align: center;
}

.np_item:hover{
	width: 165px;
	height: 165px;
	float: left;
	background-color: #f3f3f5;
}


.np_item .np_img{
	display: block;
	width: 165px;
	height: 88px;
	position: relative;
}
.np_item .np_img img{
	position: absolute;
	bottom: 0;
	margin: 0;
	display: block;
}
.np_item .np_txt{
	display: block;
	text-align: center;
	margin: 10px 20px;
	color: #212430;
	line-height: 1.4;
}

.np_lenses img{
	display: block;
}
.np_lenses a{
	display: block;
}
.np_lenses p{
	margin-top: 5px;
	display: block;
}

.np_sub_container{
	margin: 30px;
}

.np_products .np_main,
.np_products .np_sub{
	height: 353px;
}

.np_products .np_item{
	width: 296px;
	height: 120px;
	float: left;
	cursor: pointer;
}
.np_products .np_item a{
	display: block;
	width: 100%;
	height: 100%;
}

.np_products .np_item_t{
	text-align: center;
}

.np_products .np_item:hover{
	background-color: #f3f3f5;
}


#nav_pop .np_products .np_item .np_img{
	display: inline-block;
	width: 140px;
	height: 120px;
	vertical-align: middle;
	/*position: relative;*/
}
#nav_pop .np_products .np_item .np_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -50px;
	display: block;
	width: 112px;
	height: 64px;
}
.np_products .np_item .np_txt{
	display: inline-block;
	text-align: left;
	width: 130px;
	margin: auto 0;
	color: #212430;
	line-height: 1.4;
	vertical-align: middle;
}

.np_container.np_products{
	top: -460px;
}
.np_container.active{
	top: 0;
}

.np_container .pop_indexlink{
	display: none;
}

.np_container .ico{
	width: 30px;
	height: 30px;
	margin-right: 5px;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
.np_container .ico_link:hover .ico img{
	margin-top: -30px;
}
.np_container .ico_txt{
}

.np_lernmore .np_main{
	width: 100%;
	height: 265px;
}
.np_lernmore .np_itemgroup{
	/*padding: 0;*/
	/*margin: 30px 30px 25px;*/
	/*border-bottom: 1px solid #e8e9eb;*/
	margin: 30px auto 25px;
	width: 825px;
}

.np_lernmore .np_item .np_img{
	height: 100px;
}


@media screen and (max-width: 640px) {
	#first_nav .np_container{
		width: 100%;
		position: static;
		overflow: hidden;
		padding: 0;
		margin: 0;
		display: none;
		/*height: 0;*/
		z-index: 5;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	#first_nav .np_container_inner{
		-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,1);
		box-shadow:0px 0px 10px 0px rgba(39,43,55,0.25);
		background-color: #ffffff;
		height: auto;
	}
	#first_nav .np_main{
		width: 87.5%;
		height: auto;
		padding: 6.25%;
		background-color: #fff;
		float: none;
	}

	#first_nav .np_sub{
		width: 87.5%;
		height: auto;
		padding: 6.25%;
		float: none;
		background-color: #f1f5f9;
	}
	#first_nav .np_sub_container{
		margin: 0;
	}
	#first_nav .np_itemgroup{
		padding: 0;
		margin: 0;
		width: auto;
		border-bottom: none;
	}

	#first_nav .np_item{
		width: 47.65%;
		height: 180px;
		margin: 0 4.7% 20px 0;
		background-color: #f3f3f5;
		float: left;
		cursor: pointer;
	}
	#first_nav .np_item.odd{
		margin: 0 0 10px 0;
	}
	#first_nav .np_item:hover{
		background-color: #f3f3f5;
	}
	#first_nav .tab .np_item .np_img{
		width: 100%;
		height: 110px;
		/*height: 100%;*/
	}
	#first_nav .tab .np_item .np_img img{
		width: 80%;
		margin: 0 10%;
		top: auto;
		/*height: 100%;*/
	}
	#first_nav .tab .np_item .np_txt{
		margin: 10px;
		width: auto;
		text-align: center;
	}

	#first_nav .first_menu .tab .np_container a{
		color: #212430;
		padding: 0;
		border-top: none;
		margin: 0;
		float: none;
		display: block;
		line-height: 1em;
		height: 100%;
		cursor: pointer;
		border-bottom: none;
		-webkit-transition: none;
		transition: none;
		text-align: center;
	}
	#first_nav .first_menu .tab .np_container .np_item_t{
		padding-top: 30px;
		border-top: solid 1px #e8e9eb;
	}
	#first_nav .first_menu .tab .np_container .np_item_t a{
		/*display: none;*/
		color: #4571ec;
	}
	#first_nav .first_menu .tab .np_container .np_sub a{
		color: #212430;
		padding: 0;
		border-top: none;
		margin: 0;
		float: none;
		display: block;
		line-height: 1em;
		height: auto;
		cursor: pointer;
		color: #fff;
		border-bottom: none;
		-webkit-transition: none;
		transition: none;
		text-align: center;
	}
	#first_nav .first_menu .tab .np_container .np_sub img{
		width: 100%;
	}
	#first_nav .first_menu .tab .np_container .np_sub .np_lenses .p3{
		margin-top: 10px;
	}
	#first_nav .first_menu .tab .np_container .pop_indexlink{
		display: block;
		background-color: #f1f5f9;
		width: 87.5%;
		height: auto;
		padding: 0 6.25% 6.25% 6.25%;
	}
	#first_nav .first_menu .tab .np_container .pop_indexlink hr{
		border: 0;
		width: 100%;
		margin: 0 0 20px 0;
		/*display: block;*/
		border-top: solid 1px #bebccd;
	}
	#first_nav .first_menu .tab .np_container .pop_indexlink a{
		color: #4571ec;
	}

	#first_nav .first_menu .tab .np_container .ico{
	}
	#first_nav .first_menu .tab .np_container .ico_txt{
		display: inline;
	}
	#first_nav .first_menu .tab.active a,
	#first_nav .first_menu .tab a:hover{
		border-bottom: none;
		/*color: #fff;*/
	}

	.touch_device #first_nav .first_menu .tab a:hover{
		border-bottom: none;
	}

	.np_lenses img{
		display: block;
	}
	.np_lenses a{
		display: block;
	}
	.np_lenses p{
		margin: 0;
		display: block;
		color: #212430;
	}
}