/* コンテンツ (ヘッダ + パン屑 + コンテナ + フッタ) */

#contents {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../img/new_menu/header-line2.png);
	background-repeat: repeat-x;
}

/* コンテナ　(メイン + ラップ) */

#container {
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	z-index: -1;
	padding: 0px;
}


#header {
	width: 1020px;
	height: 120px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header1 {
	width: 320px;
	float: left;
	height: 40px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#logo {
	width: 300px;
	height: 40px;
	padding: 0px;
	background-image: url(../img/new_menu/optoscience-logo.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
/*
#logo h1 {
	font-size: 9px;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

#logo h1 em {
	visibility: hidden;
}
#logo h1 a {
	display: block;
	padding: 0px;
	height: 40px;
	width: 280px;
	margin: 0px;
}
*/
#logo p {
	font-size: 9px;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

#logo p em {
	visibility: hidden;
}
#logo a {
	display: block;
	height: inherit;
	width: inherit;
}

#header2 {
	width: 600px;
	padding: 0px;
	float: right;
	height: 40px;
	margin: 0px;
}

#header2-search {
	height: 40px;
	width: 385px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#header2-navi {
	font-size: 14px;
	line-height: 1.8em;
	margin: 0px;
	font-weight: 500;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
#header2-navi ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
#header2-navi li {
	display: inline;
	margin: 0px;
	font-size: 16px;
	line-height: 1.1em;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header2-navi li span {
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
	line-height: 0.9em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/* ヘッダ　ナビ */

#topnavi {
	clear: both;
	width: 1020px;
	height: 50px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#topnavi .menu {
	position: relative;
	list-style-type: none;
	text-align: center;
	height: 50px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 46px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#topnavi .menu > li {
	float: left;
	width: auto; /* グローバルナビ4つの場合 */
	height: 48px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 400;
	margin-right: 65px;
	padding: 0px;
	line-height: 48px;
}

#topnavi .menu > li a {
	display: block;
	color: #333;
	text-decoration: none;
}

#topnavi .menu > li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1A306D;
}

#topnavi ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

/*#topnavi ul.menu__third-level {
	visibility: hidden;
	opacity: 0;
	list-style-type: none;
}

#topnavi ul.menu__fourth-level {
	visibility: hidden;
	opacity: 0;
	list-style-type: none;
}*/

#topnavi .menu > li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}

#topnavi .menu__second-level li {

}

/*.menu__third-level li {
    border-top: 1px solid #111;
}*/


#topnavi .menu__second-level li a:hover {

}

/*#topnavi .menu__third-level li a:hover {
    background: #2a1f1f;
}

#topnavi .menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
#topnavi .init-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
}

/* 右矢印 */
#topnavi .init-bottom2:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-45eg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
}

/* floatクリア */
#topnavi .menu:before,
#topnavi .menu:after {
    content: " ";
    display: table;
}

#topnavi .menu:after {
    clear: both;
}

#topnavi .menu {
    *zoom: 1;
}

/* シングルドロップダウンメニュー
#topnavi .menu > li.menu__single {
	position: relative;
	text-align: left;
}

#topnavi li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 220px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	background-color: #F5F5F5;
	padding: 10px;
	height: auto;
	margin: 0px;
}

#topnavi li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}*/

#topnavi li.menu__mega a:hover {
	border-bottom-style: none;

}


/* メガドロップダウンメニュー */
#topnavi li.menu__mega ul.menu__second-level {
	position: absolute;
	top: 20px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	background-color: #CCCCCC;
	letter-spacing: 0em;
	height: 200px;
	padding: 20px;
	z-index: 10;
}

#topnavi li.menu__mega:hover ul.menu__second-level {
	top: 50px;
	visibility: visible;
	opacity: 1;
	margin-top: -1px;
}

#topnavi li.menu__mega ul.menu__second-level > li {
	float: left;
	border: none;
	margin-right: 20px;
	background-color: #FFFFFF;
	height: 150px;
	width: auto;
}

