@charset "utf-8";

/* ヘッダー */
#header-bg { background-image:url(../../images/bg_head.gif);
	background-repeat:repeat-x;height:130px;
	margin:0; padding:0; position:relative;
	}
#header { 
	width: 100%;
/*	margin:0px auto 0px auto;
	height:130px; */
	position:relative;
	background: #fff;
	z-index:22;
}

#header .container {
	width:1200px;
	height:25px;
	padding:1em 0;
}

#header p { margin:0;}

#header .btn01 { position:absolute; top:30px; left:0px; z-index:2;}
#header .btn02 {
	position:absolute;
	top: 30px;
	right:0px;
	z-index:2;
}

#header p.btn a { display:block; position:absolute;line-height:0; font-size:0; text-indent:-9000px; background-image:url(../images/btn_main01.png); background-repeat:no-repeat; margin:0; padding:0;}
#header .btn11 {width:238px;height:47px;background-position:0px 0px; top:83px; left:0px;}
#header .btn12 {
	width:238px;
	height:47px;
	background-position:-238px 0px;
	top:83px;
	left:238px;
}
#header .btn13 {width:237px;height:47px;background-position:-476px 0px; top:83px; left:476px;}
#header .btn14 {width:237px;height:47px;background-position:-713px 0px; top:83px; left:713px;}
#header .btn15 {display: none;}

#header a:hover.btn11,#header .btn11-in {width:238px;height:47px;background-position:0px -47px; top:83px; left:0px;}
#header a:hover.btn12,#header .btn12-in {width:238px;height:47px;background-position:-238px -47px; top:83px; left:238px;}
#header a:hover.btn13,#header .btn13-in {width:237px;height:47px;background-position:-476px -47px; top:83px; left:476px;}
#header a:hover.btn14,#header .btn14-in {width:237px;height:47px;background-position:-713px -47px; top:83px; left:713px;}

#header a:link {text-decoration: none; color:#262626; font-size:131%; font-weight:bold; line-height:1em;}
#header a:visited {text-decoration: none; color:#262626; font-size:131%; font-weight:bold;}
#header a:hover {text-decoration: none; color:#262626; font-size:131%; font-weight:bold;}
#header a:active {text-decoration: none; color:#262626; font-size:131%; font-weight:bold;}

@media screen and (min-width: 0px) and (max-width: 768px) {
#header { 
	min-height: 0;
}

#header .container {
	width:100%;
	height:auto;
	padding:0.8em 0 0;
}

#header a:link, #header a:visited, #header a:hover, #header a:active {font-size:100%;}
}
/*ヘッドライン & パンクズリスト*/
.headline-bg {height:25px;
	border-top:1px solid #caced5;
	border-bottom:1px solid #caced5;
	padding:0; margin:1px 0 0 0; position:relative;
	}
.headline { 
	width: 950px;
	margin:0px auto;
	position:relative;
}
.headline .headline-right{ float:left; width:90px; margin-top:5px;}
.headline .headline-left { float:left; width:116px; margin-right:5px;}
.headline .Slide {width:730px; float:left; height:25px; overflow:hidden;}
.headline .Slide ul { margin:3px 0 0 0}
.headline .date { color:#ff9c00; margin-right:10px}

#navi { 
	width: 948px;
	margin:0px auto;
	position:relative;
	background-color:#ffebbd;
	border-left:1px solid #caced5;
	border-right:1px solid #caced5;
	height:25px;
}

/*--------------------------------------
  HEADER
--------------------------------------*/
.fixed {
	position:fixed !important;
	top:0;
}

.brand {
	margin-top:0;
}

.brand img{
  float: left;
  overflow: hidden;
  margin-top: 22px;
  position:absolute;
  z-index:13;
}

.nav-sup {
  font-size: 12px;
  position:relative;
  top:10px;
}

.nav-sup a:hover {
	opacity:0.8;
	-webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;	
}

.nav-sup li:last-child a {
	padding-right:0;
}

.slim-nav {
	display:none;
}

ul.drawer-menu li.arrow {
  position: relative;
}

