@charset "UTF-8";

/*================================================================
text
================================================================*/

body {
	font-size: 62.5%;
	line-height: 1.5;
	color: #333;
	font-family: 'Ubuntu', Helvetica, "Lucida Grande", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Sans-Serif, "Meiryo";
}
a {
	color: #24acdf;
	text-decoration: none;
}
a:visited {
	color: #24acdf;
}
a:hover {
	color: #F66;
	text-decoration: none;
}
span.strike {
	text-decoration: line-through;
}
p {
	font-size: 1.2em;
	margin-bottom: 1em;
}