@charset "utf-8";
/* Updated 2018/06/27,T */
/* Updated 2016/07/27,T */
/* Updated 2015/12/14,T */
/* Updated 2015/09/30,T */

/*-------------------------------------------
Base Setting
-------------------------------------------*/
html{font-size:62.5%;}
body,select,input,textarea{ font:14px Meiryo,MS Gothic;
    /*font-family:"ＭＳ Ｐゴシック","MS PGothic",sans-serif;line-height:1.5;color:#333;-webkit-text-size-adjust:none; }*/
    font-family:'Meiryo','MS Gothic','MS PGothic',sans-serif;line-height:1.8;color:#333;-webkit-text-size-adjust:none; }
a{color:#222;text-decoration:underline; transition: 0.2s;
}

a:hover{color:#44adf0;text-decoration:none; transition: 0.2s;
}
caption{margin-bottom:5px;text-align:left;}
ins{background-color:#fcd700;color:#000;text-decoration:none;}
mark{background-color:#fcd700;color:#000;font-style:italic;font-weight:bold;}
textarea{resize:vertical;}
address{font-style:normal;}
em{font-style:normal;}
legend{display:none;}
table {text-align: left;font-weight: normal;}
th,td{font-weight: normal;}
body{min-width: 1028px; background:#ffffff; word-break: break-all; }
img { max-width: 100%; }
p > img { vertical-align: middle; }

/**[aria-hidden="true"] {
	display: none;
}*/

img{
    transition: 0.2s;
}
a:hover > img,
a.imgOpacity:hover img,
a:hover > img.imgOpacityImg,
a.noImgOpacity:hover img.imgOpacityImg,
a.hover > .spEnlargeWrap >img {
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    transition: 0.2s;
}
a.noImgOpacity:hover img,
a:hover > img.noImgOpacityImg,
a.imgOpacity:hover img.noImgOpacityImg,
.smbcGroup a img {
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.row-eq-height{
    display: flex;
    flex-wrap: wrap;
}
/*-------------------------------------------
Header
-------------------------------------------*/
#btnSpPage {
    display: none;
}
#spDrawerMenu {
    display: none;
}
/*
.spDrawerFilter {
	z-index: 1000;
	position: absolute;
	width: 100%;
	height 100%;
	background: #000;
	opacity: 0.3;
}
*/
.drawer-open .spDrawerFilter {
    display: block !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0.0);
    -webkit-tap-highlight-color: transparent;
}
.spDrawerFilter {
    position: fixed;
    z-index: 5200;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}


header[role="banner"] {

}
header[role="banner"] #headerInner {
    /*width: 1008px;*/
    /*margin: 0 auto;*/
}
header[role="banner"] #headerInner:before,
header[role="banner"] #headerInner:after,
header[role="banner"] #headerTop:before,
header[role="banner"] #headerTop:after {
    /*content: " ";*/
    /*display: table;*/
}
header[role="banner"] #headerInner:after,
header[role="banner"] #headerTop:after {
    clear: both;
}
header[role="banner"] #headerInner,
header[role="banner"] #headerTop {
    /**zoom: 1;*/
    /*!*padding:5px 0 12px 0;*!*/
    /*min-height:46px;*/
}
header[role="banner"] #headerTop {
    margin: 0;
}
header[role="banner"] #headerInner {
    position: relative;
    z-index: 10;
    box-shadow: 0 3px 10px 0px rgba(159, 159, 159, 0.1);
}

header[role="banner"] #headerInner .box_header-innner{
    height: 104px;
}

header[role="banner"] #headerInner .logoWrap {
    /*position: absolute;*/
    /*left: 0;*/
    /*width: 350px;*/
    /*text-align:center;*/
    /*margin:0;*/
}
header[role="banner"] #headerInner #headerInfo {
    /*width: 640px;
    float: right;
    text-align: right;
    margin:0;*/
    /*position: absolute;*/
    /*top: calc(50% - 16px);*/
    /*right: 0;*/
}

header[role="banner"] #headerInner .logoWrap img {
    width: 220px;
}
header[role="banner"] #headerInner p.logotxt {
    font-size:0.75em;
    color:#999;
}

header[role="banner"] #headerInner #headerGuide {
    display: inline-block;
    text-align: right;
}
header[role="banner"] #headerInner #headerGuide ul li{
    display: inline;
    font-size: 12px;
}
header[role="banner"] #headerInner #headerGuide ul li a i{
    margin-right: 5px;
}

header[role="banner"] #headerInner #headerInfo .infoNav,
header[role="banner"] #headerInner #headerInfo div.welcome {
    display: inline-block;
    vertical-align:top;
}
header[role="banner"] #headerInner #headerInfo .infoNav > ul {
    text-align: right;
}
header[role="banner"] #headerInner #headerInfo .infoNav > ul > li {
    color:#ccc;
    float:left;
    vertical-align:top;
    margin-left: 10px;
}
header[role="banner"] #headerInner #headerInfo .infoNav a.btnT01,
header[role="banner"] #headerInner #headerInfo .infoNav a.btnT03{
    width: 140px;
    line-height: 30px;
    text-align: center;
}
header[role="banner"] #headerInner #headerInfo div.welcome {
    /*clear:both;*/
    /*display:block;*/
    /*width:100%;*/
    /*text-align:right;*/
    /*color:#2b4e72;*/
    /*padding-top:5px;*/
}
header[role="banner"] #headerInner #headerInfo .welcome a.btnT01,
header[role="banner"] #headerInner #headerInfo .welcome a.btnT03{
    width: 140px;
    line-height: 30px;
    text-align: center;
}
header[role="banner"] #headerInner #headerInfo .infoNav > ul > li > a {
    color: #333;
    text-decoration:none;
    font-size: 13px;
    color:#222;
}
header[role="banner"] #headerInner #headerInfo .infoNav > ul > li > span {
    display:inline-block;
    width:20px;
    text-align:center;
}
header[role="banner"] #headerInner #headerInfo .infoNav > ul > li > a:hover {
    color: #444;
    text-decoration:underline;
}
header[role="banner"] #headerInner #headerInfo .infoNav > ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 10px;
    /* background:  url(../img/ico_arrow_glay01.png) 0 0 no-repeat; */
    -ms-background-size: 7px 10px;
    -moz-background-size: 7px 10px;
    -webkit-background-size: 7px 10px;
    background-size: 7px 10px;
}

