@charset "utf-8";

/* ロジテック グローバルスタイル
 * **************************************************
 *
 * 1 : body
 * 2 : container
 * 3 : novisualAnchors
 * 4 : header
 * 5 : globalNavi
 * 6 : topicPath
 * 7 : content
 * 8 : side
		┗  localNavi
 * 9 : footer
		┗ footerSitemap
 *
 * **************************************************
 */
 
 /* ======================================
	1 : body [ ボディ ]
====================================== */
body {
	text-align: center;
	color: #666666;
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	line-height: 1.5;
	font-size:13px;
	-webkit-text-size-adjust: none;
}

body#index {
}
body#common{
}

/* リンク枠線非表示 */
a {
	outline: none;
	color: #2571cf;
}

img {
	vertical-align:top;
	max-width: 100%;
}



/* ======================================
	2 : container [ コンテナ ]（<!-- /#globalNavi --></div> 〜 <div id="footer">）
====================================== */
#container {
	clear: both;
	margin: 20px 15px 30px 15px;
	text-align: left;
}




/* ======================================
	3 : novisualAnchors [ アンカー ]
====================================== */
div.novisualAnchors{
	width: 0;
	height: 0;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	/* except MacIE \*/position: absolute;/* end */
	left: 0;
	top: 0;
	color: #fff;
}
div.novisualAnchors a{
	font-size: 1px;
	line-height: 1px;
	color: #fff;
	text-decoration: none;
}



/* ======================================
	4 : header [ ヘッダ ]
====================================== */
#header {
	overflow: hidden;
	height: 60px;
	width: auto;
	background-color: #ffffff;
}
#header .logo {
	float:left;
	position:relative; top:15px; left:15px;
	width: 120px;
}

/* レガシー対策
------------------------------------------------------------------- */
body#commonColumn,
body#product{
	background-image:none;
}


/* ヘッダリンク
------------------------------------------------------------------- */
#header ul.menu {
	display: none;
}


/* 検索
------------------------------------------------------------------- */
.searchBtn{
	position: absolute;
	top: 15px;
	right: 78px;
}
.searchBtn img{
	height: auto;
	width: 30px;
}
.search{
	background: #EFEFEF;
	box-sizing: border-box;
	display: none;
	margin: 0;
	padding: 15px 15px;
	position: absolute;
	top: 60px;
	z-index: 5;
	text-align: right;
	width: 100%
}
.search input{
	border:solid 1px #666;
	float: left;
}
.search input#keywords1{
	border:solid 1px #999;
	width:80%;
	height:25px;
	margin-right:5px;
}
.search input#searchBtn1{
	margin: 0;
	width: 15%;
}


/* MENU */
#header .menuBtn {
	background: #000000;
	position:absolute; top:0; right:0;
	text-align: center;
	list-style: none;
	font-size: 12px;
	letter-spacing: 0em;
	text-align: center;
	color:#000000;
}
#header .menuBtn a {
	display: block;
	height: 25px;
	width: 60px;
	padding: 35px 0 0 0;
	color:#ffffff;
}
#header .menuBtn a {
	background: url(../images/global/menu.png) no-repeat center 6px;
	-o-background-size: auto 55%;
	-moz-background-size: auto 55%;
	-webkit-background-size: auto 55%;
	-ms-background-size: auto 55%;
	background-size: auto 55%;
}
#header .menuBtn a.active {
	background: url(../images/global/menu.png) no-repeat center 6px;
	-o-background-size: auto 55%;
	-moz-background-size: auto 55%;
	-webkit-background-size: auto 55%;
	-ms-background-size: auto 55%;
	background-size: auto 55%;
}

/* ======================================
	5 : globalNavi [ グローバルナビゲーション ]
====================================== */

#globalNavi .nav {
	display: none;
}
#globalNavi .nav ul {
	margin: 0; padding: 0;
	width: 100%;
}
#globalNavi .nav li {
	border-bottom: 1px solid #000000;
	text-align: left;
}
#globalNavi .nav li:first-child {
	border-top: 1px solid #000000;
}
#globalNavi .nav li a img {
	display: none;
}
#globalNavi .nav li a {
	color: #333333;
	display: block;
	font-size: 15px;
	padding: 10px 10px;
}
#globalNavi .nav li a:before {
	content: attr(data-label);
}

/* ======================================
	9 : footer [ フッタ ]
====================================== */
#footer {
	clear:both;
	margin: 0 15px 35px 15px;
}

/* フッタリンク
------------------------------------------------------------------- */
#footer .ftLinks {
	margin: 30px auto 0 auto;
	text-align: left;
}
#footer .ftLinks dl {
	overflow: hidden;
}
#footer .ftLinks dt {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
#footer .ftLinks dd {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
	float: left;
	text-align: center;
	width: 50%;
}
#footer .ftLinks dd:nth-child(2n+1) {
	border-right: 1px solid #ccc;
}
#footer .ftLinks dd a {
	display: block;
	padding: 8px 0;
}
#footer .ftLinks ul {
	border-bottom: 1px solid #ccc;
	clear:both;
	margin: 30px 0 0 0;
	list-style-type: none;
}
#footer .ftLinks li {
	border-top: 1px solid #ccc;
	padding: 8px 15px 8px 15px;	
}
#footer .ftLinks li a {
	display: block;
}


/* コピーライト
------------------------------------------------------------------- */
#footer .copyright {
	clear: both;
	margin: 20px 0 0 0;	
	text-align: center;
	font-size: 90%;
}


/* -------------------------------------------------------------------
	9 : footer : footerSitemap [ フッタサイトマップ ]
------------------------------------------------------------------- */
#footer .footerSitemap {
	display: none;
}





