ul.drawer-menu li.arrow::after {
  display: block;
  content: '';
  position: absolute;
  top: .3em;
  right: -.3em;
  width: 6px;
  height: 6px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

ul.drawer-menu li.arrow ul.pro {
	visibility:hidden;
	opacity:0;
	padding-left:0;
	position:absolute;
	left:2em;
	padding-top:1em;
}

ul.drawer-menu > li.arrow:hover ul {
  visibility: visible;
  opacity: 1;
  transition: 0.15s ease-in-out;
}

ul.drawer-menu li.arrow ul.pro li {
	list-style:none;
	float:none;
	background:#FFF;
	width:13em;
	padding-left:0;
}

ul.drawer-menu li.arrow ul.pro li a {
	margin:0;
	padding:1em;
	display:block;
}

ul.drawer-menu li.arrow ul.pro li a:hover {
	background:#67b3e9;
}
/*
ul.drawer-menu li:last-child a,
ul.drawer-menu li:nth-last-of-type(2) a {
	background:#787878;
	padding:0.2rem 0.5rem;
	color:#fff !important;
	font-weight:normal !important;
}

ul.drawer-menu li ul.pro li:last-child a,
ul.drawer-menu li ul.pro li:nth-last-of-type(2) a {
	background:#fff;
	color:#262626 !important;
	font-weight:bold !important;
}

ul.drawer-menu li:last-child {
	padding-left:0.5rem;
}
*/

/* ヘッダーナビ親子ドロップダウン */
ul.drawer-menu li.arrow ul.pro li ul {
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
	padding-left:0;
}

.pro li > ul > li {
	height: 0;
    overflow: hidden;
    transition: .5s;
}

.pro li:hover > ul > li {
	height: auto;
    overflow: visible;
}

ul.drawer-menu li.arrow-sub::after {
  top: 1.7em;
  right: 1em;
  width: 6px;
  height: 6px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

ul.drawer-menu li.arrow ul.download-category li {
	width:15em;
}

.drawer-dropdown.open .drawer-dropdown-menu-item-sub .drawer-caret {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}

.drawer-dropdown.open .open .drawer-caret {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}

@media screen and (min-width: 0px) and (max-width: 768px) {
.brand img {
	display:block;
	width:70%;
	height:auto;
	margin-top:10px;
	padding-left:20px;
	z-index:13;
	position:absolute;
}

.drawer-navbar .drawer-navbar-header img {
}

.drawer-navbar .drawer-navbar-header {
	height:auto;
}

.drawer-navbar a.drawer-brand {
	width:85%;
}

.drawer-nav {
	background:#fff;
}

.drawer-menu li {
	border-bottom:1px solid #ccc;
	margin:0;
}

ul.drawer-dropdown-menu li {
	border-top:1px solid #ccc;
	border-bottom:none;
}

ul.drawer-menu li:last-child {
	padding-left:0;
}

ul.drawer-menu li:last-child a,
ul.drawer-menu li:nth-last-of-type(2) a {
	background:#fff;
	padding:.75rem 1.5rem;
	color:#262626 !important;
	font-weight:bold !important;
}

.child {
    display: none;
}

a.toggle {
	font-weight:bold;
	text-decoration:none;
	color:#262626;
}

.toggle:after {
    position: absolute;
    margin-top: -1px;
    content: '\025b6';
    font-size: 15px;
    font-weight: bold;
	color:#64b2eb;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}
 
.toggle.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.subnav-or .toggle:after {
	color:#ff6f17;
}


.nav-sup {
  top:0;
}

.nav-sup a {
	margin-left:0;
}

.slim-nav {
	display:block;
	z-index:11;
	position: relative;
	background: url(../images/bg-header.png) repeat;
    width: 100%;
    height: 58px;
}

.navbar .sb-toggle-right {
	width: 58px;
	float: right;
	padding: 14px;
}

.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
	padding:12px 20px 0;
	position:absolute;
	right:0;
}

.sb-toggle-right span {
	font-size:78.6%;
	color:#262626;
}

.sb-right {
	margin-top: 59px;
}

.navicon-line {
	width: 24px;
	height: 4px;
	border-radius: 1px;
	margin: 0 auto 3px;
	background-color: #262626;
}


/* Main Menu */
.sb-menu { /* Apply to <ul> or <ol>. */
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1); /* Will lighten any background colour you set. */
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Will darken any background colour you set. */
	list-style:none;
}

.sb-menu li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sb-menu li:last-child {
	border-bottom:none;
}

.sb-menu > li:first-child {
	border-top: none; /* Removes top border from first list item.. */
}

.sb-menu > li:last-child {
	border-bottom: none; /* Removed bottom border from last list item. */
}

.sb-menu li a {
	width: 100%; /* Makes links full width. */
	display: inline-block;
	padding: 1em; /* Creates an even padding the same size as your font. */
	text-decoration:none;
	color:#262626;
}

.sb-menu li a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.05); /* Will lighten any background colour you set. */
}
/* Submenus */
.sb-submenu {
	display: none;
	padding-left:2em;
	margin: 0;
	list-style-type: none;
	background-color: rgba(255, 255, 255, 0.05); /* Submenu background colour. */
}
/* Caret */
span.sb-caret {
	width: 0;
	height: 0;
	display: inline-block;
	margin: 0 5px;
	border: 5px solid transparent;
}

