@charset "UTF-8";
/* ===================================================================
CSS information
 style info :ヘッダーエリア
=================================================================== */
dl, dt, dd {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#head_area {
  width: 100%;
  height: 123px;
}

#header {
  width: 100%;
  font-family: Meiryo, メイリオ, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 0.95em;
}

#head_area {
  width: 100%;
  height: 123px;
}

#header-outer {
  background-color: #FFFFFF;
  position: relative;
  z-index: 1300;
  width: 100%;
}

#header-inner:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#header-inner {
  width: 980px;
  margin: 0 auto;
  padding: 8px 0 12px;
  z-index: 5;
}

/* リンクエリア分け */
#linkLanguage {
  margin: 0 16px 0 0;
}

#linkLanguage ul li {
  float: left;
  font-size: 0.85em;
  line-height: 1;
  margin: 0 0 5px 10px;
  padding: 0 0 0 4px;
}

div#linkLanguage::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

div#linkLanguage ul::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

div#linkLanguage ul {
  display: block;
}

div#linkLanguage ul li {
  float: right;
}

#linkLanguage ul li {
  color: #999999;
}

#linkLanguage ul li a {
  color: #333333;
  text-decoration: none;
}

#linkLanguage ul li a:hover {
  color: #ff0000;
  text-decoration: underline;
}

#linkLanguage ul li img {
  margin-right: 3px;
  vertical-align: 1px;
}

div#linkLeft, div#linkCenter, #linkRight {
  float: left;
  width: 180px;
}

div#linkLeft a {
  display: inline-block;
}

div#linkLeft img.season-img {
  vertical-align: -3px;
  margin: 0 0 0 5%;
}

div#linkCenter {
  padding-left: 30px;
  padding-top: 3px;
  width: 385px;
}

div#linkCenter {
  padding-left: 20px;
  padding-top: 3px;
  width: 400px;
}

body.home div#linkCenter ul.mainLink li a {
  letter-spacing: -0.5px;
}

div#linkCenter ul.mainLink li a {
  letter-spacing: -1px;
}

/* ロゴ
-------------------------------------*/
/* TOPページの場合 */
#header h1 {
  display: inline;
  float: left;
  margin: 0px 0 0 5px;
  width: 100%;
}

/* その他のページの場合 */
#header-ci {
  display: inline;
  float: left;
  margin: 0 0 0 5px;
  width: 180px;
}

/* ユーティリティ
-------------------------------------*/
#header-utility {
  display: inline-block;
  float: none;
  margin: 0 2px 0 0;
}

/* ユーティリティリンク
-------------------------------------*/
#header-utility ul.mainLink {
  display: inline;
  float: left;
  margin: 12px 0 0 0;
  line-height: 1;
}

#header-utility ul.mainLink li {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
  font-size: 0.75em;
  line-height: 1;
}

#linkRight ul li {
  display: inline;
  float: left;
  margin: 0 0 0 20px;
  font-size: 0.85em;
  line-height: 1;
}

#header-utility ul.mainLink li a {
  color: #545454;
  text-decoration: none;
}

#header-utility ul.mainLink li a:hover {
  color: #FF0000;
  text-decoration: underline;
}

#linkRight ul li a {
  color: #858585;
  text-decoration: none;
}

#linkRight ul li a:hover {
  color: #FF0000;
  text-decoration: underline;
}

#header-utility ul.mainLink li img {
  vertical-align: -1px;
  margin-right: 3px;
}

#linkRight ul li a img {
  vertical-align: 1px;
  margin-right: 3px;
}

#header-utility ul.mainLink li a img:hover {
  opacity: 1;
}

div#linkRight:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

div#linkRight {
  margin: 0 10px 0 0;
  position: relative;
  float: right;
  z-index: 0;
  zoom: 100%;
  width: 350px;
}

div#linkRight ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

div#linkRight ul {
  margin-bottom: 5px;
  display: block;
  line-height: 0;
  padding-right: 4px;
}

div#linkRight ul li {
  display: inline;
  float: right;
}

