
/*============================================================
	共通スタイル上書き
*/
#sectionContents .container {
	position: relative;
	max-width: 100%;
	width: 100%;
	padding: 0;
}
.ga2012_breadcrumbs {
	height: 40px;
}

/*============================================================
	[汎用] ナノイーBODY
*/
.nanoe-body {
	position: relative;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
.nanoe-content {
	position: relative;
	width: 100%;
}

/*============================================================
	[汎用] ナビゲーション
*/
.nanoe-nav {
	border-top: 1px solid #f2f2f2;
	color: #364ea2;
}
.nanoe-nav-footer {
	padding: 50px 0;
	border: 0;
}
.nanoe-nav ul {
	display: table;
	margin: 0 auto;
	width: 976px;
	background: transparent url(../images/nav_line.png) 100% 50% no-repeat;
}
.nanoe-nav ul li {
	display: table-cell;
	vertical-align: top;
	width: 22%;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	background: transparent url(../images/nav_line.png) 0 50% no-repeat;
}
.nanoe-nav ul li:first-child {
	width: 12%;
}
.nanoe-nav ul li a {
	display: block;
	color: #364ea2;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.nanoe-nav ul li a:hover {
	color: #5e94d7;
}
.nanoe-nav ul li a span {
	position: relative;
	display: inline-block;
	padding: 20px 0;
}
.nanoe-nav ul li a span .line {
	display: none;
	overflow: hidden;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 3px;
	background: #364ea2;
}
.nanoe-nav ul li.current a {
	-webkit-transition: none 0 ease;
	-moz-transition: none 0 ease;
	transition: none 0 ease;
}
.nanoe-nav ul li.current a:hover {
	color: #364ea2;
}
.nanoe-nav ul li.current a span .line {
	display: block;
}

/*============================================================
	[汎用] ナビゲーション ホームのモーダルへ
*/
.nanoe-nav-home {
	padding: 70px 0 0 0;
}
.nanoe-nav-home ul {
	display: table;
	margin: 0 auto;
	width: 600px;
}
.nanoe-nav-home ul li {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.nanoe-nav-home ul li a {
	display: block;
	margin: 0 24px;
	background: #5ea4d9;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
    -webkit-border-radius: 37px;
	border-radius: 37px;
	-webkit-box-shadow: 0 4px 6px 0 rgba(39,84,124,0.1);
	-moz-box-shadow: 0 4px 6px 0 rgba(39,84,124,0.1);
	box-shadow: 0 4px 6px 0 rgba(39,84,124,0.1);
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out
	transition: background-color 0.2s ease-in-out;
}
.nanoe-nav-home ul li a:hover {
	background: #7eb6e1;
}
.nanoe-nav-home ul li a span {
	position: relative;
	display: inline-block;
	padding: 25px 36px 25px 42px;
	background: transparent url(../images/arrow_nav.png) 100% 48% no-repeat;
}
.nanoe-nav-home ul li a span i {
	display: inline-block;
	position: absolute;
	top: 50%; left: 0;
	margin: -18px 0 0 0;
	width: 34px; height: 34px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.nanoe-nav-home ul li.nav-product a span i {
	background-image: url(../images/icon_product.png);
}
.nanoe-nav-home ul li.nav-case a span i {
	background-image: url(../images/icon_case.png);
}

/*============================================================
	[汎用] ナビゲーション スマホ用
*/
.nanoe-nav-sp {
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	top: 0; left: 0;
	width: 100%; height: 0;
	color: #364ea2;
}
.nanoe-nav-sp ul {
	background-color: rgba(255,255,255,0.94);
	border-bottom: 2px solid #364ea2;
}
.nanoe-nav-sp ul li {
	border-top: 1px solid #364ea2;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}
.nanoe-nav-sp ul li.menu {
	padding: 12px 0;
	background-color: #c5ecfe;
	border-bottom: 1px solid #364ea2;
}
.nanoe-nav-sp ul li a {
	display: block;
	padding: 12px 0;
	color: #364ea2;
}
.btn-nav-sp-close,
.btn-nav-sp-open {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0; right: 0;
	width: 44px; height: 44px;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 31px 31px;
	background-size: 31px 31px;
	text-indent: -999em;
}
.btn-nav-sp-close {
	background-image: url(../images/btn_menu_close.png);
}
.btn-nav-sp-open {
	display: none;
	z-index: 9;
	background-image: url(../images/btn_menu_open.png);
}

/*============================================================
	[汎用] アンカーナビゲーション
*/
.nav-anchor-lg {
	position: absolute;
	z-index: 100;
	left: 0;
	padding: 12px 0 0 0;
	width: 100%;
	background: #5ea4d9;
}
.nav-anchor-lg a {
	display: block;
	color: #ffffff;
}
.nav-anchor-lg .ctn {
	height: 80px;
}
.nav-anchor-lg ul {
	display: table;
	width: 100%;
}
.nav-anchor-lg ul li {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}
.nav-anchor-lg ul li a {
	margin: 0 12px;
	padding-bottom: 8px;
	min-width: 92px;
}
.nav-anchor-lg ul li a i.icon {
	display: block;
	margin: 0 auto;
	width: 40px; height: 40px;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.nav-anchor-lg ul li a .line {
	position: relative;
	display: block;
	margin-top: 8px;
	width: 100%; height: 4px;
}
.nav-anchor-lg ul li a .line i {
	position: absolute;
	top: 0; left: 50%;
	display: block;
	width: 0%; height: 4px;
	background: #ffffff;
	-webkit-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
	transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
}
.nav-anchor-lg ul li a:hover .line i {
	left: 0;
	width: 100%;
}
.nav-anchor-lg ul li.nav01 a {
	margin-left: 0;
}
.nav-anchor-lg ul li.nav07 a {
	margin-right: 0;
}

/* 固定 */
.fixed-nav-anchor .nav-anchor-lg {
	position: fixed;
	top: 48px !important; left: auto;
	margin: 0 auto;
	max-width: 1200px;
}

/* スマホ用 */
.nav-anchor-sm {
	display: none;
}

/*============================================================
	[汎用] 背景
*/
.nanoe-bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 560px;
	background: transparent url(../images/bg_main.jpg) 50% 0 no-repeat;
}
.nanoe-bg .in {
	width: 100%; height: 100%;
	background: transparent url(../images/bg_main_bottom.png) 0 100% repeat-x;
}

/*============================================================
	[汎用] 基本タグ
*/
.nanoe-container {
	position: relative;
	z-index: 1;
	font-size: 14px;
	line-height: 2.4;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.nanoe-container a {
	cursor: pointer;
}
.nanoe-container strong {
	font-weight: bold;
}
.nanoe-container .h,
.nanoe-container .lead {
	font-weight: bold;
}

/*============================================================
	[汎用] 画像
*/
.nanoe-container img {
	vertical-align: top;
}
.nanoe-container .img-responsive {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

/*============================================================
	[汎用] 表示切り替え用
*/
.nanoe-container .has-lg,
.nanoe-modal .has-lg {
	display: block;
}
.nanoe-container br.has-lg,
.nanoe-modal br.has-lg {
	display: inline-block;
}
.nanoe-container .has-sm,
.nanoe-modal .has-sm {
	display: none !important;
}

/*============================================================
	[汎用] コンテナ
*/
.nanoe-container .ctn {
	position: relative;
	margin: 0 auto;
	max-width: 976px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*============================================================
	[汎用] メインアラート
*/
.nanoe-container .main-alert {
	display: table;
	margin: 0 auto;
	padding: 10px 20px;
	border: 1px solid #ee0000;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.8;
	color: #ee0000;
}


/*============================================================
	[汎用] 注釈
*/
.nanoe-container .note-indent,
.nanoe-container .note-indent-wide,
.nanoe-container .note-indent-short {
	font-size: 11px;
	line-height: 2.5;
}
.nanoe-container .note-indent li,
.nanoe-container .note-indent-wide li,
.nanoe-container .note-indent-short li {
	position: relative;
}
.nanoe-container .note-indent li span,
.nanoe-container .note-indent-wide li span,
.nanoe-container .note-indent-short li span {
	position: absolute;
	top: 0; left: 0;
}
.nanoe-container .note-indent li {
	padding-left: 1em;
}
.nanoe-container .note-indent-wide li {
	padding-left: 3.6em;
}
.nanoe-container .note-indent-short li {
	padding-left: 2.6em;
}

.nanoe-container .note,
.nanoe-container .note-inline,
.nanoe-container .note-indent {
	margin-top: 10px;
	font-weight: normal;
	font-size: 10px;
	line-height: 2.5;
}
.nanoe-container .note-inline li {
	display: inline;
}
.nanoe-container .note-lg {
	font-size: 12px;
	line-height: 2.5;
}
.nanoe-container .note-right {
	text-align: right;
}

/*============================================================
	[汎用] ナノイートップへ
*/
.nanoe-container .btn-nanoe-top {
	margin: 0 auto;
	width: 280px;
}
.nanoe-container .btn-nanoe-top a {
	display: block;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 54px;
	text-align: center;
	color: #5aaae2;
    -webkit-border-radius: 27px;
	border-radius: 27px;
	-webkit-box-shadow: 0 4px 6px 0 rgba(39,84,124,0.1);
	-moz-box-shadow: 0 4px 6px 0 rgba(39,84,124,0.1);
	box-shadow: 0 4px 6px 0 rgba(39,84,124,0.1);
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.nanoe-container .btn-nanoe-top a:hover {
	background-color: #408cc6;
	color: #ffffff;
}

/*============================================================
	[汎用] ページの先頭へ
*/
.nanoe-container .btn-pagetop {
	display: none;
}
.nanoe-container .btn-pagetop a {
	position: fixed;
	z-index: 100;
	left: 50%; bottom: 0;
	margin-left: 530px;
	overflow: hidden;
	width: 70px; height: 70px;
	background: transparent url(../images/bg_pagetop.png) 0 0 no-repeat;
	text-indent: -999em;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.nanoe-container .btn-pagetop a:hover {
	opacity: 0.8;
}
.nanoe-body-in .nanoe-container .btn-pagetop a {
	left: auto;
	right: 0; bottom: 0;
}

/*============================================================
	[汎用] モダール
*/
/* オーバーレイ */
#nanoe-overlay {
	display: none;
	position: fixed;
	z-index: 9990;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: transparent url(../../top/images/overlay.png) 0 0 repeat;
}
/* モーダル */
.nanoe-modal {
	display: none;
	position: absolute;
	z-index: 9998;
	top: 0; left: 50%;
	margin-left: -490px;
	width: 980px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
/* 閉じるボタン */
.nanoe-modal .close {
	position: absolute;
	top: 0; right: 0;
	width: 60px; height: 60px;
	background: transparent url(../../top/images/btn_close.png) 50% 50% no-repeat;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.nanoe-modal .close span {
	overflow: hidden;
	display: block;
	height: 0;
}
.nanoe-modal .close:hover {
	opacity: 0.7;
}
/* タブ */
.nanoe-modal .tabs {
	display: table;
}
.nanoe-modal .tabs li {
	display: table-cell;
	vertical-align: top;
	padding: 0 1px 0 0;
	width: 330px;
}
.nanoe-modal .tabs li:last-child {
	padding: 0;
}
.nanoe-modal .tabs li a {
	display: block;
	padding: 22px 0;
	background-color: #e9f4f9;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #408cc6;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.nanoe-modal .tabs li a span {
	opacity: 0.8;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.nanoe-modal .tabs li a:hover {
	color: #2779b7;
}
.nanoe-modal .tabs li a:hover span {
	opacity: 1;
}
.nanoe-modal .tabs li a.current,
.nanoe-modal .tabs li a.current:hover {
	color: #2779b7;
	background-color: #ffffff;
	cursor: default;
	-webkit-transition: none 0 ease;
	-moz-transition: none 0 ease;
	transition: none 0 ease;
}
.nanoe-modal .tabs li a.current span,
.nanoe-modal .tabs li a.current:hover span {
	opacity: 1;
}
.nanoe-modal .inner {
	padding: 25px 0;
	background: #ffffff;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}
.nanoe-modal .h {
	font-size: 24px;
	line-height: 1.5;
	color: #2779b7;
}
.nanoe-modal .lead {
	margin-top: 25px;
	font-size: 12px;
	line-height: 2;
}
.nanoe-modal .cf:after {
	content: "."; display: block; clear: both; visibility: hidden; height: 0;
}
.nanoe-modal .cf {
	zoom: 1;
}

/*============================================================
	[汎用] モダール画像、動画用
*/
/* オーバーレイ */
#nanoe-gallery-overlay {
	display: none;
	position: fixed;
	z-index: 9990;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: transparent url(../../gallery/images/overlay.png) 0 0 repeat;
}
/* モーダル */
.nanoe-gallery-modal {
	display: none;
	position: absolute;
	z-index: 9998;
	top: 0; left: 0;
	width: 100%;
}
.nanoe-gallery-modal .inner {
	padding: 0 10px 10px 10px;
}
.nanoe-gallery-modal .inner-img img {
	width: 100%;
}
.nanoe-gallery-modal .inner-mov {
	position: relative;
	padding-top: 56.25%;
}
.nanoe-gallery-modal .inner-mov iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
/* 閉じるボタン */
.nanoe-gallery-modal .close-wrap {
	height: 60px;
}
.nanoe-gallery-modal .close {
	display: block;
	float: right;
	width: 60px; height: 60px;
	background: transparent url(../../gallery/images/btn_close.png) 50% 50% no-repeat;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.nanoe-gallery-modal .close span {
	overflow: hidden;
	display: block;
	height: 0;
}
.nanoe-gallery-modal .close:hover {
	opacity: 0.7;
}

/*============================================================
	[汎用] 「ナノイー」納入事例一覧
*/
#nanoe-case {

}
#nanoe-case .nav {
	margin: 0 auto;
	margin-top: 30px;
	width: 900px;
}
#nanoe-case .nav li {
	float: left;
	width: 300px;
	text-align: center;
}
#nanoe-case .nav li a {
	display: table;
	width: 100%;
	background: #408cc6;
	font-size: 16px;
	line-height: 2;
	color: #ffffff;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
#nanoe-case .nav li:nth-child(even) a {
	background: #5ea4d9;
}
#nanoe-case .nav li a p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	height: 180px;
}
#nanoe-case .nav li a p span {
	display: block;
	padding: 20px 0;
	background: transparent url(../../top/images/arrow_link.png) 100% 50% no-repeat;
}
#nanoe-case .nav li a:hover {
	opacity: 0.9;
}

/*============================================================
	[汎用] 「ナノイー」搭載商品一覧
*/
#nanoe-product {

}
#nanoe-product .category {
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	width: 900px;
}
/* リスト */
#nanoe-product .category .list {
	overflow: hidden;
	width: 900px;
}
#nanoe-product .category .list .list-in {
	position: relative;
}
#nanoe-product .category .list .wrap {
	float: left;
	width: 900px;
}
#nanoe-product .category .list .h {
	background: #408cc6;
	font-size: 14px;
	line-height: 38px;
	color: #ffffff;
}
#nanoe-product .category .list ul {
	width: 100%;
}
#nanoe-product .category .list ul li {
	float: left;
	padding: 35px 0 5px 0;
	width: 180px;
	border-bottom: 2px solid #8ec6f1;
}
#nanoe-product .category .list ul li a {
	display: table;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.5;
	color: #408cc6;
}
#nanoe-product .category .list ul li a div {
	display: table;
	width: 100%;
}
#nanoe-product .category .list ul li a div p {
	display: table-cell;
	vertical-align: middle;
	height: 56px;
}
#nanoe-product .category .list ul li a div p span {
	display: inline-block;
	padding-right: 16px;
	background: transparent url(../../top/images/arrow_product.png) 100% 50% no-repeat;
}
#nanoe-product .category .list ul li a div p span i {
	font-size: 10px;
}
#nanoe-product .category .list ul li a {
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
#nanoe-product .category .list ul li a:hover {
	opacity: 0.7;
}

