@charset "utf-8";
/*timeline.css */

.p_special .hidden {
	display: none;
}
.p_special em {
	font-weight: bold;
	font-style: normal;
	color: #C00;
}

.p_special #picture_container .item {
	margin-bottom: 10px;
}

.p_special img {
    max-width: 100%;
}

.p_special #picture_container .item img {
	margin: auto
}
@media screen and (min-width: 320px) {
.p_special #picture_container .item {
	width: 100px;
	height: 114px;
	overflow: hidden
}
.p_special #picture_container .item.large {
	width: 210px;
	height: 239px
}
}
@media screen and (min-width: 360px) {
.p_special #picture_container .item {
	width: 113px;
	height: 128px;
	overflow: hidden
}
.p_special #picture_container .item.large {
	width: 236px;
	height: 266px
}
}
@media screen and (min-width: 375px) {
.p_special #picture_container .item {
	width: 118px;
	height: 134px;
	overflow: hidden
}
.p_special #picture_container .item.large {
	width: 246px;
	height: 278px
}
}
@media screen and (min-width: 384px) {
.p_special #picture_container .item {
	width: 121px;
	height: 138px;
	overflow: hidden
}
.p_special #picture_container .item.large {
	width: 252px;
	height: 286px
}
}
@media screen and (min-width: 412px) {
.p_special #picture_container .item {
	width: 130px;
	height: 148px;
	overflow: hidden
}
.p_special #picture_container .item.large {
	width: 270px;
	height: 306px
}
}
@media screen and (min-width: 414px) {
.p_special #picture_container .item {
	width: 131px;
	height: 149px;
	overflow: hidden
}
.p_special #picture_container .item.large {
	width: 272px;
	height: 308px
}
}
@media screen and (min-width: 480px) {
.p_special #picture_container .item {
	width: 153px;
	height: 174px;
	overflow: hidden
}
.p_special #picture_container .item.large {
	width: 316px;
	height: 358px
}
}
@media screen and (min-width: 540px) {
.p_special #picture_container .item {
	width: 173px;
	height: 197px;
	overflow: hidden
}
.p_special #picture_container .item.large {
	width: 356px;
	height: 404px
}
}

/*
@media screen and (min-width: 750px) {
.p_special #picture_container .item {
	width: 243px;
	height: 277px;
	overflow: hidden
}
.p_special #picture_container .item.large {
	width: 496px;
	height: 564px
}
}
*/

.p_special #special-modal {
	display: none;
	position: absolute;
	top: 100px;
	left: 50%;
	right: 0;
	width: 400px;
	min-height: 300px;
	padding: 10px 0 20px;
	background: #fff;
	color: #000;
	border-radius: 0;
	opacity: 0;
	z-index: 10001;
}
.p_special #special-modal .modal-wrapper {
	background: #fff
}
.p_special #special-modal .modal-wrapper .photo {
	margin: 0 10px 10px;
}
.p_special #special-modal .modal-wrapper .close {
	position: absolute;
	top: 14px;
	right: 20px;
	background-image: url(../images/sprite-1527573139780.png);
	background-position: -622px -345.5px;
	width: 16px;
	height: 16px;
	background-size: 643px 634px;
    background-color: #fff;
    border: 6px solid #fff;
    cursor: pointer;
}
.p_special #special-modal .modal-wrapper .photo img {
	width: 100%
}
.p_special #special-modal .modal-wrapper .detail .profile {
	margin: 5px 10px 10px;
}
.p_special #special-modal .modal-wrapper .detail .profile .avatar {
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 13px;
	background-image: none; /* set at timline.js */
    background-position: center center;
	background-size: auto 100%;
	border-radius: 50%;
}
.p_special #special-modal .modal-wrapper .detail .profile .username {
	line-height: 35px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
@media screen and (min-width: 750px) {
.p_special #special-modal .modal-wrapper .detail .profile .avatar {
	width: 55px;
	height: 55px;
}
.p_special #special-modal .modal-wrapper .detail .profile .username {
	line-height: 55px;
	font-size: 18px;
}
}

.p_special #special-modal .modal-wrapper .detail .products {
	font-size: 12px;
	margin: 0 10px;
}
.p_special #special-modal .modal-wrapper .detail .products a {
	color: #999;
	text-decoration: none;
}
.p_special #special-modal .modal-wrapper .detail .products a > * {
	margin-top: 0.5em;
	line-height: 1.3em;
	width: calc(100% - 100px);
	text-align: left;
	float: right;
}
.p_special #special-modal .modal-wrapper .detail .products a:hover {
	color: #666;
}
.p_special #special-modal .modal-wrapper .detail .products .item_image {
	width: 90px;
	margin-top: 0;
	margin-right: 10px;
	float: left;
}
.p_special #special-modal .modal-wrapper .detail .products .item_image img {
	width: 90px;
	height: auto
}
.p_special #special-modal .modal-wrapper .detail .brand_name {
}
.p_special #special-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 150%;
	display: none;
	width: 100%;
	background: #000;
	z-index: 10000
}
.p_special #loading {
	margin: 10px 0;
	text-align: center;
}