@charset "utf-8";
/* CSS Document */

/*--------------------------
  20150225 iWac.jp negishi
--------------------------*/


/*------------------
スクロールnavエリア
-------------------------------*/
#scroll_nav {

	background: url(/lp/common/ipo/img/scroll_nav_bg.png) 0 0 repeat-x;
	position: relative;
}

#scroll_nav .cv_btn_area02{
	position: absolute;
	top: 10px;
	right: 0px;
}

#scroll_nav .scroll_text_area{
	margin: 20px 50px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	float: left;
	line-height: 1.75em;
}

#scroll_nav .navlogo{
 	float: left;
	margin-top: 20px;
}

#scroll_nav .scroll_text_area .text_red{
	font-size: 18px;
	font-weight:bold;
	color: #FF0105;
}

#scroll_nav.fixed {
	/*display: none;*/
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 9999;
	
	min-width: 1000px;
}
#scroll_nav .scroll_text_area .large{
	font-size: 24px;
	font-weight:bold;
	color: #FF0105;
}
#scroll_nav > .inner{
	width: 950px;
	margin: 0 auto ;
	position: relative;
}

#targetTop {
	position: absolute;
	top: -80px;
}

#pagetop{
	position: fixed;
	bottom: 60px;
	margin-left: 990px;
	z-index: 10000;
}
