@charset "utf-8";

/*
------------------------------------------------
Style_Formatting
------------------------------------------------
*/

html, body {
	margin:0px;
	padding:0px;
	line-height:100%;
	font-size:14px;
	color:#333;
}

h1,h2,h3,h4,h5,h6,address,img {
  margin:0px;
  padding:0px;
  border:0px;
  font-style:normal;
  font-weight:normal;
}

div,blockquote,p,pre,ul,ol,li,dl,dt,dd {
  margin:0px;
  padding:0px;
  border:0px;
  list-style-type:none;
}

table,caption,th,td {
  margin:0px;
  padding:0px;
  border:0px;
  font-style:normal;
  font-weight:normal;
}

hr {
  margin:0px;
  padding:0px;
  border:0px;
}

iframe {
  margin:0px;
  padding:0px;
  border:0px;
}

form, fieldset, input, button, select, optgroup, option, textarea,
label, legend {
  margin:0px;
  padding:0px;
}

span, em, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object {
  margin:0px;
  padding:0px;
  border:0px;
  font-style: inherit;
  font-weight: inherit;
}
strong{
  margin:0px;
  padding:0px;
  border:0px;
  }
pre{
clear:both;
margin:0px;
padding:0px;
}
* {
	  font-family:  'Yu Gothic Medium', 'Yu Gothic','Noto Sans JP', 'Kozuka Gothic Pro', 'Kozuka Gothic Std', '小塚ゴシック Pro R', '小塚ゴシック Std R', 'Hiragino Gothic Pro', 'ヒラギノゴシック Pro W3',"メイリオ", Meiryo, Arial, Verdana, sans-serif;
}

@media all and (-ms-high-contrast:none) {
* {
		font-family:  YuGothic, "Yu Gothic Medium", "Yu Gothic","Noto Sans JP", "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

textarea,input,select {font-family:  YuGothic, "Yu Gothic Medium", "Yu Gothic","Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;}

img{
	vertical-align:bottom;
	max-width: 100%;
}

/*
------------------------------------------------
Style_Formatting＿HTML5 1120追加
------------------------------------------------
*/
article, aside, figure, footer, hgroup, nav, section {
display: block;
margin:0px;
padding:0px;
}
header{
display: block;
margin:0px;
padding:0px;
}

/*
------------------------------------------------
CSS Model
------------------------------------------------
*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
