@charset "UTF-8";

/*  [ マンガで味わう沖縄（ガチまーいー!!）ページ ] PC
-----------------------------------------------*/
.mv-area{
	max-width:945px;
	margin:33px auto 20px;
	text-align:center;
	padding:0 30px;
}
.mv .mb{
	display:none;
}
.mv img{
	max-width:100%;
	height:auto;
}
.manga-img ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:30px 0 60px;
}
.manga-img ul li{
	width: 48.5%;
	margin-bottom: 2%;
}
.manga-img ul li img{
	max-width:100%;
	height:auto;
}
main .list{
	margin-bottom:20px;
}
main .past-articles{
	display:none;
}
/*      [ PC small ]
-----------------------------------------------*/
@media screen and (max-width: 960px) {

}

/*      [ Tablet large]
-----------------------------------------------*/
@media screen and (max-width: 768px) {

}
/*      [ Tablet small]
-----------------------------------------------*/
@media screen and (max-width: 600px) {
.mv-area{
	max-width:300px;
}
.mv .mb{
	display:block;
}
.mv .pc{
	display:none;
}
#side .past-articles{
	display:none;
}
main .past-articles{
    margin-bottom:25px;
    display:block;
}
main .past-articles ul{
    border-top: dashed 1px #000;
    border-bottom: dashed 1px #000;
    padding: 10px 0 7px;
}
main .past-articles ul li{
    margin-bottom:7px;
    font-size:14px;
}
}
/*      [ Smartphone ]
-----------------------------------------------*/
@media screen and (max-width: 480px) {

.manga-img ul{
	margin-top:15px;
}
.manga-img ul li{
	width:100%;
}
.manga-img ul li img{
	width:100%;
}
}


