#gbox {
 padding: 15px;
 background: #f9f8f6;
}

#img01 {
	width: 102px;
	text-align: right;
	float: right;
}

#txt02 {
	width: 326px;
	float: left;
}

#img02 {
	width: 300px;
	float: right;
}

#tit03 {
	clear: right;
	padding-top: 10px;
}

#kanjya {
	position: relative;
}

#txt04 {
	position: absolute;
	top: 45px;
	left: 90px;
}

#img05 {
	width: 83px;
	text-align: right;
	float: right;
}

@media only screen and (max-width: 700px) {

#txt02 {
	width: auto;
	float: none;
}

#img02 {
	width: auto;
	float: none;
}



}