@charset "utf-8";
/* CSS Document */

	.container {
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		width:100%;
		height:100vh;
		padding-top: 8%;
	}

	.box {
		width: auto;
		height: 100%;
		text-align: center;
		line-height:2.5;
		font-size: .9rem;
		color: #4b4b4b;
		font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	}

	@media screen and (max-width: 480px) {
		.box {
			width: 70%;
		}
	}	

	.addr {
    line-height: 1.5;
    display: block;
	}

	#logo {
		width:100%;
		max-width:500px;
	}

	hr.line { 
		border: 0; 
		height: 1px; 
		background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
		background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
		background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
		background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
	}
