@charset "utf-8";
/* =================================== */
/* OutPutHtmls style : Contents */

/* body margin */
.container table{
    margin-top:0;
    border:none;
}

/* pointer */
.point{
    cursor: auto;
}

/* マウスオーバー style */
.tbl_category_hover:hover,
.tbl_category_hover:focus,
.tbl_category_hover:active,
.tbl_list_hover:hover,
.tbl_list_hover:focus,
.tbl_list_hover:active{
    background-color: white;
}

/* ---------- コンテンツ全体 ----------*/
.tbl_category {
	margin-top: 10px;
}

.section_category_indent1 {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	font-size: 20pt;
	font-weight: bold;
	border-left: 5px solid #ff8000;
	border-bottom: 1px solid #ff8000;
}

.section_category_indent2 {
	font-weight: bold;
	color: #ff8000;
}

/* 見開き */
.mihiraki {
    margin-top: 0px;
}
.btn_light_box {
	width: inherit;
	height: inherit;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.btn_light_box a{
	margin: 0px 15px
}