@font-face {
    font-family: 'GillSansMT';
    src: url('fonts/GillSansMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GillSansMT';
    src: url('fonts/GillSansMT-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'GillSansMT';
    src: url('fonts/GillSansMT-Bold.woff') format('woff');
    font-weight: bold;
}
@font-face {
    font-family: 'GillSansMT';
    src: url('fonts/GillSansMT-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
body,h1,h2,h4,h5,h3{
	font-family: GillSansMT;
	color: #313131;
}
h1,h2,h4,h5,h3{
	margin: 0;
	padding: 10px 0;
}
body{
	font-size: 14px;
	line-height: 22px;
}
p{
	line-height: 22px;
}
h1,h2,h3,h4,h5{
	line-height: 100%;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 22px;
}
h3{
	font-size: 18px;
	font-weight: normal;
}
h4{
	font-size: 16px;
	font-weight: normal;
}
/*----- link & link hover -----*/
body{
	color: #525252;
}
a,a:hover,a:link, a:visited{
	text-decoration: none;
}
blockquote{
	margin: 30px 20px;
	padding: 5px 10px 5px 40px;
	background-image: url('../images/quote.png');
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	font-size: 18px;
	-webkit-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	transform: skewX(-8deg);
}
blockquote *{
	font-size: 18px !important;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding: 8px 8px;
	background: #eeeeee;
	border: none;
	color: #8F8F8F;
	border: solid 1px #b1b1b1;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus{
	background-color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
