/* CSS Document */

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

/* core	================================================	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	line-height: 18px;
  font-weight: normal;
	box-sizing:border-box;
}

ol, ul {
	list-style: none;
}

br{
	letter-spacing:0;
}

a {
  color: #000;
	text-decoration:none;
}

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


.left-box,.right-box{
    float: left;
}

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

.listhead {
	margin:0px !important;
}

html {
	height: 100%;
}

body {
	
	font-family:'EB Garamond',HelveticaNeue,Helvetica, Arial,verdana,"Noto Sans JP","Hiragino Kaku Gothic ProN",'ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,"Osaka","ＭＳ Ｐゴシック",HelveticaNeue,Helvetica, Arial,verdana,sans-serif ;
	width:100%;
	font-size:12px;
	color:#000000;
   /* background-color: #ffffff;*/
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