#topnavi li.menu__mega ul.menu__second-level > li a {
	display: table-cell;
	height: 150px;
	width: auto;
	padding-top: 0px;
	padding-right: 19px;
	padding-left: 18px;
	font-size: 32px;
	line-height: 1.4em;
	font-weight: 200;
	letter-spacing: -0.1em;
	padding-bottom: 0px;
	vertical-align: middle;
}

/*#topnavi li.menu__mega ul.menu__second-level > li:nth-child(4n+2) {　 4列
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 0;
	margin-left: 2%;
}
	margin-top: -50px;
	margin-top: -50px;
	margin-top: -50px;
	margin-top: -50px;
	margin-bottom: -50px;

/* メーカーインデックス */

#maker-index {
	width: 1020px;
	height: 30px;
	padding: 0em;
	background-color: #F0F0F0;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 3em;
	margin-left: 0em;
}

#maker-index #abcname h2{
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.9em;
	height: 30px;
	width: 80px;
	margin: 0em;
	text-indent: 1em;
	padding: 0px;
	float: left;
}

#maker-index #abclist {
	float: right;
	width: 940px;
	margin: 0px;
	padding: 0px;
}

#maker-index #abclist ul.abc {
	font-size: 0;
	margin: 0px;
	display: table;
	width: 940px;
	padding: 0px;
	float: left;
}

#maker-index #abclist ul.abc li{
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	height: 30px;
	width: 34px;
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	display: table-cell;
	float: left;
	vertical-align: middle;
	padding: 0px;
	line-height: 2em;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCDCDC;
}

#maker-index #abclist ul.abc li a {
	display: block;
	height: inherit;
	width: inherit;
	color: #000066;
}

#maker-index #abclist ul.abc li a:hover {
	color: #FFFFFF;
	background-color: #006;
	font-weight: 500;
	font-size: 14px;
}


/* パンクズ */

#topicpath {
	height: 50px;
	clear: both;
	padding: 0px;
	width: 1020px;
	margin: 0px;
}

#topicpath  p {
	margin: 0em;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 1em;
	font-size: 12px;
	font-weight: 200;
	line-height: 1.5em;
}

/* メイン */

#main {
	float: right;
	width: 650px;
	padding: 0em;
	z-index: 6;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 50px;
	margin-left: 0px;
}

#main-750 {
	float: right;
	width: 750px;
	padding: 0px;
	z-index: 6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}

#main-1020 {
	width: 1020px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#main-l {
	display: block;
	float: left;
	width: 720px;
	padding: 0em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: 14px;
}

/* メーカロゴ */

#supplier {
	margin: 0px;
	padding: 0px;
	height: 70px;
	text-align: right;
}

#supplier h2 {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 16px;
}

#supplier h2 a{
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}

#supplier h2 em{
	visibility: hidden;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}

#supplier img {
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0.2em;
}


/* 雑誌掲載広告 */

#adver p {
	font-weight: 500;
	line-height: 22px;
	border-bottom: 1px dotted #B4B4B4;
	clear: both;
	font-size: 15px;
	margin-top: 3em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
}

#adver ul li {
	list-style: url(../img/yaji-gr.gif) outside;
	padding: 0em;
	line-height: 1.2em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.8em;
	margin-left: 2em;
}


/* カテゴリナビ */

#sidenavi-r {
	padding: 0;
	width: 200px;
	float: right;
	display: inline;
	text-align: center;
	margin: 0 14px 0 0; /* 右余白 */
}

#sidenavi-r p {
	padding: 0px;
	margin: 0 0 5px;
}

#sidenavi-r ul {
	padding: 0em;
	margin: 0 0 14px; /* アイテムの下余白 */
}

#sidenavi-r ul li  {
	line-height: 2em;
	margin: 0px;
	padding: 0px;
}

#sidenavi {
	padding: 0em;
	width: 200px;
	float: left;
	display: inline;
	text-align: center;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 2em;
	margin-left: 0em;
}

#sidenavi p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#sidenavi ul {
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
}

#sidenavi ul li  {
	line-height: 2em;
	margin: 0px;
	padding: 0px;
}

#sidenavi1 {
	width: 136px;
	padding: 0px;
	margin: 0px;
}

