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

/*
	================================================================================================
		manual css index.css
	================================================================================================
*/

#mod-productsArea h1.title {
    clear: both;
    color: #000;
    margin-bottom: 15px;
    border-bottom: 1px solid #D0D0D0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 13px;
    font-size: 18px;
    font-weight: 700;
}

#purposeArea p {
    margin: 0 1em 1.25em;
}

#purposeArea .section .border_box h2 {
    font-size: 108%;
    padding: 1em;
}
div#purposeArea .border_box ul {
    margin-right: 10px;
}

.get_adobe {
    border: 1px solid #ccc;
    padding: 10px;
}
.get_adobe dt {
	float: left;
	margin: 0px 20px 0px 0px ;
	padding: 0px;
}
.get_adobe dd {
	float: left;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-top: 5px;
}


div#purposeArea div.manual_download table {
    width: 100%;
    margin: 0;
    font-size: 13px;
}
div#purposeArea div.manual_download thead th {
    background: #fff;
    color: #333;
    font-weight: bold;
    text-align: left;
    border: none;
    width: 20px;
}
div#purposeArea div.manual_download thead th:last-child {
    width: 50%;
}
div#purposeArea div.manual_download tbody {
    background: #F5F5F5;
    border: none;
    border-top: 1px dotted #ccc;
}

#purposeArea th {
    padding: .5em;
}

#purposeArea td {
    padding: 0 0 0 .5em;
	width: 25%;
}

div#purposeArea div.manual_download tbody tr td ul li {
    background: url(/share/images/arrow_black.gif) no-repeat left 50%;
    border: none;
    border-top: 1px dotted #ccc;
    display: table;
    float: none;
    height: 3em;
    width: 100%;
}
div#purposeArea div.manual_download tbody tr td ul li a {
    padding-left: 10px;
}
div#purposeArea div.manual_download tbody tr td ul li:first-child {
    border-top: none;
}
div#purposeArea div.manual_download tbody tr td ul li a {
    display: table-cell;
    vertical-align: middle;
}

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
div#purposeArea div.pdf_reader div.img,
div#purposeArea div.pdf_reader div.text {
	width: auto;
	float: none;
}
div#purposeArea div.manual_download table {
	font-size: 80%;
}
div#purposeArea div.manual_download table th.category,
div#purposeArea div.manual_download table td.category {
	display: none;
}
.s5-container {
    padding: 0 !important;
}
}
</pre></body></html>