@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;*/
}


#box{
	background: rgba(0, 0, 0, 0) url("/img/bg_dot2.jpg") repeat-x scroll 0 0;
    margin-bottom: 2%;
    padding: 3% 0;
}




.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 h3 {
    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 .container{
	max-width:1250px;
}

#weekly ol {
}
#weekly li {
	  font-family:"Roboto Slab",serif;
		box-sizing: border-box;
    display:inline-block;
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 2% 0.5%;
    padding:0;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 12%;
		background: #000000;
		transform: skew(-13deg, 0deg);
}


#weekly li a {
    display: block;
    text-decoration: none;
	color:#fff;
	transition: all 0.5s ease 0s;
	padding: 20px 0 ;
}
#weekly li p {
	transform: skew(13deg, 0deg);
}


#weekly li:hover{
	background: #2d2932;
}
/*
#weekly li.sat a {
    color: #007fff;
}
#weekly li.sun a {
    color: #ff4c4c;
}*/

#weekly li.today{
	border:none;
	color: #fff;
	background: url(/img/bg_sch_nv.jpg) no-repeat;
	padding: 20px 0 ;
}

#weekly li span{
    display:block;
		font-size: 0.9rem;
		background: #FFFFFF;
		color:#000;
		width:70%;
		margin:3% auto 0;
		text-transform: uppercase;
		letter-spacing: 0;
}


#weekly li.sat span{
background:#BFCFFF;
}
#weekly li.sun span{
background:#FFCFBF;
}

#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 {
	/*common*/
}
#main a {
}

#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;
}
