
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 120px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 9999;
}
#top-head a,
#top-head {
/*	color: #fff;*/
	text-decoration: none;
}
#top-head .inner {
	position: relative;

}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#global-nav ul {
/*	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;*/
}
#global-nav ul li {
/*	float: left;
	position: relative;*/
}
#global-nav ul li a {
/*	padding: 0 30px;*/
}

/* Btn Hover */
#global-nav ul li:after {
/*	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;*/
}
#global-nav ul li:hover:after {
/*	background: #fff;
	bottom: -30px;*/
}


/* Fixed */
#top-head.fixed {
/*	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 20px;
	height: 77px;
	background: #fff;
	background: rgba(255,255,255,.7);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;*/
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
/*	color: #333;
	padding: 0 20px;*/
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	/*bottom: -10px;*/
}
#top-head.fixed #global-nav ul li:hover:after {
/*	background: #e85298;
	bottom: -20px;*/
}


/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/



/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 15px;
	top: 13px;
	width: 35px;
	height: 40px;
	cursor: pointer;
	z-index: 1700;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #e85298;
	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;
}


	#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 {
	/*	background: #fff;*/
		width: 960px;
		margin: auto;
		height: 70px;
		z-index: 2999;
		padding-top: 10px;
		position: relative;
		box-sizing: border-box;
		z-index: 9999;
		/* box-shadow 
box-shadow:0px 3px 6px -6px #0c0c0c;
-moz-box-shadow:0px 3px 6px -6px #0c0c0c;
-webkit-box-shadow:0px 3px 6px -6px #0c0c0c;*/
	}
	#top-head.fixed .logo,
	#top-head .logo {
	
	}

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		opacity: 0;
		top:-80px;
		background: #eef8f8;
		width: 100%;
		/*text-align: center;*/
		padding: 0px 0;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		z-index: 1701
	}
/*#global-nav{
	display: none;
}
.open #global-nav{
	display: block !important;
}*/
	#global-nav ul {
/*		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 16px;*/
	}
	#global-nav ul li {
	/*	float: none;
		position: static;
		border-bottom: solid 1px #ffb6d1;*/
	}
	#global-nav ul li:after  {
/*		display: none;*/
	}
	.nav1{background-color: #fff; }
	li.nav1  a{color: #e85298 !important}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
	/*	width: 100%;
		display: block;
		color: #fff;
		padding: 6px 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 {
		opacity: 1;
		
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(150px);
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
	}

#opens{
	background-color: #fff;
	width: 100%;
}
#top-head{
	background-color: #fff;
	width: 100%;
}


#nav-toggle{
	background-image: url(../images/menu_open.png);
	background-repeat: no-repeat;
	background-size: 35px 40px;
}
.open #nav-toggle {
	background-image: url(../images/menu_close.png);
	background-repeat: no-repeat;
	background-size: 35px 40px;
}
#opens ul#smenu li a{
	color: #000;
}
#opens ul#smenu li a:hover{
	color: #44bfe9;
}
#opens ul#smenu li {
    float: left;
    margin-right: 40px;
}
#opens ul#smenu {
    float: left;
    list-style: none;
    margin: 16px 0px 0px 385px;
    padding: 0;
}


#opens #nav1{
	padding-top: 10px;
	padding-bottom: 15px
}

.sub_nav{background-color: #dff1f1;
padding: 15px 0px;
width: 100%;}
.sub_nav_in{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.sub_nav1{
	float: left;
	width: 395px;
}
 ul.sub_nav1
{
	list-style: none;
	margin:0;
    padding:0;
	border-right: solid 1px #ccc;
}
 ul.sub_nav1 li {
	float: left;
	padding: 0px 55px;
	border-left: solid 1px #ccc;
}

.sub_nav2{
	float: right;
	width: 510px;
	border-right: solid 1px #ccc;
}
.mr45{
	margin-right: 45px;
}
.mr33{
	margin-right: 33px;
}


@media print{

	#top-head {
		position: relative;
	}

}