	/* header */
.inner::after {
    content: "";
    clear: both;
    display: block;
}
#top-head {
    top: -130px;
    position: absolute;
    width: 100%;
    margin: 0px auto 0;
    padding: 0 0 3px;
    z-index: 999;
	color: #fff;
	background: #292929;
}

#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
	margin-top: 170px;
}

#top-head .inner {
    position: relative;
	background: #292929;
}
h1 {
    float: left;
	margin:0.4% 2% 0 3%;
	text-align:center;
	color:#00beff;
	width:9%;
}
.cap{
	font-size:0.7rem;
}
#top-head .logo img{
	width:100%;
}
@media screen and (max-width: 640px) {
.logo_sp {
  display: block;
	background: #292929;
	color: #00beff;
	text-align:center;
	padding:7px 0;
}
.logo_sp img{
	width:40%;
	text-align:center;
	display:block;
	margin:0 auto;

}
#top-head .logo {
	width:110%;
}
#top-head .logo img{
	width:30%;
	opacity:0.7;
}
}

#top-head_other {
    top: -130px;
    position: absolute;
    width: 100%;
    margin: 150px auto 0;
    padding: 18px 0;
    z-index: 999;
	background:#b2961e;
}
#top-head_other a,
#top-head_other {
    color: #fff;
    text-decoration: none;
	margin-top: 180px;
}
#top-head_other .inner {
    position: relative;
}
#top-head_other .logo {
    float: left;
	margin:0.5% 5% 0 2%;
}
#top-head_other .logo img{
	width:35%;
}
@media screen and (max-width: 640px) {
#top-head_other .logo {
	width:110%;
}
#top-head_other .logo img{
	width:45%;
}
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
	margin: 2% 1% 0 0;
}
#global-nav ul li {
    float: left;
	letter-spacing: 0.05em;
}
#global-nav ul li a {
    padding: 0 13px;
}

#global-nav ul li.active,#global-nav ul li:hover{
	opacity: 0.7;
}
@media screen and (max-width: 640px) {
#global-nav ul li.active {
	background:none;
}
#global-nav ul li a {
	border-left: none;
}
header .btn_contact{
	color: #fff;
}
}
header .btn_contact{
  border: 1px solid #fff !important;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  width: 150px;
  height: 40px;
  padding: 11px 10px 0 10px;
  text-align: center;
  margin: -13px 5px 0 7px;
}

header .btn_contact:hover{
	border: 1px #565656 solid;
	background: #fff;
	text-align: center;
	color: #292929;
}
header li.btn_price{
	background: url('../img/ico_cart2.png') no-repeat 8px !important;
	background-color:#f07b1c !important;
	border: 1px solid #f07b1c !important;
	color: #fff !important;
    border-radius: 3px !important;        /* CSS3草案 */  
    -webkit-border-radius: 3px !important;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px !important;   /* Firefox用 */  
	width:130px;
  height: 40px;
	padding-top:11px;
	padding-left:50px;
  margin: -13px 5px 0 7px;
	font-weight: bold;
	color: #de8800;
}
header a li.btn_price:hover{
	background: url('../img/ico_mail.png') no-repeat 8px;
	border: 1px solid #f07b1c;
	width:130px;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
header a li.btn_price{
	background: url('../img/ico_mail2.png') no-repeat 8px;
		color: #fff;
}
header li.btn_price:hover{
	background: url('../img/ico_mail.png') no-repeat 8px;
	}
	header a li:hover{
		background: none;
	}
}
	/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    background: #292929;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
}
#top-head.fixed #global-nav ul li a {

}
 #top-head.fixed #global-nav ul li a:hover {

}
 	/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