/* キーワード検索
-------------------------------------*/
div#linkRight form {
  padding: 0 0 0 0;
  display: block;
  background: url(/static/images/head_new_1509/search_bg.png) no-repeat scroll left top;
  height: 36px;
  position: relative;
}

div#linkRight form .text {
  width: 290px;
  height: 33px;
  padding: 1px 0 0 10px;
  border: none;
  color: #999999;
  font-size: 0.85em;
  line-height: 22px;
  letter-spacing: 1px;
  zoom: 1;
  z-index: 99;
}

div#linkRight form .text:active {
  top: 5px;
  left: 5px;
  width: 351px;
  height: 33px;
  padding: 1px 0 0 10px;
  border: none;
  background: none;
  color: #999999;
  font-size: 0.85em;
  line-height: 22px;
  letter-spacing: 1px;
  zoom: 1;
  z-index: 99;
}

input:focus {
  outline: none;
}

div#linkRight form .btn_s {
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 99;
}

div#linkRight form .btn_s:hover {
  cursor: pointer;
}

#btnS {
  border: medium none;
  width: 50px;
  height: 36px;
  background-image: url(/static/images/head_new_1509/header_search_btn.png);
  background-repeat: no-repeat;
  background-position: left top;
  opacity: 1;
}

/* グローバルナビ
-------------------------------------*/
#header .header-bottom {
  background-color: #444;
  position: relative;
}

#header-global-navi li#gl-space,
#header-global-navi-top li#gl-space {
  position: relative;
}

#header-global-navi li#gl-space::before,
#header-global-navi-top li#gl-space::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #444;
  display: block;
  z-index: 3;
}

#header-global-navi li:nth-child(2),
#header-global-navi-top li:nth-child(2) {
  border-left: 1px solid #9D9D9D;
}

#header-global-navi li:last-child,
#header-global-navi-top li:last-child {
  border-right: 1px solid #9D9D9D;
}

.header-bottom ul {
  width: 1020px;
  margin: 0 auto;
}

#header-global-navi,
#header-global-navi-top {
  clear: both;
  padding: 0;
}

#header-global-navi li,
#header-global-navi-top li {
  display: inline;
  position: relative;
  float: left;
  font-size: 0.8em;
  line-height: 1.4;
  background-repeat: no-repeat;
  background-position: left top;
}

#header-global-navi li a,
#header-global-navi-top li a {
  display: block;
  position: relative;
  height: 42px;
}

#header-global-navi li img,
#header-global-navi-top li img {
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: bottom;
}

#header-global-navi li#gl-space,
#header-global-navi-top li#gl-space {
  width: 20px;
  height: 42px;
}

#header-global-navi li#gl-home a,
#header-global-navi-top li#gl-home a {
  width: 84px;
}

#header-global-navi li#gl-product a,
#header-global-navi-top li#gl-product a {
  width: 158px;
}

#header-global-navi li#gl-support a,
#header-global-navi-top li#gl-support a {
  width: 158px;
}

#header-global-navi li#gl-download a,
#header-global-navi-top li#gl-download a {
  width: 158px;
}

#header-global-navi li#gl-taiou a,
#header-global-navi-top li#gl-taiou a {
  width: 158px;
}

#header-global-navi li#gl-chn a,
#header-global-navi-top li#gl-chn a {
  width: 158px;
}

#header-global-navi li#gl-biz,
#header-global-navi-top li#gl-biz {
  width: 191px;
  height: 42px;
  background-color: #444444;
}

#header-global-navi li#gl-biz a,
#header-global-navi-top li#gl-biz a {
  width: 158px;
  height: 32px;
  margin: 5px 0 0 6px;
}

ul#header-global-navi li img.middle,
ul#header-global-navi li#gl-biz a img.over,
ul#header-global-navi-top li img.middle,
ul#header-global-navi-top li#gl-biz a img.over {
  display: none !important;
}

ul#header-global-navi li img.middle,
ul#header-global-navi-top li#gl-biz img.middle,
ul#header-global-navi li#gl-biz img.over,
ul#header-global-navi-top li#gl-biz img.over {
  display: none !important;
}

