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

/* cssリセット */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0;padding:0}
table {border-collapse:collapse;border-spacing:0;}
fieldset, img {border:0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;font-weight:normal;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {font-size:100%;line-height: 0.5em;}
q:before, q:after {c ontent:'';}

/* 基本設定 */
body {
	background: #FFF;
	margin: 0px;
	font: 0.8em/1.8em Arial, Helvetica, sans-serif, "ＭＳゴシック", "Meiryo", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333;
	text-align: center;
}

table {
	width:90%;
	height:510px;
	margin-left: 5%;
}

table.drama {
	height:570px;
}

table td p {
	margin-top: 1.0em;
	line-height: 1.4em;
}

.btn_left {
	float: left;
	margin: 0px 16px 16px;
}

.btn_right {
	float: right;
	margin: 0px 16px 16px;
}

.btn_dot {
	margin:15px 3px 0px;
}

