@charset "utf-8";
@import url("/47shu/css/47shu_subcolumn.css");  

/* -------------------------------------------------------------------------------
 Common Design
--------------------------------------------------------------------------------*/
.BrClr{ /* br clear substitute */
	clear:both;
	display: block;
	font-size:1px;
	line-height:0px;
}
.NoJS {
	font-size:90%;
	color:#FF0000;
	padding:5px 10px;
}
.hidden{
	left: -999px;
	position: absolute;
	width: 990px;
}
/* -------------------------------------------------------
グローバルメニュー
-------------------------------------------------------*/
#HeaderNavi #Gnavi {
	display:block;
	padding: 5px 0 2px;
	position:relative;
	z-index:100;
}
#HeaderNavi #Gnavi ul {
	margin: 0;
	padding: 0;
}
#HeaderNavi #Gnavi li {
	float:left;
	overflow:hidden;
	height:34px;
}
#HeaderNavi #Gnavi li:nth-child(2) a{
	-webkit-border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
}
#HeaderNavi #Gnavi li:last-child a{
	-webkit-border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	border-radius:0 2px 2px 0;
}
#HeaderNavi #Gnavi li a{
	float: left;
	font-size:0.60em;
	line-height:29px;
	height: 28px;
	color: #333;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	border-top: 1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F9F9F9), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #F9F9F9);
	background: -moz-linear-gradient(#fff, #F9F9F9);
	background: -o-linear-gradient(#fff, #F9F9F9);
	background: -ms-linear-gradient(#fff, #F9F9F9);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#F9F9F9');
}
#HeaderNavi #Gnavi li#NaviHome a{
	border-left:1px solid #E0E0E0;
}
#HeaderNavi #Gnavi li a:hover{
	border-right:1px solid #E0E0E0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #E4E4E4), color-stop(0.95, #E8E8E8), color-stop(0.83, #EFEFEF), color-stop(0.48, #EFEFEF), color-stop(0.13, #EFEFEF), color-stop(0.03, #E8E8E8), color-stop(0.00, #E4E4E4));
	background: -webkit-linear-gradient(top, #E4E4E4 0%, #E8E8E8 3%, #EFEFEF 13%, #EFEFEF 48%, #EFEFEF 83%, #E8E8E8 95%, #E4E4E4 100%);
	background: -moz-linear-gradient(top, #E4E4E4 0%, #E8E8E8 3%, #EFEFEF 13%, #EFEFEF 48%, #EFEFEF 83%, #E8E8E8 95%, #E4E4E4 100%);
	background: -o-linear-gradient(top, #E4E4E4 0%, #E8E8E8 3%, #EFEFEF 13%, #EFEFEF 48%, #EFEFEF 83%, #E8E8E8 95%, #E4E4E4 100%);
	background: -ms-linear-gradient(top, #E4E4E4 0%, #E8E8E8 3%, #EFEFEF 13%, #EFEFEF 48%, #EFEFEF 83%, #E8E8E8 95%, #E4E4E4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EFEFEF', endColorstr='#E4E4E4'); /* IE5.5以上 */
}
/*-- ON --*/
body#home #HeaderNavi #Gnavi li#NaviHome a,
body#senkyo #HeaderNavi #Gnavi li#NaviSelect a,
body#graph #HeaderNavi #Gnavi li#NaviPhoto a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #E4E4E4), color-stop(0.95, #E8E8E8), color-stop(0.83, #EFEFEF), color-stop(0.48, #EFEFEF), color-stop(0.13, #EFEFEF), color-stop(0.03, #E8E8E8), color-stop(0.00, #E4E4E4)) ;
	background: -webkit-linear-gradient(top, #E4E4E4 0%, #E8E8E8 3%, #EFEFEF 13%, #EFEFEF 48%, #EFEFEF 83%, #E8E8E8 95%, #E4E4E4 100%);
	background: -moz-linear-gradient(top, #E4E4E4 0%, #E8E8E8 3%, #EFEFEF 13%, #EFEFEF 48%, #EFEFEF 83%, #E8E8E8 95%, #E4E4E4 100%);
	background: -o-linear-gradient(top, #E4E4E4 0%, #E8E8E8 3%, #EFEFEF 13%, #EFEFEF 48%, #EFEFEF 83%, #E8E8E8 95%, #E4E4E4 100%);
	background: -ms-linear-gradient(top, #E4E4E4 0%, #E8E8E8 3%, #EFEFEF 13%, #EFEFEF 48%, #EFEFEF 83%, #E8E8E8 95%, #E4E4E4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EFEFEF', endColorstr='#E4E4E4');
}
/*-- Arrow --*/
body#senkyo #HeaderNavi #Gnavi li#NaviSelect,
body#graph #HeaderNavi #Gnavi li#NaviPhoto {
	height: 35px;
	background: url(/images/common/navi_arrow.png) no-repeat center bottom;
}

/*-----------------------------------------------
サブメニュー切り替え/フローティングメニュー制御 ★未使用★
-----------------------------------------------*/

/* -------------------------------------------------------
 submenu
-------------------------------------------------------*/
ul.GnaviSub {
	border:1px solid #d6d6d6;
	background:#fcfcfc;
	padding:14px 0 14px 0;
	line-height:100%;
	width:208px;
	z-index:100;
	display:none;
}
ul.GnaviSub li a {
	display:block;
	font-size:12px;
	width:166px;
	padding:3px 14px 3px 28px;
	background:url(/images/common/ico_arrow_black.png) 13px 0.7em no-repeat #fcfcfc;
	text-align:left;
	height:auto !important;
}
ul.GnaviSub li a:hover {
	background:url(/images/common/ico_arrow_black.png) 13px 0.7em no-repeat #f0f0f0;
}
#Gnavi .GnaviSubSelect,
#Gnavi .GnaviSubFeature,
#Gnavi .GnaviSubTochiji,
#Gnavi .GnaviSubArchive{
	position:absolute;
	top:33px;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.1); /* Safari, Chrome用 */
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.1); /* Firefox用 */
	box-shadow: 3px 3px 5px rgba(0,0,0,0.1); /* CSS3 */
}
#Gnavi .GnaviSubSelect{left: 55px;}
#Gnavi .GnaviSubFeature{left: 117px;}
#Gnavi .GnaviSubTochiji{left: 191px;}
#Gnavi .GnaviSubArchive{left: 522px;}
/* -------------------------------------------------------
#HeaderNavi .HdNaviRight 
-------------------------------------------------------*/
#HeaderNavi .HdNaviRight {
	float:right;
	display:block;
}
#HeaderNavi #GnaviRight {
	display:block;
	float:left;
	line-height:100%;
	padding:14px 4px 4px 0;
	font-size:12px;
}
#HeaderNavi #GnaviRight li {
	float:left;
	padding-right:10px;
	font-size:12px;
	line-height:100%;
}
*:first-child+html #HeaderNavi #GnaviRight li {
	padding-right:6px;
	font-size:11px;
}
#HeaderNavi #GnaviRight li a {
	font-size:12px;
	line-height:100%;
}
 
