/**
 * Theme Name: nemoto
 * Description: Styles for nemoto group site
 * with bootstrap
 */

/*------------------------------------------------------------
	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
	}
	
.clearleft {
	 clear:left; 
	 }
	 
.clearright{
	 clear:right; 
	 }

p img.alignleft{
	margin: 0 20px 10px 0px;
	}

html,
body {
  height: 100%;
}

#wrap {
    height: auto;
    margin: 0 auto ;
    /*padding: 0 0 60px;*/
    min-height:100%;
    border-top: solid #008336 5px; 
    background: url("/images/nlm/lumi_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;
}
.header-logo-image {
    margin:25px 0px 0px 0;
}
.container {
    max-width: 960px;
    min-width: 960px;
    padding-right: 0px;
    padding-left: 0px;
    max-width: none !important;
    width: 960px;
}
.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;
}

img{
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

.logo-img {
    padding:0;
    width:100%;
    background-color: #fff; 
}
.navbar .nav li a {
    font-size: 1em;
    color:#000;
}
.header-col {
    padding:0;
    margin:0;
}
.form-group input.header-search-form {
    width:220px;
}
.form-group button.header-search-button {
    border:0;
    margin:0;
    float:left;
}

.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/nlm/lumi_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: #008336;
}
.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/nlm/lumi_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: #008336;
}
.nav-footer {
    display:none;
}
.header-col {
    padding:0;
    margin:0;
}

.header-logo {
  width: 640px; 
  float: left;
}
.header-subnav {
  width: 320px;
  margin-left: 640px;
}

.form-group input.header-search-form {
    width:250px;
}

.header-nav-layout {
    margin:0;
    padding:0;
    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.group_top{
    margin-top: -5px;
    width: 200px;
    padding:5px;
    background: #1c2057;
    float: left;
    text-align:center;
    vertical-align:middle;
    list-style:none;
}
.header-nav li.home{
    margin-top: -5px;
    width: 120px;
    padding:5px;
    float: left;
    background: #008336;
    text-align:center;
    list-style:none;
}

.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:10px;
}
.form-group input.header-search-form {
    margin:0;
    width:265px;
}
.form-group input.header-search-form {
    margin:0;
    width:150px;
    height:28px;
    border-radius: 0px;
}
.header-search-button {
    border:0;
    margin:0;
    padding:0;
    /*max-width:68px;*/
    /*min-height:32px;*/
}
.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;
}

.header-lang {
    margin: 14px 0 0 0;
}

.header-lang a{
    font-size: 12px;
    color: #333;
    margin-left: 1px;
    margin-right: 4px;
}

.dropdown {
  display: block;

}
.dropdown-menu{
  /*position: relative;*/
  margin:0;
}

/*.dropdown-menu{display: block;}*/

ul#menu-main > li.dropdown{
}

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);
  position: relative;
  display: block;
  border:0;
}
ul#menu-main li.dropdown ul.dropdown-menu {
    border-left: #44af35 solid 2px;
    background: none;
    border-radius: 0px;
    margin:0;
    max-width:192px;
    /*height:40px;*/
    text-decoration: none;
    /*opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;*/
    padding:0;
    font-size: 12px;
    vertical-align:center;

}

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 #c3d600;
}

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: #44af35;
    font-weight: bold;
}

ul#menu-main li.dropdown > .navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    border:0;
    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 #44af35;
    background: #44af35;
    text-decoration: none;
}

ul#menu-main li.dropdown > .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    max-width:192px;
    background-color: #44af35;
    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;
    /*background-color: #ffe;*/
    margin-bottom: 0px;
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;  
}

.main-v img{
    /*background-color: #ffe;*/
    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/nlm/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 #008336;
}
.top-tec-lists {
    width: 312px;
    padding: 0 12px 36px 0;
}
.top-tec-lists-end {
    width: 300px;
    padding: 0 0 36px 0;
}

.top-tec-lists img{
    width: 300px;
}
.top-tec-lists-end img{
    width: 300px;
}

