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

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

/*下方向へのマージン*/
.mb0 { margin-bottom: 0; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
/*カラー*/
.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汎用クラス
 ====================================================================*/

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