/*========================================================*/
/* 先輩職員からのメッセージ専用CSS                        */
/*========================================================*/
/*------------------------------------*/
/* COMMON                             */
/*------------------------------------*/
/*---------------------------
  h3風装飾のh2  薄字ver
---------------------------*/
.mesH2 {
	font-size:160%;
	color:#465797;
	border-bottom:none;
	line-height: 1.3;
	margin-bottom: 20px;
	padding: 2px 10px 4px 14px;
	position: relative;
	font-weight:normal;
	border-left:8px solid #465797;
	font-family:"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
}

/*------------------------------------*/
/* message.shtml                      */
/*------------------------------------*/
.mesP {
	font-size: 93.3%;
	color: #222;
}
.mesML4 {
	margin-left: 4px;
}
.mesA {
	font-size: 93.3%;
	color: #353f90;
}
a:hover.mesA span {
	text-decoration: underline;
}

/*------------------------------------*/
/* message_detail.shtml               */
/*------------------------------------*/
.detailList {
	display: block;
	float: left;
}
.detailList.newGraduates {
	width: 276px;
}
.detailList.careerChange {
	width: 276px;
	margin-left: 10px;
}
.detailList h2 {
	border-bottom: 1px solid #01318a;
	margin-bottom: 12px;
	padding-bottom: 7px;
}
.detailList ul li {
	display: block;
	width: 133px;
	float: left;
	margin-left: 10px;
}
.detailList ul li:first-child {
	margin-left: 0;
}
.detailList ul li img {
	margin-bottom: 7px;
}
.detailList ul li a {
	color: #222;
}
.detailList ul li a span {
	margin-left: 4px;
}
.detailList ul li a:hover span {
	text-decoration: underline;
}
.detailBox h3 {
	font-size: 120%;
	font-weight: bold;
	color: #024c97;
}
.detailBox .detailQuestion {
	vertical-align: middle;
	margin: 0 13px;
}
.detailBox p {
	font-size: 93.3%;
	color: #222;
	letter-spacing: 0.075em;
	line-height: 1.6;
}

body.sp .detailList {
	float: none;
}
body.sp .detailList.newGraduates {
	width: auto;
	margin-bottom: 10px;
}
body.sp .detailList.careerChange {
	width: auto;
	margin-left: 0;
}
body.sp .detailList ul li {
	width: 44%;
	margin: 0 0 15px 4% !important;
}
body.sp .detailList ul li img {
	width: 100%;
}

body.sp .detailBox .detailQuestion {
	width: 35px;
	margin: 0 10px 0 0;
	vertical-align: -5px;
}

