@charset "utf-8";
/*---------------------------------------------
汎用
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #666666;
}

a img {
	border: none;
}

body {
	text-align: left;
	line-height: 1.7;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #888888;
	background-color: #ffffff;
}
/*---------------------------------------------
汎用
---------------------------------------------*/


/*---------------------------------------------
全般
---------------------------------------------*/
/*レイアウト*/
.fr {
	float: right;
}

.fl {
	float: left;
}

.cl {
	clear: both;
}

/*マージン*/
.mgt5 {
	margin-top: 5px;
}

.mgr5 {
	margin-right: 5px;
}

.mgb5 {
	margin-bottom: 5px;
}

.mgl5 {
	margin-left: 5px;
}

/*パディング*/
.pd5 {
	padding: 5px;
}

.pd10 {
	padding: 10px;
}

/*文字位置*/
.txtr {
	text-align: right;
}

.txtc {
	text-align: center;
}

/*フォントサイズ*/
.f10 {
	font-size: 10px;
}

.f14 {
	font-size: 14px;
}

/*行間*/
.lh1 {
	line-height: 1;
}

.lh14 {
	line-height: 1.4;
}

/*フォントカラー*/
.sp {
	color: #6C272D;
}

/*---------------------------------------------
全般
---------------------------------------------*/
