@charset "UTF-8";

#title2 {
	background-image:url(../img/title_bg.jpg);
}
#title2 h3 {
	position:absolute;
	bottom:50px;
	left:70px;
}
#title2 h3 img {
	height:105px;
	z-index:500;
}
.cvimg1 {
	background-image:url(../img/01.jpg);
}
.cvimg2 {
	background-image:url(../img/02.jpg);
}
.sstx {
	font-size:0.84em;
}
.ksub {
	color:#b57e1c;
	font-size:1.4em;
	font-family:serif;
}
.ksub2 {
	color:#b57e1c;
	font-size:1.16em;
	font-family:serif;
}
.ctab {
	margin-left:auto;
	margin-right:auto;
}
.okawa {
	width:400px;
	margin:0 auto;
}
.rightpc {
	text-align:right;
}
@media screen and (max-width: 499px) {
#title2 h3 {
	bottom:60px;
	left:20px;
}
#title2 h3 img {
	height:49px;
}
.okawa {
	width:80%;
	margin:0 auto;
}
.rightpc {
	text-align:left;
}
}

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

}

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

}