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

/************************************************************
HTML TAGS
************************************************************/
*{
	margin:0;
	padding:0px;
}

html, body {
	color:#333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', sans-serif;
	font-style: normal;
	letter-spacing:0.03em;
	background:#fffdf9;
	-webkit-text-size-adjust: 100%;
}

h1{}

h2{}

h3{}

h4{}

h5{}

p,dd,dt{
	line-height:2.2;
	font-weight:normal;
	letter-spacing:0.03em;
}

li{
	line-height:1.6;
}

table{}

th{line-height:1.6;	letter-spacing:0.02em;}

td{line-height:1.6;	letter-spacing:0.02em;}

ul,ol{list-style-type:none;}

li img, dt img, dd img{vertical-align:bottom; letter-spacing:0.02em;}

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

address{}

a{
	color:#46a9bb;
	outline:none;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img{
	border:none;
}


/* custom size*/
p,li,dt,dd,th,td{
	font-size:100%;
}

textarea{
	font-size:100%;
}

address{
	font-size:93%;
}