/**
 * nemoto group style css
 * with Bootstrap
 */

@media print {
	.dropdown-menu{
	  /*position: relative;*/
	  margin:0;
	  display: none;
	}
	.navbar .nav li {
	    width:180px;
	    display: table-cell;
	}
	.dropdown-menu{
	    display: none;
	}
	.single-page-sidebar {
	    margin:0;
	    width: 222px;
	    padding:0;
	    float:left;
	    display:none;
	}
	.single-page-contents {
	    padding:0;
	    margin:0 0 0 0px;
	    width: 925px;
	    max-width: 925px;
	    min-height: 700px;
	}
	.header-subnav {
	  display:none;
	  width: 320px;
	  margin-left: 640px;
	}

}


/*------------------------------------------------------------
	WordPress　画像回り込み
------------------------------------------------------------*/
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}

img.alignright {
	margin: 0 0 10px 20px;
	display: inline;
	}

img.alignleft {
	margin: 0 20px 10px 20px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

p img.alignleft{
	margin: 0 20px 10px 0px;
	}

tr img{
	float: none;
	padding: 2px;
}


/* -------------------------------------------------
    Global
---------------------------------------------------*/
html, body { height: 100%;}
img{
    max-width: 100%;
    height: auto;
}
#wrap {
    height: auto;
    margin: 0 auto ;
    /*padding: 0 0 60px;*/
    min-height:100%;
    border-top: solid #1c2057 5px; 
    background: url("/images/nmt/nmt_back.png") repeat top center content-box ;
    background-position:50% -300px;
}

/* ---------------------------
    Header
-----------------------------*/
.site-header {
    width:100%;
    min-height:80px;
    background-color: #fff;
}
.site-logo {
    float:left;
}
.container {
    max-width: 960px;
    min-width: 960px;
    padding-right: 0px;
    padding-left: 0px;
}
.row {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-collapse {
    max-width: 960px;
}
.navbar-default .navbar-toggle {
    color: #333;
    max-width: 960px;
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ffe;
}
.navbar-collapse {
    border:0;
}
.main-container{
    position:relative;
    max-width: 1170px;
    margin-left:auto;margin-right:auto;
}

.header-logo-image {
    margin:25px 0px 0px 0;
}

.clear {
    clear: both;
}
.header-col {
    padding:0;
    margin:0;
}

.navbar .navbar-inner {
    padding: 0;
}

.navbar-collapse {
    height:40px;
    padding:0 0;
    min-width: 960px;
}
.navbar {
    margin:0;
    border:0;
    min-height:0;
    height:40px;
    border-radius: 0px;
}
.navbar .nav {
    height:40px;
    margin: 0;
    display: table;
    width: 100%;
}

.navbar .nav li {
    width:192px;
    display: table-cell;
}
#menu-main  > li > a {
    height:40px;
    border:0;
    color: #fff;
    text-align: center;
    padding:10px 0px 10px 0;
    border-left: 1px solid #fff;
}
#menu-main  > li > a:hover, #menu-main  > li.active a:focus {
    background:url("/images/nmt/nmt_gnavi_over.png") no-repeat #fff 100% 100%;
    color: #fff;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background: #1c2057;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background:url("/images/nmt/nmt_gnavi_over.png") no-repeat #fff 100% 100%;
}
#menu-main  > li:last-child a{
   border-right:1px #fff solid;
}

.navbar-default{
    border: 0;
    border-width: 0;
    background-color: #1c2057;
}
.nav-footer {
    display:none;
}

.header-logo {
  width: 640px; 
  float: left;
}
.header-subnav {
  width: 320px;
  margin-left: 640px;
}

.header-nav-layout {
    margin:0;
    padding:0;
    height:20px;
    min-width:320px;
}
.header-nav {
    margin:0;
    padding:0;
    height:15px;
    font-size:10px;

}

.header-col > .navbar-default{
    border: 0;
    border-width: 0;
    height: 100%;
    background-color: #fff;
}

