@charset "utf-8";

/* reset
==================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, address, img, strong,
del, ins, dfn, em, abbr, acronym, kbd, q, pre, cite, code, samp, sub, sup, var,
fieldset, form, label, legend,
table, caption, thead, tbody, tfoot, tr, th, td,
dl, dt, dd, ol, ul, li,figure,figcaption,header,footer,nav,section{
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent;
	font-style: normal;
	font-size: 100%;
	line-height: 1.0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html{ overflow-y: scroll;}
ul{ list-style: none;}
del, ins{ text-decoration: none;}
blockquote, q{ quotes: none;}
ol{ list-style: none;}
table{
	border-collapse: collapse;
	border-spacing: 0;
}

/* common setting
==================================================*/
body{
	color:#333;
	background:#ffffff;
	line-height:1.7;
	-webkit-text-size-adjust:100%;
	font-family: "ヒラギノ角ゴ Pro W3";
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
}
@media screen and (max-width: 767px){
	body{font-size: 12px;}
	p{line-height: 1.5;}
}
@media screen and (min-width: 768px){
	body{font-size: 15px;}
	p{line-height: 1.7;}
}

a{
	color: #333;
	text-decoration: none;
}
img{border:0px;}
