@charset "UTF-8";

/*
===========================================================================
        site common style
===========================================================================
*/
*{
    margin: 0;
    padding: 0;
    list-style-type:none;
}
html,body{
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}



body{
    font-family: 'Noto Sans Japanese',"Roboto" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    margin:0;
    font-size:  90%;
    line-height: 180%;
    color:#333;
    background:#fff;
    height:100%;
    -webkit-text-size-adjust: 100%;
}

/*----------------------------------------------------------------------
/           image
/----------------------------------------------------------------------*/
img{
    border:none;
    -ms-interpolation-mode: bicubic;
}


/*----------------------------------------------------------------------
/           link
/----------------------------------------------------------------------*/
a{
    text-decoration: none;
}

a:link{
    color: #00abeb;
    text-decoration: none;
}
a:visited{
    color: #00abeb;
    text-decoration: none;
}
a:hover{
    color: #00abeb;
    text-decoration: none;
}

/*----------------------------------------------------------------------
/           paragraph
/----------------------------------------------------------------------*/

h1.pageTitle{
    font-size: 600%;
    line-height: 160%;
    font-weight: 100;
    color:#fc6721;
    text-align: center;
    padding:0 0 0 0;
    margin:0 0 0px 0;
}
h1 span.label{
    display: inline-block;
    padding:20px 2px 5px 2px ;
    border-top: 5px solid #115faa;
}
h1 span.sub{
    font-weight: normal;
    font-size:14px;
    display: block;
    padding: 0;
}

h1.sectionTitle{

}
h1.sectionTitle span{
    /*
    border-top:3px solid #000;
    padding-top: 15px;
    */
}
h2{
    font-size: 140%;
    font-weight:bold;
    line-height: 150%;
    margin:0 0 30px 0;
    color:#008407;

}
h2.center{
    font-size: 130%;
    font-weight:bold;
    text-align: center;
    color:#000;
    line-height: 130%;
    padding:30px 0 20px 0;
    margin:0;
}


h3{
    font-size: 125%;
    font-weight:bold;
    margin: 0px 0 15px 0;
    color: #000;
    border-left: 5px solid #008407;
    padding: 4px 0 4px 12px;
}
.center{
    text-align: center;
    margin:0 auto;
}
p{
    padding: 0;
    margin-bottom: 1.5em;
}
p.comment{
    margin: 0 0 0.5em 0;
}
.caption{
    font-size: 85%;
    font-weight:normal;
}
p.caption{
    line-height: 140%;
}
p.intro{
    font-size:110%;
}

strong{
    color :#cc0000;
    font-weight:bold;
    text-decoration: none;
    font-style: normal;
}
em{
    font-weight:bold;
    text-decoration: none;
    font-style: normal;
}
sup{
    font-size: 70%;
}


/*----------------------------------------------------------------------
/           table
/----------------------------------------------------------------------*/
table{
    font-size: 100%;
}
/*通常表組*/
caption{
    text-align :left;
    position: absolute;
    display: none;
}
.nowrap{
    white-space: nowrap;
}
tr.center th{
    text-align:center;
}
tr.center td{
    text-align:center;
}

/*----------------------------------------------------------------------
/           list
/----------------------------------------------------------------------*/
ol {
    padding-left:0.5em;
}
ol li{
    margin: 0 0 0px 0;
}
ul{

}

li{

}
ul.list > li{
    list-style-type: disc;
}
td ul.list{
    margin-bottom:0;
}
ul.list{
    margin: 2px 0 8px 0;
    padding-left: 30px;
}
ul.list > ul{
    padding-left:20px;
}
ul.important > li{
    font-weight:bold;
    font-size:110%;
}
ul.important li li{
    font-weight:normal;
    font-size:95%;
}
ul.important li span.caption{
    font-weight:normal;
}
ol.list {
    margin: 0 0 15px 0;
    padding-left: 30px;
}
ol.list li{
    list-style-type: decimal;
}
ol.list li ul.list li{
    list-style-type: disc;
}
ul.link{
    list-style-type: none;
    margin: 0;
}
ul.katakana{
    list-style-type:katakana
}
ol.katakana{
    list-style-type:katakana
}
ul.link {
    margin:0 0 15px 0;
}
ul.link li a{
    padding-left:10px;
    display: block;
}
ul.link li ul{
    padding-left:12px;
}
li table.line2{
    margin-bottom: 20px;
}
dl.list{
    margin: 0 0 5px 0;
    padding: 10px 10px 6px 10px;
    border:5px solid #ddd;
}
dt{
    font-weight: bold;
}
dd{
    margin-bottom: 3px;
    padding: 0 15px;
}



/*====================================================================
    media query
====================================================================*/

/*
    TAB
*/
@media screen and (max-width: 768px){
}

/*
    iphone landspcae
*/
@media only screen and (max-width: 736px) {

}

/*
    for header
*/
@media only screen and (max-width: 680px) {

}

/*
    SP
*/
@media screen and (max-width:479px) {
    h1.pageTitle{
        font-size: 350%;
        padding:50px 0 ;
    }
}





