/* CSS Document */

@media screen and (min-width: 1000px) {
.nattou_textbox.type1{min-height: 330px;}
.nattou_textbox.type2{min-height: 430px;}
.nattou_textbox .bg{width: 600px;}
.nattou_textbox.type1 .bg{top:30px;height:300px;}
.nattou_textbox.type2 .bg{top:130px;height:300px;}
.nattou_textbox.type1 .text{padding-top: 55px;}
.nattou_textbox.type2 .text{padding-top: 50px;}
}