@charset "utf-8";

/*******************************
  ��{�ݒ�
*******************************/

/*------------------------------
  CSS���Z�b�g
------------------------------*/

body, h1, h2, h3, p, ol, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Noto Sans', sans-serif;
	font-size: 62.5%;
	line-height: 1;
	background:#D0D0D0;
}

p, ol, ul, dl, table {
	font-size: 1.2em;
}

dl ol, dl ul {
	font-size: 1em;
}

table {
	border-collapse: collapse;
}

th, td {
	text-align: left;
	vertical-align: top;
}

li {
	list-style-type: none;
}

img {
	border-style: none;
	vertical-align: bottom;
}

b, em, strong, small {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

hr {
	display: none;
}

/*------------------------------
  common styles add 20150326
------------------------------*/
.addeddate { color:#e35841; display:inline;  display:-moz-inline-box; display:inline-block; /display:inline; /zoom: 1; vertical-align:middle; margin-left:9px; }
.label { display:inline;  display:-moz-inline-box; display:inline-block; /display:inline; /zoom: 1; vertical-align:middle; text-align:center; padding:0px 2px; width:48px; font-size:10px; border-radius:50px; -webkit-border-radius:50px; -moz-border-radius: 50px; margin-left:9px; line-height:1.2!important; }
.label-new { color:#fff; background:#e35841; }
.label-push { color:#fff; background:#479E56; }
.label-post { color:#fff; background:#51AAE1; }
.label-first { margin-left:0; }
.notice { color:#A94D44; }

/*------------------------------
  clearfix
------------------------------*/

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

.centering{
	text-align:center;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}

.no_display{
	display:none;
}

.margin_t8{
	margin-top:8px !important;
}
