@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: #ff4a58;
    font-size: 30px;
    letter-spacing: normal;
    margin: 0 5px;
}
#attendance {
	display: none;
}
#attendance table {
    border: 4px solid #aa986f;
    margin: 20px auto 30px;
    width: 800px;
}
#attendance tr {
}
#attendance td {
    border: 1px solid #B28500;
    padding: 1%;
    text-align: center;
}
#attendance td:first-child {
    width: 150px;
}
#attendance #tr1 td {
    /* background-color: #f9f9f7; */
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.05em;
    padding: 0.5%;
}
#attendance #tr2 {
}
#attendance #tr3 {
}
#box {
}
#box h2 {
    font-family: "kozuka-mincho-pro","Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;
    font-size: 36px;
    letter-spacing: 0.05em;
    margin: 20px 0 50px;
    text-align: center;
    text-decoration: underline;
		display: none;
}
#weekly {
    /*border-top: 3px double #ddd;*/
    text-align: center;
}
#weekly ol {
}
#weekly li {
	  font-family: "Roboto Slab",serif;
    float: left;
    font-size: 1.1rem;
		letter-spacing: 0.1em;
    /*font-style: italic;
    margin-left: 10px;
    margin-right: 10px;*/
    text-align: center;
    width:14.2857%;
		box-sizing: border-box;
		border-left:1px solid #555;
}
#weekly li:last-child{border-right:1px solid #555;}
#weekly li.today{
	  color:#fff;
		padding: 10px 0 ;
		position:relative;
		background: none;
		line-height: 1.8;
    /*margin-bottom: 10px;padding: 22px 0 6px;border-bottom: 3px solid #B28500;*/
}
#weekly li a {
    display: block;
    text-decoration: none;
	color:#999;
	transition: all 0.5s ease 0s;
		padding: 10px 0 ;
}
#weekly li a:hover{
	background: #333;
}
#weekly li.sat a {
    color: #007fff;
}
#weekly li.sun a {
    color: #ff4c4c;
}
#time {
    background-color: #000;
    color: #fff;
    text-align: center;
		display: none;
}
/*.texteffect a::after {
    height: 3px;
}*/
#time ol {
}
#time li {
    float: left;
    font-size: 16px;
    letter-spacing: 0.06em;
    width: 216px;
}
#time li a {
    color: #fff;
    display: block;
    padding: 3px 0;
    text-decoration: none;
}
#time span {
    border: 1px solid #D1C196;
    display: inline-block;
    padding: 13px 0 11px;
    width: 208px;
}
.select {
    background-color: #C60103;
    padding: 3px 0;
}
#time .select span {
    border-color: #fff;
}
.hvr-fade {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
	background-color: #C60103;
	color: white;
}
/*
#time .hvr-fade span:hover, #time .hvr-fade span:focus, #time .hvr-fade span:active {
    border-color: #fff;
}*/
#main {
    margin: 40px 0 0;
}
#main .container {
}
#main ul {
    margin: 0 0 5% 0;
}
#main li {
	float: left;
	width: 20%;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	height:373px;
}
#main a {
}
#main .box {
		bottom: 0;
    /*height: 80px;*/
    position: absolute;
    width:100%;
    z-index: 10;
    text-align: left;
}
#main .photo {
}
#main .photo img {
    width: 100%;
}
#main .icon {
    right: 0;
	top: 0;
	position: absolute;
}
#main .icon ul {
    margin: 0;
}
#main .icon li {
    height: auto;
    margin: 0 0 0 2px;
    padding: 4px 5px 3px;
    width: auto;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1;
    overflow: hidden;
    text-align: center;
    text-indent: 2px;
}

#main .icons{
}


.icon_newface {
    background-color: #FF4A58;
}
.icon_experience {
    background-color: #FF8C1B;
}
#main .thum {
}
#main .thumr {
    margin: 15px 0 0;
}
#main .name {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.3;
	text-shadow: 0 0 8px #000;
	padding-left:2%;
}
#main .size {
		color: #fff;
		font-size: 0.8rem;
		line-height: 1.5;
		padding-left:3%;
		text-shadow: 0 0 8px #000;
}
#main .sche_data {
    display: table;
    font-weight: bold;
    height: 50px;
    margin-top: 2%;
    overflow: hidden;
    width: 100%;
}
#main .sche_data .time {
	color: #fff;
	background: linear-gradient(135deg, #CFAF7A, #997947);
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin: 2px 0 0;
	width:65%;
	font-size:1rem;
	text-align: center;
	display:table-cell;
	vertical-align: middle;
}
#main .sche_data .realtime {
	/*border-radius: 30px;*/
	color: #fff;
	/*font-family: "kozuka-mincho-pro","Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;
	height: 40px;font-style: italic;padding: 19px 0;*/
	letter-spacing: 0.05em;
	text-align: center;
	text-indent: -3px;
	width:35%;
	display:table-cell;
		vertical-align: middle;
	/*width: 60px;*/
}