#sidenavi1 h2 {
	margin: 0px;
	text-indent: 1em;
	padding: 0px;
	float: left;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	width: 136px;
	line-height: 58px;
	height: 58px;
	background: #EBEDF0;
	border-bottom: 1px solid #E1E1E1;
}

#sidenavi1 h2 a {
	color: #333;
	display: block;
	margin: 0px;
	padding: 0px;
}

#sidenavi1 h2 a:hover  {
	text-decoration: underline;
	color: #333;
}

#sidenavi1 h3 {
	margin: 0px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	clear: both;
	float: left;
	display: inline;
	width: 128px;
	line-height: 1.3em;
	border-bottom: 1px solid #E6E6E6;
	background: #FAFAFC;
	padding: 7px 0px 7px 8px;
}

#sidenavi1 h3 a {
	margin: 0px;
	display: block;
	color: #333;
	padding: 0px;
}

#sidenavi1 h3 a:hover  {
	text-decoration: underline;
	color: #333;
}

#sidenavi2 {
	width: 136px;
	background-color: #FFFFFF;
	float: left;
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #F0F0F0;
}

#sidenavi2  h4 {
	margin: 0px;
	color: #039;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 4px;
	font-weight: normal;
}

#sidenavi2  h5 {
	color: #333;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}

#sidenavi2   ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#sidenavi2 li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../img/dot.gif);
	background-repeat: no-repeat;
	background: url(../img/new_menu/menu_170707.png) 8px 3px;
}

#sidenavi2  a   {
	margin: 0px;
	padding: 0px;
	color: #333;
}

#sidenavi2  a:hover  {
	text-decoration: underline;
	color: #333;
}

/*  広告 */

#ad {
	float: left;
	width: 200px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#ad h2{
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
	font-weight: 500;
	color: #999;
	font-size: 1em;
}

#ad p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}


/* フッター */

#footer {
	height: 100%;
	width: 100%;
	margin: 0px;
	clear: both;
	background-color: #F5F5F5;
	background-image: url(../img/new_menu/footer-bgimg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

#foot {
	z-index: 0;
	height: auto;
	clear: both;
	width: 1020px;
	color: #505050;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#foot a {
	color: #505050;
}

#foot a:hover {
	text-decoration: underline;
}

#foot #outline {
	font-size: 0.8em;
	line-height: 1.7em;
	font-weight: 300;
	text-align: center;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 3em;
	margin-left: 0em;
	color: #333;
	text-decoration: none;
}

#foot .map {
	list-style: none;
	padding: 0px;
	float: left;
	width: 320px;
	text-align: left;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#foot .map .cat2 {
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	text-decoration: underline;
}

#foot .map .cat2 a:hover {
	text-decoration: none;
}

#foot .map .cat3 {
	font-size: 0.9em;
	font-weight: 500;
	padding: 0px;
	line-height: 1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}

#foot .map ul {
	padding: 0px;
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.2em;
	margin-left: 0px;
}

#foot .map li {
	font-size: 0.9em;
	font-weight: 200;
	margin: 0px;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

#foot #copyright  {
	clear: both;
	border-top: 1px solid #9696A0;
	width: 1020px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 20px;
	margin: 0px;
}

#foot #copyright  #copy {
	font-size: 0.9em;
	margin: 0px;
	width: 500px;
	font-weight: 200;
	line-height: 1.2em;
	float: left;
	height: 20px;
	padding: 0px;
	letter-spacing: 0.05em;
}
#foot #copyright #nav {
	font-size: 0.9em;
	margin: 0px;
	width: 500px;
	font-weight: 500;
	line-height: 1.2em;
	float: left;
	height: 20px;
	padding: 0px;
}

/* ページトップ */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 100px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* ご相談・お問合せフォーム */

#contact {
	width: 58%;
	height: auto;
	border: 1px solid #E1E1D7;
	margin-top: 1.25%;
	margin-right: auto;
	margin-bottom: 10%;
	margin-left: auto;
	padding-top: 6%;
	padding-right: 8%;
	padding-bottom: 8%;
	padding-left: 8%;
}
