@charset "utf-8";

/* =================
	support.css		 
=================== */

section{
	margin-bottom:40px;
}

h2.title{
	background:url(../../images/support/h2_icon.png) 25px 50% no-repeat #fff;
	padding-left: 95px;
}

section h3{
	margin-bottom:35px;
}

section p.txt{
	font-size:116%;
}
section.intro p.txt{
	width:62%;
	float:left;
}

section p.image{
	display:inline-block;
	float:right;
}

section p.pdf{
	background:url(../../images/news/pdf_icon.png) 20px 50% #fff no-repeat;
	text-align:center;
	box-shadow: 0 0 8px gray;
	border-radius: 5px;
	width: 60%;
}

section p.pdf a{
	padding:20px 20px 20px 50px;
	display:block;
    font-size: 18px;
}