/* グローバル　オーバーレイ表示処理
-------------------------------------*/
.modalArea {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1100;
  display: none;
  background-color: #BBB;
  opacity: 0.6;
}

.overlay_outer {
  margin: 0 auto;
  width: 980px;
  position: relative;
  z-index: 1200;
}

#overlay-menu {
  display: none;
  background-image: none !important;
}

#overlay-menu .gl-below-icon {
  top: -11px;
}

#gl-product-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: -60px;
  width: 1100px;
  height: 681px !important;
  margin: 0;
  z-index: 1100;
  background-color: #FFF;
  background-image: none !important;
  border: 1px solid #CCC;
  transition: 0.1s;
}

#gl-product-overlay .gl-below-icon {
  left: 76px;
}

#gl-support-overlay {
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
  width: 983px;
  height: 270px;
  margin: 0;
  z-index: 110;
  background-color: #FFF;
  background-image: none !important;
  border: 1px solid #CCC;
  box-shadow: 2px 2px 3px #BBB;
  transition: 0.1s;
}

#gl-support-overlay .gl-below-icon {
  left: 231px;
}

#gl-download-overlay {
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
  width: 983px;
  height: 270px;
  margin: 0;
  z-index: 110;
  background-color: #FFF;
  background-image: none !important;
  border: 1px solid #CCC;
  box-shadow: 2px 2px 3px #BBB;
  transition: 0.1s;
}

#gl-download-overlay .gl-below-icon {
  left: 388px;
}

#gl-taiou-overlay {
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
  width: 983px;
  height: 270px;
  margin: 0;
  z-index: 110;
  background-color: #FFF;
  background-image: none !important;
  border: 1px solid #CCC;
  box-shadow: 2px 2px 3px #BBB;
  transition: 0.1s;
}

#gl-taiou-overlay .gl-below-icon {
  left: 545px;
}

.gl-below-icon {
  position: absolute;
  top: 2px;
  width: 15px;
  height: 10px;
  z-index: 100;
}

.gl-below-icon img {
  vertical-align: top;
}

/* オーバーレイメニュー 製品情報
-------------------------------------*/
#gl-product-area {
  min-height: 681px;
  /* for modern browser */
  height: auto !important;
  /* for modern browser */
  height: 681px;
  /* for IE6～7 */
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

#gl-product-area .box-l {
  position: relative;
  float: left;
  width: 225px;
  z-index: 1;
}

#gl-product-area .box-m {
  position: relative;
  width: 875px;
  height: 681px;
  float: left;
  box-shadow: -5px 2px 5px #C1C1C1,5px 2px 5px #AAA,0 5px 5px #AAA;
  z-index: 1;
}

#gl-product-area .box-m dl:hover dt,
#gl-product-area .box-m dl:hover dd {
  background-color: #E8F1FA;
}

/*
#gl-product-area .box-m {
	position:relative;
	width:870px;
	height:764px;
	background:#F2F2F2;



	float: left;
	overflow: hidden;
	box-shadow: -4px 0px 5px #CCC;
	z-index: 1;
}

#gl-product-area .box-m:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 0, 0, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-top: -10px;
    border-right-color:#000000;
    right:100%;
    top:3%;
}
*/
#gl-product-area .box-l .ichiran_btn,
#gl-product-area .box-m .ichiran_btn {
  margin: 25px 0 10px 13px;
}

#gl-product-area .box-l .productlist_btn {
  background: #004DA2;
  width: 84%;
  margin: 15px 0 10px 13px
}

#gl-product-area .box-l .kensaku_btn {
  background: #3BAEB8;
  width: 84%;
  margin: 11px 0 10px 13px
}
#gl-product-area .box-l .productlist_btn a,
#gl-product-area .box-l .kensaku_btn a {
  display: block;
  width: 100%;
  padding: 4% 0 4.2%;
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 0.03em;
  font-weight: 600;
}

