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




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

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

.boxA .box3 .read table td {
	text-align: left;
	box-sizing: border-box;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;

}

.boxA .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;
}

.boxA .box3 .read 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;
}


.boxA .box3 .read table td a:hover {
	background: #f2f2f2;
}

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

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

.boxA .box3 .read table tr td ul li:first-of-type {
	padding-top: 0;
}

.boxA .box3 .read table tr td ul li:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

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

.boxA .box3 .read table tr td ul {
	margin: 0px;
	padding: 0px;
}



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

.boxA .box3 .read table {
		width: 100%;
	}
}

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

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

	table tr td {
		width: 100%;
		display: block;
	}
}
.boxA .box3 .read table tr td ul li img {
	width: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
