@charset "UTF-8";

/*---------------------------------------------

Base CSS

for あやな公国
at 2016-12-16

---------------------------------------------*/


html {
	height: 100%;
	background: #ffffff;
	font-size: 13px;
}

body {
	height: 100%;
  line-height: 1.6;
	font-family:Raleway, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #555555;
	text-align:center;
	word-break : break-all;
	-webkit-text-size-adjust: none;
}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

a:link, a:visited{
	color:#a63536;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

br.sp{
	display:none;
}