.header-nav li.en{
    margin-top: -5px;
    width: 106px;
    padding:5px;
    float: left;
    text-align:center;
    vertical-align:middle;
    list-style:none;
    border-right: 1px solid #fff;
    font-size: 12px;
    background: #888;
    list-style: url("/images/nmt/nmt_header_tab_botan2.png") inside;
}



.header-nav li.ch{
    margin-top: -5px;
    width: 106px;
    padding:5px;
    float: left;
    text-align:center;
    vertical-align:middle;
    font-size: 12px;
    background:#888;
    list-style: url("/images/nmt/nmt_header_tab_botan2.png") inside;
}

.header-nav li.home{
    margin-top: -5px;
    width: 106px;
    padding:5px;
    float: left;
    background-color: #1c2057;
    text-align:center;
    border-right: 1px solid #fff;
    font-size: 12px;
    list-style: url("/images/nmt/nmt_header_tab_botan1.png") inside;
    /*padding-left: 20px;*/
}

.header-nav li a{
    color: #fff;
    padding:0;
    text-decoration:none;
}

.header-nav li a:hover {
    color: silver;
    padding:0;
    text-decoration:none;
}

.navbar-form  {
    margin:0;
    padding:0;
    margin-top:14px;
}
.form-group input.header-search-form {
    margin:0;
    width:251px;
    height:32px;
    border-radius: 0px;
}
.header-search-button {
    border:0;
    margin:0;
    padding:0;
    /*max-width:68px;
    min-height:32px;*/
    border-radius: 0px;
    white-space: 0;
}
.form-group button.header-search-button {
    border:0;
    margin:0;
    padding:0;

}
.form-group button.header-search-button:hover {
    border:0;
    margin:0;
    padding:0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}

.form-group button.header-search-button img{
    border:0;
    margin:0;
}

.dropdown {
  display: block;
}
.dropdown-menu{
  /*position: relative;*/
  margin:0;
}

ul#menu-main > li.dropdown{
    border-left: #333 solid 2px;
}

ul#menu-main li.dropdown:hover > .dropdown-menu{
  display: block;
}
ul#menu-main li.dropdown > ul.dropdown-menu{
  padding-left: 12px;
  background-color: #0f3d99;
  margin:0;
}

ul#menu-main li.dropdown > ul.dropdown-menu > li.dropdown > ul.dropdown-menu{
  /*display: block;*/
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0);
  /*margin-left: 192px;*/
  /*margin: -160px auto;*/
  border: 0;
  position: relative;
  /*border-left: #333 solid 2px;*/
  display: block;
}
ul#menu-main li.dropdown ul.dropdown-menu {
    background: none;
    border:0;
    border-radius: 0px;
    margin:0;
    max-width:192px;
    min-height:40px;
    text-decoration: none;
    /*opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;*/
    padding:0;
    font-size: 12px;
    vertical-align:center;
    border-left: #333 solid 2px;

}
ul#menu-main li.dropdown ul.dropdown-menu li.dropdown {
    height: 100%;
    float: left;
}
ul#menu-main li.dropdown ul.dropdown-menu li{
    color: #000;
    background: #fff;
    float: left;
    margin:0;
    /*opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;*/
}

ul#menu-main > li.dropdown > ul.dropdown-menu li > a{
    padding:12px;
    margin:0;
    width:192px;
    height:40px;
    float: left;
    vertical-align:center;
    border-bottom: 1px #e6e6e6 solid;
}
ul#menu-main > li.dropdown > ul.dropdown-menu li > a:hover {
    color: #fff;
    border-left: solid 2px #000073;
}

ul#menu-main li.dropdown > .dropdown-menu > .active > a {
    background: #fff;
    font-weight: bold;

}
ul#menu-main li.dropdown > .dropdown-menu > .active > a:hover {
    background: #0f3d99;
    font-weight: bold;

}

ul#menu-main li.dropdown > .navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
ul#menu-main li.dropdown >  .dropdown-menu > li > a {
    max-width:192px;
    color: #000;
    font-size:10px;
    text-decoration: none;
}

ul#menu-main li.dropdown > .dropdown-menu > li:first-child > a:focus, .dropdown-menu > li:first-child > a:hover {
    max-width:192px;
    /*border-left: solid 2px #000073;*/
    background: #0f3d99;
    text-decoration: none;
}

