@charset "utf-8";

/* ------------------------------------------------ */
/* サブカラムのレイアウト                           */
/* ------------------------------------------------ */

/* RSS */
#rss{
	clear:left;
	float:left;
	width:45px;
	margin:15px 0px 0px 0px;
	padding:0px;
	overflow:hidden;
}

/* 検索（search）の本体は「common-parts.css」に記載 */
#search{
	margin-top:15px;
}

/* CosmeCalendarは「common-calendar.css」または「common-parts.css」に記載 */

/* レクタングルバナー */
#rectangle{
	margin:0px 0px 20px 0px;
	padding:0px;
	width:300px;
}
#rectangle div.adsbyglam{
	float:right;
	text-align:right;
	color:#999;
	font-size:12px;
}
/* FOCUS */
#focus{
	clear:both;
	float:left;
	width:300px;
	height:118px;
	margin:25px 0px 20px 0px;
	padding:0px;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	background-color:#999;
}
* html #focus{
	width:300px;
	margin-bottom:10px;
}
#focus img{
	float:left;
	margin:3px 0px 0px 3px;
}
#focus .focus-tag{
	clear:both;
	margin:3px;
	width:294px;
	height:90px;
	background-color:#000;
	font-size:12px;
	color:#fff;
}
#focus .focus-tag img{
	/* display:block; */
	float:left;
	margin:10px;
}
#focus .focus-tag div{
	clear:none;
	float:right;
	width:190px;
	margin:10px 0px 0px 0px;
	padding:0px;
}
#focus .focus-tag a{
	color:#efefef;
}

/* premium-network */
#premium-network{
	clear:both;
	/*
	float:left;
	*/
	margin:10px 0px 10px 0px;
	padding:0px;
}

/* STORY最新号 */
#story-latest-issue{
	clear:both;
	float:left;
	width:300px;
	/*height:20px;*/
	margin:10px 0px 0px 0px;
	padding:0px;
}
#story-latest-issue p{
	margin:0px;
	padding:0px;
}
#story-latest-issue ul.small-list{
	margin:10px 0px 35px 0px;
}
#story-latest-issue ul.latest-info{
	margin:0px;
	padding:3px 5px;
	/* background-color:#003366; */
	 background-color:#ec6744;
	text-align:center;
}
#story-latest-issue ul.latest-info li{
	display:inline;
	padding:0px 5px;
	font-size:12px;
	line-height:14px;
	border-style:solid;
	border-width:0px 1px 0px 0px;
	border-color:#fff;
}
#story-latest-issue ul.latest-info li.last{
	border:0px;
}
#story-latest-issue ul.latest-info li a{
	color:#fff;
}

/* Glam widget */
#glam-widget{
	clear:both;
	margin-top:20px;
}
#glam-widget img{
	margin:10px 0px 20px 0px;
}