#gl-product-area .box-l .productlist_btn:hover,
#gl-product-area .box-l .kensaku_btn:hover {
  opacity: .6;
  transition: .3s;
}

.ichiran_btn_icon {
  margin: 0 3.5% 0 4%;
  width: 16px;
  height: 16px;
}

#gl-product-area .box-l li {
  height: 54px;
}

#gl-product-area .box-l li,
#gl-product-area .box-m li {
  display: table;
  z-index: 0;
  font-weight: bold;
  font-size: 0.95em;
}

#gl-product-area .box-l li a {
  margin: 0 0 0 1px;
  padding: 14px 0;
}

#gl-product-area .box-l ul li:nth-first-of-type(1),
#gl-product-area .box-m ul li:nth-first-of-type(1) {
  margin: 20px 0 30px 0;
}

#gl-product-area .box-l li a {
  display: table-cell;
  vertical-align: middle;
  color: #333333;
  line-height: 1.4;
  text-decoration: none;
  width: 189px;
  margin: 0 0 0 6px;
  padding: 10px 20px 10px 16px;
}

#gl-product-area .box-l li a img {
  margin-right: 10px;
  float: left;
}

#gl-product-area .box-l li a span {
  float: left;
  line-height: 1.2;
}

#gl-product-area .box-l li a.active {
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

#gl-product-area .box-l li a:hover span {
  text-decoration: underline;
}

#gl-product-area .box-l li a.one span {
  margin: 3px 0 0 0;
}

#gl-product-area .box-l li a.two img {
  margin-top: 4px;
}

#gl-product-area .box-m li a {
  display: table-cell;
  vertical-align: middle;
  color: #333333;
  line-height: 1.4;
  text-decoration: none;
  width: 208px;
  height: 52px;
  padding: 0 0 0 17px;
}

#gl-product-area .box-l li#pmenu-desk a {
  background: url(/static/images/head_new_1509/icn_desk.png) no-repeat 9% center;
}

#gl-product-area .box-l li#pmenu-acc a {
  background: url(/static/images/head_new_1509/icn_bag.png) no-repeat 9% center;
}

#gl-product-area .box-l li#pmenu-yoshi a {
  background: url(/static/images/head_new_1509/icn_paper.png) no-repeat 9% center;
}

#gl-product-area .box-l li#pmenu-input a {
  background: url(/static/images/head_new_1509/icn_mouse.png) no-repeat 9% center;
}

#gl-product-area .box-l li#pmenu-visual a {
  background: url(/static/images/head_new_1509/icn_speaker.png) no-repeat 9% center;
}

#gl-product-area .box-l li#pmenu-network a {
  background: url(/static/images/head_new_1509/icn_lan.png) no-repeat 9% center;
}

#gl-product-area .box-l li#pmenu-cable a {
  background: url(/static/images/head_new_1509/icn_cable.png) no-repeat 9% center;
}

#gl-product-area .box-l li#pmenu-smartphone a {
  background: url(/static/images/head_new_1509/icn_sp_tab.png) no-repeat 9% center;
}

#gl-product-area .box-l li#pmenu-tap a {
  background: url(/static/images/head_new_1509/icn_tap.png) no-repeat 9% center;
}

#gl-product-area .box-l li#pmenu-desk a.active {
  background-image: url(/static/images/head_new_1509/icn_desk.png), url(/static/images/head_new_1509/menu_arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 9% center, 100% 50%;
}

#gl-product-area .box-l li#pmenu-acc a.active {
  background-image: url(/static/images/head_new_1509/icn_bag.png), url(/static/images/head_new_1509/menu_arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 9% center, 100% 50%;
}

#gl-product-area .box-l li#pmenu-yoshi a.active {
  background-image: url(/static/images/head_new_1509/icn_paper.png), url(/static/images/head_new_1509/menu_arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 9% center, 100% 50%;
}

#gl-product-area .box-l li#pmenu-input a.active {
  background-image: url(/static/images/head_new_1509/icn_mouse.png), url(/static/images/head_new_1509/menu_arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 9% center, 100% 50%;
}

