﻿@charset "utf-8";
/* ------------------------------
   chapterList
------------------------------ */




table {
	margin: 0 auto;
	width: 600px;
	text-align: left;
	border-collapse: separate;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
}

table th {
	padding: 15px;
	width: 150px;
	color: #444;
	font-weight: bold;
	text-align: center;
	background: #f4f4f4;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	box-sizing: border-box;
}
#contents .box3 .read table tr th {
	background-color: #EAEAEA;
	text-align: center;
	vertical-align: middle;
	width: 25%;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #000;
}

table td {
	text-align: left;
	box-sizing: border-box;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}

#contents .box3 .read table tr td {
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 0px;
}

table td a {
	font-size: 0.9em;
	display: block;
	position: relative;
	padding-right: 20px;
	padding-left: 0px;
}

table td a:link,
table td a:active,
table td a:visited,
table td a:hover {
	color: #333;
	text-decoration: none;
}

table td a:after {
	content: '';
	margin-top: -4px;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	color: #888;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	position: absolute;
	border-top: 2px solid #b0b0b0;
	border-right: 2px solid #b0b0b0;
	transform: rotate(45deg);
	padding:0px;
}

table td a:hover {
	background: #f2f2f2;
}

table td ul {
	width: 100%;
	text-align: left;
	text-decoration: none;
	list-style-type: none;
	padding:0px;
}

table td ul li {
	width: 100%;
	border-bottom: #ccc 1px dotted;
	list-style-type: none;
}

ul li:first-of-type {
	padding-top: 0;
}

ul li:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

table td ul li a {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#contents .box3 .read table tr td ul {
	padding: 0px;
}
#contents .box3 .read table tr td ul li a {
	text-decoration: none;
	color: #000;
}


/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 800px) {

	table {
		width: 100%;
	}
}

/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 768px) {

#contents .box3 .read table tr th {
		width: 100%;
		display: block;
	}

	table td {
		width: 100%;
		display: block;
	}
}