header[role="banner"] #headerInner .headerRight {
    margin-top: 2px;
    float: right;
    width: 390px;
}




/* exparo nav */
.exparoNav {
    background: #003ca0;
    border-bottom: 3px solid #abbddc;
    color: #fff;
    line-height: 37px;
}
.exparoNav p{
    font-size: 16px;
}
.exparoNav span {
    font-size: 12px;
    padding-left: 20px;
}
.exparoNav ul {
    /*width: 1008px;*/
    margin: 0 auto;
    /*table-layout: fixed;*/
    border-right: solid 1px #b8b8b8;
}
.exparoNav ul li {
    text-align: right;
    padding:3px 0;
    border-left: solid 1px #b8b8b8;
    vertical-align:middle;
}

.exparoNav ul li a {
    padding: 10px 0;
    color: #333;
    font-size: 0.857em;
    text-decoration: none;
}
.exparoNav ul li.exparoCate {
    /*width:230px;*/
    text-align: center;
    background:url(../img/cate_title_bg.png) repeat-x center center;
    border-bottom: solid 1px #b8b8b8;
    border-top:2px solid #a6a6a6;
    font-size:14px;
    font-weight:bold;
    color:#555;
}
.exparoNav ul li.exparoCate a {
    font-size:14px;
}
.exparoNav ul li.active {
    background: #fff;
    border-bottom: solid 1px #fff;
    border-top:2px solid #003ca0;
    color:#333;
    font-size:14px;
}
.exparoNav ul li a:hover {
    color: #0a9bdf;
}

.exparoNav ul li a.lang, .exparoNav ul li a.link_anonymous{
    /*margin-left:18px;*/
    vertival-align:middle;
    /*background:url(../img/arrow_blue2.png) no-repeat center left;*/
    background-size:5px auto;
    padding-left:10px;
}

.exparoNav  a.lang{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    padding-left: 40px;
    background-size: 30px auto;
}
.exparoNav  a.lang:hover{
    text-decoration: underline;
}
.exparoNav a.lang.lang-kr{
    background:url(/public/img/flag_korea.png) no-repeat center left;
    background-size: 30px auto;
}
.exparoNav a.lang.lang-jp{
    background:url(/public/img/flag_japan.png) no-repeat center left;
    background-size: 30px auto;
}
/*global navigation*/
/*-- Header --*/
div.headerTop {
    background:#f7f7f7;
    width:100%;
    overflow:hidden;
}
div.topLeft {
    float:left;
    font-size:11px; color:#999;
    padding:5px 0;
    width:30%
}
nav.topRight {
    float:right;
    padding:4px 0;
    font-size:12px;
    text-align:right;
}
nav.topRight li {
    float:left;
    padding:0 15px;
    border-right:1px dotted #959595;
}
nav.topRight li a {
    color:#333;
}
nav.topRight li a:hover {
    color:#13a7f3;
    text-decoration:none;
}
nav.topRight li:last-child {
    border:0;
    padding-right:0;
}
nav.topRight li:last-child a {
    background:url(../img/select_down.png) no-repeat right;
    padding-right:20px;
}

.nav-pc{
    position: absolute;
    width: 100%;
    transition: 0.5s;
    background-color: #fff;
    box-shadow: 0 4px 10px 0px rgba(159, 159, 159, 0.1);
}
.nav-pc.hide{
    position: fixed;
    top:-58px;
    z-index: 10000;
}
.nav-pc.move{
    position: fixed;
    top: 0;
    z-index: 10000;
}
header[role="banner"] .bg_gnavArea {
    position: relative;
    box-shadow: 0 4px 10px 0px rgba(159, 159, 159, 0.1);
}
/*--------------------------------------------------------------------------------------------*/

