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

/* ===================================
	ニュースカテゴリアイコン
======================================
01 経営・財務       _mana_
02 人事            _pers_
03 CSR・環境       _csr_
04 商品            _prod_
05 キャンペーン・CM _camp_
06 イベント        _eve_
07 調査・研究開発   _rese_
08 自販機          _vend_
00 その他          _oth_

日本語イラスト付　  _jmk
日本語テキストのみ  _jtx
英語イラスト付　    _emk
英語テキストのみ    _etx
スマホイラスト付    _jsp
=================================== */

/* ------------------------------------------------
　　トップ　/softdrink/index.html
　　企業情報トップ　/softdrink/company/index.html
------------------------------------------------ */

.news_item dt span {
	display: inline-block;
	text-indent: -9999px;
	margin-left: 10px;
}
.news_item dt span.cate01 {
	background: url(/news/common/img/icon_cate_01.gif) no-repeat;
	width: 85px;
	background-size: 100%;
}
.news_item dt span.cate02 {
	background: url(/news/common/img/icon_cate_02.gif) no-repeat;
	width: 85px;
	background-size: 100%;
}
.news_item dt span.cate03 {
	background: url(/news/common/img/icon_cate_03.gif) no-repeat;
	width: 85px;
	background-size: 100%;
}
.news_item dt span.cate04 {
	background: url(/news/common/img/icon_cate_04.gif) no-repeat;
	width: 85px;
	background-size: 100%;
}
.news_item dt span.cate05 {
	background: url(/news/common/img/icon_cate_05.gif) no-repeat;
	width: 123px;
	background-size: 100%;
}
.news_item dt span.cate06 {
	background: url(/news/common/img/icon_cate_06.gif) no-repeat;
	width: 85px;
	background-size: 100%;
}
.news_item dt span.cate07 {
	background: url(/news/common/img/icon_cate_07.gif) no-repeat;
	width: 140px;
	background-size: 100%;
}
.news_item dt span.cate08 {
	background: url(/news/common/img/icon_cate_08.gif) no-repeat;
	width: 85px;
	background-size: 100%;
}
.news_item dt span.cate09 {
	background: url(/news/common/img/icon_cate_09.gif) no-repeat;
	width: 105px;
	background-size: 100%;
}
.news_item dt span.cate10 {
	background: url(/news/common/img/icon_cate_10.gif) no-repeat;
	width: 85px;
	background-size: 100%;
}

.out_link:after{
	content: "";
	width: 15px;
	height: 18px;
	background: url("/news/common/img/icon_outlink_list.gif") no-repeat;
	background-position: 0 2px;
	display: inline-block;
	margin: 0 0 0 8px;
}

.pdf_link:after{
	content: "";
	width: 12px;
	height: 14px;
	background: url("/news/common/img/icon_pdf.gif") no-repeat;
	display: inline-block;
	margin: 0 0 0 10px;
}

/* ------------------------------------------------
　　ニュースリリース一覧　/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(/softdrink/common/img2013/newsicon/icon_mana_jmk.png) no-repeat;
	width: 85px;
}
.main_right .newsiconrow span.cate02,
.news2013 .newsiconrow span.cate02 {
	background: url(/softdrink/common/img2013/newsicon/icon_pers_jmk.png) no-repeat;
	width: 85px;
}
.main_right .newsiconrow span.cate03,
.news2013 .newsiconrow span.cate03 {
	background: url(/softdrink/common/img2013/newsicon/icon_csr_jmk.png) no-repeat;
	width: 85px;
}
.main_right .newsiconrow span.cate04,
.news2013 .newsiconrow span.cate04 {
	background: url(/softdrink/common/img2013/newsicon/icon_prod_jmk.png) no-repeat;
	width: 85px;
}
.main_right .newsiconrow span.cate05,
.news2013 .newsiconrow span.cate05 {
	background: url(/softdrink/common/img2013/newsicon/icon_camp_jmk.png) no-repeat;
	width: 123px;
}
.main_right .newsiconrow span.cate06,
.news2013 .newsiconrow span.cate06 {
	background: url(/softdrink/common/img2013/newsicon/icon_eve_jmk.png) no-repeat;
	width: 85px;
}
.main_right .newsiconrow span.cate07,
.news2013 .newsiconrow span.cate07 {
	background: url(/softdrink/common/img2013/newsicon/icon_rese_jmk.png) no-repeat;
	width: 106px;
}
.main_right .newsiconrow span.cate08,
.news2013 .newsiconrow span.cate08 {
	background: url(/softdrink/common/img2013/newsicon/icon_vend_jmk.png) no-repeat;
	width: 85px;
}
.main_right .newsiconrow span.cate00,
.news2013 .newsiconrow span.cate00 {
	background: url(/softdrink/common/img2013/newsicon/icon_oth_jmk.png) no-repeat;
	width: 85px;
}
