﻿/*-------------------------------------------

    Title :  2015
    Usage :  Music page
    Edited:  2015-07-07

---------------------------------------------

    1. main content
       1.1. music box
       1.2. list
    2. responsive layout (736px)

---------------------------------------------*/



/*  1. main content
---------------------------------------------*/










/*  1.1. music box
---------------------------------------------*/

.music-box {
	margin-top: 11px;
	overflow: visible;
	background: #1c1c1c;
	border-radius: 8px 8px 5px 5px;
	}

.music-box .header {
	position: relative;
	padding: 0 12px;
	height: 35px;
	background: #fff;
	border-radius: 5px 5px 0 0;
	}

.music-box .header h3 {
	color: #34ccbf;
	font-weight: 500;
	font-size: 14px;
	line-height: 37px;
	letter-spacing: 2px;
	}

.music-box .header h3 small {
	margin-left: 5px;
	color: #606060;
	font-family: Arial, sans-serif;
	letter-spacing: 0;
	}

.music-box .header > a {
	position: absolute;
	top: 5px;
	right: 20px;
	text-decoration: none;
	}

.music-box .header > a:before {
	content: "\f105";
	color: #999;
	font: 24px/1 "Font Awesome", sans-serif;
	}

.music-box ol {
	counter-reset: number;
	overflow: hidden;
	border-radius: 0 0 5px 5px;
	}

.music-box ol li {
	color: #909190;
	font-weight: 400;
	font-size: 13.32px;
	}

.music-box ol li a {
	position: relative;
	display: block;
	padding: 0 10px;
	height: 30px;
	color: #909190;
	font-weight: 400;
	font-size: 13.32px;
	line-height: 30px;
	text-decoration: none;
	}

.music-box ol li a:hover {
	background: #3c575a;
	}

.music-box ol li a:before {
	content: counter(number, decimal) ".";
	counter-increment: number;
	margin-right: 4px;
	}

.music-box ol li a span {
	display: inline-block;
	vertical-align: top;
	width: 167px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}

.music-box ol li a small {
	position: absolute;
	top: 0;
	right: 10px;
	}



/*  1.2. list
---------------------------------------------*/

#list {
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	}

#list .header {
	height: 40px;
	background: #f9f9f9;
	border-bottom: 1px solid #d4d4d4;
	border-radius: 5px 5px 0 0;
	}

#list .header .ico {
	float: left;
	margin-top: 9px;
	width: 48px;
	height: 24px;
	text-align: center;
	text-indent: 2px;
	border-right: 2px solid #d4d4d4;
	}

#list .header .ico:before {
	content: "\f025";
	display: -moz-inline-box;
	cursor: default;
	color: #a9a9a9;
	font: 15px/26px "Font Awesome";
	text-indent: -moz-calc(-2px);
 	-moz-transform: rotate(0.1deg);
	}

#list .header ul {
	float: left;
	margin-left: 20px;
	}

#list .header ul li {
	float: left;
	height: 40px;
	color: #606060;
	line-height: 42px;
	}

#list .header ul li h3 {
	display: inline-block;
	height: 40px;
	font-weight: 400;
	font-size: 14.18px;
	}

#list .header ul li small {
	margin-left: 1px;
	font-size: 12.16px;
	}

#list .header .all {
	float: right;
	margin: 13px 15px 0 0;
	cursor: pointer;
	color: #606060;
	font-size: 1.4em;
	}

#list .header .all:before {
	content: "\f04b";
	float: left;
	margin: -1px 6px 0 0;
	color: #b2b2b2;
	font: 15px/1.2 "Font Awesome";
	}

#list img {
	display: none;
	}

#list > ul li {
	position: relative;
	margin-bottom: -2px;
	padding: 8px 10px;
	height: 50px;
	cursor: pointer;
	font-size: 0;
	line-height: 36px;
	}

#list > ul li.curr,
#list > ul li:hover {
	background: #f4f4f4;
	}

#list > ul li .num {
	position: relative;
	top: -1px;
	top: -moz-calc(0px);
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	width: 34px;
	height: 34px;
	color: #919191;
	font-size: 12px;
	text-align: center;
	}

