﻿/*-------------------------------------------

    Title :  2015
    Usage :  Picture page
    Edited:  2015-06-28

---------------------------------------------

    1. main content
       1.1. pic rec
       1.2. list
       1.3. mobile ad
    2. responsive layout (736px)

---------------------------------------------*/



/*  1. main content
---------------------------------------------*/










/*  1.1. pic rec
---------------------------------------------*/

#rec {
	margin-top: 11px;
	background: #fff;
	border-radius: 5px;
	}

#rec .header {
	padding-bottom: 6px;
	border-bottom: 1px solid #888;
	}

#rec .header h3 {
	position: relative;
	padding: 10px 12px 0;
	color: #ff7800;
	font-weight: 300;
	font-size: 14px;
	}

#rec .header h3 span {
	display: inline-block;
	}

#rec .header h3 small {
	margin-left: 4px;
	color: #909190;
	font-size: 12px;
	}

#rec .header ul {
	margin: 7px 12px 0;
	font-size: 0;
	}

#rec .header ul li {
	display: inline-block;
	padding: 2px 4px 3px;
	padding-top: -moz-calc(3px);
	margin-right: 4px;
	cursor: pointer;
	color: #656565;
	font-weight: 300;
	font-size: 12px;
	border: 1px solid #a9a9a9;
	border-radius: 3px;
	}

#rec .header ul li.curr,
#rec .header ul li:hover {
	color: #fff;
	background: #ff7502;
	border-color: #ff7502;
	}

#rec > ul {
	display: none;
	padding: 3px 0 6px 6px;
	font-size: 0;
	}

#rec > ul.curr {
	display: block;
	}

#rec > ul li {
	display: inline-block;
	margin: 3px 3px 0 0;
	width: 72px;
	height: 72px;
	}

#rec > ul li a {
	display: block;
	width: 100%;
	height: 100%;
	}

#rec > ul li a img {
	width: 100%;
	height: 100%;
	border-radius: 2px;
	}



/*  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: "\f030";
	cursor: default;
	color: #a9a9a9;
	font: 14px/24px "Font Awesome";
	}

#list .header ul {
	float: left;
	margin-left: 57px;
	}

#list .header ul li {
	float: left;
	margin-left: 62px;
	height: 40px;
	cursor: pointer;
	color: #606060;
	line-height: 42px;
	}

#list .header ul li:first-child {
	margin-left: 0;
	}

#list .header ul li h3 {
	display: inline-block;
	height: 40px;
	font-weight: 400;
	font-size: 14.18px;
	border-bottom: 2px solid transparent;
	}

#list .header ul li.curr  h3,
#list .header ul li:hover h3 {
	border-bottom-color: #319f9c;
	}

#list .header ul li.curr h3 {
	color: #34ccbf;
	}

#list .header ul li small {
	margin-left: 1px;
	font-size: 12.16px;
	}

#list .content {
	position: relative;
	display: none;
	margin-right: -20px;
	cursor: default;
	}

#list .content.curr {
	display: block;
	}

#list .content {
	position: relative;
	display: none;
	font-size: 0;
	}

#list .content.all {
	margin-right: -20px;
	}

#list .content.all > a {
	float: left;
	margin: 0 4px 4px 0;
	}

#list .content.album {
	padding: 25px 0 0 25px;
	}

#list .content.album > a {
	display: inline-block;
	vertical-align: top;
	margin: 0 25px 32px 0;
	width: 142px;
	text-decoration: none;
	}

#list .content.album > a img {
	width: 142px;
	height: 124px;
	}

#list .content.album > a span {
	display: block;
	padding: 0 18px;
	height: 30px;
	color: #606060;
	font-weight: 400;
	font-size: 12px;
	line-height: 29px;
	border: solid #9c9c9c;
	border-width: 0 1px 1px;
	border-radius: 0 0 4px 4px;
	}

#list .footer {
	position: relative;
	top: -4px;
	clear: both;
	margin-bottom: -4px;
	padding-right: 20px;
	}

#list .footer .load-more {
	display: block;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	}

#list .footer .load-more:before {
	content: "\f107";
	color: #606060;
	font: 17px/1 "Font Awesome";
	}

#list .content:after {
	content: "";
	clear: both;
	display: block;
	}



/*  1.3. mobile ad
---------------------------------------------*/

.mobile-ad {
	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;
	float: none;
	display: table;
	margin-left: 0;
	width: 100%;
	}

#list .header ul li {
	position: relative;
	float: none;
	display: table-cell;
	vertical-align: middle;
	margin-left: 0;
	padding-top: 4px;
	width: 50%;
	height: 42px;
	color: #606060;
	line-height: normal;
	text-align: center;
	border-bottom: 2px solid transparent;
	}

#list .header ul li.curr,
#list .header ul li:hover {
	border-bottom-color: #319f9c;
	}

#list .header ul li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 1px;
	height: 32px;
	background: #c9c9c9;
	}

#list .header ul li:first-child:before {
	display: none;
	}

#list .header ul li h3 {
	height: auto;
	border-bottom: none;
	}

#list .content.all > a img[width="527"] { width: 320px; height: 180px; }
#list .content.all > a img[width="173"] { width: 104px; height:  91px; }
#list .content.all > a img[width="350"] { width: 212px; height: 186px; }

#list .content.album {
	padding: 12px 0 0 12px;
	}

#list .content.album > a {
	margin-right: 12px;
	margin-bottom: 12px;
	}

#list .content.album > a span {
	color: #221815;
	}

#list .footer .load-more {
	padding-top: 12px;
	padding-bottom: 12px;
	}

/*  1.3. mobile ad  */

.mobile-ad {
	display: block;
	margin: 8px auto 0;
	width: 306px;
	overflow: hidden;
	border-radius: 5px;
	}

}