
/* ↓ index
================================== */
.imgBox {
	overflow: hidden;
	zoom: 1;
}
.imgBox img {
	float: right;
}
.imgBox .text {
	float: left;
	width: 464px;
}
.imgBox.imgBox01 img {
	margin-right: 15px;
}
.imgBox.imgBox01 .text{
	width: 543px;
}

/* ↓ guide
================================== */
section dl.guide {
	margin-bottom: 20px;
	padding: 9px 10px 11px;
	background: #e7e5ef;
	border-radius: 4px;
  font-size: 14px;
}
section:first-child dl.guide {
	margin-top: 25px;
}
section dl.guide dt {
	font-weight: bold;
	font-size: 1.142em;
}
section dl.guide dt span:before {
	content: "\f12a";
	margin: 0 8px 0 0;
	padding: 6px 12px;
	background: #ffffff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #1A005D;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  vertical-align: middle;/*IE8*/
}
section dl.guide dd {
	margin-top: 10px;
	padding: 16px 20px 16px 19px;
	background: #ffffff;
}
section dl.guide dd .imgBox {
	overflow: hidden;
	zoom: 1;
}
section dl.guide dd .imgBox .photo {
	float: right;
	margin-top: 47px;
}
section dl.guide dd .imgBox .textBox {
	float: left;
	width: 490px;
}
section dl.guide dd .imgBox01 .photo {
	margin-top: 35px;
}
section dl.guide dd .imgBox01 .textBox {
	width: 530px;
}
section dl.guide dd .imgBox02 .photo {
	margin-top: 52px;
}
section dl.guide dd .imgBox02 .textBox {
	width: 440px;
}

section dd .ulList li {
	margin-top: 15px;
	padding: 15px 8px 0 0;
	border-top: 1px dotted #999;
	line-height: 1.6;
	overflow: hidden;
}
section dl.guide dd .ulList.discList li {
	padding-left: 1em;
	text-indent: -1em;
}
section dl.guide dd .ulList.discList li span:before {
	content: "\f111";
	padding-right: 8px;
	font-family: FontAwesome;
	font-size: 0.5em;
	vertical-align: middle;	
	color: #1A005D;
}
section dl.guide dd .ulList li:first-child {
	margin: 0;
	padding-top: 0;
	border: none;
}
section dl.guide dd .ulList.numList li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
section dl.guide dd .ulList.numList li span {
	margin-right: 8px;
	font-weight: bold;
	color: #1A005D;
}
section dl.guide dd .inner {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #999;
	overflow: hidden;
	zoom: 1;
}
section dl.guide dd .inner:first-child {
	margin: 0;
	padding: 0;
	border: none;
}
section dl.guide dd .inner .photo {
	float: right;
}
section dl.guide dd .inner .textBox {
	float: left;
	width: 508px;
	margin-top: -2px;
}
section dl.guide dd .inner .textBox .ttl {
	margin-bottom: 5px;
	font-weight: bold;
}
section dl.guide dd .inner .textBox .ttl:before {
	content: "\f10c";
	margin-right: 5px;
	font-family: FontAwesome;
	font-weight: bold;
	color: #1A005D;
}
