@charset "utf-8";
/* CSS Document */

/*¥Ú©`¥¸¥«¥é©`
=======================================*/
.main-top-title,.main-bottom-title {
  background-color: #422944;
}

.main-top-subtitle,.main-bottom-subtitle,.main-title,.top-lead-text {
  color: #422944;
}
/*=======================================*/

.secondhand_book-text {
    line-height: 1.8;
    margin-bottom: 60px;
}

.secondhand_book-textblock-title {
    color: #422944;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 20px;
	margin-top: 60px;
}

.secondhand_book-flex-box {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 30px 0 60px;
}

.secondhand_book-side-text {
    line-height: 1.8;
	width: 150px;
}

.secondhand_book-top-title {
    color: #422944;
    font-size: 2.2rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
    margin-bottom: 20px;
}

.secondhand_book-time {
	text-align: right;
	width: 100%;
	display: inline-block;
	padding-bottom: 15px;
}

/*table
============================*/

table {
	width: 100%;
	margin-bottom: 60px;
	border: solid 1px #ccc;
}

th {
	background: #F1F1EF;
}

th,td {
	padding: 12px 10px;
	text-align: center;
	width: 50%;
	border: solid 1px #ccc;
}

.btn-menu {
	margin-bottom: 60px;
}

.btn-menu li {
    background: #422944 url(../img/secondhand_book-arrow01.png) no-repeat 95% center;
}

.btn-menu a {
    display: block;
    color: #fff;
    padding: 12px 20px;
}

a.maillink {
	text-decoration: underline;
}

a.maillink:hover {
	text-decoration: none;
}

/*¼Ä¸½¤ÎÄ¿µÄ
=====================*/
.secondhand_book-textlist-top {
	line-height: 1.8;
	margin-bottom: 10px;
}

.secondhand_book-textlist {
	list-style-type: decimal;
	padding-left: 1.5em;
}
.secondhand_book-textlist li {
	padding-left: 1em;
}

.secondhand_book-center {
	text-align: center;
	margin-top: 20px;
}

.secondhand_book-bequest-list li{
	text-indent: -1em;
	padding-left: 12px;
}

.secondhand_book-bequest-list-img {
	margin: 0px auto 60px;
}
.secondhand_book-bequest-list-img img{
	margin: 0px auto;
  display: block;
}

@media screen and ( max-width: 767px ){
	
.secondhand_book-side-text {
    line-height: 1.8;
	width: 100%;
}

.secondhand_book-flex-box {
	justify-content: center;
}

.secondhand_book-flex-box li:nth-of-type(1){
	margin-bottom: 60px;
}

}