p.top-jpnonly{
	text-align:center;
	font-size:large;
	font-weight:bold;
	color:#FFF;
	background-color:#66CC33;
	padding-top:5px;
	padding-bottom:5px;
}

/* -------------------------------------------
    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:#333;
    font-size: 13px;
}
.nav > li > a > img{
    margin-top: -3px;
}
.nav-tabs li.active {
    height: 100%;
    width:222px;
    color: #333;
}
.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: #333;
    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: #C0C0C0;
    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: #333;
}
.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;
}

/* ------------------
    tokei page
--------------------*/
.tokei-banner {
    float:right;
}

/* ------------------
    ap page
--------------------*/
.ap img.block {
	margin: 10px 10px 10px 0px;
	display: block;
}

.ap img.inline {
	margin: 10px 10px 0px 0px;
	display: inline;
}

.ap h1 {
    font-weight: bold;
	font-size:1.4em;
}

.ap h4 {
    font-weight: bold;
	width: 100%;
	font-size:1.1em;
    border-left:10px solid #66CC00;
    border-top: 2px solid #66CC00;
	border-right:2px solid #66CC00;
	border-bottom:2px solid #66CC00;
    padding:10px 10px;
}

/* ------------------
    speciality phosphor page
--------------------*/
.speciality p {
	margin:0px 10px 10px 10px;
}

.speciality img.alignright {
	margin: 0 0 10px 20px;
	display: inline;
	}
	
.speciality img.alignleft {
	float: left;
	margin-right: 10px;
/*	display: inline; */
	}

.speciality h2 {
    font-weight: bold;
	font-size:1.4em;
    border-left:10px solid #F96;
    border-top: 2px solid #F96;
	border-right:2px solid #F96;
	border-bottom:2px solid #F96;
    padding:10px 10px;
    }
	
.speciality > table {
	margin-top: 12px;
}

.speciality > table td {
	padding: 3px;
	vertical-align: middle;
}

/* ------------------
    luminova page
--------------------*/
.luminova p {
	margin:0px 10px 10px 10px;
}

.luminova img.alignright {
	margin: 0 0 10px 20px;
	display: inline;
	}
	
.luminova img.alignleft {
	float: left;
	margin-right: 20px;
	/* display: inline; */
}
	
.luminova img.luminova {
	text-align:center;
	float: none;
	vertical-align:middle;
	margin:10px 10px 10px 10px;
}
	
.luminova ol {
    margin-left: 80px;
	text-weight: bold;
    float: none;
}

.luminova ol li{
    font-size:1.3em;
	padding:10px;
    margin-left: 80px;	
}

.luminova h2 {
    font-weight: bold;
	font-size:1.4em;
    border-left:10px solid #F96;
    border-top: 2px solid #F96;
	border-right:2px solid #F96;
	border-bottom:2px solid #F96;
    padding:10px 10px;
}
	
.luminova h4 {
    font-weight: bold;
	width: 100%;
	font-size:1.1em;
    border-left:10px solid #66CC00;
    border-top: 2px solid #66CC00;
	border-right:2px solid #66CC00;
	border-bottom:2px solid #66CC00;
    padding:10px 10px;
}
	
.luminova > table {
    table align:center;
	margin-top: 12px;
    width: 100%;
    border-collapse: collapse;
}

.luminova > table th {
padding: 15px;
vertical-align: middle;
color: #fff;
background-color: #222;
border: 1px solid #fff;
}

.luminova > table tr {
background-color: #efefef;
}

.luminova > table td {
	padding: 10px 20px;
	vertical-align: middle;
	color: #222;
	border: 1px solid #fff;
	word-break: break-all;
}

.luminova h2.g {
    font-weight: bold;
	color:#FFF;
	background:#339933;
	font-size:1.4em;
    border-left:10px solid #339933;
    border-top: 2px solid #339933;
	border-right:2px solid #339933;
	border-bottom:2px solid #339933;
    padding:10px 10px;
    }
	
.luminova h2.bg {
    font-weight: bold;
	color:#FFF;
	background:#339999;
	font-size:1.4em;
    border-left:10px solid #339999;
    border-top: 2px solid #339999;
	border-right:2px solid #339999;
	border-bottom:2px solid #339999;
    padding:10px 10px;
}



