@charset "utf-8";
/* -----------------------------------------
page.css
個別ページ設定用css
----------------------------------------- */

.cmnSubTitle {
	position: absolute;
	top: 19px;
	right: 15px;
	color: #1d2c79;
}
body.sp .cmnSubTitle {
	position: static;
	margin-top: 5px;
	text-align: right;
}

.cmnTitleDeepBlue {
	font-weight: bold;
	font-size: 113.3%; 
	color: #024c97;
}
.cmnTitleDeepBlue.hasIcon {
	position: relative;
	padding: 3px 0 3px 60px;
}
.cmnTitleDeepBlue.hasIcon img {
	position: absolute;
	top: 0;
	left: 0;
}
body.sp .cmnTitleDeepBlue.hasIcon {
	padding: 2px 0 2px 50px;
}
body.sp .cmnTitleDeepBlue.hasIcon img {
	width: 40px;
}

.cmnBorderBtm {
	text-decoration: underline;
}

.imgLineBtm {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.cmnH3Blue {
	font-weight: bold;
	font-size: 113.3%; 
	color: #024c97;
	float: left;
	margin-right: 20px;
}
body.sp .cmnH3Blue {
	float: none;
	margin-bottom: 5px;
}

.txtLightBlue {
	color: #024c97;
}

.borderTop {
	border-top: 1px solid #ccc;
}

/* 
----------------------------------------- */