ul#menu-main li.dropdown > .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    max-width:192px;
    /*border-left: solid 2px #1452cc;*/
    background-color: #0f3d99;
    text-decoration: none;
}

ul#menu-main li.dropdown > .dropdown-menu > li > .dropdown-menu > li {
    max-width:192px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    /*opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;*/
}

ul#menu-main li.dropdown .dropdown-menu > li > .dropdown-menu > li > a{
    text-align:left;
    padding-left: 24px;
}

/* -----------------------------------------
 TOP LINEUP CONTENTS
-------------------------------------------*/
.container-wipe {
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;  
}
.easingslider-slide{
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;  
}
.main-v {
    margin-top: 20px;
    margin-bottom: 0px;
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;  
}
.main-v img{
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;  
}

.top-container {
    margin-top: 20px;
    padding-top:20px;
    padding-left:18px;
    padding-right:18px;
    padding-bottom:20px;
    background-color: #fff; 
}

.page-container {
    margin-top: 20px;
    background-color: #fff; 
}

.top-lineup-header {
    padding:0 0 18px 0;
}

.top-lineup-title {
    background: url("/images/nmt/top_contents_header_bg.gif") repeat-x #fff;
    height: 52px;
    padding: 5px 5px 5px 10px;
}

.top-lineup-title label {
    height: 35px;
    padding:5px;
    font-size: 18px;
    border-left: 3px solid #1F1F4D;
}
.top-tec-banners {
    width: 234px;
    padding: 0 12px 12px 0;
}
.top-tec-banners-end {
    width: 222px;
    padding: 0 0 12px 0;
}
/* -------------------------------------------
    TOP NEWS
---------------------------------------------*/
.top-news-container {
    padding:18px 0 0 0;
    width: 690px;
}
.nav-tabs {
    margin-top: 12px;
    border:0;
}
.nav-tabs  li{
    height: 32px;
    border:0;
    width:222px;
    text-align:center;
}
.nav > li > a {
    padding:0;
    color:#1F1F4D;
    font-size: 13px;


}
.nav > li > a > img{
    margin-top: -3px;
}

.nav-tabs li.active {
    height: 100%;
    width:222px;
    color: blue;
}

.nav-tabs li.acitve a{
    margin:0;
    padding:0;
    border:0;
    height: 100%;
    width:222px;
    color: blue;
}
.nav-tabs li:last-child {
    margin-left: 12px;
    border:0;
    height: 32px;
    width:222px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #1F1F4D;
    font-weight: bold;
    font-size: 13px;
    border:0;
    height: 32px;
    background: url("/images/nmt/top_new_tab_bg.gif") #fff repeat-x 100% 100%;
    /*background: url("/images/nmt/top_new_tab_bg.gif") #fff repeat-x 100% 100%;*/

}

.nav-tabs > li > a {
    padding:7px;
    border:0;
    height: 32px;
    background: url("/images/nmt/top_new_tab_bg.gif") #fff repeat-x 100% 100%;

}
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    padding:7px;
    border:0;
    height: 32px;
    background: url("/images/nmt/top_new_tab_bg.gif") #fff repeat-x 100% 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

.tab-pane {
    height: 185px;

}
.tab-content img{
    padding:0;
    margin-top: -4px;
}

.top-news {
    font-size: 12px;
    padding:7px 7px;
    border-bottom: 1px solid #e6e6e6;
}
.top-news img {
    margin-left: 5px;
}
.top-news a {
    font-size: 12px;
    color: #333;
    margin-left: 10px;
    text-decoration: underline;
}

.top-news a:hover {
    color: #1F1F4D;
    margin-left: 10px;
    text-decoration: underline;
}

.to-past-news {
    padding:10px 0 0 0;
    width: 100%;
    text-align:right;

}

.to-past-news a{
    text-decoration: underline;
    font-size: 13px;
    font-weight: bold;
    color: #1F1F4D;
}
.to-past-news a:hover {
    color: silver;
}

