@charset "utf-8";

/* -------------------------------------------------- */
/* 音楽学部 > モスクワ音楽院 特別演奏コース */
/* -------------------------------------------------- */


/* 専用のメインビジュアル */
/* -------------------------------------------------- */

#mvRc {
	width: 100%;
	height: 80px;
	background-image: url(../../../img/music/moscow/header_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 60px;
}

#mvRcInner {
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#mvRcTitle {
	text-align: center;
	color: #fff;
}

#mvRcTitleEn {
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.200em;
	margin-bottom: 15px;
}

#mvRcTitleJp {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	transform: scale(0.9,1);
}


/* レイアウト 段組col2の調整 */
/* -------------------------------------------------- */

#rc.col2 {
	padding-bottom: 20px;
}

#rc .col2Item {
	margin-bottom: 20px;
}

#rc .col2ItemImg {
	margin-bottom: 0;
	border: solid 1px #d9d9d9;
}


/* 下層ページへのリンク */
/* -------------------------------------------------- */

.rcHead {
	width: 100%;
	display: table;
}

.rcHeadImg {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.rcHeadImg img {
	width: 100%;
	height: auto;
}
.rcHeadTxt {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	background-color: #fff;
	background-image: url(../../../img/common/bg_arrow_purple2.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 10px 16px;
}

.rcHeadTxtTitle {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.100em;
}

.fbLink {
	display: block;
	width: 60%;
	margin: 0px auto 50px;
}

.fbLink img {
	width: 100%;
}

/* 他ページへのリンク */
/* -------------------------------------------------- */

.pageLink ul li a.current {
	color: #965aa0;
	background-image: url(../../../img/music/bg_arrow_page.png) !important;
}

#morePage {
	background-color: #f2edf8;
}

