@charset "utf-8";

/*===============================================
●共通
===============================================*/
/* article
---------------------------------------- */
.article {border-bottom:#ccc 1px dotted;}
.article .update {
	text-align:right;
	font-size:0.85em;
}
.article .update span {	font-family:"bebasregular";}

/*===============================================
●画面の横幅が729px以下(スマホのみ)
===============================================*/
@media screen and (max-width:  729px){
	
	/* article
	---------------------------------------- */
	.article {
		width:100%;
		overflow:hidden;
		padding-bottom:1em;
		margin-bottom:1em;
	}
}

/*===============================================
●画面の横幅が730px以上(PCのみ)
===============================================*/
@media screen and (min-width:  730px){
	
	/* article
	---------------------------------------- */
	.article {
		padding-bottom:1.7em;
		margin-bottom:1.7em;
	}
	.article img {
		width:auto;
	}
}

/*===============================================
●画面の横幅が880px以上(PCのみ)
===============================================*/
@media screen and (min-width:  880px){
	
	/* 全般
	---------------------------------------- */

}