#HeaderNavi .HdNaviRight li.HdNaviSubscription { /* Home Design */
	padding-left:25px;
}
#HeaderNavi .H-Search {
	float:left;
	padding-top:7px;
	display:block;
}
#HeaderNavi .H-Search div {
	float:left;
}
#HeaderNavi .H-Search button {
	border:none;
}
#HeaderNavi .H-Search button.BtnSearchArticle {
	background: url(/images/common/nav_main.gif) no-repeat -102px -102px;
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 38px;
	cursor:pointer;
}
*:first-child+html #HeaderNavi .H-Search button.BtnSearchArticle,
*:first-child+html #HeaderNavi .H-Search button.BtnSearchImages {
	margin-top:1px;
}
#HeaderNavi .H-Search button.BtnSearchArticle:hover {
	background: url(/images/common/nav_main.gif) no-repeat -181px -102px;
}
#HeaderNavi .H-Search button.BtnSearchImages {
	background: url(/images/common/nav_main.gif) no-repeat -141px -102px;
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 39px;
	cursor:pointer;
}
#HeaderNavi .H-Search button.BtnSearchImages:hover {
	background: url(/images/common/nav_main.gif) no-repeat -220px -102px;
}
/* -------------------------------------------------------
SubNavi
-------------------------------------------------------*/
#SubNavi {
	position:relative;
	background:#444;
	height:29px;
}
#SubNaviLeft {
	float:left;
	padding-left:20px;
}
#SubNaviLeft ul li {
	float:left;
	height:29px;
	width:auto;
}
#SubNaviRight {
	float:right;
	padding-right:20px;
}
#SubNaviRight ul li {
	float:left;	
}
#SubNaviLeft ul li a,
#SubNaviRight ul li a {
	color:#ffffff;
	font-size:12px;
	display:block;
	padding:9px 10px 8px 9px;
	text-decoration:none;
	float:left;
	line-height:100%;
}
#SubNaviRight ul li a {
	padding:10px 9px 12px 8px;
	font-size:11px;
	display:block;
	line-height:100%;
}
#SubNaviWrap #SubNaviLeft ul li a:hover {
	background:url(/images/common/bgi-subMenu.gif) 0 0 repeat-x #016fab;
	text-decoration: underline;
	display:block;
	border-left:1px solid #01497f;
	border-right:1px solid #01497f;
	color:#ffffff;
	padding:9px 9px 8px 8px;
}
#SubNaviRight ul li a:hover {
	text-decoration:underline;
}
#Crumb {
	background:#fbfbfb;
	padding:8px 0 7px 13px;
	border-bottom:1px solid #f1f1f1;
	font-size:12px;
	margin-bottom:20px;
	line-height:100%;
	display: block;
	color:#000000;
}
#Crumb span {
	margin:0 8px 0 8px;
	color:#c1c1c1;
}
/* -------------------------------------------------------
 SNSボタン
-------------------------------------------------------*/
#BtnSocial {
	float:left;
	padding:9px 0 0 11px;
	display:block;
}
#BtnSocial ul li {
	float:left;
	padding-left:5px;
}
li.Twitter,li.Facebook {
	display:block !important;
}
li.Twitter a {
	background: url(/images/common/mdl.png) no-repeat 0px -59px;
	display: block;
	height: 21px;
	margin: 4px 3px 0 5px;
	padding: 0 !important;
	text-indent: -9999px;
	width: 22px;
}
li.Twitter a:hover {
	background: url(/images/common/mdl.png) no-repeat -22px -59px; 
}
li.Facebook a {
	background: url(/images/common/mdl.png) no-repeat -44px -59px;
	display: block;
	height: 21px;
	margin: 4px 15px 0 0;
	padding: 0 !important;
	text-indent: -9999px;
	width: 22px;
}
li.Facebook a:hover {
	background: url(/images/common/mdl.png) no-repeat -66px -59px;
}
li.SubJP a {
	/*background: url(/images/common/jp_logo.png) no-repeat;
	width:58px;*/
	width:118px;
	background:url(/images/renew/logo_s.png) no-repeat;	
	display: block;
	height:22px;
	margin: 4px 0 0;
	padding: 0 !important;
	text-indent: -9999px;
}
/* ------------------------------------------------------------------------------
 Footer
--------------------------------------------------------------------------------*/
#Footer {
	clear:both;
}
#FootLinkTop{
	display:none;
}
#Footer .Footer2 {
	line-height:110%;
	margin:0 auto;
	padding:0 20px 18px;
}
#Footer .Footer2 ul{
	margin:0px;
	padding:0px 0px 6px;
	text-align:center;
	line-height:115%;
	font-size:11px;
}
#Footer .Footer2 li a{
	line-height:115%;
}
html>/**/body #Footer .Footer2 ul {
	margin-top:-3px;
	margin-bottom:2px;
	padding-bottom:0px;
}
#Footer .Footer2 li {
	display:inline;
	font-size:11px;
	line-height:170%;
}
#Footer .Footer2 li span {
	margin:0 2px 0 5px;
	color:#c1c1c1;
}
#Footer .MaiDigi{
	text-align:center;
	margin:0 auto;
	padding:0 20px 5px;
}
#Footer .MaiDigi ul{
	margin:0px;
	padding:0px 0px 6px;
	text-align:center;
	line-height:115%;
	font-size:11px;
}
#Footer .MaiDigi li{
	display:inline;
}