/* ------------------
    sign page
--------------------*/
.sign img.alignrightsign {
	float: right;
	margin-bottom: 20px;
	margin-right: 1em;
	display: inline;
	}
	
.sign img.alignleftsign {
	float: left;
	margin-left: 1em;
	padding-right: 10px;
	display: inline;
	margin-bottom: 20px;
	}
	
.sign img.aligncentersign {
	display: inline;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}
	
.sign img.tokyo {
	text-align:center;
	float: none;
	vertical-align:middle;
	margin:10px 10px 10px 10px;
	}

.sign > table td {
padding: 3px 5px;
vertical-align: middle;
text-align:center;
}

.sign h2 {
    font-weight: bold;
	color:#FFF;
	background:#33CC99;
	font-size:1.4em;
    border-left:10px solid #33CC99;
    border-top: 2px solid #33CC99;
	border-right:2px solid #33CC99;
	border-bottom:2px solid #33CC99;
    padding:10px 10px;
    }
	

/* -------------------
    search 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;
}


/* ---------------------
    single page
------------------------*/
.single-page-contents > table {
    margin-top: 12px;
    width: 680px;
    border-collapse: collapse;
    font-size: 9px;

}
.single-page-contents > table th {
padding: 1px;
text-align:center;
vertical-align: middle;
color: #fff;
background-color: #222;
border: 1px solid #fff;

}
.single-page-contents > table tr {
background-color: #efefef;
}
.single-page-contents > table td {
padding: 6px;
vertical-align: middle;
color: #222;
border: 1px solid #fff;
word-break: break-all;
}
.single-page-contents > table td.color1 {
    background: green;
}

.single-page-contents > table td.maru1 {
    font-size: 30px;
    padding:0;
    text-align:center;
    color: green;
    line-height:0;

}

.single-page-contents > table td.color2 {
    background: blue;
}
.single-page-contents > table td.maru2 {
    font-size: 30px;
    padding:0;
    text-align:center;
    color: blue;
    line-height:0;
}

/* ---------------------------
    Search Page Top 
-------------------------------*/
.btn {
    padding:0;
    border:0;
    border-radius: 0px;
    white-space: 0;
    margin:0;
}
.search-light{ height: 180px;}
.search-light > h3 {padding:6px 0 18px 0; margin:0;}
.search-light > h3 >img {padding:0 7px 0 0; margin-top: -5px;}
.search-light > .green {
    width: 300px;
    height:79px;
    float: left;
}
.search-light > .blue-green {
    margin-left: 12px;
    width: 300px;
    height:79px;
    float: left;
}
.search-light > .other {
    width: 300px;
    height:79px;
    float: right;
}
.search-use{ height: 180px;}
.search-use > h3 {padding:3px 0 18px 0; margin:0;}
.search-use > h3 >img {padding:0 7px 0 0; margin-top: -5px;}
.search-use > .print {
    width: 222px;
    height:79px;
    float: left;
    position: relative;
    display: block;
}
.search-use > .tosou {
    margin-left: 12px;
    width: 222px;
    height:79px;
    float: left;
}
.search-use > .jushi {
    margin-left: 12px;
    width: 222px;
    height:79px;
    float: left;
}
.search-use > .other {
    width: 222px;
    height:79px;
    float: right;
}

.use-sub-container {
    padding: 0px 5px 20px 5px;
    position: absolute;
}

.use-sub-container a {
    text-decoration: underline;
    padding: 5px;
    color: #008336;
}
.use-sub-pointer {
  position: relative;
  width:0;
  height:0;
  border: 4px solid transparent;
  border-bottom-color: #008336;
  margin-left: 110px;
}
.use-sub-links {
    padding: 10px 0 10px 0;
    border-top: #008336 solid 2px;
    border-left: #008336 solid 1px;
    border-right: #008336 solid 1px;
    border-bottom: #008336 solid 1px;
    min-width: 222px;
    min-height: 50px;
    text-align: center;
    background: #fff;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.search-place{
    width: 456px;
    height: 230px;
    float:left;
}
.search-place > h3 {padding:3px 0 18px 0; margin:0;}
.search-place > h3 >img {padding:0 7px 0 0; margin-top: -5px;}
.search-place > .in {
    width: 222px;
    height:79px;
    float: left;
}
.search-place > .out {
    width: 222px;
    height:79px;
    float: right;
}