/* drop down
-----------------------------------------*/
/* link */
.mod_dropnavi ul li span.menu_inner{
    transition-property: border;
    transition-duration: 0.8s;
    transition-timing-function: ease;
    transition-delay: 0s;
    display: block;
    font-weight:bold;
    cursor: pointer;
    position: relative;
    text-align:center;
    line-height:58px;
    font-size: 16px;
}
.mod_dropnavi ul li span.menu_inner i{
    transition: 0.15s;
}
.mod_dropnavi ul li span.menu_inner:hover{
    background-color: #e2e9f6;
}
.mod_dropnavi ul li span.menu_inner.open{
    background-color: #e2e9f6;
}
.mod_dropnavi ul li span.menu_inner.open i{
    transform: rotate(-180deg);
}
.mod_dropnavi > ul > li > a{
    display:block;
    font-weight:bold;
    text-align:center;
    text-decoration: none;
}
.mod_dropnavi ul li:first-of-type span.menu_inner:before{
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    top: 14px;
    left: 0;
    background-color: #d4d4d4;
}
.mod_dropnavi ul li span.menu_inner:after{
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    top: 14px;
    right: 0;
    background-color: #d4d4d4;
}
/* mod_dropnavi */
.mod_dropnavi{

}
.mod_dropnavi > ul{
    height:58px;
}
.mod_dropnavi ul li.main_navi{
    position: static;

}
.sub_menu {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    width :100%;
    z-index:2;
    padding:20px 0;
    background-color: #f6fcff;
    box-shadow: 0 4px 10px 0px rgba(159, 159, 159, 0.1);
}
.sub_menu-tab div{
    line-height: 48px;
    font-size: 16px;
    padding-left: 50px;
    position: relative;
    background-color: #f5f5f5;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
}
.sub_menu-tab div:last-of-type {
    border: none;
}
.sub_menu-tab div.nav-link.active{
    background-color: #003ca0!important;
    font-weight: 700;
}
.sub_menu-tab div.nav-link.active:before{
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: -20px;
    border: 10px solid transparent;
    border-left: 10px solid #003ca0;
}
.sub_menu .tab-pane{
    padding: 18px 30px 20px;
}
.sub_menu .tab-pane p{
    font-size: 18px;
    line-height: 1.6;
}
.sub_menu li .btnT10 {
    font-size: 14px;

}

@media screen and (max-width:1199px) {
    .sub_menu-help li .btnT10{
        width: calc(20% - 1rem);
        min-width: 176px;
        font-size: 13px;
        line-height: 40px;
    }
}
header[role="banner"] #headerInner #spHeaderMenu {
    display: none;
}
header[role="banner"] #headerInner #spHeaderMenu ul {
    margin-top: 6px;
    text-align: right;
    font-size: 0;
}
header[role="banner"] #headerInner #spHeaderMenu ul > li {
    display: inline-block;
    margin-right: 11px;
}
header[role="banner"] #headerInner #spHeaderMenu > ul > li:first-child {
    display: inline-block;
    margin-right: 10px;
}
header[role="banner"] #headerInner #spHeaderMenu > ul > li:last-child {
    margin-right: 0;
}
/*header[role="banner"] #headerInner #spHeaderMenu > ul > li a {*/
/*    position: relative;*/
/*    text-decoration: none;*/
/*    font-size: 12px;*/
/*}*/
/*header[role="banner"] #headerInner #spHeaderMenu > ul > li a span {*/
/*    font-size: 0.73em;*/
/*}*/
header[role="banner"] #headerInner #spHeaderMenu .btnHome {
    display: inline-block;
    padding: 4px 2px 4px;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: #e2e2e2 0px -2px inset;
    -webkit-box-shadow: #e2e2e2 0px -2px inset;
    -moz-box-shadow: #e2e2e2 0px -2px inset;
    box-shadow: #e2e2e2 0px -2px inset;
    font-weight: bold;
    line-height: 1;
}
header[role="banner"] #headerInner #spHeaderMenu .btnHome span {
    display: inline-block;
    line-height: 1;
}
header[role="banner"] #headerInner #spHeaderMenu .btnHome span:before {
    content: "";
    display: block;
    width: 20px;
    height: 18px;
    margin: 0 auto 5px;
    background: url(../img/ico_login.png) 0 0 no-repeat;
    -ms-background-size: 20px 18px;
    -moz-background-size: 20px 18px;
    -webkit-background-size: 20px 18px;
    background-size: 20px 18px;
    line-height: 1;
}

header[role="banner"] #headerInner #spHeaderMenu .glyphMenu02 {
    display: block;
    padding: 5px 4px;
    font-weight: bold;
    color: #013780;
}
header[role="banner"] #headerInner #spHeaderMenu .glyphMenu02 > span {
    padding-left: 0;
}

