@charset "UTF-8";

/*==================================
    1:リセット
==================================*/
body {
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: auto!important;
	}
body, h1,h2,h3,h4,h5,h6,p,pire,blockquote,ul,di,dd, dl,form,fieldset{
	margin: 0;
	padding: 0;
/*	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-family: "FP-ヒラギノ明朝 ProN W3";
	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: 14px;
	font-weight: normal;
	}

/*==================================
    2:フォント
==================================*/
* { color: #fff; }
a {
	color:#fff;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	}
a:visited { color: #fff; }
a:hover {
	color: #fff;
	text-decoration: none;
	opacity: .7;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	}
/**/
