/* 共通css */
@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}
body , html {
	height: 100%; !important;
}
#content {
    width: 1200px;
	margin: 0 auto;
	font-family: "メイリオ", "Arial", "ＭＳ Ｐゴシック", san-serif;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/* =======================================
	Bootstrap
======================================= */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, 
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, 
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, 
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    margin: 0;
    padding: 0;
  }

/* =======================================
	Responsive
======================================= */
body , html {
	height: 100%; !important;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
}
#wrapper {
	width: 100%;
	position: relative;
	height: auto !important;
	min-height: 100%;
}
#main{
	height: fit-content;
	max-width: 980px;
    margin:0 auto;
    padding: 0 10px;
}
.sample {
	margin-bottom: 30px;
}
/* =======================================
	btnMenu
======================================= */
ul.btnMenu {
    padding: 10px;
}
ul.btnMenu li {
	font-size: 16px;
	border: 1px solid #000333;
	list-style-type: none;
	border-radius: 10px;
	padding: 0;
   	margin-bottom: 5px;
	text-align: center;0
	vertical-align: middle;
	float: left;
    height: 60px;
}
.BookInfo li {
	background-color: #f4dee0;
}
.Book1 li {
	background-color: #d7e7f4;
}
.Book2 li {
	background-color: #e6dfea;
}
.Book3 li {
	background-color: #f4e6d9;
}
.Book4 li {
	background-color: #dfebdc;
}

li.qr img {
	padding-bottom: 0px;
}
li a:hover{
	border-radius: 10px;
}


ul.btnMenu a {
	display: block;
    height: 58px;
	text-decoration: none;
	padding-top: 15px;
    line-height: 30px;
	color: #000000;
}  
ul.btnMenu a:hover {
	position: relative;
/*	top: -4px;
	left: -6px;*/
	background-color: #fff6d6;
}
p {
    font-family: "ＭＳ Ｐ明朝", serif;
    color: #7e5d38;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
    margin-top: 15px;
	margin-bottom: 5px;
}

li.qr img{
    margin: 0;
    padding: 0;
}

li.br {
    margin-right: 220px;
}

.point {
    padding: 9.5px;
    font-size: 90%;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 10px;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 23px;
}.point span {
    color: b71111;
}