#gl-product-area .box-l li#pmenu-visual a.active {
  background-image: url(/static/images/head_new_1509/icn_speaker.png), url(/static/images/head_new_1509/menu_arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 9% center, 100% 50%;
}

#gl-product-area .box-l li#pmenu-network a.active {
  background-image: url(/static/images/head_new_1509/icn_lan.png), url(/static/images/head_new_1509/menu_arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 9% center, 100% 50%;
}

#gl-product-area .box-l li#pmenu-cable a.active {
  background-image: url(/static/images/head_new_1509/icn_cable.png), url(/static/images/head_new_1509/menu_arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 9% center, 100% 50%;
}

#gl-product-area .box-l li#pmenu-smartphone a.active {
  background-image: url(/static/images/head_new_1509/icn_sp_tab.png), url(/static/images/head_new_1509/menu_arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 9% center, 100% 50%;
}

#gl-product-area .box-l li#pmenu-tap a.active {
  background-image: url(/static/images/head_new_1509/icn_tap.png), url(/static/images/head_new_1509/menu_arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 9% center, 100% 50%;
}

#gl-product-area .box-l li.active,
#gl-product-area .box-m li.active {
  position: relative;
  z-index: 1;
}

#gl-product-area .box-l li a.active,
#gl-product-area .box-m li.active a {
  color: #EA441A;
  background-color: #E8F1FA !important;
}

#gl-product-area .box-l li a.active span {
  text-decoration: underline;
}

#gl-product-area .box-l li a:hover,
#gl-product-area .box-m li a:hover {
  color: #EA441A;
  background-color: #E8F1FA !important;
  text-decoration: underline;
}

div#pmenu-l-001049,
div#pmenu-l-001062,
div#pmenu-l-001050,
div#pmenu-l-001051,
div#pmenu-l-001052,
div#pmenu-l-001053,
div#pmenu-l-001054,
div#pmenu-l-001055,
div#pmenu-l-001057,
div#pmenu-l-001056 {
  height: 681px;
}

div#pmenu-l-001049:before {
  content: '';
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(/static/images/head_new_1509/yaji.png);
  position: absolute;
  top: 11px;
  left: -17px;
  z-index: 3;
}

div#pmenu-l-001062:before {
  content: '';
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(/static/images/head_new_1509/yaji.png);
  position: absolute;
  top: 65px;
  left: -17px;
  z-index: 3;
}

div#pmenu-l-001050:before {
  content: '';
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(/static/images/head_new_1509/yaji.png);
  position: absolute;
  top: 118px;
  left: -17px;
  z-index: 3;
}

div#pmenu-l-001051:before {
  content: '';
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(/static/images/head_new_1509/yaji.png);
  position: absolute;
  top: 174px;
  left: -17px;
  z-index: 3;
}

div#pmenu-l-001052:before {
  content: '';
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(/static/images/head_new_1509/yaji.png);
  position: absolute;
  top: 228px;
  left: -17px;
  z-index: 3;
}

div#pmenu-l-001053:before {
  content: '';
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(/static/images/head_new_1509/yaji.png);
  position: absolute;
  top: 282px;
  left: -17px;
  z-index: 3;
}

div#pmenu-l-001054:before {
  content: '';
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(/static/images/head_new_1509/yaji.png);
  position: absolute;
  top: 335px;
  left: -17px;
  z-index: 3;
}

div#pmenu-l-001055:before {
  content: '';
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(/static/images/head_new_1509/yaji.png);
  position: absolute;
  top: 389px;
  left: -17px;
  z-index: 3;
}

div#pmenu-l-001057:before {
  content: '';
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(/static/images/head_new_1509/yaji.png);
  position: absolute;
  top: 444px;
  left: -17px;
  z-index: 3;
}

div#pmenu-l-001056:before {
  content: '';
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(/static/images/head_new_1509/yaji.png);
  position: absolute;
  top: 498px;
  left: -17px;
  z-index: 3;
}

