@charset "utf-8";

/*------------------------------フッター 配置------------------------------*/

footer{
	background-color: #212121;
/*	float: left;
	display: inline;
	clear: both;
	width: 100%;
	min-width: 1080px;
	position: relative;*/
	padding-top: 20px;
}

#footInner{
	line-height:24px;
/*	display: block;
	clear: both;*/
	width: 960px;
	margin: 0 auto;
}

.box_foot_160{
	float: left;
	display: inline;
	height: 150px;
	width: 160px;
	padding: 10px;
}

.box_foot_200{
		float: left;
		display: inline;
		height: 150px;
		width: 200px;
		padding:10px;
}

.box_foot_320{
		float: left;
		display: inline;
		height: 150px;
		width: 320px;
		padding:10px;
}

.box_foot_400{
		float: right;
		display: inline;
		height: 150px;
		width: 400px;
		padding:10px;
}

.box_foot_940{
		float: left;
		display: inline;
		height: 30px;
		width: 940px;
		padding:10px;
}

/*------------------------------テキスト------------------------------*/

footer a{ 	
	color: #ffffff; 
	text-decoration: none; 
}

footer a:hover { 
		text-decoration: underline; 
	color: #c4fee8; 
}

.box_foot_940 p { 
		text-align: center;
		color: #ffffff; 
}

/*------------------------------ボタン・ロゴ------------------------------*/

.box_share{
		float: right;
		display: inline;
		height: 50px;
}

.box_share_Inner_tw{
	width:109px; 
	float:left;
	display:inline;
}

.box_share_Inner_fb{
	width:116px; 
	float:left;
	display:inline;
}

.box_share_Inner_go{
	width:60px; 
	float:left;
	display:inline;
}

.box_rogo{
		float: right;
		display: inline;
		height: 100px;
		width: 400px;
		text-align: right;
}

.box_share img { 
		margin:2px;
}

.box_rogo img { 
		margin:5px;
}

/*-----ページTOPへ-----*/
#pagetop{
	width: 960px;
	display: block;
	margin: 0 auto;
	text-align: right;
	margin-bottom: 0;
	height: 26px;
}
/*-----FB調整-----*/
.fb-like span{
	vertical-align: top !important;
}