/* -------------------------------------------
    TOP SUB BANNER
---------------------------------------------*/
.top-sub-banner {
    width: 234px;
    padding:18px 0 0 12px;
}
.top-sub-banner-header {
    padding:0 0 10px 0;

}
.top-sub-banner p.banner1{
    padding:0 0 18px 0;

}
.top-sub-banner p.banner2{
    margin:0;
    padding:0 0 0 0;

}
/* ----------------------------------------
    page contents
------------------------------------------*/

.page-contents {
    padding: 10px 40px 10px 40px;
    font-size: 14px;
}
.page-contents h2 {
    font-size: 21px;
}

.page-contents h3 {
    width: 600px;
    height:43px;
    color: #fff;
    text-align:center;
    padding: 11px 0 0 0;
    font-size: 14px;
}
.page-contents h6 {
    font-size: 11px;
    clear:both;
}
.page-contents p {
    line-height: 1.6;
}

.page-contents ul{
    margin:0 0 0 14px;
    padding:0;
}
.page-contents ul > li{
    padding:2px 0;
}
.page-contents ul > li a{
    text-decoration: underline;
}
.page-contents ol {
    margin-left: -28px;
  /*  float:left; */
}
.page-contents ol li{
    padding:1px 0;
    margin-left: font-size: ;
}
.page-contents h6 {
    clear:both;
}



/* --------------------------------------------------
    Category Page
----------------------------------------------------*/
.category-container {
    padding:0;
    margin:auto 0;
    width: 960px;
    padding: 18px;
}

.page-breadcrumbs {
    font-size: 11px;
    height: 29px;
}

.page-breadcrumbs a.category, .page-breadcrumbs a.taxonomy,{
    font-size: 11px;
    background: #fff;
}


.category-sidebar {
    margin:auto 0;
    width: 222px;
    min-height:700px;
    padding:0;
    list-style:none;

}

.menu-products-container {

    margin:auto 0;

}

li.widget_extended-categories {
    list-style: none;
    text-align:center;
}

li.widget_extended-categories > ul{
    margin:0;
    padding:0;
}

li.widget_extended-categories > ul > li{
    list-style: none;
    text-align:left;
    height: 43px;
    padding: 11px;
    background: #fff;
}

li.widget_extended-categories > ul > li:hover {
    list-style: none;
    text-align:left;
    height: 43px;
    padding: 11px;
    background: #659dcf;
    font-weight: bold;
}


.category-sidebar a{
    width: 222px;
    height: 43px;
    color: #222;
}
.category-sidebar a:hover {
    /*text-decoration: none;*/
    color: #222;
}

h2.widgettitle {
    margin:0;
    background: url("/images/nmt/sidebar-header.png") repeat-x #fff;
    color: #fff;
    text-align:center;
    font-size: 15px;
    height: 51px;
    padding:18px;
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px; 
}

.category-contents {
    padding:0;
    margin:0 0 0 22px;
    width: 680px;
    max-width: 680px;

}

p.widgetcontact {
    margin-top:5px;
	padding-left:10px;
	padding-right:10px;
}

.single-page-container {
    padding:0;
    margin:0;
    width: 960px;
    padding: 18px;
    min-height: 700px;
}
.single-page-sidebar {
    margin:0;
    width: 222px;
    padding:0;
    float:left;

}

.single-page-sidebar li {
    list-style: none;


}
.single-page-sidebar a{
    width: 222px;
    height: 43px;
    color: #222;
}
.single-page-sidebar a:hover {
    /*text-decoration: none;*/
    color: #222;
}
.single-page-contents {
    padding:0;
    margin:0 0 0 245px;
    width: 680px;
    max-width: 680px;
    min-height: 700px;

}

/* -----------------------------------
 COMMON
---------------------------------------*/
.page-title {
    background: url("/images/nmt/top_contents_header_bg.gif") repeat-x #fff;
    height: 52px;
    padding: 5px 5px 5px 10px;
}

.page-title label {
    height: 35px;
    padding:5px;
    font-size: 18px;
    border-left: 3px solid #1F1F4D;
    font-weight: bold;
}

