﻿@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
 Author:         Akihiko_t (admin)
 Style Info:     CMS関係
----------------------------------------------------------- */
/*CMS実装後CSSリスト*/

.mt10_c{
	margin:10px 0px 0px;
}


/*ニュース カンパニー*/
.taker_gnews_list li span.brand_name{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display: block;
	width: 7em;
	float: left;
}

.taker_gnews_list li.ico_news span.date{
	background: url(./../img/icn_news.gif) center right no-repeat;
	padding:0px 33px 0px 0px;
	margin:0px 5px 0px 0px;
	display: block;
	width: 7em;
	float: left;
	clear:left;
}

#news li.ico_news span.ico_news{
	background: url(./../img/icn_news.gif) center right no-repeat;
}
#news li.ico_ir span.ico_ir{
	background:url(./../img/icn_ir.gif) no-repeat 100% 50%;
}
#news li.ico_e span.ico_e{
	background: url(./../img/icn_me.gif) center right no-repeat;
	/* padding:0px 16px 0px 0px;
	margin:0px 36px 0px 0px; */
}
#news li.ico_s span.ico_s{
	background: url(./../img/icn_sp.gif) center right no-repeat;
	/* padding:0px 16px 0px 0px;
	margin:0px 36px 0px 0px; */
}
#news li.ico_a span.ico_a{
	background: url(./../img/icn_ev.gif) center right no-repeat;
	/* padding:0px 16px 0px 0px;
	margin:0px 36px 0px 0px; */
}

.taker_gnews_list li.ico_ir span.date{
	background:url(./../img/icn_ir.gif) no-repeat 100% 50%;
	padding:0px 33px 0px 0px;
	margin:0px 5px 0px 0px;
	display: block;
	width: 7em;
	float: left;
	clear:left;
}
.taker_gnews_list li.ico_s span.date{
	background:url(./../img/icn_shop.gif) no-repeat 100% 50%;
	padding:0px 12px 0px 0px;
	margin:0px 8px 0px 0px;
	display: block;
	width: 7em;
	float: left;
	clear:left;
}
.taker_gnews_list li.ico_a span.date{
	background:url(./../img/icn_attention.gif) no-repeat 100% 50%;
	padding:0px 12px 0px 0px;
	margin:0px 8px 0px 0px;
	display:block;
	width:7em;
	float:left;
	clear:left;
}
.taker_gnews_list li.ico_e span.date{
	background:url(./../img/icn_gourmet.gif) no-repeat 100% 50%;
	padding:0px 12px 0px 0px;
	margin:0px 8px 0px 0px;
	display:block;
	width:7em;
	float:left;
	clear:left;
}

/*ニュース一覧*/
.no_link{
	margin:0px;
}

/*CMS*/
ul#news_list li.ico_news span {
	background: url(./../img/icn_news.gif) 100% 50% no-repeat;
}
ul#news_list li.ico_ir span {
	background: url(./../img/icn_ir.gif) 100% 50% no-repeat;
}

