@charset "utf-8";
/* CSS Document */


body {
    color: #000;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
}

.header {
	background-image: url(/static/campaign/book/20160627/images/back.png) ;
	background-repeat: repeat;
	background-position:center;
	padding-bottom:20px;
	padding-top:20px;
	margin-bottom:20px;
	border-bottom:5px solid #E85388
}

.title {
	margin:0; 
}

.block {
	margin-bottom:60px;
}
.book-list {
	margin-bottom:15px;
}
.book-detail{
	background:#fff;
	border-radius:10px;
	padding:20px;
	margin-bottom:30px;
}

.lead {
	margin-bottom:30px;
	clear:both;
	line-height:1.6}

h2 {
	margin-top:0;
	border-bottom:none;
}

.bo {
    margin: 30px 0;
}
.bo img:hover, .navbar-nav.navbar-right > li > a:hover {
    opacity: 0.6;
}


#balloon-2-left {
	position: relative;
	display: inline-block;
	padding: 15px;
	width: auto;
	min-width: 115px;
	background: #FDEBB3;
	z-index: 0;
	

}
#balloon-2-left:after {
	content: "";
	position: absolute;
	top: 50%; left: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #FDEBB3 transparent transparent;
}
/* balloon-2 right */
#balloon-2-right {
	position: relative;
	display: inline-block;
	padding: 15px;
	width: auto;
	min-width: 115px;
	background: #FDEBB3;
	z-index: 0;
}
#balloon-2-right:after {
	content: "";
	position: absolute;
	top: 50%; right: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #FDEBB3;
}
.message {
	position:relative;
	border-radius:10px;
	padding:50px 15px 15px;
	margin-top:80px;
	background:#EEEEEE;
}

.message h2 {
	position:absolute;
	top:-50px;
	left:0;
	
}

.campaign {
	position:relative;
	border:solid #FFCC00 10px;
	border-radius:10px;
	padding:200px 30px 30px;
	margin-top:80px;
	background:#FEF3D1;
}

.campaign h2 {
	position:absolute;
top:-50px;
   right:0px;
   bottom:0px;
   left:0px;
   margin:auto auto;
	
}
.campaign h4 {
	background:#05A6E2;
	padding:15px;
}
.campaign .lead {
	font-size:30px;
}
.book-detail h3 {
	background:none;
	margin:0 0 15px;
	line-height:1.4;
	padding-bottom:0;
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {    
position: relative;    
min-height: 1px;    
padding-right: 15px;    
padding-left: 15px;
}

.col-xs-15 {    
width: 20%;  
 float: left;
} 
.btn  {
	margin-top:5px;
}

@media (min-width: 768px)  {
.col-sm-15 {        width: 20%;        float: left;    }
} 

@media (min-width: 992px) {  
 .col-md-15 {        width: 20%;        float: left;    }
} 

@media (min-width: 1200px) {    
.col-lg-15 {        width: 20%;        float: left;    }
 } 
 
@media screen and (min-width:1024px) {
.container {
  width:915px;
  margin:0 auto;
}
}
@media screen and (max-width: 979px) {
	.container {
		width:auto;}
	.block {
	margin-bottom:30px;
}
.btn-primary{
margin-bottom: 5px;
}
}
@media screen and (max-width: 767px) {
	.campaign .lead {
	font-size:20px;
}
.campaign {
	padding:140px 20px 30px
}
.btn-block + .btn-block:last-child {
	margin-bottom:15px;
}

#balloon-2-left:after , #balloon-2-right:after {

	border:none;
}

}
/* XSサイズ : Extra Small Devices, Phones */  
@media only screen and (max-width : 480px) {
	.campaign {
	padding:50px 10px 30px
}

}