<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*-----------------------------------------------
 tradecarview
 NEWS
 概要:help関連ページ
 制作日時 :2010.06.15
 制作者 yutakais

Last Update Date :20100615  (yutakais）
-------------------------------------------------
目次--------------------------------------

1：NEWS
2：アイコン


/*------------------------------
1.NEWS
------------------------------*/

/*css/1/common.css より移植*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

.container {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 930px;
	padding: 0 165px;
	font-size: 13px;
	min-height: 1px;
	margin: 0px auto;
	clear: both;
}

.main {
	box-sizing: content-box;
}

.newscom h3 {
	background: url(../../images/help/tradenews.jpg) left top no-repeat;
	color: #fff;
	font-weight: 700;
	margin: 0 0 25px 0;
	padding: 0 0 0 22px;
	height: 60px;
	line-height: 60px;
	font-size: 134%;
}
.newscom h4{
	color:#535353;
	font-weight:700;
	font-size:134%;
	padding:0 0 0 5px;
	margin:0 0 5px 0;
	border-left:4px solid #dedfe3;
	}
.newscom .newsDetail h4{
	font-weight:700;
	font-size:100%;
	border-left:4px solid #dedfe3;
	padding:0 0 0 5px;
	margin:0 0 5px 0;
}
.newscom .newsAction{
	background:url(../../images/common/finding.gif) left top repeat-x;
	height:22px;
}
.newscom .newsAction ul{
	float:right;
	margin:0 10px 0 0;
}
.newscom .newsAction ul li {
	float: left;
	margin: 0 0 0 8px;
	font-size: 92%;
	list-style: none;
	padding-left: 0;
}
.newsMonth  {
	margin:10px 0;
}
.newscom .newsMonth h5{
	background-color:#DFEAF2;
	color:#434343;
	font-weight:700;
	font-size:109%;
	padding:0 0 0 10px;
}
.newsMonth table{
	width:100%;
}
.newsMonth table img,
.newscom .newsDetail img
{
	margin:0 0 0 3px;
}
.newsMonth .newsDays{
	color:#434343;
	font-size:92%;
	padding:0 0 0 10px;
	width:18%;
}
.newsMonth table tr.newsDay01{
	background-color:#eaeff4;
}
.newsMonth table td{
	height:auto;
	vertical-align:top;
	padding:3px 0 4px;
}
.newsMonth table td.newsCom,
.newscom .newsDetail h4 a{
	padding:0 0 0 5px;
}

.newscom .sentences{
	padding:30px 20px 10px;
}

.newsDetail {
	position:relative;
}
.newscom .newsDetail h4{
	position:absolute;
	left:11px;
	top: -7px;
}
.newscom .newsDetail h4 p,
.newscom .newsDetail h4 a{
	float:left;
}
.newscom .newsDetail h4 a{
	width:500px;
}
.newscom .newsDetail p.sentenceDay{
	position:absolute;
	font-weight:700;
	right:10px;
	top:-5px;
	color:#535353;
}
.newsDetail .textCenter{
	text-align:center;
	margin:0 auto;
	font-weight:700;
	padding:10px 0 10px 0;
}





/*----------------------------------------
2.アイコン
----------------------------------------*/
table td.newswho{
		width:120px;
		text-align:center;
}
table td p.newsfor01,
table td p.newsfor02,
table td p.newsfor03{
	padding:0em 0em 0em;
	margin:0px auto 0;
	font-weight:700;
	display:inline-block;
	width:120px;
	line-height:17px;
	text-align:center;
}
.newsDetail p.newsfor01,
.newsDetail p.newsfor02,
.newsDetail p.newsfor03{
	padding:0.2em 0em 0em;
	font-weight:700;
	width:120px;
	display:inline-block;
	line-height:17px;
	text-align:center;
	font-size:100%;
}

table td p.newsfor01,
.newsDetail p.newsfor01{
	color:#626262;
	background:url(../../images/common/newsfor01.gif) left center no-repeat;
}
table td p.newsfor02,
.newsDetail p.newsfor02{
	color:#fff;
	background:url(../../images/common/newsfor02.gif) left center no-repeat;
}
table td p.newsfor03,
.newsDetail p.newsfor03{
	color:#fff;
	background:url(../../images/common/newsfor03.gif) left center no-repeat;
}

</pre></body></html>