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

/* -------------------
cownt down / 感謝sai用
------------------- */
#countdown {
	margin: 0 0 10px 0;
}

#count {
	width: 900px;
	margin: 0 auto;
	padding: 12px 0;
	background-color:#b3d465;
	font-weight: bold;
	color: #000;
	text-align: center;
	font-size: 120%;
	line-height: 150%;
}

#cout_blank {
	padding: 10px;
}


/* -------------------
voice
------------------- */
label {
	width: 900px;
	height: 100px;
    padding: 0;
    display: block;
    margin: 0;
	border-top: 1px solid #888;
}

input[type="checkbox"].on-off{
    display: none;
}

.voicemenu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none!important;
}

.voicemenu li {
    padding: 20px 0 10px 0;
	border-bottom: 2px solid #999;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: auto;
}

.v_face_img {
	width: 205px;
	background-color: #888;
	text-align:center;
	vertical-align:middle;
	margin:0 15px 0 55px;
}

.v_ms_img {
	width: 570px;
	background-color: #fff;
	margin: 0 55px 0 0;
}

.v_ms_img img {
	margin-bottom: 15px;
}

.bd_no {
	border: none!important;
}


/* -------------------
schedule
------------------- */
.sub-0 {
	padding: 10px 20px;
	border-top: 8px solid #d1c0a5;
	border-bottom: 2px solid #d1c0a5;
	background-color: #fffaf2;
	font-weight: bold;
	color: #555;
}

.sub-1 {
	padding: 10px 20px;
	border-bottom: 2px solid #d1c0a5;
	background-color: #fffaf2;
	font-weight: bold;
	color: #555;
	vertical-align:middle;
}

.sub-2 {
	padding: 10px 20px 0 30px;
	border-bottom: 8px solid #d1c0a5;
}


/* -------------------
books
------------------- */
.book {
	margin: 20px 30px 30px 30px;
	border-bottom: 1px solid #666;
}

.book_img {
	border: 1px solid #666;
	width: 150px;
	margin-right: 20px;
	vertical-align: top;
}

.book_txt {
	width: 668px;
}
	