.search-product{
    float:right;
}
.search-product > .left{
    float: left;
    
}
.search-product > .right{
    float:right;
    
}

/* --------------------------
    common 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;
    background: url("/images/nlm/lumi_bar_g.png") no-repeat;
}
.page-contents h6 {
    font-size: 11px;
    clear:both;
}
.page-contents p {
    line-height: 1.6;
}

.page-contents p.pdflist {
	font-size:smaller;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	color:#6C0
}

.page-contents ul{
    margin:0 0 0 14px;
    padding:0;
}
.page-contents ul > li{
    padding:2px 0;
    list-style-image: url("/images/nlm/lumi_news-list-botan.png");
}
.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 img {
    float:right;
}


/* --------------------------------------------------
    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/nlm/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; 
}

p.widgetcontact {
    padding-left:10px;
	padding-right:10px;
}

.single-page-container {
    padding:0;
    margin:0;
    width: 960px;
    padding: 18px;
    min-height: 700px;
    max-width: none !important;
}
.single-page-sidebar {
    margin:0;
    width: 222px;
    padding:0;
    float:left;
}
.single-page-sidebar .textwidget{
    margin-top:10px;
}

.category-contents {
    padding:0;
    margin:0 0 0 22px;
    width: 680px;
}


.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 0 0 0;
    margin: 0 0 0 246px;
    width: 680px;
    max-width: 680px;

}

/* --------------------------------------------------
    company Page
----------------------------------------------------*/
.company p {
	margin:0px 10px 10px 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 #66CC00;
  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 #66CC00;
    border-top: 2px solid #66CC00;
	border-right:2px solid #66CC00;
	border-bottom:2px solid #66CC00;
    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;
}

.company img.center {
	text-align:center;
	float: none;
	vertical-align:middle;
	margin:10px 10px 10px 10px;
	}

.company  ol {
    margin-left: 10px;
    float:left;
}

.page-contents ol li{
    padding:3px 0;
}

/* -----------------------------------
 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 #008336;
    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 {
    position: relative;
    list-style: square url('/images/nlm/side_nemu_pt_open.png') inside;
}
ul.menu > li.open-menu:hover, ul.menu > li.open-menu:focus {
    list-style: square url('/images/nlm/side_nemu_pt_open.png') inside;
}
ul.menu > li {
    min-height: 44px;
    margin: auto 0;
    width: 222px;
    padding: 12px 0 0 24px;
    list-style: square url('/images/nlm/side_nemu_pt.png') inside;
    cursor: pointer;
    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: auto 0;
    width: 222px;
    padding: 12px 0 0 24px;
    /*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;
    line-height: 2;
}
ul.menu > li > ul.sub-menu > li:hover {
    background: #c0f33b;
    cursor: pointer;
}

ul.menu > li > ul.sub-menu li:first-child {
    min-height: 44px;
    width: 222px;
    margin-top: 10px;
    padding:8px 0 0 40px;
    cursor: pointer;
}
ul.menu > li > ul.sub-menu li {
    min-height: 44px;
    width: 222px;
    padding:8px 0 0 40px;
    border-top: 1px solid #efefef;
    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:8px 0 0 60px;
    border-top: 1px solid #efefef;

}
ul.menu > li > ul.sub-menu li > ul.sub-menu > li:hover {
    /*list-style: square url('/images/nse/side_nemu_pt.png') inside;*/
    /*background: #c0f33b;*/
}

ul.menu > li > ul.sub-menu >li > ul.sub-menu > li a{
    text-decoration:underline;
    width: 222px;
    min-height: 44px;
}
/* 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:#008336; 
    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;
}