header[role="banner"] #spHeaderSearch {
    display: none;
}
header[role="banner"] #spHeaderSearch {
    border-top: 3px solid #04984a;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner {
    display: block;
    background: #04984a;
}
header[role="banner"] #spHeaderSearch input[type="search"] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner {
    display: none;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner.select {
    display: block;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner form {
    display: table;
    width: 100%;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner form > * {
    display: table-cell;
    vertical-align: middle;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner .input > input {
    width: 100%;
    border: none;
    padding: 7px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner .button {
    width: 3em;
    padding-left: 10px;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner .button > button {
    display: block;
    width: 100%;
    padding: 8px 0 8px;
    background: #ee6d34;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner .button > button img {
    width: 17px;
}

header[role="banner"] {
    /*min-width: 1008px;*/
    position: relative;
    z-index: 1000;
}

/*-------------------------------------------
Footer
-------------------------------------------*/
#pageTop {
    z-index: 90;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
}
#pageTop:hover,
#pageTop:active {
    /*	background: url(/kojin/common/images/bg_go_top.png) 0 0 no-repeat;
        -ms-background-size: 90px 90px;
        -moz-background-size: 90px 90px;
        -webkit-background-size: 90px 90px;
        background-size: 90px 90px;*/
}
footer[role="contentinfo"] {
    padding-bottom: 18px;
    background: #454545;
    margin-top: 80px;
}
footer[role="contentinfo"].footer_line {
    padding: 10px 0;
    background: #454545;
}
footer[role="contentinfo"] a {
    color: #333;
    text-decoration: none;
}
footer[role="contentinfo"] a:hover {
    color: #ed6d34;
}
footer[role="contentinfo"] #snsArea > dl,
footer[role="contentinfo"] #footerInfo,
footer[role="contentinfo"] #footerNav > nav {
    /*width: 1008px;*/
    /*margin: 0 auto;*/
}
footer[role="contentinfo"] #snsArea {
    padding: 11px 0 9px;
    background: #049849;
    border-top: 1px solid #d9d9d9;
    border-top: 1px solid #bfbfbf;
    color: #fff;
}
footer[role="contentinfo"] #snsArea > dl {
    display: table;
}
footer[role="contentinfo"] #snsArea > dl > * {
    display: table-cell;
    vertical-align: middle;
}
footer[role="contentinfo"] #snsArea > dl > dt {
    min-height: 26px;
    padding-left: 50px;
    background: url(/kojin/common/images/footer_sns_title.gif) 0 center no-repeat;
    font-weight: bold;
}
footer[role="contentinfo"] #snsArea > dl > dd {
    width: 660px;
    text-align: right;
}
footer[role="contentinfo"] #snsArea .footerSnsList > li {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
footer[role="contentinfo"] #snsArea .footerSnsList > li > a {
    display: table;
    color: #fff;
}
footer[role="contentinfo"] #snsArea .footerSnsList > li > a > * {
    display: table-cell;
    vertical-align: middle;
}
footer[role="contentinfo"] #snsArea .footerSnsList > li > a > span {
    padding: 0 22px 0 8px;
    line-height: 1.1;
    font-size: 0.857em;
}
footer[role="contentinfo"] #snsArea .spFooterSnsList {
    display: none;
}
footer[role="contentinfo"] #footerNav {
    padding-top: 25px;
    background: #f6f6f6;
}
footer[role="contentinfo"] #spFooterNav,
footer[role="contentinfo"] #spFooterSearch {
    display: none;
}
footer[role="contentinfo"] #footerNav > nav > div {
    float: left;
    width: 235px;
    margin-left: 22px;
}
footer[role="contentinfo"] #footerNav > nav > div:nth-child(4n+1) {
    margin-left: 0;
}
footer[role="contentinfo"] #footerNav > nav > div > ul > li > a,
footer[role="contentinfo"] #footerNav > nav > div > ul > li > span {
    font-weight: bold;
    margin-bottom: 10px;
}
footer[role="contentinfo"] #footerNav > nav > div > ul ul li {
    font-weight: normal;
}
footer[role="contentinfo"] #footerNav > nav > div > ul > li > a:before,
footer[role="contentinfo"] #footerNav > nav > div > ul > li > span:before {
    content: "" !important;
    display: block;
    position: absolute;
    top: 0.4em !important;
    left: 0;
    width: 10px;
    height: 14px;
    /*	background: url(/kojin/common/images/ico_arrow_glay01.png) 0 0 no-repeat;*/
    -ms-background-size: 10px 14px;
    -moz-background-size: 10px 14px;
    -webkit-background-size: 10px 14px;
    background-size: 10px 14px;
}
footer[role="contentinfo"] #footerNav > nav > div > ul > li > a,
footer[role="contentinfo"] #footerNav > nav > div > ul > li > span,
footer[role="contentinfo"] #footerNav > nav > div > ul ul a {
    color: #013780;
}
footer[role="contentinfo"] #footerNav > nav > div > ul > li > a:hover,
footer[role="contentinfo"] #footerNav > nav > div > ul ul a:hover {
    color:#ed6d34;
}
footer[role="contentinfo"] #footerNav > nav > div > ul ul {
    margin-bottom: 20px;
    padding-left: 19px;
    font-size: 0.857em;
}
footer[role="contentinfo"] #footerNav > nav > div > ul > li {
    line-height: 1.857;
}
footer[role="contentinfo"] #footerNav #footerSearch01 {
}

footer[role="contentinfo"] #footerSegment {
    border-top:1px solid #ddd;
    background:#f0f0f0;
    text-align:center;
}
footer[role="contentinfo"] #footerSegment a {
    color: #444;
}
footer[role="contentinfo"] #footerSegment a:hover {
    color: #222;
    text-decoration: underline;
}
footer[role="contentinfo"] #footerSegment > ul {
    margin: 0 auto;
    padding: 12px 0;
    font-size: 0.92em;
}
footer[role="contentinfo"] #footerSegment > ul > li {
    display: inline-block;
    margin:0 17px;
}
footer[role="contentinfo"] #footerSegment > ul > li a:before {
    content: "";
    display: inline-block;
}

footer[role="contentinfo"] #footerInfo {
    padding-top: 20px;
    font-size: 0.857em;
}

footer[role="contentinfo"] #footerInfo .localNav li a {
    display: block;
    padding: 12px 10px 11px 32px;
    border-bottom: solid 1px #c1c1c1;
    /* background: #f6f6f6 url(../img/ico_arrow_glay01.png) 15px 50% no-repeat;*/
    background: #f6f6f6 15px 50% no-repeat;
    -ms-background-size: 7px 10px;
    -moz-background-size: 7px 10px;
    -webkit-background-size: 7px 10px;
    background-size: 7px 10px;
    color: #013780;
}
footer[role="contentinfo"] #footerInfo .localNav li:first-child a {
    border-top: solid 1px #c1c1c1;
}

