@charset "utf-8";

#eTimer {
	width:865px;
	margin:0 auto;
	position:relative;
	padding-top:20px;
}
#eTimer div{
	margin-bottom:20px;
}
#eTimer .memo {
	color:#0086BF;
	font-size:14px;
	padding-left:10px;
}

#eTime{
	font-size:60px;
	font-family:Arial, Helvetica, sans-serif;
}

#next{
	position:absolute;
	top:53px;
	left:210px;
}
#next span.job{
	padding-left:5px;
	font-weight:bold;
}

#next span.time{
	font-size:24px;
	color:orange;
	padding:0 10px;
}

#eTimer .volSet {
	opacity:.5;
}

#setT {
	padding:5px;
	background:#E0E0E0;
}
#setT select {
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#setT input[type="button"] {
	padding:0 10px;
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#setT p {
	margin-top:5px;
}
#setT #mCl,#copyBtn {
	font-size:10px;
	color:blue;
	cursor:pointer;
	padding:5px;
	text-decoration:underline;
}
#setT #mText {
	width:300px;
	border:0;
	border-bottom:1px dashed #666;
	margin:0 5px;
}

#setList {
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
}
#setList p {
	font-size:17px;
	border-bottom:1px dotted #ccc;
	position:relative;
}
#setList p input {
	position:absolute;
	left:0;
	top:25%;
}
#setList span.over {
	display:block;
	margin-left:20px;
}
#setList span.over:hover {
	background:#FFFCC4;
	cursor:pointer;
}
#setList span.over:hover:after {
	content:"←削除";
	font-size:12px;
	display:block;
	padding:0 5px;
	border-radius:5px;
	background:rgba(255,0,0,.7);
	color:white;
	font-weight:bold;
	position:absolute;
	right:0px;
	top:3px;
	letter-spacing:1px;
}
#setList span span{
	font-size:12px;
	color:#FF77BF;
}
#setList .time{
	font-size:inherit;
	color:inherit;
}
#setList .engei {
	color:#3CA81C;
}
#setList .saikutu {
	color:#CF8103;
}
#setList .ryoushi {
	color:#298290;
}
#setList .nojob {
	display:none;
}

#soundArea {
	position:relative;
	overflow:hidden;
	margin-bottom:10px !important;
}
#soundArea div {
	display:inline-block;
	font-size:12px;
	color:white;
	line-height:30px;
	padding:0px 10px;
	background:black;
	border-radius:5px;
	cursor:pointer;
	margin:0;
}
#altArea {
	background:white;
	color:black;
	margin-bottom:10px !important;
}
#altArea p {
	display:inline-block;
	width:40px;
	font-size:12px;
	color:white;
	line-height:30px;
	padding:0px 10px;
	background:#D4AB00;
	border-radius:5px;
	cursor:pointer;
	margin:0;
	text-align:center;
}
#timeShift {
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}
#timeShift .info{
	color:#AF3032;
	font-size:12px;
}
#saveArea {
	font-size:12px;
}
#saveArea textarea {
	width:650px;
}
#saveArea #copyBtn {
	vertical-align:bottom;
	font-size:12px;
}
#timerInfo {
	font-size:12px;
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
}
#timerInfo span {
	color:red;
}
#etc p {
margin-bottom:15px;
}
#etc section{
margin-bottom:20px;
}
#kokugen {
	margin-top:5px;
	width:650px;
	border-collapse:collapse;
}
#kokugen td {
		border:1px solid #ccc;
		padding:4px 7px;
}
#kokugen tr.gray {
	background:#E7E7E7;
}
