#page {
	width: 800px;
}
#page_head {
	background-image: url(ill_head.png);
	background-repeat: no-repeat;
	background-position: 340px top;
	margin-bottom: 50px;
}
#page_head .title {
	margin-bottom: 30px;
}
#page_head h2 {
	font-weight: normal;
	color: #039e24;
}
#intro p {
	font-size: 14px;
	margin-bottom: 1.2em;
}
#examples {
	
}
#examples dl {
	display: inline-block;
	width: 47%;
	margin-right: 4%;
	vertical-align: text-top;
}
#examples dl.last-child {
	margin-right: 0%;
}
#examples dt {
	
}
#examples h2 {
	line-height: 1em;
	margin-bottom: 0.8em;
}
#examples h2 .exp-num {
	font-size: 20px;
	font-weight: normal;
	line-height: 1em;
	color: #04b74f;
	background-color: #fff;
	border: solid 1px #e8e8e8;
	border-radius: 3em;
	padding: 0.2em 0.5em;
	margin-left: 0.2em;
}
#examples h3 {
	text-align: center;
	font-size: 18px;
	line-height: 1em;
	padding: 1em;
	color: #fff;
	text-shadow: 0px 1px 3px rgba(1, 51, 2, 0.4);
	background-color: #33d004;
	border: solid 1px #30c204;
	border-bottom: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#examples ul.stat {
	display: block;
	margin-bottom: 10px;
}
#examples ul.stat li {
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0.6em;
	color: #038805;
	font-weight: bold;
	background-color: #c8ffbe;
	border: solid 1px #a7f09b;
	border-bottom: none;
}
#examples ul.stat li:last-child {
	border-bottom: solid 1px #a7f09b;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
#examples dd p {
	color: #119303;
	font-size: 13px;
	line-height: 1.7em;
}
#examples h4 {
	font-size: 11px;
	line-height: 1em;
	color: #757575;
	background-color: #f2f2f2;
	border: solid 1px #e8e8e8;
	padding: 0.6em;
	border-radius: 0.4em;
	display: inline-block;
	margin-bottom: 0.3em;
}
#optionService {
	
}
