@charset "UTF-8";

/*
===========================================================================
|           site common style
===========================================================================
*/

*{
    margin: 0;
    padding: 0;
    itemDetail-style-type:none;
}

html{
    height:100%;
}

html,body{
    height: 100%;
    margin: 0;
    padding: 0;}

body{
    font-family:"Open Sans","Verdana","Arrial",sans-serif;
    font-size: 95%;
    padding:0;
    margin:0;
    color:#000;
    line-height: 180%;
    box-sizing: border-box;
}


/*----------------------------------------------------------------------
/           image
/----------------------------------------------------------------------*/
img{
    border:none;
}

img.icon{
    vertical-align: middle;
    margin:  0 4px;
}

/*----------------------------------------------------------------------
/           form
/----------------------------------------------------------------------*/
input,select{
    vertical-align: middle;
    margin-right: 5px;
}
option{
    padding-right: 10px;
}

textarea{
    font-size:100%;
    border:1px solid #ccc;
    padding:5px;
    background-color:#f6f6f6
}
input , select{
    font-size:100%;
}

/*----------------------------------------------------------------------
/           link
/----------------------------------------------------------------------*/
a{
    cursor:pointer;
    color:#006699;
}
a:link{
    color: #006699;
    text-decoration: none;
}
a:visited{
    color: #006699;
    text-decoration: none;
}
a:hover{
    color: #cc0000;
    text-decoration: none;
}
a.link{
    background:url(/images/common/icon_arrow.png) no-repeat 0 5px;
    padding-left:12px;
}
a:link,
a:visited,
a:active,
a:hover {
    overflow: hidden;
    outline: none;
}

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


h1{
    font-size:110%;
    color:#fff;
    padding:2%;
    margin:0 0 20px 0;
    line-height: 140%;
}
h2{
    font-size:120%;
    color:#172158;
    margin:0 0 20px 0;
    padding:3px 0 3px 12px;
    border-left:5px solid #172158;
}
h3{
    font-size:110%;
    color:#172158;
    margin:0 0 10px 0;
}
h4{
    font-size:105%;
    color:#000;
    margin:0 0 1% 0;
}

p{
    padding: 0;
    margin-bottom: 1em;
}
p:last-child{
    margin-bottom:0;
}
.caption{
    font-size: 85%;
    font-weight:normal;
}
p.caption{
    line-height: 140%;
}
strong{
    color :#cc0000;
    font-weight:bold;
    text-decoration: none;
    font-style: normal;
}
em{
    font-weight:bold;
    text-decoration: none;
    font-style: normal;
    color :#cc0000;
    color:#e42927;
}
sup{
    font-size:70%;
    vertical-align: text-top;
    line-height: 4px;
    margin:0 2px;
}
p.copy{
    font-weight:bold;
    font-size:140%;
    line-height:160%;
    font-weight: normal;
}
#intro p.copy{
    font-size:180%;
}
#intro p.subCopy{
    font-size:110%;
    line-height: 160%;
    margin-bottom:0;
}

span.annotation{
}

/*----------------------------------------------------------------------
/           table
/----------------------------------------------------------------------*/
table{
    line-height: 160%;
    font-size: 100%;
}
th,td{
    vertical-align: middle;
}
table .top{
    vertical-align:top;
}
table .center{
    text-align:center;
}
/*通常表組*/

caption{
    text-align :left;
    position: absolute;
    display: none;
}
.nowrap{
    white-space: nowrap;
}

caption{
    text-align :left;
    position: absolute;
    display: none;
}
tr.center th{
    text-align:center;
}
tr.center td{
    text-align:center;
}
table ol{
    margin:0;
    padding:0px;
    itemDetail-style-position: inside;

}
table ol li{
}
/*----------------------------------------------------------------------
/           i
/----------------------------------------------------------------------*/
i{
    font-style: italic;
    font-family:sans-serif;
}
i a{
    font-style: normal;
}
/*----------------------------------------------------------------------
/           itemDetail
/----------------------------------------------------------------------*/


ul{
    margin: 0 0 15px 0;
}

li{

}


ol {
    margin: 0 0 15px 0;
    padding: 10px 0 10px 1.5em;
}
ol li{
    itemDetail-style-type: decimal;
}
ol.itemDetail li ul.itemDetail li{
    itemDetail-style-type: disc;
}
ol ul li{
    itemDetail-style-type:none;
}

dt{
    font-weight: bold;
}
dd{
    margin-bottom: 3px;
    padding: 0 15px;
}

/*----------------------------------------------------------------------
/           form
/----------------------------------------------------------------------*/
input,select,textarea{
    font-size:100%;
}

/*=====================================================
    device
=======================================================*/

/*
    TAB
*/
@media screen and (max-width: 991px) {
    a{
        text-decoration: none
    }
}


/*
    SPHONE
*/
@media screen and (max-width: 479px) {

}