@charset "utf-8";

/* style_sp.css：Smartphone
 * ======================================
 * Font
 * Common Element
 * Header
 * Global navigation
 * Side
 * Footer
 * ======================================
 */

/* Font
------------------------------------------------------------------ */
body {
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1.4;
	color:#333333;
}

/* Header
------------------------------------------------------------------ */
#globalHeader .logo img {
	height: auto;
	width: 130px;
	max-width: 130px;
}	

/* MENU */
#globalHeader .menuBtn {
	position:absolute; top: 10px; right:10px;
	text-align: center;
	list-style: none;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-align: center;
	background: #000000;
}
#globalHeader .menuBtn a {
	display: block;
	height: 45px;
	width: 65px;
	padding: 20px 0 0 0;
	color:#ffffff;
	text-decoration: none;
}

/* Global navigation
------------------------------------------------------------------ */
#globalNavi .nav li a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

/* Common Element
------------------------------------------------------------------ */
img {
	vertical-align:top;
}


/* Footer
------------------------------------------------------------------ */

#globalFooter .footerLink {
}
#globalFooter .footerLink p {
	font-size: 11px;
}
#globalFooter .footerLink p a {
	background: url(/images/common/arrow.gif) no-repeat left 2px;
	color: #333333;
	padding: 0 0 0 7px;	
	text-decoration: none;
}
#globalFooter .footerLink p a:hover {
	text-decoration: underline;
}

#globalFooter .footerLink div {
	font-size: 10px;
	letter-spacing: 0.05em;
	margin: 10px 0 0 0;
}

#globalFooter .translate {
	margin: 20px 2.5% 0;
	text-align: center;
}
#globalFooter #flags {
	margin: 0 auto;
	vertical-align: middle;
}
#globalFooter #sortable {
	float: none !important;
	margin: 0 0 0 20%;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
#globalFooter #google_language_translator {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/* PageTop */
#pageTop img {
     height: 66px;
     width: 66px;
}

