@charset "utf-8";

/*------------------------ 分類：レイアウト ------------------------*/
.w940{
	width: 940px;
	margin: 0 auto;
}

/*------------------------ 分類：背景色------------------------*/
.bg-blue{
	background: #eaf4fe;
}
.bg-blue02{
	background: #f6fafe;
}
.bg-blue-img{
	background: url(/common/img/bg_blue.png);
}
.bg-purple{
	background: #f9eefb;
}
.bg-purple-img{
	background: url(/common/img/bg_purple.png);
}
/*------------------------ 分類：文字色系------------------------*/
.mh-blue{
	padding: 25px 0 15px;
	text-align: center;
	border-bottom: solid 2px #82a7cc;
}
.mh-purple{
	padding: 25px 0 15px;
	text-align: center;
	border-bottom: solid 2px #ad72b9;
}
.color-blue{
	color: #7ca3ca;
}
.color-purple{
	color: #a96bb6;
}
.txt-super{
	vertical-align: super;
	font-size: 10px;
}
