#gl-product-area .box-r {
  position: relative;
  float: left;
  width: 515px;
  height: 537px;
  margin: 6px 0 0 0;
  padding: 10px 0 0 5px;
  border-left: 1px solid #DDDDDD;
  z-index: 0;
}

#gl-product-area .box-r ul {
  display: none;
  position: absolute;
  top: 9;
  left: 9;
}

#gl-product-area .box-r ul ol {
  margin: 0 0 0 30px;
  float: left;
  list-style: outside none none;
}

#gl-product-area .box-r ul ol.lline {
  height: 37.4em;
  border-left: 1px solid #DDDDDD;
  padding: 0 0 0 18px;
  margin: 0 0 0 21px;
}

#gl-product-area .box-r ul li {
  position: relative;
  margin: 0;
  width: 210px;
  height: 46px;
  border-bottom: 1px solid #DDDDDD;
}

#gl-product-area .box-r ul li img {
  width: 36px;
  height: 40px;
  vertical-align: middle;
}

#gl-product-area .box-r ul li a {
  display: block;
  width: 210px;
  height: 45px;
  margin: 5px 0 0;
  background: url(/static/images/head_new_1509/yaji_gr.gif) no-repeat right center;
  font-weight: bold;
  color: #333333;
}

#gl-product-area .box-r ul li a:hover {
  color: #EA441A;
  transition: 0.1s;
}

#gl-product-area .box-r ul li a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9em;
  line-height: 130%;
  margin: 0 0 0 10px;
}

#gl-product-area .box-r ul li a span object {
  display: block;
  text-indent: -0.5em;
}

#gl-product-area .box-r .close {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#gl-product-area .box-m dl {
  display: table;
  background-color: #F7F7F7;
  border-bottom: 1px solid #C9C9C9;
}

#gl-product-area .box-m dl:nth-last-of-type(1) {
  background-color: #F7F7F7;
  border-bottom: none;
}

#gl-product-area .box-m dl:last-child {
  border-bottom: 1px solid #C9C9C9;
}

#gl-product-area .box-m dl dt {
  display: table-cell;
  vertical-align: top;
  padding: 19px 0 0 13px;
  width: 135px;
  font-size: 0.95em;
  font-weight: bold;
}

#gl-product-area .box-m dl dt img {
  vertical-align: middle;
  width: 40px;
  margin: 5px 6.5% 4px 0;
}

#gl-product-area .box-m #pmenu-l-yoshi dl dt img {
  margin: 9px 6.5% 4px 0;
}

#gl-product-area .box-m #pmenu-l-input dl dt img {
  margin: 9px 6.5% 4px 0;
}

#gl-product-area .box-m #pmenu-l-visual dl dt img {
  margin: 9px 6.5% 4px 0;
}

#gl-product-area .box-m #pmenu-l-cable dl dt img {
  margin: 9px 6.5% 4px 0;
}

#gl-product-area .box-m #pmenu-l-smartphone dl dt img {
  margin: 9px 6.5% 4px 0;
}

#gl-product-area .box-m dl dt span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.35;
  /*width:145px;*/
}

#gl-product-area .box-m dl dt span:hover {
  text-decoration: none;
}

#gl-product-area .box-m dl dd {
  display: table-cell;
  vertical-align: top;
  padding: 0.8em 0 0.8em 10px;
  background-color: #FFFFFF;
  width: 717px;
}

.box-m #pmenu-l-tap .pmenu-l-inner dl:nth-last-of-type(1),
.box-m #pmenu-l-network .pmenu-l-inner dl:nth-last-of-type(1),
.box-m #pmenu-l-input .pmenu-l-inner dl:nth-last-of-type(1) {
  height: 250px;
}

#gl-product-area .box-m dl dt a {
  color: #333;
}

#gl-product-area .box-m dl dd a {
  display: inline-block;
  vertical-align: top;
  width: 176px;
  padding: 6px 0;
  font-size: 0.83em;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 15px;
  color: #333;
}

#gl-product-area .box-m .pmenu-l-001049 dl dd {
  padding: 0.73em 0 0.73em 10px;
}

