@charset "UTF-8";

/*-----------------------*/

.footer_bg2 {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #FFF;
	padding:15px 0;
	height:auto;
}

.footer_bg2 a {
	color: #FFF;
	text-decoration: none;
}

.footer_bg2 a:hover {
	text-decoration: underline;
}

.footer_bg2 table{
	width:100%;
	margin:10px auto;
}

.footer_bg2 table{
	width:100%;
	margin:0 auto;
	color: #FFF;
	text-align:center;
	font-size: 12px;
	line-height: 1.3;
}

.footer_bg2 table td.text{
	vertical-align:top;
	padding:0 10px;
	text-align:left;
}

.footer_bg2 table td.info_mark{
	background:#FBC880;
	padding:0;
	text-align:center;
}

.note{
	font-size:10px;
	line-height:1.6;
	color:#FFFFFF;
}

.fcoll{
	font-size:20px;
	font-weight:bold;
	line-height:1.8;
}

.fmail{
	font-size:20px;
	font-weight:bold;
	line-height:1.8;
}

/*-----------------------*/


@media only screen and (max-width: 768px) {

	/*-----------------------*/

	#footer_n {
		margin: 0 auto 0 auto;
		padding: 1px 0 1px 0;
		background: #F79100;
	}

	#footer_n p {
		margin: 15px;
	}

	.footer_bg1 {
		width: 100%;
		margin: 0 auto;
		border-bottom: 1px solid #FFF;
	}

	.footer_bg1 p {
		color: #FFF;
		text-align:center;
		font-size: 14px;
	}

	.footer_bg1 p a {
		color: #FFF;
		text-decoration: none;
	}

	.footer_bg1 p a:hover {
		text-decoration: underline;
	}

	.footer_bg2 {
		display:none;
		width: 100%;
		margin: 0 auto;
		position: static;
		height: 100%;
	}

	.footer_bg2 p {
		color: #FFF;
		text-align:left;
		font-size: 12px;
		line-height: 1.3;
	}

	.footer_bg2 p a {
		color: #FFF;
		text-decoration: none;
	}

	.footer_bg2 p a:hover {
		text-decoration: underline;
	}

	.footer_bg_p1 {
		top: 20px;
		left: 0;
		width: 100%;
		margin: 0 auto;
		position: static;
	}

	.footer_bg_p1 p {
		text-align:center;
	}

	.footer_bg_p2 {
		top: 10px;
		left: 290px;
		width: 100%;
		margin: 0 auto;
		position: static;
	}

	.footer_bg_p3 {
		top: 10px;
		left: 650px;
		width: 100%;
		margin: 0 auto;
		position: static;
	}

	.ficon2{
		float:left;
		padding-right: 10px;
		width:50px;
	}



	.fcoll{
		font-size:20px;
		font-weight:bold;
	}

	.fmail{
		font-size:16px;
		font-weight:bold;
		line-height:1.6;
	}

	.footer_bg1 p a.spf{
		display:block;
		background: #FBC880;
		margin:5px;
		color:#96361F;
	}

	#footer_n p.note{
		font-size:10px;
		line-height:1.2;
		margin:5px 15px;
		text-align:left;
	}

	#footer_n p.copyrights{
		font-size:14px;
		margin:5px 0;
	}

	/*-----------------------*/

}