@charset "utf-8";
/* CSS Document */


hr.forMobile {
	border-top:1px solid silver;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■ タブレットレイアウト : 700px ～ 959px。上の設定からスタイルを継承  ■■■■■■■■■■■■■*/
@media (min-width: 700px) {

hr.forMobile {
	display: none;
}

}