@charset "Shift_JIS";

body {
	background:white;
	padding-bottom:10px;
}

#all {
	width:510px;
	margin:0 auto;
	height:auto;
}

h1 {
	margin:0 0 20px;
	padding:0;
}

p#foot {
	margin:0;
	padding:0;
}

#btnClose {
	margin-bottom:10px;
	text-align:center;
}


#beta_kasou{
	position:relative;
	height:auto;
}

.breadcrumb.sp {
	display: none;
}

.breadcrumb.pc {
	display: block;
	font-size: 12px;
}

@media only screen and (max-width: 740px) {
	.breadcrumb.pc {
		display: none;
	}

	.breadcrumb.sp {
		font-size: 10px;
		display: block;
		border: none;
		margin-bottom: 0;
	}
}