@charset "UTF-8";

/* INTERFACE */


body{
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align:center;
	color:#000;
}

body>header{
	margin:100px 0 50px;
	padding:0 30px;
}

body>header img{
	max-width:200px;
	width:100%;
}

body>article{
	margin:0 0 120px;
	padding:0 30px;
}

body>article p{
	font-size:16px;
	line-height:1.8;
}

body>article a:link{
	color:#000;
	text-decoration:underline;
}

body>article a:visited{
	color:#000;
	text-decoration:underline;
}

body>article a:hover{
	color:#555;
	text-decoration:none;
}

body>article a:active{
	color:#555;
	text-decoration:none;
}

body>footer{
	padding:10px;
	border-top: solid 1px #000;
}

body>footer small{
	font-family:Verdana,sans-serif;
	font-size:10px;
}

@media only screen and (max-width:767px){
	body>header{
		margin:70px 0 50px;
	}
	
	body>header img{
		width:60%;
	}
	
	body>article{
		margin:0 0 100px;
	}
	
	body>article p{
		text-align:justify;
		font-size:15px;
		line-height:1.6;
	}
	
	body>article a{
		font-size:12px;
		line-height:1.4;
	}
	
	body>article p br.pc{
		display:none;
	}


}