* { 
	font-family:sans-serif;
	margin:0;
	padding:0;
}
body {
	margin:0;
}
div {
	 text-align:center;
}
audio {
	display:none;
}
select {
	height: 58px;
	width: 80px;
	font-size:18px;
}
input[type=checkbox] {
	width:20px;
	height:20px;
}
.Button {
    position: relative;
    margin:20px auto;
    display: block;
    text-decoration: none;
    color: #000;
    border-radius: 18px;/*角の丸み*/
    box-shadow: 0 5px 0 rgba(0, 0, 0,0.5);
    width:170px;
    height:58px;
    font-size:18px;
    line-height:58px;
    text-align:left;
    text-indent:50px;
}
.ButtonStop {
    position: relative;
    margin:20px auto;
    display: block;
    text-decoration: none;
    color: #000;
    border-radius: 18px;/*角の丸み*/
    box-shadow: 0 5px 0 rgba(0, 0, 0,0.5);
    width:170px;
    height:58px;
    font-size:18px;
    line-height:58px;
    text-align:center;
}
.ButtonS {
    position: relative;
    margin:20px auto;
    display: block;
    text-decoration: none;
    color: #000;
    border-radius: 18px;/*角の丸み*/
    box-shadow: 0 5px 0 rgba(0, 0, 0,0.5);
    width:90px;
    height:58px;
    font-size:14px;
    line-height:58px;
    text-align:center;
    background-color: #FEBABA;/*色*/	
}
.IconBell {
	background-image:url('./img/IconBell.png');
	background-repeat:no-repeat;
	background-position:15px center;
    background-color: #BDDEF6;/*色*/	

}
.IconLoop {
	background-image:url('./img/IconLoop.png');
	background-repeat:no-repeat;
	background-position:15px center;
    background-color: #FEBABA;/*色*/	
}

.Title {
	color:white;
	font-size:20px;
	padding-top:20px;
}
.Night {
	background-color:#403B7F;
	padding-bottom:40px;
}
.Morning {
	background-color:#7EB8F7;
	padding-bottom:40px;
}
.Judgement {
	background-color:#F8B279;
	padding-bottom:40px;
}
.Finish {
	background-color:#999;
	padding-bottom:40px;
}
.Others {
	background-color:#CCC;
	padding-bottom:40px;
}
.Others {
	background-color:#CCC;
	padding-bottom:40px;
}
.BackToTop {
	font-size:20px;
	line-height:40px;
}

#Timer {
	width:250px;
	border-radius:10px;
	height:60px;
	text-align:center;
	font-size:40px;
	line-height:60px;
	background-color:white;
	margin:0 auto;
}