@media screen and (min-width: 641px) and (max-width:1260px){
h1 {
	width:15%;
}
#global-nav ul {
 	font-size:95%;
}
#global-nav ul li {
	letter-spacing:-0.02em!important;
}
#global-nav ul li a {
    padding: 0 10px;
}
header li.btn_price{
	width:10px;
}
header li.btn_price span{
	display:none;
}
header a li.btn_price:hover{
	width:10px !important;
}
header li.btn_price span:hover{
	display:none;
}
header li.btn_contact{
	width:20px;
}
header li.btn_contact span{
	display:none;
}
header a li.btn_contact:hover{
	width:20px !important;
}
header li.btn_contact span:hover{
	display:none;
}
}
@media screen and (max-width: 640px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
	/* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    background: #fff;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        top: 8px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
		 /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: left;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
    }
    #global-nav ul li {
        float: none;
        position: static;
		padding-bottom: 3%;
		margin: 3%;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        /*display: block;*/
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
	/* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
	/* #global-nav スライドアニメーション */
    .open #global-nav {
		/* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	footer{
		font-size: 110% !important;
	}
}


/* contact */
div.bg_contact{
	width:94%;
	min-height: 100%;
	height:auto;
	background:#fff;
	padding:1% 3%;
	margin:-2% auto 0;
	overflow:hidden;
	color:#333;
	border-top: 1px solid #F0F0F0;
}
#bg_contact_in{
	margin:0 auto;
}
p.contact{
	font-size:200%;
	font-weight:bold;
	text-align:center;
	padding: 20px 0 0;
}
p.contact_in{
	font-size:170%;
	font-weight:bold;
	text-align:center;
	color:#222;
	line-height:150%;
	padding: 0;
	margin: 80px 0 0 0;
}
@media screen and (max-width: 640px) {
p.contact_in{
	font-size:150%;
	width: 96%;
	margin-left: 2%;
}
}
/* メガソフトグローバルナビ */
#header {
  width: 100%;
  min-height: 40px;
  position: relative;
  z-index: 10005;
}
#header .inner {
  position: static;
}

#logo {
  float: left;
  width: 170px;
  margin: 0 0 0 50px;
}
@media only screen and (max-width: 640px) {
  #logo {
    width: 100px;
    margin: 10px 0 0 10px;
  }
}
#logo a {
  display: block;
  height: 0;
  padding: 40px 0 0;
  overflow: hidden;
  background: url(../img/megalogo.png) no-repeat left center;
  background-size: 70% auto;
}

#hNav {
  float: right;
}
#hNav ul{
	list-style:none;
}
#hNav > ul {
  border-right: 1px solid #333;
  height: 25px;
}
#hNav > ul > li {
  float: left;
	height: 40px;
}
#hNav > ul > li > a {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0 20px;
	font-size: 90%;
}
#hNav > ul > li > a:hover {
}
#hNav > ul > li > a:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  #hNav > ul > li > a {
    font-size: 7px;
    font-size: 0.7rem;
    padding: 0;
    width: 60px;
    text-align: center;
    line-height: 20px;
	margin-top: -10px;
  }
  #hNav > ul > li > a:before {
    margin: 3px 0 -3px;
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 320px) {
  #hNav > ul > li > a {
    width: 50px;
  }
}
#hNav > ul > li.product > a:before {
  content: "\f0c9";
  font-size: 17px;
}
#hNav > ul > li.learning a:before {
  content: "\f108";
  font-size: 15px;
}
#hNav > ul > li.onlineshop a:before {
  content: "\f07a";
  font-size: 19px;
}
@media only screen and (max-width: 640px) {
  #hNav > ul > li.onlineshop a span {
    display: none;
  }
