.site-header {
			text-align: center;
			padding: 10px 0;
			background: #fff;
			}

		.header-logo {
			height: 50px;
			width: auto;
			}

.common-step-item .num-nyuukai {
	font-size: 15px;
	height: 30px;
	width: 30px;
}
.nyuukai-step-item {
    font-size: 18px;
    color: #05b;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 12px;
}

/*	color
	---------------------------------------------------------------*/
	.orange { color: #FF6600; }
	.red { color: #ff0000; }
	.white { color: #ffffff; }
	.green { color: #008000; }
	.gray { color: #808080; }

@media only screen and (min-width: 1024px) {
		body {
			padding-top: 73px;
		}
	}
