@charset "utf-8";

/*
-----------------------------------------------------------------------
base tags setting
-----------------------------------------------------------------------
*/

*{
    margin:0;
    padding:0;
    outline:none;
    font-style:normal;
    text-decoration: none;
    line-height:normal;
}

body {
    width:100%;
    text-align:center;  
    font-size:62.5% !important;
    color:#000;
    font-family:"MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"\30e1\30a4\30ea\30aa","Meiryo", sans-serif !important;

    }


h1,h2,h3,h4,h5,h6,li,dt,dd,th,td,p,address,select,option,input{
    
    font-size:1.2em !important; 
    
    line-height:1.5em;
    }
    
h2, h3, h4, h5, h6{
    font-weight:600 !important;
    }
    
strong,
th{
    font-weight:600 !important;
    font-style:inherit !important;
    }


table{
    border-collapse:collapse;
    border-spacing:0;
}

table td input{
    font-size:100% !important;
    font-family:"MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"\30e1\30a4\30ea\30aa","Meiryo", sans-serif !important;
    height:1.6em !important;
    vertical-align:middle !important;

    }
    
table td textarea{
        font-family:"MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"\30e1\30a4\30ea\30aa","Meiryo", sans-serif !important;
    }

img {
    border:none;
    -ms-interpolation-mode: bicubic;
}

iframe{
    border:none;
}

ul, ol{list-style:none;
    
}

br {
    letter-spacing:0;
}

map {
    display: none;
    visibility: hidden;
}

em{font-style:normal; font-weight:bolder;}

a,
a:link,
a:visited,
a:active {
    color:#039!important;   
    outline:none;
    text-decoration:none;
    }

a:hover{
    text-decoration:underline;
    color:#F60!important;
    
    }

object, embed {vertical-align:middle;}


div#newsslider div#jslider0 ul li p {
    font-size:100%;
}
    
/*--アクティブ--*/

li.small a { background:url(../img/header/fsize_small.jpg) no-repeat; }
li.mid a { background:url(../img/header/fsize_middle_on.jpg) no-repeat; }
li.big a { background:url(../img/header/fsize_large.jpg) no-repeat; }

/*
li.small a { background:url(../img/header/fsize_small_on.jpg) no-repeat; }
li.big a { background:url(../img/header/fsize_large_on.jpg) no-repeat; }
*/

/*--メンテナンス20150910 ---*/

/*-- テーブル --*/

table.tablebasic2{
    width:90%;
    margin: 0 auto 30px auto;
}
    
table.tablebasic2 th,
table.tablebasic2 td{
    border:#CCC 1px solid;
    padding:8px 8px 6px !important;
    vertical-align:middle;
}

table.tablebasic2 td ul {
    padding-left: 30px;
}

table.tablebasic2 td li {
    list-style-type: disc;
    font-size: 1.0em !important;
}

.cellsub-t{
        background:#F3F1EC !important;      
        text-align:center;
        }

.cellsub-t2{
        background:#DBF0F1 !important;  
        text-align:left !important;
        }
        
.cellsub-t3{
        background:#F2FBFB !important;  
        text-align:left !important;
        }

.cellsub-t4{
        background:#FFC !important;
        font-weight:bold !important;
        }


/*--メンテナンス20150910 ---*/