@charset "utf-8";

.topmenu {
	width: 530px;
    float: left;
}

.topmenu ul {
	list-style: none;
padding: 0px;
margin-top: 42px;
margin-right: 0px;
margin-left: 10px;
margin-bottom: 0px;
}

.toptl {
	background-image: url(../images/common/nhp_10.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	display: block;
	padding-top: 5px;
	margin-left: 10px;
}


.toptl a {
	display: block;
	padding-left: 15px;
	padding-top: 5px;
}

.topmenu ul li{
	float: left;
	margin-right: 10px;
}

/* Main menu wrapper */
.cbp-hsmenu-wrapper {
  position: relative;
/*  float:left;       /* ★ */
/*  margin-top:10px;  /* ★ */
/*★ */
  width:1200; /* ★メガメニューの表示幅 */
  margin:0 auto;
  position:absolute;
  top:85px;
  left: 0px;
  right: 0;
  padding-left:0;
clear: both;
	background-color: #17A79D;
/*★ end*/
}

/* Common style for all lists */
.cbp-hsmenu-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

/* 100% width bar for menu */
.cbp-hsinner {
/*★
  position: relative;
*/
  z-index: 100;
}

/* Main menu style */
.cbp-hsmenu-wrapper .cbp-hsmenu {
/*★
  width:400px;
  height:50px;
  margin: 0 auto;
*/
  width:1190px;
  height:auto;
  margin:0;
/* ★ end */
  padding: 0;
  overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
}

/* ★ */
.cbp-hsmenu > li a img{
  height:auto;
}
/* ★ end */


/* Submenu style */
.cbp-hssubmenu {
  /* ★諸々調整 */
  width: 2000px;
  min-width: 1200px;
  z-index: 0;
  text-align: center;
  background-color: #fff;
}


.cbp-hssubmenu:after {
  clear: both;
}
  
  #cbp-nav li ul li{
  width: 165px;
  height: 190px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  border:none;
}



#cbp-nav{
  position: relative;
  list-style-type: none;
}
#cbp-nav li{
	width: 167px;
	display: block;
	float: left;
	overflow: hidden;
	background-image: url(../images/common/line_03.png);
	background-repeat:no-repeat;
	background-position:right;
}

#cbp-nav li a{
  display: block;
  margin: 0;
width: 100%;
text-align: center;
	padding-top: 8px;
	padding-bottom: 15px;
}
#cbp-nav li ul{
	height:auto;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
	width: 100% !important;
	min-width: 1200px !important;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 9px 12px -9px #222;
}

#cbp-nav li ul:before,
#cbp-nav li ul:after {
  content: " ";
  display: table;
	-moz-animation: balloon_r 2s ease forwards;
        -webkit-animation: balloon_r 2s ease forwards;
        -o-animation: balloon_r 2s ease forwards;
        -ms-animation: balloon_r 2s ease forwards;
}
#cbp-nav li ul:after {
  clear: both;
}

/*#cbp-nav li ul li{
  overflow: hidden;
  width: 800px;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}*/
#cbp-nav li ul li a{
	display: block;
  text-align: center;
  color: #a2a2a2;
  color: #333;
  /* ★ */
  outline: none;
  padding: 2em 1em 1em 1em;
}
#cbp-nav li:hover > a{
 color: #316EB9;
}
#cbp-nav > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#cbp-nav li:hover ul li{
  overflow: visible;
  height: 190px;
  float:none;
}
#cbp-nav li:hover ul li:first-child{
  border-top: 0;
}
#cbp-nav li:hover ul li:last-child{
  border-bottom: 0;
}
#cbp-nav li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

#cbp-nav li ul li img{
border: none;
  outline: none;
  display: inline-block;
  margin: 0;
/*  max-width: 100%; ★ */
  height:auto; /*★*/
/*
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
*/
}

#cbp-nav li ul li a:hover img {
  opacity: 0.5;
}

#cbp-nav li ul li a span {
  display: block;
  min-height: 3em;
  margin-top: 1.3em;
}