footer[role="contentinfo"] #footerInfo .infoNav {
    margin-bottom: 18px;
    font-size:12px;
    text-align:center;
}
footer[role="contentinfo"] #footerInfo .infoNav > ul {
    margin-left:20px;
    margin-bottom:30px;
}
footer[role="contentinfo"] #footerInfo .infoNav > ul > li {
    display: inline;
    margin:0;
    padding-bottom: 3px;
    line-height: 2.5;
}
footer[role="contentinfo"] #footerInfo .infoNav > ul > li:last-child {
    margin-right: 0;
}
footer[role="contentinfo"] #footerInfo .infoNav > ul > li > a {
    color: #ddd;
}
footer[role="contentinfo"] #footerInfo .infoNav > ul > li > a:hover {
    color: #aaa;
}
footer[role="contentinfo"] #footerInfo .infoNav > ul > li:before {
    content: "";
    display: inline-block;
    position: static;
    width:1px;
    height: 1em;
    margin: 0 0 0 0;
    background: #707070;
    vertical-align: -0.1em;
}
footer[role="contentinfo"] #footerInfo .infoNav > ul > li:last-child:after {
    content: "";
    display: inline-block;
    position: static;
    width: 1px;
    height: 1em;
    margin: 0 0 0 17px;
    background: #707070;
    vertical-align: -0.1em;
}
footer[role="contentinfo"] #footerInfo #pcSite {
    display: none;
}
footer[role="contentinfo"] #footerInfo #smbcInfo {
    margin-bottom: 23px;
}
footer[role="contentinfo"] #footerInfo #smbcInfo * {
    display: inline-block;
}
footer[role="contentinfo"] #footerInfo #smbcInfo > dt {
    padding-right: 20px;
}
footer[role="contentinfo"] #footerInfo #smbcInfo > dd {
    color: #666;
}
footer[role="contentinfo"] #footerInfo #smbcInfo dd dl dt span {
    padding: 0 8px;
    border: 1px solid #b3b3b3;
}
footer[role="contentinfo"] #footerInfo #smbcInfo dd dl {
    margin-left: 30px;
}
footer[role="contentinfo"] #footerInfo #smbcInfo dd dl:first-child {
    margin-left: 0;
}
footer[role="contentinfo"] #footerInfo #smbcInfo dd dl dd {
    padding: 0 20px 0 9px;
}
footer[role="contentinfo"] #footerInfo #smbcInfo dd dl dd:last-child {
    padding-right: 0;
}
footer[role="contentinfo"] #footerInfo #smbcGroupInfo .smbcGroup {
    float: left;
    margin-bottom: 3px;
}
footer[role="contentinfo"] #footerInfo #smbcGroupInfo .smbcGroup > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}
footer[role="contentinfo"] #footerInfo #smbcGroupInfo .smbcGroup  dd > ul > li {
    display: inline-block;
}
footer[role="contentinfo"] #footerInfo #smbcGroupInfo .smbcGroup  dd > ul > #footerLogoSmbc {
    margin-right: 10px;
}
footer[role="contentinfo"] #footerInfo #smbcGroupInfo .smbcGroup  dd > ul > #footerLogoSaitama {
    margin-right: 7px;
}
footer[role="contentinfo"] #footerInfo #smbcGroupInfo .smbcGroup  dd > ul > li img {
    vertical-align: middle;
}
footer[role="contentinfo"] #footerInfo #footerCompany {
    /*float:left;*/
    color:#fff;
    font-size:11px;
    margin-bottom:30px;
}
footer[role="contentinfo"] #footerInfo #copyRight {
    text-align:center;
    color: #68bbdd;
    font-size: 1em;
}
footer[role="contentinfo"] #footerInfo #footerLogo {
    /*float: right;*/
}
footer[role="contentinfo"] #footerInfo #footerLogo .text {
    font-size:11px;
    color:#fff;
    margin-top:10px;
}
footer[role="contentinfo"] #footerInfo #footerLogo div.snsImage {
    /*float: right;*/
}
footer[role="contentinfo"] #footerInfo #footerLogo img {
    margin-left:7px;
    float:left;
    margin-bottom:10px;
}
footer[role="contentinfo"] {
    /*min-width: 1008px;*/
}

/*-------------------------------------------
TopicPath
-------------------------------------------*/
#topicPath {
    margin-top: 58px;
    padding: 5px 0 6px;
    background: #efefef;
}
#topicPath > ul {
    /*width: 1008px;*/
    margin: 0 auto;
}
#topicPath > ul > li {
    display: inline-block;
    font-size: 0.857em;
}
#topicPath > ul > li:before {
    content: ">";
    margin-left: 5px;
}
#topicPath > ul > li:first-child:before {
    content: "";
    margin-left: 0;
}
#topicPath > ul > li > * {
    margin-left: 10px;
}
#topicPath > ul > li:first-child > * {
    margin-left: 0;
}
#topicPath > ul > li > a {
}
#topicPath > ul > li > strong {
    font-weight: normal;
}
@media screen and (min-width:768px){
    #topicPath {
        /*min-width: 1008px;*/
    }
}
/*-------------------------------------------
Main Area
-------------------------------------------*/
#wrap #mainArea {
    position: relative;
    /*width: 1140px;*/
    margin-top: 30px;
}
#wrap #mainArea:before,
#wrap #mainArea:after {
    /*content: " ";*/
    /*display: table;*/
}
#wrap #mainArea:after {
    /*clear: both;*/
}
#wrap #mainArea {
    *zoom: 1;
}
#wrap #mainArea main {
    /*width: 1008px;*/
    /*margin: 0 auto;*/
}
.full #wrap #mainArea main {
    /*width: 1008px;*/
}
#wrap #mainArea main.mainNarrow {
    /*float: right;*/
    /*width: 770px;*/
    /*	margin-right: 30px;*/
}
#wrap #mainArea main.mainNarrow {
    /*float: right;*/
    /*width: 770px;*/
    /*margin: 0 auto;*/
}
#wrap #mainArea main.mainNarrow.column1 {
    float: none;
}
#wrap #mainArea main > section > section,
#wrap #mainArea main *[role="tabpanel"] > section,
#wrap #mainArea main .contentBlockWrap {
    margin-top: 0;
}
#wrap #mainArea main > section > section > section,
#wrap #mainArea main *[role="tabpanel"] > section > section {
    margin-top: 0;
}
#wrap #mainArea main > section > h1 + section,
#wrap #mainArea main > h1 + .contentBlockWrap,
#wrap #mainArea main > .contentBlockWrap:first-child {
    margin-top: 0;
}
#wrap #mainArea #sideNav {
    /*float: left;*/
    /*width: 207px;*/
}

