@charset "UTF-8";

/*==================================
    1:リセット
==================================*/

body {
	font-family: "FP-ヒラギノ明朝 ProN W3";
	font-feature-settings: "palt" 1;
  line-height: 1.2;
}

body, h1,h2,h3,h4,h5,h6,p,pire,blockquote,ul,di,dd, dl,form,fieldset{
  margin: 0px;
  padding: 0px;
	list-style-type:none;
	letter-spacing:0.02em;
}


input,textarea {
  font-size: 1em;
	margin:0;
}

address {
  font-style: normal;
}

img,
fieldset {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
  font-size: 16px;
  font-weight: normal;
}

footer{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style-type: none;
  display: block;
}

/*==================================
    2:フォント
==================================*/
* {}

a {
	color:#000;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	text-decoration:none;
}
/**/
