@charset "Shift_JIS";

/*スマートフォンサイズ対応設定*/


/*index.html Contentトップ*/
@media print, screen and (max-width:640px){



	.ContentImage{
		text-align:center;
	}

	.MapWidth{		
		position: relative;
		width:100%;
		height:300px;
	}

	p.ContentTextBox{
		width:100%;
	}

	p.ContentTextIndent{
		width:95%;
		padding-left:1em;
		text-indent:-1em;
		
	}

}