@charset "UTF-8";

/* Reset CSS
---------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, header, main, footer, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}
header, footer, hgroup, menu, nav, main, article, section, aside, details, figcaption, figure {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
hr {
	display: none;
}
blockquote, q {
	quotes: none;
}
address, em {
	font-style: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
	border: none;
}

/* Fonts
---------------------------------------------------*/
body {
	font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Sawarabi Mincho", serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-weight: 500;
}

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

a{
	text-decoration: none;
	color: #333;
}

a:hover{
  color: #165e83;
}


/* clearfix
---------------------------------------------------*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
