@charset "utf-8";

#slide {
    width: 98%;
    height: 420px; 
    overflow: hidden;position: relative;
    margin: auto;
}
#slide div#slide_frame {
/*    width:2560px; */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    
}
#slide div#slide_frame div.slide_box {
    /*width:640px; */
    float:left;
}

.slide_title
{
    font-size: 14px;
}


.btnBox_plan
{
    background-color: #FF8DB4;
    margin-right: 20px;
    margin-left: 35px;
    width : 235px;
    padding : 0;
}

.btnBox_plan_detail
{
    background-color: #62D7DE;
    width : 235px;
    padding : 0;
}

.img
{
    width : 300px;
}



@media only screen and (max-width : 640px)
{
    #slide {
        height:480px;
    }

    .btnBox
    {
        padding : 0;
        margin-right: 20px;
        margin-left: 20px;
        width : 80%;

    }
    
    .img
    {
        width : 200px;
    }
    
    .plnbox
    {
        width : 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .plnbtn
    {
        display : block;
    }
    
    .btnBox_plan,
    .btnBox_plan_detail
    {
/*         margin-right: 20px; */
/*         margin-left: 20px; */
        width : 100%;
        padding : 0;
        text-align: center;
            margin: auto;
    margin-bottom: 10px;
    display: block;
    }
}  