@import (once) "default.less";
@import (once) "common.less";



/* life ///////////////////////*/
.life{
padding:60px 0 0 0;

section{
padding:0 0 60px 0;
p{
padding:20px 0 0 0;
}
}

.p1{
background:url("../image/life1.jpg") repeat-x 50% 50%;
background-size:cover;
}
.p2{
background:url("../image/life2.jpg") repeat-x 50% 50%;
background-size:cover;
}
.p3{
background:url("../image/life3.jpg") repeat-x 50% 50%;
background-size:cover;
}
.p4{
background:url("../image/life4.jpg") repeat-x 50% 100%;
background-size:cover;
}

}



@media (max-width:480px) {
.life{
padding:30px 0 0 0;

section{
padding:0 0 40px 0;
p{
padding:10px 0 0 0;
}
}

}
}

/* month ///////////////////////*/
.month{
padding:40px 0 0 0;

}


@media (max-width:480px) {
.month{
padding:20px 0 0 0;

}
}


/* year ///////////////////////*/
.year{
padding:80px 0 120px 0;

}


@media (max-width:480px) {
.year{
padding:40px 0 60px 0;

}
}
