@charset "utf-8";
/* CSS Document */

body {
	color:#FFF;
	/*background:rgba(0, 0, 0, 0) url("/img/photodiary_bg") no-repeat fixed center top / cover;*/
}
.main_title {
	color:#FFF;
}
#header {
	/*background-color:#FFF;*/
}

.title_container {
    position: relative;
}
.count {
    font-size: 20px;
    letter-spacing: 0.1em;
    position: absolute;
    right: 0;
    text-align: right;
    top: 27px;
}
.count span {
    color: #dbc28f;
    font-size: 30px;
    letter-spacing: normal;
    margin: 0 5px;
}
#tab {
    margin: 30px 0 50px;
    text-align: center;
}
#tab ul {
}
#tab li {
    display: inline-block;
}
#tab li img {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}
#tab li a:hover img {
    opacity: 0.5;
}
#rule {
    background: rgba(0, 0, 0, 0) url("/img/newface_01.jpg") no-repeat scroll center top;
    height: 370px;
    margin: 0 0 50px;
    width: 100%;
}
#main {
}
#main .container {
}
#list {
    padding: 0 0 50px;
}
#main li {
    margin: 0 0 20px;
    overflow: hidden;
	float:left;
	width:50%;
}
#main .thum {
}
#main .photo {
    overflow: hidden;
}
#main figcaption {
}
#main .photo {
	height:320px;
	overflow: hidden;
}
#main .photo img {
    max-width: 240px;
}
#main .thumr {
    float: left;
    height: 320px;
    position: relative;
    width: 60%;
}

#main .thum .icon_schedule {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, #8e6c37, #ffe9b7, #a47a3e) repeat scroll 0 0;
    color: #000;
    font-size: 0.75rem;
    font-weight: bold;
    left: 0;
    line-height: 1.2;
    padding: 3% 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 11;
}

#main .box {
    left: 150px;
    position: absolute;
    top: 24px;
		background:none;
		text-align: center;
}
#main .name {
    font-size: 1.4rem;
		line-height: 1.2;
}
/*.icon_schedule {
    background-color: #dbc28f;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin: 0 0 0 10px;
    padding: 1px 8px 0;
    text-align: center;
    vertical-align: middle;
}*/
#main .size {
    font-size: 0.9rem;
}
.icon {
    margin: 5px 0 0;

}
#main .icon li:first-child {
    /*border: 1px solid #666;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    padding: 0 10px;
    text-align: center;*/
		background-color: rgba(1, 1, 1, 0.7);
    border: 1px solid #997947;
    color: #fff;
    font-size: 0.8rem;
    padding: 0.5% 0;
    z-index: 11;
		width:100%;
		box-sizing: border-box;
		display:block;
}
#main .icon li {
     display:none;
}

.icon_group{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1em;
}
.icon_group_s{
	display: inline-block;
	line-height: 1em;
}
.icon_group_s img{
	width: 68px;
}







.date {
	background-color: #997947;
	    top: 0;
	    color: #fff;
	    font-size: 1.2rem;
	    line-height: 1.2;
	    padding: 1.8% 5%;
	    position: absolute;
	    left: 0;
	    text-align: center;
	    z-index: 11;
}
.date span {
    display: block;
    font-size: 0.8rem;
}
#main .pre {
    height: 160px;
    overflow: auto;
    padding:0 10px;
    position: absolute;
    top: 145px;
		font-size:0.9rem;
		line-height: 1.5;
    /*width: 690px;*/
}
#main .pre p {
}
