/* CSS Document */

@media screen and (min-width: 1000px) {
.nattou_textbox.type1{min-height: 390px;}
.nattou_textbox.type2{min-height: 510px;}
.nattou_textbox .bg{width: 540px;}
.nattou_textbox.type1 .bg{top:50px;height:340px;}
.nattou_textbox.type2 .bg{top:90px;height:420px;}
.nattou_textbox.type1 .text{padding-top: 25px;}
.nattou_textbox.type2 .text{padding-top: 15px;}
.nattou_textbox.type1 .photo{width:400px;min-width:400px;}
.nattou_textbox.type2 .photo{width:306px;min-width:306px;}
}