/**
 * default.css
 * update: 2014.02.16
 */

/*--------------------------------------------------------------------------------
	RESET
--------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;vertical-align:top;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}/*a{outline:none;}*/nav{display:block;}a,a:link,a:active,a:visited,a:hover{text-decoration: none;}img{-ms-interpolation-mode: bicubic;}ul{zoom:1}ul:after{clear:both;display:block;content:""}

/*--------------------------------------------------------------------------------
	body
--------------------------------------------------------------------------------*/
body {
	margin:0;
	font-family: "SST W02 Roman", "SST W10 Roman", "SST W15 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.65;
	background-color: #fff
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

@media(max-width:800px) {
	body { font-size: 93.8%; }
}
@media(max-width:320px) {
	body { font-size: 81.3%; }
}

.clearfix {
	zoom: 1;
}
.clearfix:after {
	clear: both;
	display: block;
	content: "";
}

/*--------------------------------------------------------------------------------
	#Head
--------------------------------------------------------------------------------*/
#Head {
	min-width: 940px;
	background: #000;
}
#Head .head-inner {
	margin: 0 auto;
	padding-bottom: 11px;
	width: 940px;
	zoom: 1;
}
#Head .head-inner:after {
	clear: both;
	display: block;
	content: "";
}
#Head h1 {
	padding: 12px 10px 21px 0;
	text-align: right;
	line-height: 0;
}
#Head h1 img {
	width: 71px;
	height: auto;
}
#Head h2 {
	float: left;
}
#Head h2 img {
	width: 205px;
	height: auto;
}
#Head p {
	float: right;
	font-size: 81.3%;
	line-height: 1.2;
	text-align: center;
	border: 1px solid #606060;
	background: url("../img/head_btn_bg.gif") repeat-x 0 center;
}
#Head p a {
	display: block;
	padding: 9px 20px 8px;
	color: #fff;
}

@media(max-width:800px) {
	#Head {
		min-width: 320px;
	}
	#Head .head-inner {
		margin: 0 30px;
		width: auto;
	}
}
@media(max-width:479px) {
	#Head .head-inner {
		margin: 0 20px;
	}
	#Head h2 {
		float: none;
		text-align: center;
	}
	#Head h2 img {
		margin-right: 5%;
		width: 90%;
	}
	#Head p {
		float: none;
		margin-top: 20px;
	}
	#Head p span br {
		display: none;
	}
}

/*--------------------------------------------------------------------------------
	#Container
--------------------------------------------------------------------------------*/
#Container {
	min-width: 940px;
	overflow: hidden;
}

@media(max-width:800px) {
	#Container {
		min-width: 320px;
	}
}

/*--------------------------------------------------------------------------------
	.scroll-to-top
--------------------------------------------------------------------------------*/
.scroll-to-top {
	position: relative;
	margin-top: -5em;
	margin-bottom: 3.125em;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	background: none !important;
	pointer-events: none;
	line-height: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.scroll-to-top.fixed {
	position: fixed;
	right: 0;
	left: 0;
	bottom: 18px;
	margin: 0 auto;
}
.scroll-to-top.opacity0 {
	opacity:0
}
.scroll-to-top a {
	pointer-events: auto;
	z-index: 1030;
	margin-right: 20px;
	float: right;
	display: block;
	width: 2.5em;
	height: 2em;
	line-height: 2em;
	border: none;
	border-radius: .125em;
	padding: 0;
	background-color: #212530;
	background-color: rgba(33,37,48,0.4);
	border: none;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out
}
.scroll-to-top a:hover {
	background-color: #2f353d;
	background-color: rgba(33,37,48,0.8)
}
.scroll-to-top a i {
	display: inline-block;
	font-size: 1.0em;
	line-height: 0.6;
	color: #fff;
	-webkit-font-smoothing: antialiased
}
.scroll-to-top a i:before {
	content: "\e02d";
}
[class*="fonticon-"]:before, [class*="fonticon-"][class*="--after"]:after {
	font-family: 'Sony-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1
}

/*--------------------------------------------------------------------------------
	#Foot
--------------------------------------------------------------------------------*/
#Foot {
	padding-top: 1.75em;
	padding-bottom: 1.75em;
	min-width: 940px;
	background: #000000;
}
#Foot .inner {
	position: relative;
	margin: 0 auto;
	width: 85%;
	max-width: 1200px;
	min-width: 940px;
}
#Foot .copyright {
	display: block;
	font-size: 62.5%;
	line-height: 1.4;
	color: #aaa;
}
#Foot .footer-pp {
	position: absolute;
	right:120px;
	top:-10px;
}
#Foot .footer-pp a{
	color: #aaa;
	font-size:12px;
}
#Foot .footer-pp a:hover{
	color: #888;
}
@media(max-width:800px) {
	#Foot {
		padding: 1.75em 30px 1.75em;
		min-width: 280px;
	}
	#Foot .inner {
		display: table;
		margin: 0;
		width: 100%;
		min-width: 1px;
	}
	#Foot .copyright {
		display: table-cell;
		padding-right: 10%;
		width: 90%;
		line-height: 1.5;
		vertical-align: middle;
	}
	#Foot .footer-pp {
    position: absolute;
    right: auto;
    top: -22px;
    left: 0px;
	}
}
@media(max-width:640px) {
	#Foot {
		padding: 2.0em 20px 2.2em;
	}
}

/* #language-dropdown-div
--------------------------------------------------------------------------------*/
#language-dropdown-div {
	width: 35px;
	padding: 7px 15px;
	background: url(../img/button-arrow-home.png) no-repeat right center;
	position: absolute;
	top: -10px;
	right: 5px;
	border: 1px solid #989898;
	border-radius: 5px;
	cursor: pointer;
}
#language-dropdown-div ul {
	position: absolute;
	bottom: 15px;
	right: 0px;
	display: none;
	margin: 0 0 0.825em 25px;
	padding: 5px 0 10px;
	border: 1px solid #999;
	border-radius: 5px;
	width: 190px;
	background: #000;
	color: #666;
	text-decoration: none;
}
#language-dropdown-div li {
	padding: 5px 10px 0;
}
#language-dropdown-div li,
#language-dropdown-div li a {
	display: block;
	line-height: 20px;
	font-size: 0.9em!important;
	text-align: left;
	color: #fff;
}
#language-dropdown-div li:hover,
#language-dropdown-div li.active {
	background-color: #a9d2f5;
}
#language-dropdown-div li:hover a,
#language-dropdown-div li.active a {
	color: #000;
}
#language-selector {
	width: 20px;
	display: block;
	line-height: 20px;
	height: 14px;
	margin-top: 0px;
}
#language-selector.icon-flag {
	background-image: url("../img/spritesheets/flags.png");
	background-position: -180px -140px;
}
@media(max-width:800px) {
	#language-dropdown-div {
		position: static;
		float: right;
	}
	#language-selector.icon-flag {
		background-image: url("../img/spritesheets/flags@2x.png");
		background-size:260px 238px
	}
}

/*--------------------------------------------------------------------------------
	br
--------------------------------------------------------------------------------*/
br.b800 { display: none; }

@media(max-width:800px) {
	br.nb800 { display: none; }
	br.b800 { display: block; }
}