#gl-product-area .box-m .pmenu-l-001049 dl dd a {
  padding: 4px 0;
}

#gl-product-area .box-m .pmenu-l-001057 dl dd a {
  width: 315px;
}

#gl-product-area .box-m dl dd a img {
  width: 33px;
}

#gl-product-area .box-m dl dd a span.images {
  width: 33px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

#gl-product-area .box-m dl dd a span.catettl {
  display: inline-block;
  vertical-align: middle;
  width: 129px;
}

#gl-product-area .box-m .pmenu-l-001057 dl dd a span.catettl {
  display: inline-block;
  vertical-align: middle;
  width: 215px;
}

/* 第2・3カテゴリ下の余白が狭い場合 */
/*
.box-m .pmenu-l-inner {
	position: relative;
}

.box-m #pmenu-l-001052 .pmenu-l-inner div.hiatus,
.box-m #pmenu-l-001054 .pmenu-l-inner div.hiatus,
.box-m #pmenu-l-001056 .pmenu-l-inner div.hiatus {
	width: 148px;
	height: 681px;
	background-color: #F7F7F7;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.box-m #pmenu-l-001052 .pmenu-l-inner dl:nth-last-of-type(1),
.box-m #pmenu-l-001054 .pmenu-l-inner dl:nth-last-of-type(1),
.box-m #pmenu-l-001056 .pmenu-l-inner dl:nth-last-of-type(1) {
	border-bottom: none;
}
*/
.box-m #pmenu-l-yoshi .pmenu-l-inner dl dd a {
  padding: 10px 0;
}

.box-m #pmenu-l-input .pmenu-l-inner dl dd a {
  padding: 10px 0;
}

.box-m #pmenu-l-visual .pmenu-l-inner dl dd a {
  padding: 10px 0;
}

.box-m #pmenu-l-cable .pmenu-l-inner dl dd a {
  padding: 10px 0;
}

.box-m #pmenu-l-network .pmenu-l-inner dl dd a {
  padding: 10px 0;
}

.box-m #pmenu-l-smartphone .pmenu-l-inner dl dd a {
  padding: 10px 0;
}

.box-m #pmenu-l-tap .pmenu-l-inner dl dd a {
  padding: 10px 0;
}

.box-m #pmenu-l-desk dl dd a:nth-of-type(4n) {
  width: 145px;
}

.box-m #pmenu-l-acc dl dd a {
  width: 220px;
}

.box-m #pmenu-l-acc dl dd a:nth-of-type(3n) {
  width: 190px;
}

.box-m #pmenu-l-input dl dd a {
  width: 210px;
}

.box-m #pmenu-l-input dl dd a:nth-of-type(3n) {
  width: 210px;
}

.box-m #pmenu-l-visual dl dd a {
  width: 210px;
}

.box-m #pmenu-l-visual dl dd a:nth-of-type(3n) {
  width: 210px;
}

.box-m #pmenu-l-network dl dd a {
  width: 210px;
}

.box-m #pmenu-l-network dl dd a:nth-of-type(3n) {
  width: 210px;
}

.box-m #pmenu-l-cable dl dd a {
  width: 220px;
}

.box-m #pmenu-l-cable dl dd a:nth-of-type(3n) {
  width: 190px;
}

.box-m #pmenu-l-smartphone dl dd a {
  width: 315px;
}

.box-m #pmenu-l-tap dl dd a {
  width: 220px;
}

.box-m #pmenu-l-tap dl dd a:nth-of-type(3n) {
  width: 190px;
}

.box-m #pmenu-l-yoshi .pmenu-l-inner {
  position: relative;
}

.box-m #pmenu-l-input .pmenu-l-inner {
  position: relative;
}

.box-m #pmenu-l-visual .pmenu-l-inner {
  position: relative;
}

.box-m #pmenu-l-cable .pmenu-l-inner {
  position: relative;
}

.box-m #pmenu-l-smartphone .pmenu-l-inner {
  position: relative;
}

