/*===============================================
common.css	モバイル用ページ共通要素
===============================================*/

/* newヘッダ・フッタ */

/*----- ヘッダー -----*/
.globalheader h1 {
	position:relative;
	padding:0;
}
.globalheader h1 {
	margin:0;
}
.globalheader h1 img {
	vertical-align:bottom;
}
.globalheader h1 span.btn a {
	position:absolute;
	top:12%;
	left:71%;
	display:block;
	width:26%;
	height:42%;
	text-indent:-9999px;
}
.globalheader h1 span.gotop a {
	position:absolute;
	top:15%;
	left:2%;
	display:block;
	width:36%;
	height:70%;
	text-indent:-9999px;
}

/*----- フッター -----*/
.globalfooter {
	padding:7px 0;
	margin:7px 0 0 0;
	background:#333;
	text-align:center;
	color:#fff;
}
.globalfooter p {
	padding:0 7px;
	font-size:75%;
}
.globalfooter a {
	display:inline-block;
}
.globalfooter a:link,
.globalfooter a:hover,
.globalfooter a:visited {
	text-decoration:underline;
	color:#fff;
}

.globalfooter.ui-bar-d {
    text-shadow: none;
}