@charset "utf-8";
/* new_footer */

.pc_only { display: block; } 
.sp_only { display: none; } 


#new_footer { 
	font-size: 16px;
	color: #262626;
}
#new_footer_left #new_footer_title { font-size: 22px; }
#new_footer_left #new_footer_title span {font-size: 18px; }
#new_footer_left ul#new_footer_navi li { font-size: 15px; }
#new_footer ul#new_footer_list li a .new_footer_cmp { font-size: 14px;}
#new_footer ul#new_footer_list li a .new_footer_link { font-size: 14px; }
		
	

#new_footer_outer {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	background-color: #ddeeff;
	/*overflow: hidden;*/
}

#new_footer_wrap {
	width: 960px;
	margin: 0 auto;
}

#new_footer {
	width: 960px;
	margin: 0 auto;
    overflow: hidden;
}

#new_footer_left {
	width: 430px;
	float: left;
	overflow: hidden;
	line-height: 100%;
}

#new_footer_right {
	width: 530px;
	float: right;
	overflow: hidden;
}

	#new_footer_left #new_footer_title {
		font-weight: bold;
		text-align: left;
	}

	#new_footer_left #new_footer_title a {
		display: inline-block;
	}

	#new_footer_left #new_footer_title a:hover {
		opacity: 0.7;
	}

	#new_footer_left #new_footer_title span {
		display: block;
		margin-bottom: 8px;
		line-height: 130%;
	}

    #new_footer_left ul#new_footer_navi {
		margin: 40px 0 0 0;
		padding: 0;
    }

    #new_footer_left ul#new_footer_navi li {
		margin: 0 0 20px 0;
		padding: 0;
		color: #acacac;
		list-style-type: none;
		text-align: left;
    }

   #new_footer_left ul#new_footer_navi li:last-child {
		margin-bottom: 0;
    }

	#new_footer_left ul#new_footer_navi li a {
		color: #579ab9;
		text-align: center;
    }

	#new_footer_left ul#new_footer_navi li a:hover {
		color: #06a;
		text-decoration: underline;
		opacity: 1.0;
    }

	#new_footer_left ul#new_footer_navi li.fnavi_inactive a {
		opacity: 0.5;
	}

	#new_footer_left ul#new_footer_navi li.fnavi_inactive a:hover {
		cursor: default;
		text-decoration: none;
		opacity: 0.5;
		color: #579ab9;
	}






	#new_footer ul#new_footer_list {
		width: 730px;
		overflow: hidden;
	}

	#new_footer ul#new_footer_list li {
		width: 230px;
		height: 230px;
		margin-right: 20px;
		float: left;
		position: relative;
	}

	#new_footer ul#new_footer_list li:last-child {
		margin-right: 0;
	}

	#new_footer ul#new_footer_list li a {
		width: 230px;
		height: 230px;
		display: block;
		color: #262626;
		text-decoration: none;
	}

	#new_footer ul#new_footer_list li a:hover {
		cursor: pointer;
		opacity: 0.7;
	}

	#new_footer ul#new_footer_list li#new_footer_list1 a { background-color: #22ccbb; }
	#new_footer ul#new_footer_list li#new_footer_list2 a { background-color: #77dd44; }
	#new_footer ul#new_footer_list li#new_footer_list3 a { background-color: #eeaa22; }

	#new_footer ul#new_footer_list li a .new_footer_cmp {
		position: absolute;
		top: 12px;
		width: 230px;
		text-align: center;
		font-weight: bold;
	}


	#new_footer ul#new_footer_list li a .new_footer_img {
		position: absolute;
		top: 37px;
		left: 33px;
		width: 164px;
		height: 143px;
	}

	#new_footer ul#new_footer_list li a .new_footer_img img {
		width: 100%;
		height: auto;
	}


	#new_footer ul#new_footer_list li a .new_footer_link {
		position: absolute;
		top: 190px;
		left: 10px;
		width: 210px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: url(../img/arrow6.png) right 30px center no-repeat;
		background-size: 7px auto;
		background-color: #fff;
	}