/*categoryTop*/
.categpryTop #contentWrap {
    padding-top: 10px;
    background: rgb(255,255,255) url(/images/bg_main_ie8.gif) 0 0 repeat-x;
    background: -moz-linear-gradient(top,  rgba(255,249,226,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,249,226,1)), color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,249,226,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,249,226,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,249,226,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,249,226,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
}
.categpryTop #contentWrap #topicPath {
    margin-top: 0;
}
.categpryTop #wrap #mainArea {
    margin-top: 0;
    /*	padding-top: 30px;*/
}
/*.categpryTop #wrap #mainArea main[role="main"] > .clear {
	margin-bottom: 20px;
}
*/
/*-------------------------------------------
sideNav
-------------------------------------------*/
#sideNav > * {
    margin-bottom: 40px;
}
#sideNav .guideArea,
#sideNav .sideInfo > ul  {
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#sideNav .guideArea {
    background: #fff;
}
#sideNav .guideArea h2 {
    text-align: center;
}
#sideNav .guideArea > * {
    padding: 10px 12px 10px;
    border-top: 1px solid #ccc;
}
#sideNav .guideArea .loginArea > div:last-child,
#sideNav .guideArea .loginArea > div > * {
    margin-bottom: 0;
}
/*#sideNav .guideArea > * > *,
#sideNav .sideInfo > ul {
	margin-bottom: 10px;
}*/
#sideNav .guideArea > *:first-child {
    border-top: none;
}
#sideNav .gudeMenu {
    padding: 0;
    background: #fff8dd;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-borderbottom-left--radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-borderbottom-right--radius: 5px;
    border-bottom-right-radius: 5px;
}
#sideNav .guideArea > .lastChild {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-borderbottom-left--radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-borderbottom-right--radius: 5px;
    border-bottom-right-radius: 5px;
}
#sideNav .gudeMenu ul >li {
    padding: 5px 5px 5px 15px;
    border-top: 1px solid #d9d9d9;
}
#sideNav .gudeMenu ul >li:first-child {
    border-top: none;
}
#sideNav .gudeMenu ul >li > a {
    font-weight: bold;
    color: #333;
}
#sideNav .shopGuide {
    background: #fff8dd;
}
#sideNav .sideInfo > ul  {
    background: #fff8dd;
}
#sideNav .sideInfo > ul + ul {
    margin-top: 10px;
}
#sideNav .sideInfo > ul > li > a {
    display: block;
    padding: 10px 6px;
    line-height: 1.1;
    border-top: 1px dotted #ccc;
    font-weight: bold;
    color: #333;
}
#sideNav .sideInfo > ul > li:first-child > a {
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
#sideNav .sideInfo > ul > li.lastChild > a {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#sideNav .sideInfo > ul > li > a:hover {
    background: #fffbea;
    color: #838383;
}
#sideNav .sideInfo > ul > li:first-child > a {
    border-top: none;
}
#sideNav .sideInfo > * {
    margin-top: 15px;
}
#sideNav .sideInfo > .sideBunnerList > ul > li {
    margin-top: 10px;
    text-align: center;
}

#sideNav .sideInfo > *:first-child,
#sideNav .sideInfo > .sideBunnerList > ul > li:first-child {
    margin-top: 0;
}
#sideNav .sideInfo *[class^="normalBlockA"] > .blockInner > .blockTitle {
    line-height: 1;
}

#sideNav .subNav a {
    text-decoration: none;
}
#sideNav .subNav .subCategoryTitle {
    background: #2b4e72;
}
#sideNav .subNav .subCategoryTitle > * {
    display: block;
    padding: 10px 15px 8px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
}

