@media screen and (max-width: 559px) {
    
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
    
/* スマホ用CSS ↓*/

img.smf,br.smf{
    display:block;
}

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

/* top-main */
    
.two-wrapper{
   height: 150px;
}

.one,.two{
    width: 100%;
    margin: 0 auto;
}

.one h3{
    font-size: 16px;
    text-align: center;
    margin:0;
}

.two img{
    margin: 20px 0;
    width: 90%;
}
.two h4{
    margin: 0 0;
}

.main{
    width:90%;
    height:1700px;
    margin:0 auto;
	position:relative;
}

a.order,.toku_01,.toku_03,.toku_02,.toku_04,.toku_05,#box06,#box07{
	position:absolute;
	left:0;
}
    
a#book{
    position:absolute;
	left:5%;
}

a.order{
    width:60%;
	margin:0 20%;
}

.toku_01{
    top: 30%;
}

.toku_02{
    top: 38%;
}

.toku_03{
    top: 46%;
}
    
.toku_04{
    top: 54%;
}
.toku_05{
    top: 62%;
}

#box06{
	position:absolute;
	top:80%;
}

#box06 p.info{
	text-align:left;
    margin:30px auto auto 30px;
}

#box07{
    position:absolute;
	top:75%;
}
    
#box07 p.chui{
    text-align: left;
    font-size: 0.9em;
    color: #ff0000;
}


/* #sub-main */
    
    
.sub-two{
    width: 100%;
    margin: 0 auto;
    padding:20px 0 0 0;
}

.sub-two img{
    margin-left: 20px;
}
    
#sub-main{
    width:96%;
    height:auto;
    position:relative;
    margin:2% auto;
    padding:0;
}

#sub-contents{
    width:98%;
    margin:0 1%;
}
    
section p.ttl{
    font-size:1.2em;
    padding:0 1em;
}
section p.ttl03{
    font-size:1.1em;
        padding:0 1em;
}
section p.honbun{
    font-size:1.0em;
        padding:0 1em;
}
section p.honbun a img{
    margin:10px auto;
}

#sub-contents section{
    float:none;
    width: 98%;
    float: left;
    margin: 0 0 25px 0;
}

#sub-contents section .top-frame{
    width:98%;
}

#sub-contents section .main-frame{
    width:98%;
    padding:0;
    margin-top: -4px;
    position:relative;
}
#sub-contents section .main-frame img{
    z-index: 1;
}  
#sub-contents section .main-frame .main-text{
    position:absolute;
    top:1em;
    left:1em;
    z-index: 2;
}
    
    
    

#sub-contents section .bottom-frame{
    height: 71px;
}

section#one .main-frame,section#two .main-frame,section#three .main-frame,section#four.main-frame,section#five .main-frame{
    height:auto;  
}
    
#sub-contents section .bottom-frame{
    width:98%;
}

section p.honbun a img,#mihon a img{
    display: inline-block;
    margin:20px 10px 0 10px;
}
    
#mihon{
    width:98%;
    margin: 0 1%;
    background-color: #ffffff;
}

#mihon .top-frame-02{
    width: 98%;
    height: auto;
}

#mihon .bottom-frame-02{
    width: 98%;
    height: auto;
}
    
/*------------------ #footer-----------------------*/
footer{
    width:100%;
    height: auto;
    padding-top:10px;
}

a.cpr,p.dnlh200,p.mkt{
	font-size:1em;
}


/* スマホ用CSS ↑*/

}