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

@media only screen and (min-width:620px)  {	
	
	.top-banner {
    background-image: url(../../../00-commmon/features/top-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -26px;
    margin-bottom: 26px;
    height: 290px;
}
/* タブ選択後の文字色など（個別設定） */
		.tab-switch.tab01:checked+.tab-label {
    color: #e58800;
}
	
			.tab-switch.tab02:checked+.tab-label {
    color: #f45c9e;
}

	}
