@charset "UTF-8";
html, body,
h1, h2, h3, h4, h5, h6,
div, dl, dt, dd, ul, ol, li, p,
blockquote, pre, hr, figure, table, caption, th, td,
form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0;
}
	  body{width: 90%;
    text-align: center;
    margin: 0 auto;}
        a
        {
            color: #fff;
            text-decoration: none;
            outline: none;
        }
        a:hover
        {
            color: #fff;
            text-decoration: underline;
        }
        a img
        {
            border: none;
        }
        
        #imageView_container
        {
            border: 2px solid #000;
        }
        #imageView_container.iv-loading
        {
            border: 2px solid #f00;
        }
		h1{    
		text-align: center;
		font-size: 50px;
        margin: 40px 0;
		width: 100%;
	    }
		.download{
		background:#900;color:#fff;padding: 16px 20px;margin: 30px auto 0px;width: 240px;font-size: 24px;text-align: center;border-radius: 10px;clear:both;text-decoration:underline;}
		.note{
		text-align: center; font-size: 14px; margin: 20px 0; color: #f5a76e;}
		h4{text-align:left;margin:10px 0}
		.pc{display:none;}