@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.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, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 62.5%;/*rem調整*/
	vertical-align: baseline;
	font-family :
	YuGothic,'Yu Gothic','Noto Sans JP','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	text-align: justify;
  	text-justify: inter-ideograph;
}
/*IE用游ゴシック調整*/
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .next_wrap a,#news .news_list,#news .news_line a{font-family:'Noto Sans JP',"ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;font-weight:normal;}
}

span {font-weight:bold;}
span a{font-weight:bold;}
img {
	width:100%;
	height: auto;
	border: 0 none;
	vertical-align: bottom;
	height: auto;
}
a {color: #F15A24;text-decoration:none;}
a:hover {color: #A67C52;text-decoration:none;}
a:hover img {opacity:0.75;}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* 
HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

