@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
 *
 */



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

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



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


/**
 *
 * base
 *
 */
#base1{
background:#000000 url(../img/base_bg_repeat.jpg) repeat 0 0;
}
	#base2{}
		#base3{}


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


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


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


/**
 *
 * mainArea
 *
 */
#mainArea{
background:url(/now/pc/skin/cmn/img/bg/transparent/transparent_fff_7.png) !important;
background:rgba(255,255,255,0.8) !important;
background:none;
}
	#mainAreaSub{
	background:#ffffff;
}


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


/**
 *
 * .asideMdl
 *
 */
.asideMdl{
background:url(/now/pc/skin/cmn/img/bg/transparent/transparent_fff_7.png) !important;
background:rgba(255,255,255,0.8) !important;
background:none;
}
	.asideMdlSub{
	background:#ffffff;
	}
		.section {}
		.asideMdl .hr{}


/**
 *
 * timeline entry
 *
 */

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


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





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


/**
 *
 * hr
 *
 */
.hr{
border-bottom:1px dashed #bbbbbb;
}


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


/**
 *
 * timeline
 *
 */
#nowListArea > li{
border-bottom:1px dashed #bbbbbb;
}

.skinBaseBorder,
#cListMainArea li{
border-top:1px dashed #bbbbbb;
}


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


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

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

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




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


/**
 *
 * text
 *
 */

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

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

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

/* alert */
.alert{
color:#e71258;
}



/**
 *
 * anchor
 *
 */
.skinAnchorColor,
a {
color:#e71258;
}
.skinAnchorHoverColor,
a:hover {
color:#e71258;
}
.skinAnchorActiveColor,
a:active {
color:#e71258;
}



/**
 *
 * highlight
 *
 */
.highlight,
.tempImage{}

.closeComment{
background-color:#e71258;
color:#fff !important;
}



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



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


/**
 *
 * comments icon
 *
 */
.skinCommentsIco,
.comments1 > .res,
.logListArea .comments1 > .res{
background-image:url(../img/ico_smile.gif);
}


/**
 *
 * home btn icon
 *
 */
.icoNowAF{
background-image:url(../img/ico_mynow.gif);
}



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


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



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



/**
 *
 * follow button
 *
 */
.followButton,
.userFollowBtn a,
.userFollowComplete{
display:block;
width:133px;
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 -27px;
}
.followButtonActive,
.userFollowBtn a:active{
background-position:0 -54px !important;
}
.userFollowComplete{
background-position:0 -81px !important;
}


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


/**
 *
 * commentsArea
 *
 */
.skinPopupBox,
#commentsArea{
background:#e71258;
}
	.skinPopupBoxSub,
	#commentsAreaIn{
	background:#fff;
	}
		.outputEditor #cListArea{
		border-color:#e71258;
		}





