/*====================================================================
	共通汎用クラス
 ====================================================================*/

.overflow { overflow: hidden; }
.bb-dotted { border-bottom: 1px dotted #ccc; }
.bnr_hover:hover {
	opacity: 0.5;
	transition: 0.4s;
}

/*下方向へのマージン*/
.m0 { margin: 0; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
/*カラー*/
.red { color: #C90304; }
.red_block {
	background: #C90304;
	color: #fff;
	padding: 2px 4px;
}
/*ロールオーバー透過*/
.bnr_hover a:hover {
	opacity: 0.8;
	transition: 0.5s;
}

@media screen and (min-width: 641px) {
/*====================================================================
	PC汎用クラス
 ====================================================================*/

.central {
	width: 960px;
	margin: 0 auto;
}
}