ul.menu {
    width: 222px;
    min-height: 44px;
    margin: 0;
    padding:0;
    list-style:none;
    border-bottom: 1px solid #efefef;
}
ul.menu > li.open-menu {
    list-style: square url('/images/nmt/side_nemu_pt_open.png') inside;
}
ul.menu > li.open-menu:hover, ul.menu > li.open-menu:focus {
    list-style: square url('/images/nmt/side_nemu_pt_open.png') inside;
}
ul.menu > li {
    min-height: 44px;
    margin: 0;
    width: 222px;
    padding: 12px 0 0 24px;
    list-style: square url('/images/nmt/side_nemu_pt.png') inside;
    /*border-bottom: 1px #fff solid;*/
    cursor: pointer;
    /*background: url('/images/nlm/sub-menu-bg.png') repeat-x #fff;*/
    background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#fff));
    background: -moz-linear-gradient(top, #e7e7e7, #fff);
    background: -ms-linear-gradient(top, #e7e7e7, #fff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#fff', GradientType=0)";

}
ul.menu > li:hover {
    min-height: 44px;
    margin: 0;
    width: 222px;
    padding: 12px 0 0 24px;
    /*background: #66c0ff;*/
    /*border-bottom: 1px #fff solid;*/
    cursor: pointer;
}

ul.menu > li > a{
    text-decoration:none;
    height:44px;
}

ul.sub-menu {
    min-height: 44px;
    display:none;
    width: 222px;
    margin:4px 0 0 -24px;
    padding:0 0 0 0;
}

ul.menu > li > ul.sub-menu > li {
    cursor: pointer;
}
ul.menu > li > ul.sub-menu > li:hover {
    background: #66c0ff;
    cursor: pointer;
}

ul.menu > li > ul.sub-menu li:first-child {
    margin-top: 10px;
    min-height: 44px;
    width: 222px;
    /*margin-top:25px;*/
    padding:12px 0 0 40px;
    cursor: pointer;
}
ul.menu > li > ul.sub-menu li {
    min-height: 44px;
    width: 222px;
    padding:12px 0 0 40px;
    border-top: 1px solid silver;
    cursor: pointer;
}
ul.menu > li > ul.sub-menu >li >a{
    text-decoration:none;
}
ul.menu > li > ul.sub-menu li > ul.sub-menu {
    margin-left: -40px;
}
ul.menu > li > ul.sub-menu li > ul.sub-menu > li {
    /*list-style: square url('/images/nse/side_nemu_pt.png') inside;*/
    list-style: disc inside;
    min-height: 44px;
    width: 222px;
    padding:12px 0 0 60px;
    border-top: 1px solid silver;

}
ul.menu > li > ul.sub-menu li > ul.sub-menu > li:hover {
    /*list-style: square url('/images/nse/side_nemu_pt.png') inside;*/
}

ul.menu > li > ul.sub-menu >li > ul.sub-menu > li a{
    text-decoration:underline;
    width: 222px;
    min-height: 44px;
}
/*-----------------------------------------
    searched page

-------------------------------------------*/
.search-page-contents {
    width: 100%;
}
.seach-page { 
    padding: 0px 20px 0px 20px;
}
.search-page-list {
    border-bottom: 1px #efefef solid;
    padding: 10px 10px 10px 10px;
}
.search-page-list a{
    color: #333;
}
.search-page-list a:hover {
    color: silver;
}

/* ---------------------
    company
-----------------------*/

.company p.column {
	margin:10px;
}

.company h1 {
  margin: 5px 0px 5px 0px;
  padding: 5px 0px 5px 6px ;
  font-size:1.4em;
  line-height:130%;
  font-weight:bold;
  border-left: solid 5px #339;
  border-bottom: solid 1px #CECECE;
}

.company h2 {
    font-weight: bold;
	font-size:1.4em;
    }

.company h4 {
	font-weight: bold;
	font-size:1.4em;
    border-left:10px solid #339;
    border-top: 2px solid #339;
	border-right:2px solid #339;
	border-bottom:2px solid #339;
    padding:10px 10px;
    }

.company > table {
    margin-top: 12px;
    width: 80%;
    border-collapse: collapse;
}

.company > table th {
padding: 15px;
vertical-align: middle;
color: #fff;
background-color: #222;
border: 1px solid #fff;
}

.company > table tr {
background-color: #efefef;
}

.company > table td {
padding: 10px 20px;
vertical-align: middle;
color: #222;
border: 1px solid #fff;
word-break: break-all;
}

.company > table.company2 td {
padding: 6px;
vertical-align: middle;
color: #222;
border: 1px solid #fff;
word-break: break-all;
}

.company > table.history {
    margin-top: 12px;
    width: 100%;
    border-collapse: collapse;
}


/* ---------------------
    tokei
-----------------------*/

.tokei-banners  {padding-top: 20px;}
.tokei-content-left { float:left; padding: 10px 0;}
.tokei-content-right { float:right; padding: 10px 0;}
.tokei h1 {
  padding: 10px 0px 5px 10px;
  font-size: 24px;
  font-weight: bold;
}
.tokei h2 {
    font-weight: bold;
	font-size:1.4em;
    border-left:10px solid #6CC;
    border-top: 2px solid #6CC;
	border-right:2px solid #6CC;
	border-bottom:2px solid #6CC;
    padding:10px 10px;
    }



/* ---------------------
    mcolumn
-----------------------*/

.mcolumn-banners  {padding-top: 20px;}
.mcolumn-content-left { float:left; padding: 10px 0;}
.mcolumn-content-right { float:right; padding: 10px 0;}
p.authorname { text-align:right;}
p.migicaption { text-align:right; font-weight:bold;}
p.hidaricaption{ text-align:left; font-weight:bold;}
p.migitopcaption { text-align:right; font-weight:bold;margin-top:100px;}
p.hidaritopcaption{ text-align:left; font-weight:bold;}
.leftImg {
  float: left;
  margin-right: 10px; 
}
.rightImg {
  float: right;
  margin-left: 10px;
}
.righttopImg {
  float: right;
  margin-left: 10px;
  margin-top: 50px;
}
p.bottom {
	margin-bottom:30px;
}
.mcolumn h1 {
  padding: 10px 0px 5px 10px;
  font-size: 24px;
  font-weight: bold;
}
.mcolumn h2 {
    font-weight: bold;
	font-size:1.4em;
    border-left:10px solid #6c6;
    border-top: 2px solid #6c6;
	border-right:2px solid #6c6;
	border-bottom:2px solid #6c6;
    padding:10px 10px;
    }



/* ---------------------
    Footer
-----------------------*/

/* form placeholder color*/
.form-control::-moz-placeholder {
  font-weight:normal;
  color: silver;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  font-weight:normal;
  color: silver;
}
.form-control::-webkit-input-placeholder {
  font-weight:normal;
  color: silver;
}

.to-page-top {
 text-align:right;
 height: 43px;
 padding-right:18px;
}

.to-page-top img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}

/*Footer*/
#footer{
    width: 100%;
    color: #fff;
    background-color:#1c2057; 
    padding: 40px 0;
}

#footer .logo{
    text-align:left;
}
#footer .footer-nav{
    padding:0;
    font-size: 11px;
    text-decoration: none;
    float: right;
}

#footer .footer-nav ul li{
    height:12px;
    padding: 10px 15px;
    float: left;
    list-style: none;
    line-height:0;
    border-left: 1px solid #e6e6e6;
}
#footer .footer-nav ul li:last-child {
    height:12px;
    padding: 10px;
    float: left;
    list-style: none;
    line-height:0;
    border-right: 1px solid #e6e6e6;    
}

#footer .footer-nav ul li a{
    text-decoration: none;
    color:#fff;   
}
#footer .footer-nav ul li a:hover {
    color:silver;   
}

/* Group Footer*/
#group-footer{
    width: 100%;
    color: #999;
    background:url("/images/nmt/footer_bg.png") repeat-x #e6e6e6 0px -100px; 
    text-align: left;
    padding: 0;
    height: 60px;
}
.group-nav a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}
.footer-copy{
    text-align:right;
    height: 50px;
    padding-top: 18px;
    font-size: 13px;
    color: #555;
}

