@charset "UTF-8";
.bottomlink_wrap { width:100%; background: #000; }
#bottomlink {
	margin-right: auto;
	margin-left: auto;
	background:#000;
	width: 975px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#bottomlink h2 {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#bottomlink h2, #bottomlink ul, #bottomlink li {
	margin: 0;
	padding: 0;
}
#bottomlink a:link { text-decoration: none; color: #999999;}
#bottomlink a:visited { text-decoration: none; color: #999999; }
#bottomlink a:hover { text-decoration: underline; color: #999999;}
#bottomlink a:active{ text-decoration:none; color: #999999;}

#bottomlink .link-block ul {
	font-size: 11px;
	color: #CCCCCC;
	display: block;
	padding-top: 8px;
	border-top: 1px solid #666666;
	margin-bottom: 12px;
 }
#bottomlink .link-block li {
	background-image: url(../common/img/listmark2.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 16px;
	list-style-type: none;
	margin: 0px 0px 4px 0px;
}
#bottomlink .link-block h2 {
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
	padding-bottom: 6px;
	color: #CCCCCC;
}
.link-block {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	text-align: left;
}
.blockline {
	float: left;
	height: 108px;
	width: 1px;
	border-left: 1px solid #000000;
	margin: 20px 12px 12px 12px;
}
.mag-left {
	margin-left: 26px;
}
.wide1 {
	width: 270px;
}
.wide2 {
	width: 320px;
}
.w01 {
	width :70px;
	display: inline-block;
	color: #999999;
}
.w02 {
	width :104px;
	display: inline-block;
	color: #999999;
}
.w03 {
	width :80px;
	display: inline-block;
	color: #999999;
}
.flo-clear {
	clear:both;
}
.footerwrap { background-color:#000; width:100%; }
#bottomlink { display:none; }
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*MSDフッターバナー*/
.banner_blc {
	width:92%;
	max-width:975px;
	margin:48px auto;
	padding-top:24px;
	background:#FFF;
}
.banner_blc img { width:100%; }

/*SPフッターリンク*/
#sp_footer_wrap {
	width:100%;
	background-color:#000;
	display:block;
}
#sp_footer {
	margin: 0 auto;
	padding:10px 0;
	width: 84%;
}
#sp_footer ul {
	font-size:12px;
	margin: 0;
	padding: 1em 0 0 0;
}
#sp_footer ul li {
	list-style-type:none;
	float:left;
	margin:0 1em 0.5em 0;
	padding:0;
	white-space:nowrap;
}
#sp_footer ul li a { color: #FFF;}
#sp_footer ul li a:link { text-decoration:none; }
#sp_footer ul li a:visited { text-decoration:none; }
#sp_footer ul li a:hover { text-decoration: underline; }
#sp_footer ul li a:active { text-decoration:none; }
.sp { display:block; }
.sptb { display:block; }
.tb { display:none; }
.pctb {display:none; }
.pc {display:none; }

/* タブレットレイアウト : 751 px ～ 991 px。モバイルレイアウトからスタイルを継承。 
@media only screen and (min-width: 751px)*/
@media only screen and (min-width: 751px) {
#bottomlink { display:none; }
.sp { display:none; }
.sptb { display:block; }
.tb { display:block; }
.pctb {display:block; }
.pc {display:none; }
}

/* デスクトップレイアウト : 992 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width : 996px ){
#bottomlink { display:block; }	
#sp_footer_wrap {
	display:none;
}
.sp { display:none; }
.sptb { display:none; }
.tb { display:none; }
.pctb {display:block; }
.pc {display:block; }
}
