@charset "UTF-8";	

/*--------------------------------------------------------------
 共通
--------------------------------------------------------------*/

/* スタイルの初期化 */
*{
	margin:0;
	padding:0;
}
img,a img{
	border:none;
	background:transparent;
	vertical-align:bottom;
}
ul ul,ul dl,dl ul,table p,table ul,table table{
	font-size:1em;
}
table{
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	overflow: hidden;
	}

/* common */
a:link {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.text{
	font-size:12px;
	line-height:1.6;
}
.text_s{
	font-size:12px;
	line-height:1.6;
}

.nowrap{
	white-space:nowrap;
}

/* 調整 */
.mb1em{
	margin-bottom:1em;
}
