@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------------- reset &amp; defaultsetting */

html {
	font-size: 62.5%; /* 10px */
}

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object, hr {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, button {
	color: #333;
	font-size: 1.6rem;	
	/* font-weight: normal; */
}

a, ins {
  	text-decoration: none;
}

address, em, cite, dfn, var {
  	font-style:normal;
}

input, textarea, button,select {
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ,"Helvetica Neue",Helvetica; */
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic,YuGothicM,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo,sans-serif; 
	font-weight: 500;
}

img {
	border: none;
}

.clearfix:after {
  	content: ".";
  	display: block;
  	clear: both;
  	height: 0;
  	visibility: hidden;
}

.clearfix {
  	min-height: 1px;
}

* html .clearfix {
  	height: 1px;
  	/*¥*//*/
  	height: auto;
  	overflow: hidden;
  	/**/
}

a {
	outline: none;
}

a:hover {
	color:;
	text-decoration: none;
}

body {
	color: #333;
	font-size: 1.6em; /* 16px */
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ,"Helvetica Neue",Helvetica; */
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic,YuGothicM,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo,sans-serif; 
	line-height: 1.5;
	font-weight: 500;
}

/* @end */

ul {
	list-style: none;
}