#gl-product-area .box-m dl dt a:hover span,
#gl-product-area .box-m dl dd a:hover span {
  color: #FF0000;
  text-decoration: underline;
}

div.global-reco {
  border-top: 1px solid #C9C9C9;
  padding: 3% 5%;
}

div.global-reco p {
  margin: 0 0 2.5%;
}

div.global-reco div.reco-list {
  display: flex;
  flex-wrap: wrap;
}

div.global-reco div.reco-list a {
  width: 31%;
  margin: 4% 1.5% 0 0;
  opacity: 1;
  transition: 0.2s;
}

div.global-reco div.reco-list a:nth-of-type(1),
div.global-reco div.reco-list a:nth-of-type(2),
div.global-reco div.reco-list a:nth-of-type(3) {
  margin: 0 1.5% 0 0;
}

div.global-reco div.reco-list a:hover {
  opacity: 0.6;
  text-decoration: none;
  transition: 0.2s;
}

div.global-reco div.reco-list a img {
  vertical-align: top;
  width: 25%;
}

div.global-reco div.reco-list a span {
  display: inline-block;
  vertical-align: top;
  width: 73%;
  line-height: 1.35;
  color: #333333;
}

div.global-reco div.reco-list a span object {
  display: block;
  color: #064DA2;
  font-size: 0.9em;
}

/* オーバーレイメニュー お客様サポート
-------------------------------------*/
#gl-support-area {
  min-height: 277px;
  /* for modern browser */
  height: auto !important;
  /* for modern browser */
  height: 277px;
  /* for IE6～7 */
}

#gl-support-area .ichiran_btn {
  padding: 5px 10px 0 0;
  float: right;
}

#gl-support-area ul {
  padding: 30px 0 0 30px;
}

#gl-support-area ul li {
  display: inline;
  float: left;
  margin: 0 15px 12px 0;
}

#gl-support-area .close {
  padding: 5px 15px 0 0;
  float: right;
}

/* オーバーレイメニュー ダウンロード
-------------------------------------*/
#gl-download-area {
  min-height: 277px;
  /* for modern browser */
  height: auto !important;
  /* for modern browser */
  height: 277px;
  /* for IE6～7 */
}

#gl-download-area .ichiran_btn {
  padding: 15px 10px 0 0;
  float: right;
}

#gl-download-area ul {
  padding: 33px 0 0 30px;
}

#gl-download-area ul li {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}

#gl-download-area .close {
  padding: 15px 15px 0 0;
  float: right;
}

/* オーバーレイメニュー 対応表
-------------------------------------*/
#gl-taiou-area {
  min-height: 277px;
  /* for modern browser */
  height: auto !important;
  /* for modern browser */
  height: 277px;
  /* for IE6～7 */
}

#gl-taiou-area .ichiran_btn {
  padding: 15px 10px 0 0;
  float: right;
}

#gl-taiou-area ul {
  padding: 33px 0 0 30px;
}

#gl-taiou-area ul li {
  display: inline;
  float: left;
  margin: 0 15px 0 0;
}

#gl-taiou-area .close {
  padding: 15px 15px 0 0;
  float: right;
}

#gl-download-area .catalog {
  padding: 12px 11px 0px 0px;
  float: left;
  margin: 0 0 0 30px;
}

#gl-download-area .chirashi {
  padding: 12px 11px 0px 0px;
  float: left;
}

/* パンくず
-------------------------------------*/
#topic-path {
  clear: both;
  width: 980px;
  margin: 0 auto 0 auto;
  padding: 7px 10px 15px 15px;
  font-size: 0.8em;
  line-height: 1.4em;
  word-spacing: 0.1em;
}

body.ie #topic-path {
  clear: both;
  width: 980px;
  margin: 12px auto 15px auto;
  padding: 0 10px 0 15px;
  font-size: 0.8em;
  line-height: 1.4em;
  word-spacing: 0.1em;
}

@media (min-width: 480px) and (max-width: 1050px) {
  .header-bottom {
    width: calc(100% + 40px);
    position: relative;
    top: 0;
    left: -20px;
    overflow: hidden;
  }
}
