@media only screen and (min-width: 767px) {
.waku0{ width:767px; height:auto; margin:20px auto; margin-bottom:40px;  padding:40px; background-color:#FFFFFF;
    background-repeat:no-repeat;
    background-image: url(../img/top/01.jpg),
                      url(../img/top/02.jpg),
                      url(../img/top/03.jpg),
                      url(../img/top/04.jpg)
                      ;
	background-position: top left,
                         top right,
                         bottom left,
                         bottom right
                         ;
	font-size: 24px;
	line-height: 200%;
 }

 
.no {
	font-size: 24px;
	line-height: 200%;
	margin-left: 170px;
 }
 
.merit {
    width:767px;
    background-color: #F6D4D8;
    border: 2px dashed #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 4px #F6D4D8;
    color: #966;
    margin: 0 auto;
    padding: 2em;
	font-size: 20px;
	line-height: 200%;
}


.yourbox {
    width:767px;
	background-color: #FFF;
    border: 4px double #ddd;
    margin: 0 auto;
    padding: 2em;
	font-size: 20px;
	line-height: 200%;
}

.mybox{
    width:767px;
    background-color: fff;
    border: 1px solid #ccc;
    margin: 5px 10px;
    margin: 0 auto;
    position: relative;
	font-size: 20px;
	line-height: 200%;
}
.mybox:after{
    background-color: fff;
    border: 1px solid #ccc;
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
 }
 
 
 
 .waku0{ height:auto; margin:20px auto; margin-bottom:40px;  padding:40px; background-color:#FFFFFF;
    background-repeat:no-repeat;
    background-image: url(../img/top/01.jpg),
                      url(../img/top/02.jpg),
                      url(../img/top/03.jpg),
                      url(../img/top/04.jpg)
                      ;
	background-position: top left,
                         top right,
                         bottom left,
                         bottom right
                         ;

 }
 
.no {
	line-height: 200%;
 }
 
.merit {
    background-color: #F6D4D8;
    border: 2px dashed #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 4px #F6D4D8;
    color: #966;
    margin: 0 auto;  ;
    padding: 2em;
}


.yourbox {
	background-color: #FFF;
    border: 4px double #ddd;
    margin: 0 auto;
    padding: 2em;
	line-height: 200%;
}

.mybox{
    background: none;
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}
.mybox:after{
    background: none;
    border: 1px solid #ccc;
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    z-index: -1;
}