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

Name: cssPlus.css

Create: 2008.11.11
Update: 2014.88.25

***************************************************** */


/* 汎用型　マージン変更 */
.marginBottom0 { margin-bottom: 0 !important; }
.paddingBottom0 { padding-bottom: 0 !important; }
.marginBottom10 { margin-bottom: 10px !important; }
.paddingBottom10 { padding-bottom: 10px !important; }


/* 表組　nowrap */
.nowrap { 
	white-space: nowrap; 
	text-decoration: none;
}


/* FireFoxでもname id にはオンマウスしても変化させない */
a[name]:hover { text-decoration: none; }


/* 印刷時のズレ回避 右エリア218px→217pxへ */
div.Grid4 div.Column2 .BoxPatternA div.ImgW120SetStyle div.ImgSet,
div.Grid4 div.Column2 .BoxPatternB div.ImgW120SetStyle div.ImgSet,
div.Grid4 div.Column2 .BoxPatternC div.ImgW120SetStyle div.ImgSet { width: 217px; }


/* 汎用型 Float */
.floatLeft { float: left; }
.floatRight { float: right; }


/* 広告活動　テレビCM画像用 */
.marginLeft { margin-left:20px !important; }
.paddingLeft { padding-left:20px !important; }