/* 送りボタン */
#nanoe-product .category .btn-prev,
#nanoe-product .category .btn-next {
	position: absolute;
	z-index: 9999;
	top: 250px;
	width: 40px; height: 100px;
	background-color: #5ea4d9;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#nanoe-product .category .btn-prev span,
#nanoe-product .category .btn-next span {
	display: block;
	overflow: hidden;
	height: 0;
}
#nanoe-product .category .btn-prev {
	left: -20px;
	background-image: url(../../top/images/btn_prev.png);
}
#nanoe-product .category .btn-next {
	right: -20px;
	background-image: url(../../top/images/btn_next.png);
}
#nanoe-product .category .btn-prev,
#nanoe-product .category .btn-next {
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
#nanoe-product .category .btn-prev:hover,
#nanoe-product .category .btn-next:hover {
	background-color: #7dbae9;
}

/* タブ */
#nanoe-product .tab {
	display: table;
	margin-top: 25px;
	width: 100%;
}
#nanoe-product .tab li {
	display: table-cell;
	width: 33.333%;
	border-right: 1px solid #ffffff;
	white-space: nowrap;
}
#nanoe-product .tab li:last-child {
	border: 0;
}
#nanoe-product .tab li a {
	display: block;
	background-color: #cadbe8;
	font-size: 14px;
	line-height: 40px;
	color: #408cc6;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
