@charset "Shift-JIS";

/* =========================================

title : 柔道チャンネル　footer
scope : footerを使用する全ページ
 
last modify : 2011/06/16 157_okamoto

============================================ */

/*--------------------------------------------------------------------
footer
--------------------------------------------------------------------*/
div#footer_box {
	padding:0px 0px 25px;
	background:url(/image_cmn/footer/footer_line.gif) repeat-x 0 bottom;
}
div#footer {
	overflow:hidden;
	clear:both;
	width:100%;
	background:#ffffff url(/image_cmn/footer/back_footer.gif) repeat-x left top;
}
div#footer div#footer_contets {
	overflow:hidden;
	width:1000px;
	margin:20px auto;
}
div#footer div#footer_contets_old {
	overflow:hidden;
	width:900px;
	margin:20px auto;
}
div#footer div#footer_left {
	float:left;
	width:346px;
}
div#footer div#footer_right {
	float:right;
	width:610px;
	font-size:14px;
}

div#footer h2 {
	width:346px;
	height:43px;
}

div#footer ul {
	word-break:normal;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

div#footer ul li {
	/*float:right;
	line-height:2;*/
}

div#footer ul li a {
	padding:0 0.2em;
	white-space:nowrap;
}

address {
	clear:both;
	padding-top:40px;
	text-align:right;
}

#foot_animation_box {
	clear:both;
	width:1000px;
	height:100px;
	margin:0 auto 15px;
	padding:0;
	
}