@charset "utf-8";
/* CSS Document */

#products.guide article,
#products.guide article * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
}

#products.guide .function_guide {
	background-color: #f0f0f0;
	margin: 40px auto;
	padding: 20px 30px 30px;
	width: 950px;
}

#products.guide .function_guide div.func_fasthybrid{
	padding: 0 20px 10px;
	text-align: left;
}

#products.guide .function_guide div.func_fasthybrid img{
	margin-right: 5px;
}

 @media screen and (max-width: 640px) {

#products.guide .function_guide {
	width: 95%;
}
}

#products.guide .function_guide h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 30px;
}

#products.guide .function_guide h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 25px 0 15px;
}

#products.guide .function_guide h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 15px 0 10px;
}

#products.guide .function_guide h5 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 15px 0 10px;
}

#products.guide .function_guide ul {
	list-style-type: disc;
	margin: 0 0 15px 25px;
}

#products.guide .function_guide ol {
	list-style-type: decimal;
	margin: 0 0 12px 25px;
}

#products.guide .function_guide dl {
	margin: 0 0 20px 0;
	padding: 0.5em 0;
}

#products.guide .function_guide dl dt {
	margin-left: 1.5em;
	font-weight: 700;
}

#products.guide .function_guide dl dd {
	margin-left: 2.5em;
	margin-bottom: 1em;
}

#products.guide .function_guide dl.no-indent dt {
	margin-left: 0;
}

#products.guide .function_guide dl.no-indent dd,
#products.guide .function_guide dl.horizontal dd {
	margin-left: 0;
	margin-bottom: 1em;
}

#products.guide .function_guide dl.horizontal dt {
	font-weight: normal;
}

#products.guide .function_guide dl.horizontal dt,
#products.guide .function_guide dl.horizontal dd {
	display: table-cell;
}
@media screen and (max-width: 640px) {

#products.guide .function_guide dl {
	margin-left: .25em;
}

#products.guide .function_guide dl dt {
	margin-left: 0;
}

#products.guide .function_guide dl dd {
	margin-left: 0.5em;
}
}

#products.guide .function_guide dt.disc {
	padding: 0 0 0 12px;
	background: url(/support/share/images/ico_disc.gif) no-repeat left .5em;
}
 @media screen and (max-width: 640px) {

#products.guide .function_guide .one-half {
	float: none;
	width: auto;
}
}

#products.guide .function_guide .notice_blue {
	background-color: #fff;
	border: solid 2px #4c96c8;
	margin-bottom: 40px;
	padding: 15px 28px 30px;
}

#products.guide .function_guide .notice_blue h4 {
	line-height: 28px;
	margin: 0 0 25px;
	padding: 5px 0;
}