#Footer .MaiDigi li.Title{
	display:inline;
	margin-right:12px;
}
#Footer .MaiDigi li a{
	font-size:11px;
	line-height:100%;
}
#Footer .MaiDigi li span{
	margin:0 2px 0 5px;
	color:#c1c1c1;
}
#Footer ul#FootSpecialLinks {
	margin-bottom:5px;
}
/* Lower
-------------------------------------------------------*/
#Footer .FooterLower{
	width:37em;
	margin:0 auto;
	position:relative;
	padding:0 20px 32px ;
	font-size:16px;
}
#Footer .FooterLower address,
#Footer .FooterLower p {
	margin-bottom:3px;
	font-size:11px;
	color:#454545;
	font-style:normal;
	line-height:115%;
	text-align:center;
	width:100%;
}
#Footer .FooterLower #Kokko {
	background: url(/images/common/mdl.png) no-repeat scroll 0 -23px transparent;
	height: 36px;
	margin: 32px auto 0;
	text-indent: -9999px;
	width: 124px;
	display:block;
}
#Footer .FooterLower #Kokko a {
	height: 36px;
	width: 124px;
	display:block;
}
/* FootGenre Navi
--------------------------------------------------------------------------------*/
.FootLink  {
	background:#fafafa;
	border:1px solid #e6e6e6;
}
.FootLink a.PageTop {
	display:block;
	float:right;
	padding:8px 20px 8px 20px;
	border-left:1px solid #e6e6e6;
	font-size:12px;
	line-height:100%;
}
.FootLink a.PageTop:hover {
	background:#f3f3f3;
	text-decoration:underline;
	line-height:100%;
}
.FootLink a.HomePage {
	display:block;
	float:left;
	padding:8px 20px 8px 20px;
	border-right:1px solid #e6e6e6;
	font-size:12px;
	line-height:100%;
}
.FootLink a.HomePage:hover {
	background:#f3f3f3;
	text-decoration:underline;
	line-height:100%;
}
.FootGenreNavi {
	width:940px;
	margin:0 auto;
	padding:25px 20px 20px;
}
#FootGenreNaviLeft{
	width:470px;
	float:left;
}
#FootGenreNaviRight{
	width:470px;
	float:left;
}
.FootGenreNavi p {
	float:left;
	clear:left;
	font-weight:normal;
	color:#333333;
	padding:0 0 0 7px;
	font-size:13px;
	line-height:145%;
}
.FootGenreNavi ul {
	margin-left:7.5em;
	padding:0 0 5px 0;
	text-align:left;
	line-height:100%;
	font-size:13px;
}
.FootGenreNavi li {
	text-align:left;
	display:inline;
	font-size:13px;
	white-space: nowrap;
	line-height:145%;
}
.FootGenreNavi li a {
	font-size:12px;
}
.FootGenreNavi li span {
	margin:0 4px 0 7px;
	color:#c1c1c1;
}
/* -------------------------------------------------------------------------------
 SubColumn
-------------------------------------------------------------------------------*/
#SubColumn {
	float: right;
	width: 300px;
	position:relative;
	text-align:left;
}
/* サブランキング
-------------------------------------------------------*/
#SubColumn .SubRanking {
	background: none;
	border: none;
	margin-bottom: 13px;
	padding: 0;
}
#SubColumn .R-Head {
	padding:11px 0 1px 0;
	border-top:1px solid #cde0ec;
	border-bottom:1px dotted #c7c7c7;
	width:100%;
	height: 23px;
	position: relative;
}
#SubColumn .R-Head .Ttl {
	float:left;
	width:150px;
	color: #000000;
	font-size: 80%;
	position: static;
	margin-left: 0;
	padding-top:1px;
}
#SubColumn .R-Head .Ttl a {
	font-weight:bold;
	color:#000000;
}
#SubColumn .R-Head .R-ToList {
	float:right;
	width:140px;
	font-size: 70%;
	text-align:right;
	padding-right:2px;
	padding-top:1px;
}
#SubColumn #SubRankingContainer {
	background:#FFFFFF;
	padding:13px 3px 0px 5px;
}
#SubColumn #SubRankingContainer span.Up {
	width:13px;
	height:13px;
	display:block;
	background:url(/images/common/mdl_bg.png) -2px -278px no-repeat;
	text-indent:-9999px;
	margin-left:3px;
}
#SubColumn #SubRankingContainer span.Asis {
	width:10px;
	height:3px;
	display:block;
	background:url(/images/common/mdl_bg.png) -2px -320px no-repeat;
	text-indent:-9999px;
	margin-left:3px;
}
#SubColumn #SubRankingContainer span.Down {
	width:13px;
	height:13px;
	display:block;
	background:url(/images/common/mdl_bg.png) -2px -351px no-repeat;
	text-indent:-9999px;
	margin-left:3px;
}
#SubColumn #SubRankingContainer span.NewIcon {
	width:19px;
	height:13px;
	display:block;
	background:url(/images/common/mdl_bg.png) 0 -1300px no-repeat;
	text-indent:-9999px;
}
#SubColumn .SubRanking .RankingBody {
	width: 100%;
	padding:5px 0;
}
#SubColumn .SubRanking .RankingBody th,
#SubColumn .SubRanking .RankingBody td {
	font-size: 75%;
	padding:3px 0px 8px 0px;
	line-height:100%;
}
#SubColumn .SubRanking .RankingBody th {
	text-align: center;
	color: #000000;
	font-weight:normal;
	padding:3px 5px 8px 2px;
}
#SubColumn .SubRanking .RankingBody td.Status {
	text-align: center;
	padding: 2px 0 8px 0;
	width:24px;
}
/*----------------------------------------------
 最新写真特集
----------------------------------------------*/
#SlidellList {
	margin-bottom: 27px;
}
.SlideHeadLine {
	border-bottom: 1px dotted #C7C7C7;
	border-top: 1px solid #CDE0EC;
}
.SlideHeadLine h1 {
	color: #000000;
	font-size: 80%;
	font-weight: bold;
	padding: 11px 0 9px;
	float:left;
}
#SlideArrowWrap {
	float:right;
	padding: 6px 0 0;
}
#SlideArrowWrap a.slideBtn {
	background: url(/images/common/mdl_bg.png) no-repeat 0 -1007px;
	height:21px;
	display: block;
	text-indent: -9999px;
	float:left;
}
#SlideArrowWrap a#SlideLeftBtn {
	background-position: 0 -926px;
	width:21px;
}
#SlideArrowWrap a#SlideRightBtn {
	background-position: 0 -1006px;
	width:20px;
}
#SlideArrowWrap a#SlideLeftBtn:hover {
	background-position: 0 -966px;
}
#SlideArrowWrap a#SlideRightBtn:hover {
	background-position: 0 -1046px;
}
#SlidePhotoMaskIn {
	position:relative;
	overflow:hidden;
	height:125px;
	width:100%;
	font-size:70%;
}
#SlidePhotoMask ul {
	position:absolute;
	overflow:hidden;
	height:125px;
	padding: 20px 0 0 2px;	
}
#SlidePhotoMask ul li {
	float:left;
	width: 112px;
	z-index:300;
}
#SlidePhotoMask ul li a {
	display: block;
	text-align:center;
	vertical-align:middle;
	width:88px;
	height:88px;
	background: #fbfbfb;
	border: 1px solid #ededed;
	padding:6px;
}
#SlidePhotoMask ul li a:hover {
	background: #f3f3f3;
}
/* 
フキダシ
-------------------------------------------------------*/
.captionOver{
	position:absolute;
	padding-top:7px;
	top:122px;
	z-index:149;
	line-height:100%;
}
.captionOver .captionArrow{
	background:url(/images/common/mdl_bg.png) no-repeat 0px -1272px;
	width:15px;
	height:8px;
	position:absolute;
	top:0;
	left:45px;
	z-index:150;
}
.captionOver .caption{
	background:#fbfbfb;
	border:1px solid #c1c1c1;
	padding:7px 7px 5px 7px;
	width:198px;
	z-index:100;
	font-size:70%;
}
.PhotoLinkArticleMore .captionOver{
	top:102px;
}
.PhotoLinkArticleMore .captionOver .caption{
	padding:7px 7px 5px 7px;
	width:182px;
}
.PhotoLinkArticleMore .captionOver .captionArrow{
	left:40px;
}
.PhotoLinkrelation .captionOver{
	top:88px;
}
#relatedPhotoArticle .captionOver .caption{
	padding:7px 7px 5px 7px;
	width:156px;
}
#relatedPhotoArticle .captionOver .captionArrow{
	left:35px;
}
/* -------------------------------------------------------
毎日jpコンテンツ
-------------------------------------------------------*/
#MjpCont {
	margin-bottom: 20px;
}
#MjpCont .MjpContHeader{
	border-top: 1px solid #cde0ec;
}
#MjpCont .MjpContHeader h1{
	color: #000000;
	font-size: 80%;
	font-weight: bold;
	padding: 11px 0 9px;
}
#MjpCont table#MjpContWrap{
	width:100%;
	border-left: 1px solid #ededed;
	border-top: 1px solid #ededed;
}
#MjpCont table#MjpContWrap td{
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	/*background: #fbfbfb;*/
	vertical-align:middle;
	padding:2px;
}
#MjpCont table#MjpContWrap a{
	height:23px;
	line-height:100%;
	font-size: 73%;
	display: table-row;
}
.MjpContBg01{
	width:34%;
}
.MjpContBg02{
	width:32%;
}
.MjpContBgGray{
	background: #ffffff !important;
}
#MjpCont tr.MjpContBgGray{
	background: #fbfbfb !important;
}
#MjpCont p.GuideImg{
	float:left;
	width:32px;
	padding:5px;
}
#MjpCont p.GuideText{
	display:table-cell;
	vertical-align:middle;
}
*:first-child+html #MjpCont p.GuideText {  
	display: inline;  
	zoom: 1;  
}  
/* -------------------------------------------------------
gigyaアクティビティーフィード
-------------------------------------------------------*/
.activity_feed{
	background: #fbfbfb;
	border: 1px solid #ededed !important;
	padding:13px 7px 10px 7px;
	margin-top:10px;
	margin-bottom:20px;
}
.activity_feed *{
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic" !important;
}
/*IE7/8ハック*/
.activity_feed{
	height/*\**/:350px\9;
}
.activity_feed a{
	color:#16387c !important;
	font-weight: normal !important;
}
#ActivityFeedWidget_EF_items div div{
	background: #ffffff !important;
}
.activity_feed a:hover{
	text-decoration: underline !important;
}
.activity_feed h1{
	font-size: 80%;
	margin:0 0 11px 6px;
}
.activity_feed .titleAndDesc{
	font-size: 105%;
}
#ActivityFeedWidget_tabsTR td{
	padding:7px 0 !important;
	font-size: 105% !important;
}
#ActivityFeedWidget_EF_items table{
	background: #ffffff !important;
}
#ActivityFeedWidget_top table{
	background-color: #ffffff !important;
	border-color: #ededed !important;
}
#ActivityFeedWidget_ET,#ActivityFeedWidget_FT,#ActivityFeedWidget_MT{
	border-color: #ededed !important;
}
.gig-tab-active{
	border-bottom: none !important;
	border-top: 1px solid  #ededed !important;*/
	background: #ffffff !important;
}
.gig-tab-inactive{
	border-top: none !important;
	background: #fbfbfb !important;
}
#ActivityFeedWidget_top table{
	border-top: none !important;
}
.titleAndDesc{
	line-height:120%;
	padding:2px 0 0 0;
}
div#ActivityFeedWidget_FriendSelectorUIContainerFriends_friends{
	border: 1px solid #ededed !important;
}
div.gig-friend-checked {
	background-color: #ffffff !important;
	border: 1px solid #0078c6 !important;
}
div.gig-friend-name {
	padding: 0 !important;
}
#ActivityFeedWidget_EF,
#ActivityFeedWidget_FF,
#ActivityFeedWidget_MF{
	line-height:120% !important;
}
/* -------------------------------------------------------
関連コーナー
-------------------------------------------------------*/
#RelationCorner {
	margin-bottom: 17px;
	/*display:inline-block;
	width: inherit;*/
}
#RelationCorner .RelationCornerHeader {
	border-bottom: 1px dotted #C7C7C7;
	border-top: 1px solid #CDE0EC;
	margin-bottom:5px;
}
#RelationCorner .RelationCornerHeader h1{
	color: #000000;
	font-size: 80%;
	font-weight: bold;
	padding: 11px 0 9px;
}
#RelationCorner .RelationCornerBox,
#home #RelationCorner .RelationCornerBox {
	width:49%;
	float:left;
	padding-right:5px;
}
#RelationCorner .RelationCornerBox {
	padding-bottom:10px;
}
#home #RelationCorner .RelationCornerBox {
	padding-bottom:5px;
	min-height: 75px;
}
#RelationCorner .RelationCornerBox .Thum {
	float:left;
	width:70px;
	height:70px;
}
#home #RelationCorner .RelationCornerBox .Thum {
	float:left;
	width:60px;
	height:60px;
}
#RelationCorner .RelationCornerBox .Txt,
#home #RelationCorner .RelationCornerBox .Txt {
	font-size:75%;
	line-height:120%;
}
#RelationCorner .RelationCornerBox .Txt {
	margin-left:78px;
}
#home #RelationCorner .RelationCornerBox .Txt {
	margin-left:68px;
}
#RelationCorner .RelationCornerBox .Txt a {
	display:block;
	line-height:120%;
	padding-bottom:3px;
}
#RelationCorner .RelationCornerWrapper {
	list-style:none;
	margin:0;
	padding-top:14px;
}
#RelationCorner .RelationCornerWrapper:after {
	display: block;
	clear: both;
	content: "";
}
/*====================================================
 記事/写真検索ボタンの浸透対策設定
 浸透浸透後は削除
====================================================*/
#HeaderNavi .H-Search a.BtnSearchArticle {
	background: url(/images/common/nav_main.gif) no-repeat -102px -102px;
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 38px;
	cursor:pointer;
}
*:first-child+html #HeaderNavi .H-Search a.BtnSearchArticle,
*:first-child+html #HeaderNavi .H-Search a.BtnSearchImages {
	margin-top:1px;
}
#HeaderNavi .H-Search a.BtnSearchArticle:hover {
	background: url(/images/common/nav_main.gif) no-repeat -181px -102px;
}
#HeaderNavi .H-Search a.BtnSearchImages {
	background: url(/images/common/nav_main.gif) no-repeat -141px -102px;
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 39px;
	cursor:pointer;
}
#HeaderNavi .H-Search a.BtnSearchImages:hover {
	background: url(/images/common/nav_main.gif) no-repeat -220px -102px;
}
/* 2012.11.20 ----------------------*/
#AreaCornerHeader {
	border-bottom: 1px dotted #C7C7C7;
	border-top: 1px solid #CDE0EC;
	margin-bottom:15px;
}
#AreaCornerHeader h1{
	color: #000000;
	font-size: 80%;
	font-weight: bold;
	padding: 11px 0 9px;
}

