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

body{
    background-image: url("img/bg_washi_wh.jpg");
    color: #211900;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
    top: 15px;
    color:rgba(255,255,255,0.9);
    margin-left:15px;
    font-size: 150%;
}

.section{
	color: #3a342c;
}

.prof-name{
	font-size: 16px;
	font-weight: bold;
}

.profile{
	font-size: 15px;
}

/*スケジュール*/
.schedule{
	font-weight: bold;	
	text-align: center;
	margin-bottom: 60px;	
}


.schedule p{
	margin-bottom: 20px;
}

.date{
	margin-top: 20px; 
	font-family: 'EB Garamond', Arial, serif;
	font-size: 62px;
}

.saturnday{
	font-size: 30px;
	font-weight: bold;
	color: blue;
}

.sunday{
	font-size: 30px;	
	font-weight: bold;
	color: red;
}

.hollyday{	
	font-size: 30px;
	font-weight: bold;	
	color: red;	
}

.start{
	font-family: 'EB Garamond', Arial, serif;
	font-size: 30px;	
	font-weight: bold;
}

.charge{	
	margin-left: 1em;
	font-weight: bold;
	color: #F60;	
}

.venue{	
	font-weight: bold;	
}


.css_btn_class {
	font-size:16px;
	font-family:Verdana;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d02718;
	padding:9px 70px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ff483b 5%, #e31e0c 100% );
	background:-ms-linear-gradient( top, #ff483b 5%, #e31e0c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff483b', endColorstr='#e31e0c');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff483b), color-stop(100%, #e31e0c) );
	background-color:#ff483b;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 11px #810e05;
 	-webkit-box-shadow:inset 1px 1px 2px -1px #f5978e;
 	-moz-box-shadow:inset 1px 1px 2px -1px #f5978e;
 	box-shadow:inset 1px 1px 2px -1px #f5978e;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #e31e0c 5%, #ff483b 100% );
	background:-ms-linear-gradient( top, #e31e0c 5%, #ff483b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31e0c', endColorstr='#ff483b');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e31e0c), color-stop(100%, #ff483b) );
	background-color:#e31e0c;
}.css_btn_class:active {
	position:relative;
	top:1px;
}