span.sb-caret { /* Caret Down */
	border-top: 5px solid;
	border-bottom: 0px solid transparent;
}

.sb-submenu-active > span.sb-caret { /* Caret Up */
	border-top: 0px solid transparent;
	border-bottom: 5px solid;
}

}
@media screen and (min-width: 0px) and (max-width: 375px) {
.drawer-navbar .drawer-navbar-header a {
	padding-right:0;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
}
/*--------------------------------------
  Global NAV
--------------------------------------*/
#nav-global {
	display:none;
}

#nav-global ul {
  list-style-type: none;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(../images/bg-nav-global-btn.png) no-repeat top left;
}

#nav-global li {
  float: left;
  display: inline;
  margin: 0;
}

#nav-global li a {
  display: block;
  transition: opacity 0.1s linear;
}

#nav-global li a.active,
#nav-global li a:hover {
  opacity: 0;
}

.slim-nav {
	display:none;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
.slim-nav {
	display:block;
	z-index:11;
}


#navi {
    z-index: 100;
  }


}

/*Language*/
#header form {
	display: inline-block;
	position: relative;
	top: -0.8em;
}

#header select {
	border:none;
	box-shadow:none;
	color:#fff;
	background:#787878;
}


/*パンクズリスト*/

#navi ul {list-style-type:none; margin:0; padding:0;}
#navi li { float:left;margin:0 10px 0 0; padding:0; text-indent:16px;height:25px; line-height:25px; display:block;
		background-image:url(../images/ico_link05.gif); background-position:0 6px;background-repeat:no-repeat; font-weight:bold; font-size: 12px;}
#navi li a { font-weight:normal; color:#000;}
#navi li a:hover { color:#999}
#navi .home {background-image:none !important; text-indent:0px; margin:0}



/* フッター */
#footer { 
	margin:0px auto;
	background:#333;
}

#footer .container {
	width:1200px;
	padding:2.5em 0;
}

#footer ul {
	padding-left:0;
}

#footer ul li {
	list-style:none;
	display:inline-block;
}

#footer ul li:first-child,
#footer ul li.main-nav:first-child {
	padding-left:0;
}

#footer ul li {
	padding-left:1.5em;
}

#footer ul li.main-nav {
	padding-left:5em;
}

#footer ul li.main-nav a {
	font-size:125%;	
}

#footer a {
	text-decoration:none;
	color:#fff;
	font-size:110%;
}

#footer .site-info {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000;
  color: #fff;
}

#footer .corp-name {
  float: left;
}

#footer address {
  display: block;
  float: right;
  font-size: 0.75rem;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
#footer .container {
	width:80%;
}

#footer ul li,
#footer ul li.main-nav {
	display:block;
	padding:0;
}

#footer address {
  font-size: 0.5rem;
}

#footer .corp-name,
#footer address {
	float:none;
	text-align:center;
	padding:0.5em 0;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
#footer ul.sub-nav { top:95px;}
#footer ul.sub-nav2 { top:140px;}
#footer ul.sub-nav3 { top:180px;}

}