html,body{
    height: 100%;
}
#container{
    height: 100%;
}

#content{
    float: left;
    width: 100%;
    margin-right: -150px;
    padding-right: -150px;
    background-image: url("../img/back_img_50.jpg");
    background-attachment:fixed;
}

.title h1{
    font-size: 60px;
    border-left: 10px solid #000000;
    border-right: 10px solid #000000;
    width: 360px;
    padding: 0px 15px;
    margin: 100px auto;
}


.textbox01{
    overflow: hidden;
}

.textbox01 .left{
    float: left;
    width: 450px;
}

.textbox01 .left img{
    box-shadow:rgba(0, 0, 0, 0.298039) 12px 12px 7px -5px;
    -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 12px 12px 7px -5px;
    -moz-box-shadow:rgba(0, 0, 0, 0.298039) 12px 12px 7px -5px;
}

.textbox01 .right{
    width: 400px;
    height: 400px;
    float: left;
    margin-left: 40px;
}



.textbox01 .right p{
    margin-bottom: 40px;
}

.c_box{
    background-color: rgba(213, 186, 232, 0.85);
    line-height: 52px;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    color: #fff;
    box-shadow:rgba(0, 0, 0, 0.298039) 12px 12px 7px -5px;
    -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 12px 12px 7px -5px;
    -moz-box-shadow:rgba(0, 0, 0, 0.298039) 12px 12px 7px -5px;
}

.c_box p{
}

.textbox02{
    margin-top: 100px;
    background-image: url("../img/clinic_bgc.png");
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.textbox02 p{
    line-height: 100px;
    text-align: center;
    padding-top: 50px;
}

.midashi{
    margin-bottom: 10px;
}

.textbox02 .midashi{
    margin: 0 auto;
    width: 240px;
    margin-bottom:20px;
}
