@charset "UTF-8";
/*==============================================
music
==============================================*/
#music h2 {
	text-align: center;
	margin-bottom: 30px;
}

#music h2 img {
	width:30%;
	height: auto;
	}

/*newsnav*/
ul.musicNav {
	margin-bottom: 15px;
}

ul.musicNav li {
	float: left;
}

ul.musicNav li a {
	padding: 10px 15px;
	color:#fff;
}

ul#musicNavSPbtn {
	display: none;
}

li.musicNavAll a { background: #002f34; }
li.musicNavSingle a { background: #aa65c4; }
li.musicNavAlbum a { background: #e87daf; }
li.musicNavVideo a { background: #96b980; }
li.musicNavOthers a { background: #59a3cd; }
li.musicNavClub a { background: #c6b244; }

li.musicNavAll a.current, li.musicNavAll a:hover { color: #002f34; background:#e1f1f3 ; }
li.musicNavSingle a.current, li.musicNavSingle a:hover { color: #aa65c4; background:#efdff5; }
li.musicNavAlbum a.current, li.musicNavAlbum a:hover { color: #e87daf; background:#f7e5ed; }
li.musicNavVideo a.current, li.musicNavVideo a:hover { color: #96b980; background:#e9f4e3; }
li.musicNavOthers a.current, li.musicNavOthers a:hover { color: #59a3cd; background:#ddeaf2; }
li.musicNavClub a.current, li.musicNavClub a:hover { color: #c6b244; background:#f3f0dd; }


.musicSingle { background:#aa65c4;}
.musicAlbum { background:#e87daf;}
.musicVideo { background:#96b980;}
.musicOthers { background:#59a3cd;}
.musicClub { background:#c6b244;}



/*single*/
#musicSingleInner{
	background: #002f34;
	color:#fff;
	padding: 25px 0;
}

#musicSingleType {
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 3px 0;
}

#musicSingleInner h3 {
	font-size: 26px;
	text-align: center;
	padding: 0 15px;
	line-height: 1.4;
	margin-bottom: 20px;
}

#musicSingleInner h3 span {
	display: block;
	font-size: 20px;
}

#musicSingleInner h4 {
	font-size: 17px;
	line-height: 1.4;
	margin-bottom:5px;
	font-weight:bold;
}

#musicSingleName{
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	top:-10px;
	font-size: 16px;
}


#musicSingleCover {
	text-align: center;
	margin-bottom: 20px;
}

#musicSingleCover img {
	width:500px;
	height: auto;
}

#musicSingleInfo {
	text-align: center;
	margin-bottom: 1em;
	font-size: 18px;
}

#musicSingleContents {
	border-top:1px solid #e76097;
	padding: 15px 40px;
	font-size: 16px;
}

#musicSingleContents ul,
#musicSingleContents ol,
#musicSingleContents p {
	margin-bottom: 1.5em;
}

#musicSingleContents ol li {
	list-style-type: decimal;
	margin-left: 1.5em;
	line-height: 1.4;
	margin-bottom: .3em;
}

#musicSingleContents ul li {
	list-style-type: disc;
	margin-left: 1.5em;
	line-height: 1.4;
	margin-bottom: .3em;
}


.musicSingleContentsBnr a:hover {
	opacity: 0.7;
}



/*idx*/
#musicIdxInner{
	background: #002f34;
	color:#fff;
	padding: 15px;
}

.musicIdxBox {
	width:477px;
	margin-right: 15px;
	float: left;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.musicIdxBox:nth-child(even) {
	margin-right: 0;
}

.musicIdxBox a {
	color: #fff;
	display: block;
	position: relative;
}

.musicIdxBox a:hover {
	opacity: 0.75;
}

.musicIdxBoxL {
	float: left;
	width:25%;
}

.musicIdxBoxR {
	float: right;
	width:72%;
}

.musicIdxBoxL img {
	width: 100%;
	height: auto;
}

.musicIdxBoxR .musicIdxType {
	padding: 2px 7px;
	margin-bottom: 5px;
	font-size: 14px;
}

.musicIdxBoxR h3 {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 3px;
}

.musicIdxBoxR h3 span {
	font-size: 14px;
	display: block;
}

.musicIdxName {
	font-size: 13px;
}

.musicIdxDate {
	font-size: 11px;
	color:#c6e2e6;
}

.musicIdxBoxRarrow {
	float: right;
	line-height: 1;
	display: inline-block;
	background: #3b5f63;
	padding: 3px 7px;
	font-size: 20px;
	position: absolute;
	bottom: 0;
	right:0;
}
