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

body {
	color:#FFF;

}
.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: #ffcebf;
    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 {
	background: url(/img/bg_type2.jpg) no-repeat  fixed center top;
	background-size:100% auto;
}
#main .container {
}
#list {
    padding: 0 0 50px;
		text-align: center;
}
#main li:nth-child(2n) {
    margin: 0 2% 8%;}
#main li {
    margin: 0 0 20px;
    /*overflow: hidden;*/
	display: inline-block;
	width:46%;
}
#main .thum {
}

#main figcaption {
}
#main .photo {
	/*height:320px;
	overflow: hidden;*/
	float: left;
    padding-bottom: 10%;
    width: 50%;
		background:none;
}
#main .photo img {
    max-width: 360px;
		background-color: #000;
		width: 100%;
}
#main .thumr {
    background: linear-gradient(90deg, #303030, 60%, #1f1e1e);
    float: left;
    height: 320px;
    position: relative;
    width: 60%;
}

.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 {
	/*position: absolute;
	right:0;
	top:5%;
	color: #fff;
	text-align: left;
	z-index: 10;
	vertical-align: top;
	padding:12% 2% 2% 2%;
	width:55%;
	background:rgba(1,1,1,0.7);
	background-size:100% auto;
	font-size: 0.9rem;
	line-height: 1.6;*/


	background: rgba(1, 1, 1, 0.7) none repeat scroll 0 0 / 100% auto;
	    float: left;
	    font-size: 0.9rem;
	    line-height: 1.6;
	    margin: 70px 0 0 -30px;
	    padding: 50px 5% 5%;
	    position: relative;
	    text-align: left;
	    vertical-align: top;
	    width: 44%;
	    z-index: 10;


}
#main .name {
    font-size: 1.4rem;
		line-height: 1.2;
		margin: 15px 0 2px;
}

#main .size {
    font-size: 0.77rem;
	margin-bottom:4%;
letter-spacing: 0.08em;
}

#main .icons {
    top: 0;
    width: 20%;
}
.sche_info {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 145px;
/* max-width: 250px; */
}


.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;
}
.date {
	font-size: 1.5rem;
    line-height: 1.2;
}
.date span {
    font-size: 0.9rem;
		margin: 0 2px;
}
#main .pre {
    margin-top:20px;

}
#main .pre p {
}
