@charset "UTF-8";

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


html{
    height:100%;
}

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

body{
    font-family:"Open Sans","Verdana","Arrial",sans-serif;
    font-size: 90%;
    padding:0;
    margin:0;
    color:#333;
    background-color: #fff;
}

/*----------------------------------------------------------------------
/   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:#255a96;
}
a:link{
    color: #00428e;
    text-decoration: none;
}
a:visited{
    color: #255a96;
    text-decoration: none;
}
a:hover{
    color: #0099cc;
    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 {
    outline: none;
}

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

h1{
    font-size:180%;
    color:#333;
    margin:0 0 30px 0;
    line-height: 150%;
    letter-spacing:-0.02em;
}
h1 span.sub{
    display: block;
    font-size:60%;
}
h2{
    font-size:140%;
    line-height: 150%;
    color:#333;
    margin:0 0 15px 0;
    font-family: "Open Sans";
}
h3{
    font-size:120%;
    color:#304154;
    margin:0 0 10px 0;
    line-height: 150%;
}
h4{
    font-size:105%;
    color:#000;
}

p{
    padding: 0;
    margin-bottom: 2em;
}

.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;
}
sup{
    font-size:70%;
    vertical-align: text-top;
    line-height: 4px;
    margin:0 2px;
}
/*----------------------------------------------------------------------
/           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{
}

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: 1em;
    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) {
    h1{
      font-size:160%;
      margin:0 0 15px 0;
    }
    h2{
      font-size:130%;
      margin:0 0 15px 0;
    }
}


