﻿@media screen and (max-width: 559px) {
    

img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
    

/* スマホ用CSS ↓*/

body {
    width:100%;
    margin:0;
}
    
#container {
	width:100%;
    margin:0;
}
/* #header */

#header-wrapper{
    width: 100%;
    background: url(imgs/header-bg-smf.png) center top no-repeat;
    height: auto;
}
header,#main{
    width: 100%;
    height: auto;
}
    
header h3{
    padding-top: 10px;
    font-size: 24px;
}
header h3 span.ttl-big{
    font-size: 28px;
}
header h3 span.ttl-small{
    font-size: 26px;
}
header p{
    width: 98%;
    font-size: 14px;
    margin:0 2%;
    padding-top: 60px;
}
    
/* #main */
    
#one ul{
    width:100%;
    flex-direction: column;
    margin:30px 2%;
}
#one ul >li{
    width:100%;
    height:460px;
    margin-bottom:10px;
    background:url(imgs/book-bg-smf.png)center top no-repeat;
}

#one ul li a.book img,#one ul li img.book{
    margin:10px auto;
}
    
#one ul li .book-box p.book-ttl{
    font-weight: bold;
    text-align: center;
}

#one ul li .book-box p.price{
    text-align: center;
}
    
#one ul li p.btn a{
    margin: 8px auto;
    }
    
    
    
@media screen and (max-width: 400px) {
    br.smf{
    display: block;
}

}
/*------------------ #footer-----------------------*/
footer{
    width:100%;
    height: auto;
    padding-top:10px;
}

footer a.cpr{
    text-align:center;
    margin-bottom:10px;
}

#footer p{
	color:#FFF;
    font-size:0.8em;
	text-align:center;
    line-height:1.6;
}

/* スマホ用CSS ↑*/

}