#nanoe-product .tab li a:hover {
	background-color: #deeaf4;
}
#nanoe-product .tab li a.current,
#nanoe-product .tab li a.current:hover {
	background: #408cc6;
	color: #ffffff;
	cursor: default;
}
#nanoe-product .tab-sm {
	display: none;
}

/*============================================================
	[汎用] モジュール
*/
/* CLEAR FIX */
.nanoe-container .cf:after,
.nanoe-container .row:after,
.nanoe-modal .cf:after,
.nanoe-modal .row:after {
	content: "."; display: block; clear: both; visibility: hidden; height: 0;
}
.nanoe-container .cf,
.nanoe-container .row,
.nanoe-modal .cf,
.nanoe-modal .row {
	zoom: 1;
}

/* SUP */
.nanoe-container .sup {
	vertical-align: top !important;
	padding: 0 1px;
	font-size: 72%;
	font-weight: normal;
}
.nanoe-container .sup-reg,
.nanoe-modal .sup-reg {
	position: relative;
	top: -0.24em;
	font-size: 118% !important;
	font-weight: normal;
	font-style: normal;
}

/* COLOR */
.nanoe-container .color-primary { color: #364ea2; }

/* TEXT ALIGN */
.nanoe-container .text-l { text-align: left !important; }
.nanoe-container .text-c { text-align: center !important; }
.nanoe-container .text-r { text-align: right !important; }

/* FONT WEIGHT */
.nanoe-container .font-bold { font-weight: bold !important; }

/* MARGIN */
.nanoe-container .mt0 { margin-top: 0px !important; }
.nanoe-container .mt5 { margin-top: 5px !important; }
.nanoe-container .mt10 { margin-top: 10px !important; }
.nanoe-container .mt15 { margin-top: 15px !important; }
.nanoe-container .mt20 { margin-top: 20px !important; }
.nanoe-container .mt25 { margin-top: 25px !important; }
.nanoe-container .mt30 { margin-top: 30px !important; }
.nanoe-container .mt35 { margin-top: 35px !important; }
.nanoe-container .mt40 { margin-top: 40px !important; }
.nanoe-container .mt45 { margin-top: 45px !important; }
.nanoe-container .mt50 { margin-top: 50px !important; }
.nanoe-container .mt60 { margin-top: 60px !important; }
.nanoe-container .mt70 { margin-top: 70px !important; }
.nanoe-container .mt80 { margin-top: 80px !important; }
.nanoe-container .mt90 { margin-top: 90px !important; }
.nanoe-container .mt100 { margin-top: 100px !important; }

/*============================================================
	ブレイクポイント
*/
/*@media only screen and (max-width:640px){*/
@media only screen and (max-width:640px) and (max-device-width:1280px){

	/*#page { min-width: 1px; }*/

	/*
		[汎用] ナビゲーション
	*/
	.nanoe-nav {
		display: none;
	}
	.nanoe-nav-footer {
		display: block;
		padding: 30px 0 0 0;
	}
	.nanoe-nav ul {
		display: block;
		width: 100%;
		background: none;
	}
	.nanoe-nav ul li {
		display: block;
		width: 100%;
		background: none;
		border-top: 1px solid #364ea2;
		font-weight: normal;
		font-size: 12px;
		line-height: 1.5;
	}
	.nanoe-nav ul li:first-child {
		width: 100%;
	}
	.nanoe-nav ul li a:hover {
		color: #364ea2;
	}
	.nanoe-nav ul li a span {
		padding: 12px 0;
	}
	.nanoe-nav ul li .line {
		display: none !important;
	}
	.nanoe-nav-footer {
		display: block;
	}

	/*
		[汎用] ナビゲーション スマホ用
	*/
	.nanoe-nav-sp {
		display: block;
	}
	.btn-nav-sp-open {
		display: block;
	}

	/*
		[汎用] ナビゲーション ホームのモーダルへ
	*/
	.nanoe-nav-home {
		padding: 30px 0 0 0;
	}
	.nanoe-nav-home ul {
		width: 100%;
	}
	.nanoe-nav-home ul li a {
		margin: 0 5px;
		font-size: 13px;
		line-height: 20px;
    	-webkit-border-radius: 20px;
		border-radius: 20px;
		-webkit-box-shadow: 0 3px 5px 0 rgba(39,84,124,0.1);
		-moz-box-shadow: 0 3px 5px 0 rgba(39,84,124,0.1);
		box-shadow: 0 3px 5px 0 rgba(39,84,124,0.1);
	}
	.nanoe-nav-home ul li:first-child a {
		margin-left: 10px;
	}
	.nanoe-nav-home ul li:last-child a {
		margin-right: 10px;
	}
	.nanoe-nav-home ul li a span {
		padding: 10px 20px 10px 28px;
		background-position: 100% 49%;
		-webkit-background-size: 13px 13px;
		background-size: 13px 13px;
	}
	.nanoe-nav-home ul li a span i {
		margin: -13px 0 0 0;
		width: 25px; height: 25px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.nanoe-nav-home ul li.nav-product a span i {
		background-image: url(../images/sp_icon_product.png);
	}
	.nanoe-nav-home ul li.nav-case a span i {
		background-image: url(../images/sp_icon_case.png);
	}

	/*
		[汎用] アンカーナビゲーション
	*/
	.nav-anchor-lg {
		display: none;
	}
	/* スマホ用 */
	.nav-anchor-sm {
		display: block;
		position: absolute;
		z-index: 10;
		left: 0;
		width: 100%;
		font-size: 12px;
		line-height: 34px;
		text-align: center;
	}
	.fixed-nav-anchor-sm .nav-anchor-sm {
		position: fixed;
		top: 0 !important;
	}
	.nav-anchor-sm a {
		display: block;
		color: #ffffff;
	}
	.nav-anchor-sm .wrapper {
		overflow: hidden;
		background: rgba(21,101,163,0.9);
		height: 0;
	}
	.nav-anchor-sm ul li {
		border-bottom: 1px solid #5493c4;
	}
	.nav-anchor-sm .nav-open {
		background: #5ea4d9;
	}
	.nav-anchor-sm .nav-close {
		background: #1565a3;
	}
	.nav-anchor-sm .nav-open span,
	.nav-anchor-sm .nav-close span {
		display: inline-block;
		padding-right: 20px;
		background-color: transparent;
		background-position: 100% 50%;
		background-repeat: no-repeat;
		-webkit-background-size: 15px 15px;
		background-size: 15px 15px;
	}
	.nav-anchor-sm .nav-open span {
		background-image: url(../images/sp_nav_arrow_down.png);
	}
	.nav-anchor-sm .nav-close span {
		background-image: url(../images/sp_nav_arrow_up.png);
	}
	/* 展開時 */
	.nav-anchor-sm-opend .nav-open span {
		background-image: url(../images/sp_nav_arrow_up.png);
	}
	
	/*
		[汎用] 背景
	*/
	.nanoe-bg {
		height: 320px;
		background-image: url(../images/sp_bg_main.jpg);
		-webkit-background-size: cover;
		background-size: cover;
	}
	.nanoe-bg .in {
		-webkit-background-size: 50px 50px;
		background-size: 50px 50px;
	}

	/*
		[汎用] 基本タグ
	*/
	.nanoe-container {
		font-size: 12px;
		line-height: 1.9;
	}

	/*
		[汎用] テキスト
	*/
	.nanoe-container .lead {
		font-weight: normal;
	}

	/*
		[汎用] 表示切り替え用
	*/
	.nanoe-container .has-lg,
	.nanoe-modal .has-lg {
		display: none !important;
	}
	.nanoe-container .has-sm,
	.nanoe-modal .has-sm {
		display: block !important;
	}

	/*
		[汎用] コンテナ
	*/
	.nanoe-container .ctn {
		padding: 0 10px;
	}
	.nanoe-container .ctn-full {
		padding: 0;
	}


	/*
		[汎用] メインアラート
	*/
	.nanoe-container .main-alert {
		padding: 5px 10px;
		min-width: 270px;
		font-size: 10px;
		line-height: 1.6;
	}

	/*
		[汎用] 注釈
	*/
	.nanoe-container .note-indent,
	.nanoe-container .note-indent-wide,
	.nanoe-container .note-indent-short {
		font-weight: normal;
		font-size: 10px;
		line-height: 1.7;
	}
	.nanoe-container .note,
	.nanoe-container .note-inline,
	.nanoe-container .note-indent {
		font-weight: normal;
		font-size: 10px;
		line-height: 1.7;
	}
	.nanoe-container .note-inline li {
		display: block;
	}
	.nanoe-container .note-indent li {
		padding-left: 1em;
	}
	.nanoe-container .note-indent-wide li {
		padding-left: 3.6em;
	}
	.nanoe-container .note-indent-short li {
		padding-left: 2.6em;
	}
	.nanoe-container .note-lg {
		font-size: 11px;
		line-height: 1.7;
	}

	/*
		[汎用] ナノイートップへ
	*/
	.nanoe-container .btn-nanoe-top {
		width: 170px;
	}
	.nanoe-container .btn-nanoe-top a {
		font-size: 12px;
		line-height: 34px;
    	-webkit-border-radius: 17px;
		border-radius: 17px;
		-webkit-box-shadow: 0 3px 5px 0 rgba(39,84,124,0.1);
		-moz-box-shadow: 0 3px 5px 0 rgba(39,84,124,0.1);
		box-shadow: 0 3px 5px 0 rgba(39,84,124,0.1);
	}

	/*
		[汎用] ページの先頭へ
	*/
	.nanoe-container .btn-pagetop,
	.nanoe-container .btn-pagetop a {
		display: none;
	}

	/*
		[汎用] モダール
	*/
	/* モーダル */
	.nanoe-modal {
		left: 0;
		margin-left: 0;
		padding: 0 10px 20px 10px;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.nanoe-modal .inner {
		padding: 20px 10px 15px 10px;
		width: 100%;
		background: #ffffff;
		font-weight: normal;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-border-top-right-radius: 0;
		border-top-right-radius: 0;
	}
	.nanoe-modal .h {
		font-weight: bold;
		font-size: 16px;
		line-height: 1.5;
	}
	.nanoe-modal .lead {
		margin-top: 10px;
		font-size: 10px;
		line-height: 1.7;
	}	/* 閉じるボタン */
	.nanoe-modal .close {
		position: static;
		float: right;
		width: 22px; height: 34px;
		-webkit-background-size: 22px 22px;
		background-size: 22px 22px;
	}
	/* タブ */
	.nanoe-modal .tabs {
		clear: both;
		width: 100%;
	}
	.nanoe-modal .tabs li {
		width: 50%;
	}
	.nanoe-modal .tabs li a {
		padding: 10px 0;
		font-size: 11px;
		line-height: 16px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-webkit-border-bottom-left-radius: 0;
		border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	/*
		[汎用] モダール画像、動画用
	*/
	/* 閉じるボタン */
	.nanoe-gallery-modal .close-wrap {
		padding: 0 5px;
		height: 30px;
	}
	.nanoe-gallery-modal .close {
		width: 30px; height: 30px;
		-webkit-background-size: 22px 22px;
		background-size: 22px 22px;
	}

	/*
		[汎用] 「ナノイー」納入事例一覧
	*/
	#nanoe-case .nav {
		margin-top: 20px;
		width: 100%;
	}
	#nanoe-case .nav li {
		float: none;
		width: 100%;
	}
	#nanoe-case .nav li a {
		font-size: 13px;
		line-height: 1.5;
	}
	#nanoe-case .nav li a p {
		padding: 0 8px;
		height: 70px;
	}
	#nanoe-case .nav li a p span {
		padding: 0 10px 0 0;
		-webkit-background-size: 16px 16px;
		background-size: 16px 16px;
	}
	#nanoe-case .nav li a p span br {
		display: none;
	}

	/*
		[汎用] 「ナノイー」搭載商品一覧
	*/
	#nanoe-product .category {
		margin-top: 20px;
		width: 100%;
	}
	/* リスト */
	#nanoe-product .category .list {
		width: 100%;
	}
	#nanoe-product .category .list .list-in {
		position: static;
	}
	#nanoe-product .category .list .wrap {
		float: none;
	}
	#nanoe-product .category .list .h {
		font-size: 12px;
		line-height: 30px;
	}
	#nanoe-product .category .list ul li {
		padding: 20px 0 5px 0;
		width: 50%;
		border-width: 1px;
	}
	#nanoe-product .category .list ul li a {
		font-size: 10px;
		line-height: 1.5;
	}
	#nanoe-product .category .list ul li a img {
		width: 90px;
	}
	#nanoe-product .category .list ul li a div p {
		height: 50px;
	}
	#nanoe-product .category .list ul li a div p span {
		padding-right: 12px;
		background: transparent url(../../top/images/sp_arrow_product.png) 100% 50% no-repeat;
		-webkit-background-size: 6px 9px;
		background-size: 6px 9px;
	}
	#nanoe-product .category .list ul li a div p span i {
		font-size: 9px;
	}

	/* 送りボタン */
	#nanoe-product .category .btn-prev,
	#nanoe-product .category .btn-next {
		display: none;
	}

	/* 商品一覧用タブ */
	#nanoe-product .tab {
		margin-top: 20px;
	}
	#nanoe-product .tab li a {
		font-size: 11px;
		line-height: 40px;
	}
	#nanoe-product .tab-lg {
		display: none;
	}
	#nanoe-product .tab-sm {
		display: table;
	}

	/*
		[汎用] モジュール
	*/
	/* MARGIN */
	.nanoe-container .mt0-sm { margin-top: 0px !important; }
	.nanoe-container .mt5-sm { margin-top: 5px !important; }
	.nanoe-container .mt10-sm { margin-top: 10px !important; }
	.nanoe-container .mt15-sm { margin-top: 15px !important; }
	.nanoe-container .mt20-sm { margin-top: 20px !important; }
	.nanoe-container .mt25-sm { margin-top: 25px !important; }
	.nanoe-container .mt30-sm { margin-top: 30px !important; }
	.nanoe-container .mt35-sm { margin-top: 35px !important; }
	.nanoe-container .mt40-sm { margin-top: 40px !important; }
	.nanoe-container .mt45-sm { margin-top: 45px !important; }
	.nanoe-container .mt50-sm { margin-top: 50px !important; }
	.nanoe-container .mt60-sm { margin-top: 60px !important; }
	.nanoe-container .mt70-sm { margin-top: 70px !important; }
	.nanoe-container .mt80-sm { margin-top: 80px !important; }
	.nanoe-container .mt90-sm { margin-top: 90px !important; }
	.nanoe-container .mt100-sm { margin-top: 100px !important; }

}