#sideNav .subNav .btn_requestMember a {
    display:block;
    background: #179bcc;
    border:1px solid #0989b9;
    color:#fff;
    margin-bottom:10px;
    /*padding:18px 0 18px 50px;*/
    padding:18px 0;
    text-align: center;
    -webkit-border-radius: 5px/5px;
    -moz-border-radius: 5px/5px;
    -ms-border-radius: 5px/5px;
    -o-border-radius: 5px/5px;
    border-radius: 5px/5px;
    font-weight:bold;
    font-size:1.3em;
    text-shadow:1px 1px 2px #126f95;
}
#sideNav .subNav .btn_requestNoMember a {
    display:block;
    background: #8b8b8b url(../img/arrow_white.png) no-repeat 0 11px;
    border:1px solid #737373;
    position:relative;
    color:#fff;
    margin-bottom:10px;
    /*padding:8px 0 8px 50px;*/
    padding:8px 0;
    text-align: center;
    -webkit-border-radius: 5px/5px;
    -moz-border-radius: 5px/5px;
    -ms-border-radius: 5px/5px;
    -o-border-radius: 5px/5px;
    border-radius: 5px/5px;
    font-weight:bold;
    font-size:1em;
    text-shadow:1px 1px 2px #555;
}
#sideNav .subNav .btn_remittance a {
    display:block;
    background: #179bcc;
    border:1px solid #0989b9;
    color:#fff;
    margin-bottom:10px;
    padding:18px 0 18px 24px;
    -webkit-border-radius: 5px/5px;
    -moz-border-radius: 5px/5px;
    -ms-border-radius: 5px/5px;
    -o-border-radius: 5px/5px;
    border-radius: 5px/5px;
    font-weight:bold;
    font-size:24px;
    text-shadow:1px 1px 2px #0989b9;
    line-height: 1;
}
#sideNav .subNav .btn_remittance a span{
    font-size: 14px;
}
#sideNav .subNav  a.btnT03{
    display:block;
    text-align: center;
}
#sideNav .simulation {
    margin-top:10px;
    border:2px solid #174a98;
    overflow:hidden;
    padding:0;
}
#sideNav .simulation .title {
    background:#eeeeee;
    padding:5px 0;
    text-align:center;
    font-weight:bold;
}
#sideNav .simulation .content {
    margin-top:10px;
}
#sideNav .simulation .content input.calculate {
    display:block;
    width:100%;
    text-align:center;
    border-radius: 2px;
    line-height:28px;
    margin:3% 0;
    border:1px solid #2361c1;
    background:url(../img/cate_title_bg.png) repeat-x;
    font-size: 0.9em;
    color:#222;
    cursor:pointer;
    /*padding-top:7px;*/
    font-weight:bold;
    box-shadow: #ececec -1px -1px inset;
    box-shadow:rgba(0, 0, 0, 0.0980392) 0px 2px 1px 0px;
    text-align:center
}
#sideNav .simulation .content #hiddenTB {
    margin:0;
}
#sideNav .simulation .content #hiddenTB dt,
#sideNav .simulation .content #hiddenTB dd {
    float:left;
    font-size:0.9em;
    border-bottom:1px solid #CCC;
    padding-top:7px;
    height:20px;
}
#sideNav .simulation .content #hiddenTB dt {
    width:50%;
    font-size:0.8em;
}
#sideNav .simulation .content #hiddenTB dd {
    width:50%;
    text-align:right;
}
#sideNav .simulation div.coupon {
    background:#fff0f8;
    border:1px solid #ffe9f5;
    padding:5%;
}
#sideNav .simulation input.price {
    width:90%;
    border-radius:4px;
    border:1px solid #606976;
    padding:2% 5%
}
#sideNav .simulation input.coupon {
    width:96%;
    border-radius:4px;
    border:1px solid #fecee9;
    padding:2%;
    color:#f45fb3;
    font-weight:bold;
    font-size:1em;
    text-align:center;
}
#sideNav .simulation input.coupon::-webkit-input-placeholder { color:#fd6abd;font-size:0.75em; font-weight:normal; }
#sideNav .simulation input.coupon::-moz-placeholder { color:#fd6abd;font-size:0.75em; font-weight:normal; }
#sideNav .simulation input.coupon:focus::-webkit-input-placeholder {color: transparent;}  /* chrome */
#sideNav .simulation input.coupon:focus::-moz-placeholder {color: transparent;}
#sideNav .simulation .content input.couponBtn {
    border-radius: 2px;
    width:100%;
    height:24px;
    margin:3% 0 0;
    border:1px solid #d3d3d3;
    background:#fff url(../img/arrow_red.png) no-repeat 10px 7px;
    font-size: 0.9em;
    color:#222;
    cursor:pointer;
    padding-top:3px;
    font-size:0.9em;
    box-shadow: #ececec -1px -1px inset;
}
#sideNav .simulation .content #hiddenTB div.totalPrice {
    border:2px dotted #999;
    padding:10px;
    text-align:right;
    margin-top:5px;
    font-weight:700;
    color:#F00;
    font-size:1.5em;
}

#sideNav .simulation .form {
    padding: 8px;
}
#sideNav .simulation .form p a {
    background:none;
    color:#0093d7;
    font-size:0.8em;
    text-align:right;
    vertical-align:middle;
}
#sideNav .simulation .form p a:hover {
    color:#3eb1e7;
}
#sideNav .simulation .form p a img {
    vertical-align:middle;
}



#sideNav .rate {
    margin-top:10px;
    border:1px solid #ccc;
    overflow:hidden;
    padding:0;
}
#sideNav .rate .title {
    background:#eeeeee;
    padding:5px 0;
    text-align:center;
    font-weight:bold;
}
#sideNav .rate .content {
    margin:5px auto 10px;
}
#sideNav .rate  .content dl {
    margin:0 10px;
}
#sideNav .rate  .content dt,
#sideNav .rate  .content dd {
    float:left;
    font-size:0.9em;
    border-bottom:1px solid #CCC;
    padding-top:7px;
    height:20px;
}
#sideNav .rate  .content dt {
    width:35%;
    font-size:0.8em;
    box-sizing: content-box;
}
#sideNav .rate  .content  dd {
    width:65%;
    text-align:right;
    box-sizing: content-box;
}
#sideNav .rate  .content  dd span.current {
    color:#000;
    font-size:1.2em;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
}
#sideNav .rate .content a {
    display:block;
    width:90%;
    text-align:center;
    border-radius: 2px;
    line-height:32px;
    margin:5% 5% 0;
    border:1px solid #ccc;
    background:url(../img/cate_title_bg.png) repeat-x;
    font-size: 0.9em;
    color:#222;
    cursor:pointer;
    /*padding-top:7px;*/
    font-weight:bold;
    box-shadow: #ececec -1px -1px inset;
    box-shadow:rgba(0, 0, 0, 0.0980392) 0px 2px 1px 0px;
    text-align:center
}

#sideNav .rate .content a:hover {
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
}


