@charset "utf-8";

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

/*------------------------ 分類：背景色------------------------*/
.bg-blue{
	background: #eaf4fe;
}
.bg-blue02{
	background: #f6fafe;
}
.bg-blue03{
	background-color: #C6D9FF;
}
.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;
}
.color-red{
	color: #c85151;
}
.txt-super{
	vertical-align: super;
	font-size: 10px;
}
.txt-center{
	text-align: center;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
	left: 35px;
	top: 95px;
}
.opacity80 {
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


.p-column-box03-inner {
	padding: 15px 20px 10px 0;
}

.p-column-box03-left {
	width: 73px;
	float: left;
}

.p-column-box03-right {
	width: 70px;
	float: right;
}
.line-through {
	text-decoration: line-through;
}