﻿.linkStyle { color:#181818;
}
.linkStyle:hover { opacity:0.7;transition: all 0.3s;
}

h1 a {
	width:250px;
	display: block;
}
#catch h2 {
	font-size:32px;
	line-height: 1.5!important;
}
#intro hgroup p {
	margin-bottom: 10px;
}
#intro hgroup h2 {
	font-size:24px;
	line-height: 1.5!important;
}
footer .footer_txt {
    line-height: 1.5;
}
@media (max-width:768px){
#catch h2 {
	font-size:26px;
}
#intro hgroup h2 {
	font-size:18px;
}
}
@media (max-width:667px){
#catch h2 {
	font-size:16px;
}
#intro hgroup h2 {
	font-size:16px;
}
#page_title h2 {
    font-size:24px;
}
}