@charset "UTF-8";

/*------------------------
	base
-------------------------*/
*,
*::before,
*::after { box-sizing: border-box; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }
#wrapper_ar h1, #wrapper_ar h2, #wrapper_ar h3, #wrapper_ar h4, #wrapper_ar h5, #wrapper_ar h6 { overflow: hidden; font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif; }

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a { display: block; }
a:hover, a:active,
a:link, a:visited { color: #000; text-decoration: none; }
img { width: 100%; height: auto; }

/*------------------------
	bread crumb
-------------------------*/

#plist {
	letter-spacing: 0.2em;
	font-size: 12px;
	line-height: 1;
	max-width: 920px;
	margin: 10px auto;
	vertical-align: middle;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#plist li {	font-size: 83.4%; float: left; }

@media (max-width: 919px) {
	#plist { display: none; }
}