@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto!important;
}
/*.page-header {
	padding-top: 100px!important;
}*/
.book-contents_all {
max-width: 1200px;
    padding: 0px 20px 100px 20px;
	margin: 0 auto!important;
}

.book-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.9;
}

.text-box table th {
    padding: 9px 5px;
    width: 18%;
    text-align: center;
    background-color: #fff;
	/*background-color: #EEEEEE;*/
	border-bottom: 12px solid #fff;
}

.text-box table td {
    padding: 9px 30px;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    border-bottom: 12px solid #fff;
}

.link {
	text-align: center;
}
.photo_picture {
	    display: block;
    margin: 0 auto;
}

.book-contents_all .container .photo img {
    border: solid 1px #cccccc;
}
