/* CSS Document */

#pagetitle #head {
	background: url(img/guide_topimg.jpg) center center / cover no-repeat;
}

#pagetitle #head #label {
	background: #f90;
}

#pagetitle #head #label h2,
 #guide h3,
 #ours h3,
 #others h3 {
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
}

#pagetitle #head #label h2 {
	height: 19px;
	width: 90px;
	background: url(img/guide_h2.png) no-repeat;
	background-size: 90px 19px;
}

#guide h3 {
	margin: 45px auto 20px;
	height: 25px;
	width: 103px;
	background: url(img/guide_h3_01.png) no-repeat;
	background-size: 103px 25px;
}

#ours h3 {
	margin: 90px auto 20px;
	height: 25px;
	width: 207px;
	background: url(img/guide_h3_02.png) no-repeat;
	background-size: 207px 25px;
}

#ours div {
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #808080;
	box-sizing: border-box;
}

#ours div ul {
	margin: 0;
	padding: 0;
}

#ours div ul li {
	margin-left: 1.5em;
	padding: 0;
}

#others {
	padding: 0 0 60px;
}

#others h3 {
	margin: 90px auto 20px;
	height: 25px;
	width: 76px;
	background: url(img/guide_h3_03.png) no-repeat;
	background-size: 76px 25px;
}

#others span {
	font-weight: bold;
	color: #e72919;
}

#others img {
	padding: 30px 0 10px;
	width: 100%;
	height: auto;
}
