@charset "utf-8";
/* 品目メニュー、Supportの文字を垂直配置する */

.v_box {
    display: block;
    text-decoration: none;
    color: #505050;
    background-repeat: no-repeat;
}

.v_box {
    display: table-cell;
    vertical-align: middle;
}
.v_box:hover {
    color: #00349A;
}

.box {
    display: block;
    font-weight: bold; 
    line-height: 1em; @important
}

 
/* IE 6 */
* html .v_box .box {
    display: inline;
    zoom: 1;
}

 
/* IE 7 */
*:first-child+html .v_box .box {
    display: inline;
    zoom: 1;
}
 
/*\*//*/
* html .v_box .box {
    display: inline-block;
}
/**/

/* トップページ */
a.top_menu {
    width: 250px;
    height: 65px;
}
a.top_menu span.top_menu {
    margin-left: 80px;
}


/* サポート */
a.sup_top {
    width: 230px;
    height: 60px;
}
a.sup_top_310 {
    width: 310px;
    height: 60px;
}
a.sup_top span.sup_top,
a.sup_top_310 span.sup_top {
    font-size: 13pt;
    padding-left: 70px;
}
a.sup_top span.sup_top sup,
a.sup_top_310 span.sup_top sup {
    font-size: 7pt;
}

/* サポート メニュー*/
.v_box_before {
    position: relative;
}
a.sup_menu {
    position: relative;
    width: 240px;
    height: 65px;
    z-index: 1;
}
a.sup_menu img {
    position: absolute;
    top: 0;
}
a.sup_menu span.sup_menu {
    padding-left: 75px;
    font-size:10pt;
    position: relative;
}

/* サポート（右）*/
a.sup_menu_r {
    width: 160px;
    height: 30px;
}
a.sup_menu_r span.sup_menu_r {
    padding-left: 35px;
    font-size:8pt

}