/* -------------------------------------------------------
Jump to Top
-------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 100px;
	right: 0;
}
#page-top a {
	background: rgba(170, 170, 170, 0.8);
	text-decoration: none;
	color: #FFF;
	width: 60px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 5px;

-webkit-font-smoothing: antialiased;
font-stretch:wider;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
#page-top a:before{
	content: '';
	position: relative;
	top: 2px;
	display: block;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: solid 5px #FFF;
	border-left: solid 5px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* -------------------------------------------------------------------------------
 Common ALL
--------------------------------------------------------------------------------*/
/* SubColumn Senkyo Archive
-------------------------------------------------------*/
ul#SAr{
    margin-bottom: 14px;
}
ul#SAr li {
	display:block;
	line-height: 90%;
	padding: 6px 0 6px 12px;
	background: url("/images/common/ico_arrow_blue.png") no-repeat 2px 0.7em;
	*zoom: 1;
	border-bottom: 1px solid #efefef;
}
*:first-child+html ul#SAr li {
	background: url("/images/common/ico_arrow_blue.png") no-repeat 2px 0.9em;
}
ul#SAr li a{
	font-size:12px;
}
/*ul#SAr li.SArList {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}*/
ul#SAr li span.TitleNewIcon {
	width:17px;
	height:15px;
	display:inline-block;
	margin:0 0 0 3px;
	text-indent:-9999px;
	vertical-align:top;
	background:url(/images/common/mdl_bg.png) 0 -1084px no-repeat;
	line-height:120%;
	*display: inline;  
	*zoom: 1;
	font-size:75%;
}
*:first-child+html ul#SAr li span.TitleNewIcon {
	vertical-align:middle;
}
/*-------------------------------------------------------
 SubColumn
-------------------------------------------------------*/
#SubColumn .A-Head {
	padding:11px 0 1px 0;
	border-top:1px solid #cde0ec;
	border-bottom:1px dotted #c7c7c7;
	width:300px;
	height: 23px;
	position: relative;
	background:#efefef;
}
#SubColumn .A-Head .Ttl {
	/*float:left;
	width:150px;*/
	color: #000000;
	font-size: 13px;
	position: static;
	margin-left: 5px;
	padding-top:1px;
	padding-left:5px;
	border-left:5px solid #444;
}
#SubColumn .A-Head .Ttl a {
	font-weight:bold;
	color:#000000;
}
/* party table -------*/
#SubColumn .ParWrap {
	width: 298px;
	padding:0;
	/*background:#eee;*/
	margin-bottom:10px;
	border: 1px solid #ccc;
	border-top:none;
}
#SubColumn ul#Par {
	/*margin:0 4px 4px 4px;*/
	/*background:#FFF;*/
