@charset "UTF-8";

/********** h **********/
h1, h2, h3 {
	font-weight: 700;
	line-height: 1.4;
}

/********** a **********/
a {
	color: #337ab7;
	text-decoration: underline;
}
a:hover {
	color		: orange;
}
a:hover img {
	filter		: opacity(75%);
}

/********** input **********/
input:focus::-webkit-input-placeholder {
	color: transparent!important;
}
input:focus::-moz-placeholder {
	color: transparent!important;
}
input:focus::-ms-input-placeholder {
	color: transparent!important;
}
input:focus::placeholder {
	color: transparent!important;
}
