@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700,600);
/*
===========================================================================
|           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:#333;
    line-height: 160%;
}

@font-face {
    font-family: 'boston_traffic';
    src: 
    url('/files/user/common/font/boston_traffic-webfont.eot') format('eot'),
    url('/files/user/common/font/boston_traffic-webfont.woff') format('woff'),
    url('/files/user/common/font/boston_traffic-webfont.ttf') format('truetype');

}



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

a:link,
a:visited,
a:active,
a:hover {
    overflow: hidden;
    outline: none;
}


a.link{
    background:url(/images/common/icon_arrow.png) no-repeat 0 5px;
    padding-left:12px;
}
/*----------------------------------------------------------------------
/           paragraph 
/----------------------------------------------------------------------*/


h1{
    font-size:200%;
    color:#333;
    margin:0 0 15px 0;
    line-height: 140%;
    font-family: 'boston_traffic';
}
h2{
    font-size:220%;
    color:#fff;
    margin:0 0 15px 0;
    font-weight: normal;
    padding:0.3% 0 0.3% 3%;
    line-height:250%;
    font-family: 'boston_traffic';
    background:url(/files/user/common/images/h2_bg.png) no-repeat;
    background-size: 100% 90% ;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-style:italic
}


h3{
    line-height:130%;
    font-size:160%;
    color:#ad9a58;
    position: relative;
    margin:0 0 25px 0;
    font-weight: normal;
    padding:10px 0 24px 10px;
    font-family: 'boston_traffic';
    background:url(/files/user/common/images/h3_bg.png) no-repeat 0 bottom;
    background-size: 470px auto ;
    font-style:italic
}
h3.w{
    background-image:url(/files/user/common/images/h3_w_bg.png);
}
h3 a.goList{
    display: inline-block;
    position: absolute;
    right:0;
    bottom:6px;
    font-weight: normal;
    font-size:60%;
    line-height:1;
    background:#000;
    padding: 4px 16px 4px 24px;
    border-radius: 3px;
    color:#fff;
}
h3 a.goList:before{
    content:'';
    width:0;
    height:0;
    left:8px;
    top:50%;
    line-height:1;
    border:4px solid transparent;
    border-left:4px solid #fff;
    position: absolute;
    margin:-4px 0 0 0;
}


h4{
    font-size:150%;
    color:#cc0000;
    margin:0 0 10px 0;
    /*
    font-family: 'boston_traffic';
    */
    font-weight:bold;
    font-family: "Titillium Web";
}

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: 3px;
    padding: 0 15px;
}

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


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

br.forLarge{
}

/*
    pc
*/
@media screen and (max-width: 1307px) {

}


/*
    for Nav
*/
@media screen and (max-width: 1000px) {


}
/*
    TAB
*/
@media screen and (max-width: 991px){
    body{
        font-size: 90%;
        line-height: 150%;
    }
}

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

}

/*
    SP
*/
@media screen and (max-width:479px) {
    h2{
        padding: 6px 0 6px 20px;
        font-size:140%;
        line-height:50px;
    }
    h3{
        background-size: 90% auto;
        font-size:140%;
        padding:10px 0 25px 10px;
    }
    h4{
        font-size:120%;
    }
}