﻿@import url('../css/download.css');

/*--- トップページ ---*/

.tilebase
{
    padding: 0 20px;
}

.tilebase img
{
    margin: 5px;
    padding: 0;
}

/*--- 動作環境のリスト ---*/
#main dl
{
    margin-left: 1.5em;
}

#main dt
{
    border-top: 1px solid #ccc;
    border-bottom: none;
}

#main dd, #main dl .first, #main dt:first-child
{
    border: none;
}

#main dt+dd
{
    border-top: 1px solid #ccc;
}
/*--- 制限事項 ---*/
#main ul, #main ol
{
    padding-left: 1em;
}

#main li p
{
    margin-left: 0;
}

/*--- ダウンロードファイル ---*/
.demobox, .updatebox
{
    clear:both;
    margin: 20px;
}

.updatebox
{
    border-top: 1px solid #ccc;
}

.demobox div, .updatebox div
{
    float: left;
}

.demobox+.demobox div
{
    float: right;
}

.dlfile
{
    width: 150px;
    text-align: center;
}

.dlinfo
{
    width: 370px;
    padding: 10px 10px 0;
}

.dlinfo h4
{
    background: none;
    font-size: 18px;
    color: Gray;
    margin: 0;
    padding: 0;
    text-indent: 0;
    line-height: 1;
}

#main .dlinfo p
{
    line-height: 1.4;
    margin-left: 4px;
    margin-bottom: 1em;
}

#main .dlinfo p.dlbtn
{
    margin-left: 0;
    margin-bottom: 0;
}

.dlinfo a
{
    color: #068;
    text-decoration: none;    
}

.dlinfo a:hover
{
    text-decoration: underline;
}

h5
{
    color: #006;
    border-left: none;
    margin-left: 1em;
}

/*--- 詳細リンク ---*/
#main p.fordetail, #main p.fordetail a
{
    margin-bottom: 0;
}

/*--- スコプレヘッダー用 ---*/
.spfx_header_img
{
    width:311px;
    height:359px;
    background-image: url('img/spfxheader.jpg');
    background-repeat:no-repeat;
    margin: 0 10px;
    padding: 90px 250px 0 10px;
}

.spfx_header_img .spfx_header_text
{
    width:200px;
    height:auto;
    margin:0;
}

.spfx_header_img .spfx_dl_btn a
{
    margin-left:10px;
    margin-bottom:4px;
    
    width:189px;
    height:44px;
    display:block;
    background-image:url('img/DLButton3.png');
    background-repeat:no-repeat;
}

.spfx_header_img .spfx_dl_btn a:hover
{
    background-image:url('img/DLButton3.png');
    background-repeat:no-repeat;
}

.spfx_header_img .palette_dl_btn a
{
    margin-left:10px;
    margin-bottom:4px;
    
    width:189px;
    height:64px;
    display:block;
    background-image:url('img/SPaletteButton.png');
    background-repeat:no-repeat;
}

/*--- スコプレ関連広告用 ---*/
#submenu
{
    clear: both;
    padding-top: 4px;
}

#submenu img
{
    float: left;
}

#submenu .info_txt
{
    float: left;
    width: 202px;
    height: 40px;
    padding: 0 0 0 8px;
    margin: 0;
}

#submenu h3
{
    background-image: none;
    text-indent : 0;
    margin: 0;
    padding: 0;
    color:#319631;
}

#submenu p
{
    margin: 0;
    padding: 0;
    font-size: 10px;
    color: #666;
}

#submenu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#submenu li
{
    margin: 5px;
    padding: 8px;
    float: left;
    width: 254px;
    height: 65px;
    background-repeat: repeat-x;
    border: 1px solid #ddd;
}

