@media only screen and (max-width: 480px) {
#main_board .txt01 {
	display: none;
}
#main_board .txt02 {
	display: none;
}
#main_board h2 .pc {
	display: none;
}
#main_board h2 .sp {
	display: block;
}
#main_board .txt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #5FD8D6;
	text-align: center;
	width: 100%;
	margin-top: 15px;
	margin-bottom: -15px;	
	display:block;	
}

.img02-posi {
	height: auto;
	width: 100%;	
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 43px;
}
.img02-posi img {
	height: auto;
	width: 100%;
}
.recommand_box {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	text-align:center;		
}
.recommand_title {
	height: auto;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;	
}
.recommand_title img {
	height: auto;
	width: 100%;

}
.recommand_item01 {
	margin-top: 0px;
	height: auto;
	width: 100%;	
}
.recommand_item01 a img {
	height: auto;
	width: 100%;
}

.recommand_item02 {
	margin-top: 20px;
	height: auto;
	width: 100%;	
}
.recommand_item02 a img {
	height: auto;
	width: 100%;
}
}