@charset "shift_jis";
body{
	width:100%;
	margin:0px;
	color: #333;
	font: 12px "メイリオ",verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align:center;
	background-color:#fff;
}

.button {
	width: auto;
	height: 34px;
	display: inline-block;
	background-color: #393939;
	color: #fff;
	border: none;
	margin: 2px 0px;
	padding: 0 34px 0 20px;
	border-radius: 4px;
	font-size: 14px;
	font-family: "メイリオ", Meiryo,Tahoma,"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック",verdana,sans-serif;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
	
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-image: url("../images/in_arrow.png");

}
.button:hover {
	background-color: #005c98;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.4) inset;
	cursor:pointer;
}
