@charset "shift_jis";
/* ------------------------------------------------------------
 FACEBOOK
------------------------------------------------------------ */
div#facebook {
	float:left;
	width:190px;
	background:white;
	overflow:hidden;
	margin:0 0 0 5px;
	border:1px solid #CCC;
	border-top:0;
}
div#facebook img {
	vertical-align:bottom;
}
p#fb_title {
	background:#3B5998;
	padding:5px;
	margin:0 0 5px;
	text-align:right;
}
p#fb_title span {
	line-height:1.1;
	color:white;
	font-family:"lucida grande",tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
}
/* FAKEBOX */
p#rals_icon {
	float:left;
	width:40px;
	padding:5px 5px 5px 12px;
}
div#fb_main {
	float:left;
	width:125px;
	text-align:center;
}
div#fb_main p {
	padding:0 0 5px 0;
}
div#fb_main p a {
	color:#3B5998;
	font-size:12px;
	font-weight:700;
	text-decoration:none;
	font-family:"lucida grande",tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
}
div#fb_main p a:hover {
	text-decoration:underline;
}
p#fb_footer {
	clear:both;
	margin:0 4px 0;
	padding:3px 0 0;
	border-top:1px solid #CCC;
}
p#fb_footer a {
	display:block;
	font-size:10px;
	color:#AAA;
	height:14px;
	text-align:left;
	margin:0 0 3px 3px;
	padding:0 0 0 18px;
	text-decoration:none;
	background:url(../img/facebook/fb_icon.gif) no-repeat 0 0;
	font-family:"lucida grande",tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
}
p#fb_footer a:hover {
	text-decoration:underline;
}
/* ------------------------------------------------------------
 SNS LIST
------------------------------------------------------------ */
ul#sns_list {
}
ul#sns_list li {
	float:left;
	margin:5px 0 0 3px;
	display: inline;
}
ul#sns_list li#btn_mixi {
}
ul#sns_list li#btn_fb {
}
ul#sns_list li#btn_yb {
}
ul#sns_list li#btn_p1 {
	padding-top: 4px;
}
/* ------------------------------------------------------------
 COM NAV
------------------------------------------------------------ */
ul#comNav {
	clear:both;
	width:940px;
	padding:0 0 0 10px;
	background:url(../../img02/com_nav_bg.jpg) 0 0 no-repeat;
	margin:0 auto;
	height:30px;
}
ul#comNav li {
	float:left;
	margin:7px 4px 5px 4px;
	padding:0 10px 0 0;
	border-right:1px dotted #AAA;
}
ul#comNav li.last {
	border-right:none;
	margin:7px 0 5px 4px;
}
ul#comNav li a {
	display:block;
	color:#555;
	padding:2px 2px 2px 15px;
	background:url(//www.rals.net/sapporo/img/parts/pointer2.gif) no-repeat 0% 50%;
	text-decoration:none;
}
ul#comNav li a:hover {
	text-decoration:underline;
}
/* ------------------------------------------------------------
 いいね！カウント数
------------------------------------------------------------ */
div#fbcount {
	float:left;
	width:38px;
	height:16px;
	padding:2px 0 0 2px;
	margin:2px 0 0 2px;
	font-size:11px;
	font-family:"lucida grande", tahoma, verdana, arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
	background:url(//www.rals.net/img/facebook/popup.png) no-repeat;
}
/* ------------------------------------------------------------
 投稿記事ストリーム
------------------------------------------------------------ */
div#likebox {
	width:950px;
	background:white;
	overflow:hidden;
	margin:20px auto;
	border:1px solid #AAA;
	border-top:0;
	font-family:Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	position:relative;
}
p#lb_title {
	color:#fff;
	background:#3B5998;
	padding:8px 5px;
	margin:0;
	overflow:hidden;
}
p#lb_title span {
	display:block;
	float:left;
	padding:0 0 0 5px;
}
p#lb_title a {
	display:block;
	float:right;
	padding:0 5px 0 0;
}
div#lb_main {
	clear:both;
	width:100%;
}
/* FBページリンクボタン */
p.to_fb_page {
	position:absolute;
	right:25px;
	bottom:0px;
	border:solid #BBC1CE;
	border-width:1px 1px 0 1px;
}
p.to_fb_page a {
	display:block;
	color:#333;
	font-weight:700;
	text-decoration:none;
	border-top:1px solid #fff;
	padding:5px 10px 6px;
	background:#EBEEF4;
}
p.to_fb_page a:hover {
	background:#fff;
}
