
/*///////////////// story ////////////////*/
.story .date{display:block;margin:0 auto;background:url(../img/story/date.png)  center top no-repeat;}
.story .ph_l,.story .ph_s{
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
	border-collapse: separate;
	border-spacing: 0;
	border:solid 1px #4182a9;}
.story .phBox img{
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
	border-collapse: separate;
	border-spacing: 0;
	border:solid 3px #fff;}

@media all and (min-width: 768px) {
.story .columnL h2{width:660px;height:100px;background:url(../img/story/title.png)  center top;}
.story .date{display:block;width:570px;height:36px;}
.story .phBox{width:560px;margin:20px auto 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.story .ph_l{width:560px;height:360px;margin:0 auto 20px;}
.story .ph_s{width:275px;height:177px;margin-bottom:10px;background-size:cover;}
.story .ph_s:nth-of-type(3),.story .ph_s:nth-of-type(4)   {margin-bottom:0;}
}

@media all and (max-width: 767px) {
.story .columnL h2{width:100%;height:0;padding-top:13.2%;background:url(../img/story/title_smp.png)  center top no-repeat;background-size:cover;}
.story .date{position:relative;
	display:block;width:100%;height:0; padding-top:8.5%;background-size:contain;}
.story .date img{position:absolute;top:0;left:0;}
.story .ph_l,.story .ph_s{width:100%;height:0;padding-top:63.5%;margin:1em auto;}
.story .ph_s:nth-of-type(4)   {margin-bottom:0;}
}


/*media print*/
@media print {
.story .ph_s{display: none;}
}