/* page-inquiry */
#page-inquiry {
	position: fixed;
	top: 95px;
	right: 50px;
	font-size: 77%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
#page-inquiry a {
	text-decoration: none;
	color: #fff;
	width: 140px;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #ff0099;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#page-inquiry a:hover {
	text-decoration: none;
	background-color: #000000;
}