@charset "UTF-8";
/* common stylesheet */

/*--------------------------
resets
--------------------------*/
* {
	margin: 0;
	padding: 0;
	border: none 0;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, address,
ul, ol, li,
dl, dt, dd,
table, thead, tbody, tfoot, tr, th, td,
img, span, embed {
	margin: 0;
	padding: 0;
	border: none 0;
	font-size: 100%;
	font-style: normal;
	line-height: 1.6;
	font-weight: normal;
	text-decoration: none;
}

/*--------------------------
common settings
--------------------------*/
body {
	font-size: 12px;
	line-height: 1.6;
	color: #4a4a4a;
	font-family: "Verdana", "San-serif";
}

.body {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
}

.body_s {
	font-size: 83.4%;
	font-weight: normal;
	line-height: 1.6;
}

/*  文字サイズを10pt→12ptに/12pt→14ptに  */
.body_el {
	font-size: 120%;
	font-weight: normal;
	line-height: 1.6;
}

.body_date {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
}

/*--------------------------
anchors
--------------------------*/
a {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

/*--------------------------
extra classes
--------------------------*/
.flt_r { float:right; }
.flt_l { float:left; }
.clr_bth { clear:both; }

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}