@charset "UTF-8";

#title2 {
	background-image:url(../img/title_bg.jpg);
}

#title2 h3 {
	position:absolute;
	top:50px;
	right:70px;
}
#title2 h3 img {
	height:91px;
	z-index:500;
}
.sptx li {
	float:left;
	width:550px;
	margin-bottom:30px;
}
.sptx li h4 {
	color:#b57e1c;
	font-size:1.24em;
}
.sptx li:nth-child(odd){
	margin-right:40px;
}
.sptx li:last-child {
	margin-bottom:0 !important;
}
.sptx img,.stiw {
	width:40px;
}

@media screen and (max-width: 499px) {
#title2 h3 {
	top:20px;
	right:20px;
}
#title2 h3 img {
	height:45px;
}
.sptx li {
	float:none;
	width:auto;
}
.sptx li h4 {
	color:#b57e1c;
}
.sptx li:nth-child(odd){
	margin-right:0;
}
.sptx img,.stiw {
	width:30px;
}
}

@media screen and (min-width: 500px) {

}

@media screen and (min-width: 1400px) {

}