#sideNav .bank {
    margin-top:10px;
    border:1px solid #ccc;
    background:#f2f7ff;
    overflow:hidden;
    padding:0;
}
#sideNav .bank .title {
    background:#fff;
    padding:5px 0;
    text-align:center;
    font-weight:bold;
    color:#0a4195;
}
#sideNav .bank .content {
    margin:0 auto;
    border-top:1px solid #ddeaff;
    padding:10px;
}
#sideNav .bank .content input.more {
    width:30px;
    text-align:center;
    border-radius: 50%;
    height:30px;
    margin:5px 0 0 0;
    border:1px solid #2361c1;
    background:#39F;
    font-size: 0.9em;
    color:#fff;
    cursor:pointer;
    padding-top:7px;
    font-weight:bold;
    box-shadow: #ececec -1px -1px inset;
    box-shadow:rgba(0, 0, 0, 0.0980392) 0px 2px 1px 0px;
    text-align:center
}
#sideNav .bank .content #hiddenBK a {
    display:block;
    width:100%;
    text-align:center;
    border-radius: 2px;
    line-height:32px;
    margin-top:10px;
    border:1px solid #ccc;
    background:url(../img/cate_title_bg.png) repeat-x;
    font-size: 0.9em;
    color:#222;
    cursor:pointer;
    /*padding-top:7px;*/
    font-weight:bold;
    box-shadow: #ececec -1px -1px inset;
    box-shadow:rgba(0, 0, 0, 0.0980392) 0px 2px 1px 0px;
    text-align:center
}
#sideNav .bank .content li,
#sideNav .bank .content #hiddenBK li {
    width: 49%;
}
#sideNav .bank .content img,
#sideNav .bank .content #hiddenBK img {
    width:100%;
    height: auto;
    border:1px solid #ccc;
    margin-bottom:3px;
    margin-right:0;
}

#sideNav .bank .content a:hover {
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
}

#sideNav div.customer {
    font-size:1.5em;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    margin-top:5px;
}
#sideNav p.workTime {
    font-size:0.9em;
    margin-top:10px;
}
@media screen and (min-width:768px){
    #sideNav .subNav .subCategoryTitle:hover {
        filter: alpha(opacity=70);
        -moz-opacity:0.7;
        opacity: 0.7;
    }
}

#sideNav .subNav .subCategoryTitle > *[class^="glyph"] > span {
    padding-left: 27px;
}
#sideNav .subNav .subCategoryDetail {
    border-bottom: solid 1px #727272;
}
#sideNav .subNav .subCategoryDetail li {
    border-top: solid 1px #ccc;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy {
    border-top: solid 2px #bcbcbc;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy:first-child {
    border-top: 0;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy > li > a.current,
#sideNav .subNav .subCategoryDetail .secondHierarchy > li a:hover {
    color: #13365b;
    /*font-weight: bold;*/
}
#sideNav .subNav .subCategoryDetail li a.semicurrent {
    color: #013780;
    font-weight: normal !important;
}
#sideNav .subNav .subCategoryDetail li a.semicurrent:hover {
    font-weight: bold !important;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li {
    border-top: 1px dotted #ccc;
}
#sideNav .subNav .subCategoryDetail li:first-child {
    border: none;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noLink,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a {
    display: block;
    padding: 12px 0 12px 15px;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a {
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a:hover,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a:hover {
    background: #f4f8ff;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a.current,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a.current {
    background: #f4f8ff;
    font-weight: bold;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a.current:hover,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a.current:hover,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a.current:hover {
}

#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a {
    padding-left: 30px;
    background: url(../img/arrow_blue2.png) 17px 19px no-repeat;
    -ms-background-size: 6px 10px;
    -moz-background-size: 6px 10px;
    -webkit-background-size: 6px 10px;
    background-size: 6px 10px;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy p > a.hocer,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy p > a.current {
    color: #06547a;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a.current,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a:hover {
    background-color: #f4f8ff;
    /*font-weight: bold;*/
}

#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dd {
    display: none;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dd[aria-expanded="true"] {
    display: block
}
#sideNav *[class^="btnT"] {
    margin-bottom: 0 !important;
}
#sideNav .guideArea > * > * + * {
    margin-top: 10px;
}
#sideNav .btnT01 {
    text-align: left;
}

/*-------------------------------------------
Template
-------------------------------------------*/
.simpleTempelate header[role="banner"] {
    border-bottom: 10px solid #049849;
    position: relative;
}
.simpleTempelate header[role="banner"]:before {
    content:"";
    display: block;
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgb(217,217,217);
    background: -moz-linear-gradient(top,  rgba(217,217,217,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,217,217,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(217,217,217,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(217,217,217,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(217,217,217,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(217,217,217,1) 0%,rgba(255,255,255,1) 100%);
}
.simpleTempelate header[role="banner"] #headerInner .logoWrap {
    width: auto;
    float: none;
    padding:0;
}
.simpleTempelate header[role="banner"] #headerInner .logoWrap > p > strong {
    width: auto;
    height: auto;
}
/*footer_simple*/
.simpleTempelate footer[role="contentinfo"] {
    background: #049849;
    margin-bottom: 0;
    padding: 8px 0;
    line-height: 1;
    color: #fff;
    text-align: center;
}
.simpleTempelate footer[role="contentinfo"] #footerInfo {
    margin-top: 0;
}

/* MODAL */
.modal-dialog{
    max-width: 80%;
}
.modal-body section{
    padding: 10px 15px;
}
.link_modal{
    color:#44adf0;
    cursor: pointer;
    text-decoration: underline;
}
.link_modal:hover{
    text-decoration: none;
}
