File Input Test: Custom Design

HTML

<h1>File Input Test</h1>
<label for="file_photo">
	+写真を選択
	<input type="file" id="file_photo" style="display:none;">
</label>