@charset "utf-8";

/* 旧CSSの設定変更 */
div#ct,
div#ct-area
{
	width: 970px;
}
#container #ct-area {
	margin-top: 35px;
}
div#ct-left
{
	width: 676px;
}
div#ct-right {
    width: 240px;
}
div#ct-area h1 {
	margin: 0;
	padding: 20px 0 17px 19px;
	background: url() no-repeat 0 0;
	color: #000;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 35px;
}
div#ct-area h2 span {
	background: transparent none no-repeat scroll left bottom;
	background-image: none;
	display: inline;
	padding: 0;
}
div#ct-area h2:first-of-type {
	margin-top: 0;
}
div.section {
	width: auto;
}



/* 新CSS */
h1 {
    margin: 0;
    width: auto;
    background: none;
    color: #000;
    clear: none;
    display: inline-block;
    padding: 20px 0 17px 19px;
    border-left: 1px solid #000;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.5 !important;
}



h1 span.caption {
    padding: 0;
    background: none;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
div#ct-area h2 {
    background: #eee none repeat scroll 0 0;
    border-bottom: 1px solid #999;
    border-top: 3px solid #000;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin-top: 35px;
    margin-bottom: 12px;
    padding: 10px 12px 7px;
}

#ct
{
	clear: both;
}


#lib-left a,
#lib-right a
{
	text-decoration: none;
	color: #4f9bd8;
}
#lib-left a:hover,
#lib-right a:hover
{
	text-decoration: underline;
}


#lib-left
{
	width: 200px;
	float: left;
}
.img-product
{
	border: 1px solid #dedede;
}
.prod-infomation
{
	margin-top: 5px;
}
.prod-page
{
	margin-top: 5px;
}
.prod-page a:before
{
	content: url(/shared/img/arw_black.png);
}
.link-qanda
{
	height: 3em;
	display: table;
	width: 100%;
}
.link-qanda a
{
	height: 3em;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
.link-oss
{
	height: 3em;
	margin: 0 10px;
	border-bottom: 1px dotted #bcbcbc;
}
.link-oss:last-of-type
{
	border-bottom: none;
}
.link-oss a
{
	height: 3em;
	width: 100%;
	display: table;
}
.oss-text
{
	height: 3em;
	display: table-cell;
	vertical-align: middle;
}

#lib-right
{
	width: 440px;
	float: right;
	word-wrap: break-word;
	word-break: break-word;
	overflow-wrap: break-word;
}
.lib-qanda
,.lib-manual
,.lib-download
,.lib-note-f
{
	width: 100%;
	border: 1px solid #dedede;
	border-collapse: collapse;
}
.lib-qanda th
,.lib-manual th
,.lib-download th
,.lib-note-f th
{
	border: 1px solid #dedede;
	border-collapse: collapse;
	padding: 0 10px;
	height: 3em;
	text-align: left;
}
.lib-qanda td
{
	border: 1px solid #dedede;
	border-collapse: collapse;
	height: 3em;
}
.lib-download td
{
	border: 1px solid #dedede;
	border-collapse: collapse;
	padding: 10px 10px;
}
.lib-qanda thead th
,.lib-manual thead th
,.lib-download thead th
,.lib-note-f thead th
{
	background-color: #f7f7f7;
	font-weight: bold;
	vertical-align: middle;
}
.lib-qanda thead th span
,.lib-manual thead th span
,.lib-download thead th span
,.lib-note-f thead th span
{
	font-weight: normal;
}
.lib-manual
,.lib-download
,.lib-note-f
{
	margin-top: 35px;
}
.manual-icon
{
	float: right;
}
.list-manual
{
	height: 3em;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px dotted #bcbcbc;
}
.list-manual:last-child
{
	border-bottom: none;
}

.list-manual a
{
	width: 100%;
	height: 3em;
	display: table;
}
.manual-text
{
	display: table-cell;
	height: 3em;
	vertical-align: middle;
}
.manual-icon
{
	display: table-cell;
	height: 3em;
	vertical-align: middle;
}
.manual-icon img
{
	padding-top: 0.8em;
}
.lib-download select,
.lib-download input
{
	font-size: 100%;
	padding: 3px 2px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.lib-download select:hover,
.lib-download input:hover
{
	cursor: pointer;
}


.menu-right {
	margin-bottom: 35px;
}
.menu-right a {
    text-decoration: none;
}
.menu-right a:hover {
    text-decoration: underline;
}
.menu-right dt {
    padding: 8px 13px;
    background: #e5e5e5;
}
.menu-right dt a {
    padding: 9px 13px 6px 13px;
    display: block;
    font-size: 16px;
    color: #333;
    background: url("/shared/img/lm_bg_ttl.png") no-repeat left center;
    margin: 0;
}
.menu-right dd {
	margin: 0;
    padding-bottom: 1px;
    border-bottom: 1px dotted #666;
    font-size: 13px;
}
.menu-right dd a {
    padding: 12px 10px 7px 29px;
    color: #333;
    position: relative;
    background-color: #ececec;
    background-image: -moz-linear-gradient(top, #ffffff, #ececec);
    background-image: -ms-linear-gradient(top, #ffffff, #ececec);
    background-image: -o-linear-gradient(top, #ffffff, #ececec);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ececec));
    background-image: -webkit-linear-gradient(top, #ffffff, #ececec);
    background-image: linear-gradient(top, #ffffff, #ececec);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0)";
    line-height: 1.15;
    display: block;
    margin: 0;
}
.menu-right dd a:after {
    content: "";
    display: block;
    width: 5px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -3px;
    background: url("/shared/img/arw_black_small.png") no-repeat left center;
}



.sp
{
	display: none;
}
.sp-download
{
	display: none;
}

/* OS名の前に改行を入れる */
h1 span.os {
    padding: 0;
    background: none;
    font-size: 18px;
    display: block;
    margin-bottom: 0;
}

h1 .os:before
{
	content: "\A";
}

table.old-ver
{
	margin-bottom: 1em;
}
table.old-ver:last-of-type
{
	margin-bottom: 1em;
}
