@charset "UTF-8";

*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,object,blockquote {
	margin: 0;
	padding: 0;
	}
	
html,body {
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
	}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height:1.5em;
	background-color:#fff;
	text-align:center;
	position:relative;
	}

a img{
	border:none;
}
ul li{
	list-style:none;
	}
p{
	text-align:justify;
	text-justify:distribute;
	}

table{
	border-spacing:0;
	border-collapse:collapse;
}

/*テキストリンク*/
a {
	text-decoration:none;
	color:#333;
	}
	


@font-face {
        font-family: 'Noto Serif';
	font-style: normal;
        src: url(/common/fonts/NotoSerif-Regular.ttf) format('truetype');
        /*src: url(/common/fonts/NotoSerif-Bold.ttf) format('truetype');*/
    }



/*clearfix*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
	}
	
#textimg0 {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:430px;
}
	