/*	border-right:3px solid #efefef;
	border-bottom:3px solid #efefef;
	border-left:3px solid #efefef;*/
	/*border: 1px solid #ccc;*/
}

/* IE7 Hack*/
*:#SubColumn ul#Par {
	width: 300px;
}

#SubColumn ul#Par li {
	float:left;
	width:45%;
	/*display:block;*/
	line-height: 90%;
	padding: 6px 0 6px 12px;
	border-bottom: 1px solid #efefef;
	background: url(/images/common/ico_arrow_blue.png) no-repeat 4px 0.7em;
}
#SubColumn ul#Par li a{
	font-size:12px;
}
/*#SubColumn ul#Par li:nth-child(9),*/
#SubColumn ul#Par li:last-child {
	border-bottom:0px;
}
/* vote -------*/
#SubColumn .vote{
	margin-bottom:10px;
	height: 107px;
}
/*-----------------------------*/
#SubColumn #social{
	background-color:#efefef;
	margin-bottom:10px;
	padding:5px;
	text-align:center;
}
/* -------------------------------------------------------
サブカラム A-Head
-------------------------------------------------------*/
body#e47shu #SubColumn .A-Head {
border: 1px solid #ccc;
width: 290px;
height: auto;
position: relative;
background: #eee;
padding: 6px 6px 6px 2px;
border-bottom: none;
}
body#e47shu #SubColumn .A-Head .Ttl {
margin-left: 2px;
}
body#e47shu ul#SAr{
	border: 1px solid #ccc;
	padding: 0px 4px;
	border-top: none;	
}
.HoshitoriWrap{
	margin-bottom: 10px;
}
