@charset "UTF-8";


html {
	font-size: 62.5%;}
	
body {
	font-size: 1.2rem;
	font-family: sans-serif;
	-webkit-text-size-adjust: none;
	text-align: center;
	}
	
.clearfix:after{
	content:'.';
	visibility:hidden;
	width:100%;
	clear:both;
	line-height:0px;
	}

img {
	margin: 0;
	padding: 0;
	border: 0;}
	
li {
	list-style: none}

p {
	font-size: 1.2rem;
	line-height:1.65;
	}
	
a:link {color:#000000}/*未アクセス状態*/
a:visited {color:#543C24}/*アクセス済み*/
a:active {color:#543C24}/*アクセス中*/
a:hover {color:#543C24}/*カーソルを重ねた時*/