#list > ul li.curr .num {
	font-size: 0;
	}

#list > ul li.curr .num:before {
	content: "\f04b";
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	color: #909191;
	font: 12px/32px "Font Awesome";
	text-indent: 4px;
	border: 1px solid;
	border-radius: 17px;
	}

#list > ul li .ttl {
	display: inline-block;
	vertical-align: middle;
	max-width: 342px;
	overflow: hidden;
	color: #606060;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	}

#list > ul li .views {
	position: relative;
	top: -moz-calc(1px);
	vertical-align: middle;
	color: #c0c4c8;
	font-size: 12px;
	}

#list > ul li .views:before {
	content: "(";
	}

#list > ul li .views:after {
	content: ")";
	}

#list > ul li .dur {
	position: absolute;
	top: 8px;
	right: 20px;
	color: #c0c4c8;
	font-weight: 300;
	font-size: 14px;
	}

#list > ul li.curr .dur {
	color: #919191;
	}

#list > ul li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 507px;
	height: 2px;
	background: #f4f4f4;
	}

/* #list .pager {
	position: relative;
	padding: 21px 16px 19px;
	font-size: 0;
	text-align: right;
	border-radius: 0 0 10px 10px;
	}

#list .pager > * {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	color: #606060;
	font-weight: 500;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 15px;
	}

#list .pager > .page:hover,
#list .pager > .page.curr {
	color: #fff;
	background: #34ccbd;
	}

#list .pager > .prev,
#list .pager > .next {
	width: 36px;
	height: 36px;
	color: #319f9c;
	font-weight: 400;
	border: 1px solid #34ccbf;
	border-radius: 5px;
	}

#list .pager > .prev { margin-right: 11px; }
#list .pager > .next { margin-left:  11px; }

#list .pager > .prev:hover,
#list .pager > .next:hover {
	color: #fff;
	background: #34ccbf;
	}

#list .pager > .prev:before,
#list .pager > .next:before {
	font: 32.34px/32px "Font Awesome";
	}

#list .pager > .prev:before { content: "\f104"; }
#list .pager > .next:before { content: "\f105"; }

*/

#list .pager > .mobile-load {
	display: none;
	}



/*  2. responsive layout (736px)
---------------------------------------------*/

@media screen and (max-width: 736px) {

/*  1. main content  */

#main {
	margin-bottom: 0;
	}

/*  1.2. list  */

#list {
	border-radius: 0;
	}

#list .header {
	height: 42px;
	border-radius: 0;
	}

#list .header .ico {
	display: none;
	}

#list .header ul {
	position: relative;
	z-index: 1;
	margin-left: 0;
	}

#list .header ul li {
	position: relative;
	float: none;
	margin-left: 20px;
	height: 42px;
	color: #606060;
	line-height: 42px;
	}

#list .header .all {
	margin-right: 20px;
	}

#list img {
	display: block;
	}

#list > ul li {
	margin: 0 10px;
	padding-right: 0;
	padding-left: 0;
	}

#list > ul li .num {
	margin-left: 6px;
	width: 23px;
	height: 23px;
	line-height: 25px;
	}

#list > ul li.curr .num:before {
	font-size: 9px;
	line-height: 22px;
	text-indent: 2px;
	}

#list > ul li .ttl {
	max-width: 158px;
	}

#list > ul li .dur {
	right: 10px;
	}

#list > ul li:after {
	left: 0;
	width: 300px;
	}

#list > ul.all-loaded li:last-child:after {
	display: none;
	}

#list .pager {
	height: auto;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top: none;
	}

#list .pager > * {
	display: none;
	}

#list .pager > .mobile-load {
	display: block;
	padding: 11px 0;
	width: auto;
	height: auto;
	cursor: pointer;
	}

#list .pager > .mobile-load:before {
	content: "\f107";
	display: block;
	cursor: pointer;
	color: #606060;
	font: 17px/1 "Font Awesome";
	text-align: center;
	}

}