#product_menu {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  background: #000;
  color: #fff;
  border-bottom: 1px solid #333;
  line-height: 1;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.7);
  display: none;
}
#product_menu a {
  color: #fff;
  text-decoration: none;
}
#product_menu ul {
  width: 100%;
  overflow: hidden;
	margin:0 auto;
}
#product_menu ul li {
  float: left;
  display: table;
}
#product_menu ul li a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
#product_menu ul li a:hover {
  background-color: #111;
}
#product_menu .item {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media only screen and (max-width: 640px) {
  #product_menu .item {
    border-bottom-style: none;
  }
}
#product_menu .item > li {
  width: 19%;
  height: 225px;
}
@media only screen and (max-width: 640px) {
  #product_menu .item > li {
    width: 100%;
    height: auto;
  }
}
#product_menu .item a {
  font-size: 100%;
  background-repeat: no-repeat;
  background-position: center 75px;
  background-size: 45px auto;
}
@media only screen and (max-width: 640px) {
  #product_menu .item a {
    padding: 10px 0 10px 40px;
    background-position: 15px center;
    background-size: 30px;
    border-left-style: none;
    border-top: 1px solid #333;
    vertical-align: middle;
    line-height: 20px;
  }
}
#product_menu .item a:hover {
  background-position: center 80px;
}
@media only screen and (max-width: 640px) {
  #product_menu .item a:hover {
    background-position: 17px center;
  }
}
#product_menu .item a.archi10pro {
  background-image: url(images/ico_archi10pro.png);
}
#product_menu .item a.pro9ex {
  background-image: url(images/ico_mdex.png);
}
#product_menu .item a.pro9 {
  background-image: url(images/ico_md.png);
}
#product_menu .item a.neo3 {
  background-image: url(images/ico_id.png);
}
#product_menu .item a.rd2 {
  background-image: url(images/ico_rd.png);
}
#product_menu .item a .lead {
  display: block;
  padding-bottom: 90px;
	font-size:85%;
}
@media only screen and (max-width: 640px) {
  #product_menu .item a .lead {
    padding-bottom: 0;
    margin-bottom: 5px;
  }
}
#product_menu .item a strong {
  display: block;
	font-size:100%;
  font-weight: 400;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  #product_menu .item a strong {
    vertical-align: text-bottom;
    display: inline-block;
    *display: inline;
    *zoom: 1;
	font-size: 80%;
    margin: 0;
  }
}
#product_menu .search,
#product_menu .pages {
  border-right: 1px solid #333;
}
#product_menu .search > li,
#product_menu .pages > li {
  width: 50%;
  height: 90px;
}
@media only screen and (max-width: 640px) {
  #product_menu .search > li,
  #product_menu .pages > li {
    width: 100%;
    height: auto;
  }
}
#product_menu .search a,
#product_menu .pages a {
	font-size:110%;
}
@media only screen and (max-width: 640px) {
  #product_menu .search a,
  #product_menu .pages a {
    padding: 15px 0;
    border-left-style: none;
  }
}
#product_menu .search a::before,
#product_menu .pages a::before {
  font-family: FontAwesome;
  font-weight: normal !important;
  margin-right: 15px;
}
#product_menu .search a.compare::before,
#product_menu .pages a.compare::before {
  content: "\f0c5";
}
#product_menu .search a.function::before,
#product_menu .pages a.function::before {
  content: "\f002";
}
#product_menu .search a.perspective::before,
#product_menu .pages a.perspective::before {
  content: "\f002";
}
#product_menu .search a.school::before,
#product_menu .pages a.school::before {
  content: "\f19d";
}
#product_menu .search a.guide::before,
#product_menu .pages a.guide::before {
  content: "\f0f6";
}
#product_menu .pages {
  border-top: 1px solid #333;
}
#product_menu .pages > li {
}

/* ---------------------------------------------------- 
	Gナビ
---------------------------------------------------- */
#gNavi {
  width: 100%;
}
#gNavi ul {
  width: 980px;
  margin: 0 auto;
  _zoom: 1;
}
#gNavi ul li {
  float: left;
  word-wrap: normal;
}

@media screen and (max-width: 736px) {
#global-nav ul li.active {
	background:none;
}
#global-nav ul li a {
	border-left: none;
}
header .btn_contact{
	color: #fff;
}
}
header .btn_contact{
	border: 1px solid #6E6E6E !important;
    border-radius: 3px !important;        /* CSS3草案 */  
    -webkit-border-radius: 3px !important;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px !important;   /* Firefox用 */  
	width:150px;
	height:34px;
	padding:6px 10px 0 10px;
	text-align: center;
	margin:-10px 5px 0 7px;

}
header .btn_contact:hover{
	border: 1px #565656 solid;
	background: #E9E9E9;
	padding:6px 10px 0 10px;
	text-align: center;
}
header li.btn_price{
	background: url('../img/ico_cart2.png') no-repeat 8px !important;
	background-color:#f07b1c !important;
	border: 1px solid #f07b1c !important;
	color: #fff !important;
    border-radius: 3px !important;        /* CSS3草案 */  
    -webkit-border-radius: 3px !important;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px !important;   /* Firefox用 */  

	width:130px;
	height:34px;
	padding-top:6px;
	padding-left:50px;
	margin:-10px 10px 0 12px;
	font-weight: bold;
	color: #de8800;
}
header a li.btn_price:hover{
	background: url('../img/ico_cart.png') no-repeat 8px;
	border: 1px solid #f07b1c;

	width:130px;
	height:34px;
	padding-top:6px;
	padding-left:50px;
	margin:-10px 10px 0 12px;
	font-weight: bold;
}
@media screen and (max-width: 736px) {
header a li.btn_price{
	background: url('../img/slide/ico_cart2.png') no-repeat 8px;
		color: #fff;
}
header li.btn_price:hover{
	background: url('../img/ico_cart.png') no-repeat 8px;
	}
	header a li:hover{
		background: none;
	}
}
	
