@charset "UTF-8";
/*
	TABLET
*/
@media (max-width: 1000px) {
	.tab_sp_flonone{
		float: none;
		text-align:center;
		margin-bottom: 20px;
	}
}




@media (max-width: 768px) {
h3{text-align: center;}
h3 img{
	width: 50%;
}

#content h4.captionOuter {
    text-align:center;
}
#content h4.captionOuter img,
#content h5.caption img{
    width: 100%;
}

div.right img{
	width: 70%;
}

#content #textBox {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: none;
}
div.right{
	margin-top: 30px;
	float: none;
}

.tb_img01{
	display: block;
	margin:0 auto;
	width: 100%;
}

}