/* タイトル上に余白 */
#ct-area h1 {
	margin-top: 1em;
}

/* 基本の文字色を少し濃く */
body{
	color: #333;
}
/* リンクの文字色も少し濃くする */
a:link,
a:hover,
a:active
{
	color:#333;
}
/* 訪問済みリンクは少し薄く（デフォルトではリンクは全てこの色） */
a:visited
{
	color: #666;
}




/* 検索窓 */
#resultsel
{
	color: #333;
	width: 16em;
	height: 4em;
}
#go
{
	color: #333;
	width: 16em;
}
#name,
#run
{
	color: #333;
}





div#ct-left dl.lib-processbox dd {
	padding:10px 20px;
}


/* マニュアル */
div#ct-left td.manual a img{
	margin-right: 5px;
	border: 2px solid #4F9BD8;
}


/* 製品ページへのリンク */
div#ct-left #product-info .prodlink
{
	margin-left: 1.5em;
	font-size: 80%;
	vertical-align: middle;
	background: transparent url(/img/share/icon_arrow.gif) no-repeat scroll 0 3px;
	padding-left: 13px;
}


div.lib-infobox span.name
{
	font-weight: bold;
}

/* →付き */
div#ct-left .section .arw
{
	vertical-align: middle;
	background: transparent url(/img/share/icon_arrow.gif) no-repeat scroll 0 3px;
	padding-left: 13px;
}

/* ※ */
div#ct-left dl.kome
{
	margin-left: 1em;
}
div#ct-left dl.kome dt
{
	float: left;
	clear: left;
	display: block;
	width: 1.2em;
}
div#ct-left dl.kome dd
{
	margin-left: 1.2em;
}
div#ct-left #product-info
{
	margin-bottom: 1em;
}
div#ct-left #product-info th
{
	white-space: nowrap;
}
div#ct-left #product-info td th
{
	white-space: normal;
}
div#ct-left td div.section
{
	width: auto;
	margin-bottom: 1em;
}


/* テーブル */
div#ct-left .tbl_Gray {
    border: 1px solid #808080;
    border-collapse: collapse;
    text-align: left;
}
div#ct-left .tbl_Gray th {
    background-color: #EEEEEE;
    border: 1px solid #808080;
    border-collapse: collapse;
    padding: 3px;
    text-align: left;
}
div#ct-left .tbl_Gray td {
    border: 1px solid #808080;
    border-collapse: collapse;
    padding: 3px;
    text-align: left;
}
div#ct-left table .nowrap {
    white-space: nowrap;
}

/* リスト */
div#ct-left ul.ul {
}
div#ct-left ul.ul>li {
	margin-left:1.2em;
	list-style-type: disc;
}
div#ct-left ol.ol {
}
div#ct-left ol.ol>li {
	margin-left:1.2em;
	list-style-type: decimal;
}


/* */
div#ct-left #product-info tr.download p.supportsoft
{
	font-weight: bold;
}
div#ct-left #product-info tr.download .os-link
{
	margin-left: 12px;
}
div#ct-left #product-info tr.manual a.pdf
{
	padding-left: 27px;
	color: #4F9BD8;
	background: url(/lib/img/icon_pdf.gif) no-repeat 8px 2px;
}
div#ct-left #product-info tr.manual a.zip
{
	padding-left: 27px;
	color: #4F9BD8;
}
div#ct-left #product-info tr.manual a.html
{
	padding-left: 27px;
	color: #4F9BD8;
	background: url(/lib/img/icon_guaid.gif) no-repeat 0px 1px;
}
div#ct-left #product-info tr.manual a.man
{
	padding-left: 27px;
	color: #4F9BD8;
	background: url(/lib/img/icon_man1.gif) no-repeat 0px 1px;
}
div#ct-left #product-info tr.manual a.other
{
	padding-left: 27px;
	color: #4F9BD8;
}



table.support-tbl
{
	margin: 0 10px 0;
}




/* スマホ用 */
.section-tbl2 {
	display: none;
}
@media screen and (max-width: 480px) {
	.section-tbl {
		display: noen;
	}
	.section-tbl2 {
		display: block;
	}
}
