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

/* ===================================
	ニュースカテゴリアイコン
======================================
01 経営・財務       Management/Finance
02 人事            HR
03 CSR・環境       CSR
04 商品            Brand
05 キャンペーン・CM  Promotion/CM
06 イベント         Event
07 調査・研究開発    R&D
08 自販機          Vending Machine
00 その他          Others

英語イラスト付　    _emk
英語テキストのみ    _etx
=================================== */

/* ------------------------------------------------
　　グローバル版トップ　/softdrink/index.html
　　グローバル版企業情報トップ　/softdrink/company/index.html
------------------------------------------------ */

.news_item dt span {
	height: 18px;
	display: inline-block;
	text-indent: -9999px;
	margin-left: 10px;
}
.news_item dt span.cate01 {
	background: url(../img2013/newsicon/icon_01_etx.png) no-repeat;
	width: 126px;
}
.news_item dt span.cate02 {
	background: url(../img2013/newsicon/icon_02_etx.png) no-repeat;
	width: 48px;
}
.news_item dt span.cate03 {
	background: url(../img2013/newsicon/icon_03_etx.png) no-repeat;
	width: 48px;
}
.news_item dt span.cate04 {
	background: url(../img2013/newsicon/icon_04_etx.png) no-repeat;
	width: 48px;
}
.news_item dt span.cate05 {
	background: url(../img2013/newsicon/icon_05_etx.png) no-repeat;
	width: 101px;
}
.news_item dt span.cate06 {
	background: url(../img2013/newsicon/icon_06_etx.png) no-repeat;
	width: 48px;
}
.news_item dt span.cate07 {
	background: url(../img2013/newsicon/icon_07_etx.png) no-repeat;
	width: 48px;
}
.news_item dt span.cate08 {
	background: url(../img2013/newsicon/icon_08_etx.png) no-repeat;
	width: 101px;
}
.news_item dt span.cate00 {
	background: url(../img2013/newsicon/icon_00_etx.png) no-repeat;
	width: 48px;
}


/* ------------------------------------------------
　　ニュースリリース一覧　/softdrink/news/index.html .main_right
　　ニュースリリース詳細　/softdrink/news/pr/ .news2013
------------------------------------------------ */

.main_right .newsiconrow span,
.news2013 .newsiconrow span {
	height: 20px;
	display: inline-block;
	text-indent: -9999px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.main_right .newsiconrow span.cate01,
.news2013 .newsiconrow span.cate01 {
	background: url(../img2013/newsicon/icon_01_emk.png) no-repeat;
	width: 151px;
}
.main_right .newsiconrow span.cate02,
.news2013 .newsiconrow span.cate02 {
	background: url(../img2013/newsicon/icon_02_emk.png) no-repeat;
	width: 74px;
}
.main_right .newsiconrow span.cate03,
.news2013 .newsiconrow span.cate03 {
	background: url(../img2013/newsicon/icon_03_emk.png) no-repeat;
	width: 74px;
}
.main_right .newsiconrow span.cate04,
.news2013 .newsiconrow span.cate04 {
	background: url(../img2013/newsicon/icon_04_emk.png) no-repeat;
	width: 74px;
}
.main_right .newsiconrow span.cate05,
.news2013 .newsiconrow span.cate05 {
	background: url(../img2013/newsicon/icon_05_emk.png) no-repeat;
	width: 126px;
}
.main_right .newsiconrow span.cate06,
.news2013 .newsiconrow span.cate06 {
	background: url(../img2013/newsicon/icon_06_emk.png) no-repeat;
	width: 74px;
}
.main_right .newsiconrow span.cate07,
.news2013 .newsiconrow span.cate07 {
	background: url(../img2013/newsicon/icon_07_emk.png) no-repeat;
	width: 74px;
}
.main_right .newsiconrow span.cate08,
.news2013 .newsiconrow span.cate08 {
	background: url(../img2013/newsicon/icon_08_emk.png) no-repeat;
	width: 126px;
}
.main_right .newsiconrow span.cate00,
.news2013 .newsiconrow span.cate00 {
	background: url(../img2013/newsicon/icon_00_emk.png) no-repeat;
	width: 74px;
}
