@charset "UTF-8";
/**
 *
 * $Revision: 1.1 $
 *
 * TOC
 * (01.original element style)
 * 02.logo
 * 03.background (layout)
 * 04.border
 * 05.text,inline
 * 06.button
 * 07.-
 * 08.popup box
 *
 */



/**
 * ============================
 *
 *
 * 01.original
 *
 * ※オリジナルの要素について、記述（無ければ消す）
 *
 * ============================
 */




/**
 * ============================
 *
 *
 * 02.logo
 *
 *
 * ============================
 */

#logo{
background:url(/now/pc/skin/cmn/img/logo/orgn/amebanow_1d1d1d.png) no-repeat 0 0;
}



/**
 * ============================
 *
 *
 * 03.background (layout)
 *
 *
 * ============================
 */


/**
 *
 * base
 *
 */
#base1{
background:url(../img/base_bg.jpg) 50% 0 repeat #000;
}
	#base2{}
		#base3{}


/**
 *
 * frame
 *
 */
#frame{}
	#frameSub{}


/**
 *
 * header
 *
 */
#headerArea{}
	#logoArea{}


/**
 *
 * contentsArea
 *
 */
#contentsArea{}
	#contentsAreaSub{}


/**
 *
 * mainArea
 *
 */
#mainArea{
background:url(/now/pc/skin/cmn/img/bg/transparent/transparent_000_7.png) !important;
background:rgba(0,0,0,0.7) !important;
background:none;
}
	#mainAreaSub{
	}


/**
 *
 * asideArea
 *
 */
#asideArea{}
	#asideAreaSub{}


/**
 *
 * .asideMdl
 *
 */
.asideMdl{
background:url(/now/pc/skin/cmn/img/bg/transparent/transparent_000_7.png) !important;
background:rgba(0,0,0,0.7) !important;
background:none;
}
	.asideMdlHeader a{
	}
	.asideMdlSub{
	}
		.section {}



/**
 *
 * timeline
 *
 */

/* log */
.skinWeakBg,
.logListArea li{
background-color:#333;
}


/* reply */
.skinStrongBg,
.replyToMe,
.editorPostElm{
background-color:#333 !important;
}





/**
 * ============================
 *
 *
 * 04.border
 *
 *
 * ============================
 */


/**
 *
 * hr,
 * timeline
 *
 */

/* base border */
.hr,
#nowListArea > li{
border-bottom:1px dotted #bbb;
}
.skinBaseBorder,
#cListMainArea li{
border-top:1px dotted #bbb;
}


/* StrongBorder */
.skinStrongBorder,
#nowListArea > .addFirstLine{
border-top:solid 1px #999;
}


/**
 *
 * textarea
 *
 */
.textarea{
border-color:#999;
background:#fff;
}

/* focus */
.textarea:focus{
border-color:#999;

box-shadow:0 0 4px #fff;
-moz-box-shadow:0 0 4px #fff;
-webkit-box-shadow:0 0 4px #fff;
}


/**
 *
 * mainArea
 *
 */
.skinMainHr{}


/**
 *
 * asideMdl
 *
 */
.asideMdl .hr{}





/**
 * ============================
 *
 *
 * 05.text,inline
 *
 *
 * ============================
 */


/**
 *
 * text
 *
 */

/* base */
.skinBaseColor,
body{
color:#fff;
}

/* weak */
.skinWeakColor,
.event,
.time,
.time a{
color:#ccc;
}

/* #tag */
.skinPointColor,
.tag{
color:#f6c;
}

/* alert */
.alert{
color:red;
}



/**
 *
 * anchor
 *
 */
.skinAnchorColor,
a {
color:#fff;
}
.skinAnchorHoverColor,
a:hover {
color:#f8badf;
}
.skinAnchorActiveColor,
a:active {
color:#f8badf;
}
.curiousCntBtn a {
color:#000!important;
}



/**
 *
 * highlight
 *
 */
.highlight,
.tempImage{
background-color:#6b0b79;
}



/**
 *
 * heading
 *
 */
.skinHeading{
background-color:#444;
}



/**
 *
 * icon
 *
 */

/* home*/
.icoNowAF{}


/* list */
.skinListIco,
.itemList li{}


/* comments */
.skinCommentsIco,
.comments1 > .res,
.logListArea .comments1 > .res{}






/**
 * ============================
 *
 *
 * 06.button
 *
 *
 * ============================
 */


/**
 *
 * loader
 *
 */
.loading{
background:url(http://stat100.ameba.jp/now/pc/skin/cmn/img/loader/base/loader_dotted4_3d.gif) no-repeat 50% 50%;
}



/**
 *
 * timelineBtn
 *
 */
.button,
#timelineBtn{
width:448px;
height:35px;
text-indent:-9999px;
outline:none;
overflow:hidden;
background:url(../img/timeline_btn.png) no-repeat 0 0;
}
.buttonHover,
:hover#timelineBtn{
background-position:0 -40px;
}
.buttonActive,
:active#timelineBtn{
background-position:0 -80px !important;
}



/**
 *
 * follow button
 *
 */
.followButton,
.userFollowBtn a,
.userFollowComplete{
display:block;
width:130px;
height:27px;
text-indent:-9999px;
outline:none;
overflow:hidden;

background:url(../img/follow_btn.png) no-repeat 0 0;
}
.followButtonHover,
.userFollowBtn a:hover{
background-position:0 -30px;
}
.followButtonActive,
.userFollowBtn a:active{
background-position:0 -60px !important;
}
.userFollowComplete{
background-position:0 -90px !important;
}



/**
 * ============================
 *
 *
 * 08.popup box
 *
 *
 * ============================
 */


/* close */
.closeComment{
background-color:#666;
}

/* box */
.skinPopupBox,
#commentsArea{
background:#666;
}
	.skinPopupBoxSub,
	#commentsAreaIn{
	background:#000;
	}
		.outputEditor #cListArea{
		border-color:#333;
		}





