.target {
	position: initial;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.link-like {
	background: transparent;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 55px;
	width: 100px;
	display: inline;
	color: #FFF;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	cursor: pointer;
}

input:hover {
	opacity: 0.5;

	/* IE */
	filter: alpha(opacity=50);
}

#body-wrap {
	background-image: url(../img/bg_transparent.png);
	height: 1000px;
	width: 100%;
	background-repeat: repeat;
}
