@charset "UTF-8";
/*******記事関連*********/
#book_list .b_section {
	padding-bottom: 32px;
	border-bottom: 1px dashed #e5e5e5;
	margin-top: 32px;
}
.b_section .sub_title {
	font-size: 1.75em;
	/*font-size: 24px;*/
	color: #000000;
	display: block;
	margin-bottom: 16px;
}
.b_section .sub_title a {
	color: #000000;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
	display: block;
	text-decoration: underline;        
}
.b_section .sub_title a:hover {
	opacity: 1;
        color:blue;
}
#book_main p.day {
	font-size: 1em;
	display: block;
margin-bottom:20px;
}
.b_section .day a {
	font-weight: bold;
	color: #6dbe84;
	text-decoration: underline;
}
#book_list .b_section .inner {
	width: 960px;
	margin-top: 24px;
	overflow: hidden;
}
#book_list .inner .img_block {
	width: 160px;
	display: block;
	margin-right: 30px;
	float: left;
}
#book_list .inner .box {
	width: 770px;
	float: left;
	min-height: 120px;
	position: relative;
}
#book_list .box .ment {
	font-size: 1.25em;
	/*font-size: 15px;
	line-height: 26px;*/
	display: block;
	width: 770px;
	overflow: hidden;
	
}
#book_list .box .read {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#book_list .read a {
	/*font-size: 14px;*/
	color: #FFFFFF;
	background-color: #6dbe84;
	display: inline-block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
#book_list .read a:hover {
	background-color: #666666;
	opacity: 1;
}#book_main .b_section #main_image {
	margin-top: 20px;
	margin-bottom: 40px;
}
#book_main p {
	font-size: 1.33em;
	/*font-size: 16px;
	line-height: 30px;*/
}
#book_main p a{
        color:#000;
        text-decoration:underline;
}
#book_main p a:hover{
        opacity:1;
        color:blue;
}
#book_main h2{
font-size: 1.60em;
  color: #000000;
  display: block;
  margin-top:20px;
  margin-bottom: 16px;
}
#book_main h3{
font-size: 1.45em;
  color: #000000;
  display: block;
  margin-top:20px;
  margin-bottom: 16px;
}

#book_main table{
width: 100%;
border-collapse: collapse;
}
#book_main table th{
width: 25%;
padding: 6px;
text-align: center;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #000;
}
#book_main table td{
padding: 6px;
background-color: #fff;
border: 1px solid #000;
vertical-align: middle;
}
b{
  font-weight:bold;
}