




body,
.txt-default	{ color: #ffffff; }
a,
.txt-point{ color: #b898d5; }
#menu_line{
	background:#b898d5;
	}
 #log_in:hover *{
   color: #b898d5 !important;	
 } 


#b-menu #nav-container #line,#navi_category > .line,.option-input:checked, .option-input:checked::after{ background:#b898d5 }
#log_list .item-comment .co-header{ border-color:#b898d5 }
#log_list .item .ui-pic .ico-category,
#navi_category > a:hover, #bo_cate_on,
#board_category input:checked + label,
#log_list .item .ui-pic .pic-header .del:hover,
#log_list .item	.ui-pic .pic-header .mod:hover{ color:#b898d5 !important }
.form-group .form-control:focus, .form-group .form-control:valid{
    outline: none;
    color: #b898d5 ;
    box-shadow: 0 1px #b898d5 ;
    border-color: #b898d5 ;
}

.frame-theme-BODY,
#header:before,
#character_profile
{
		background: rgba(0, 0, 0, .5);
}

<!--.formula, .rolled {
    background: #b898d5 !important;
}-->
.message.private {
   color: #b898d5 !important;
}
.message.emote {
    background-color: #b898d5 !important;
    color: #ffffff !important;
}
@media all and (min-width: 1001px) { 
	html.single				{
			background-image: url('http://hoshizuki.com/data/site/design_background.png');
			background-size: cover;
			background-attachment: fixed;
		}
}

@media all and (max-width: 1000px) {
	html.single				{
			background-image: url('http://hoshizuki.com/data/site/design_m_background.png');
			background-attachment: fixed;
	    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	}
}
	#gnb_control_box	{ display: none; }

@media all and (min-width: 1001px) { 
	#header			{
    position: fixed;
    height: 100%;
    z-index: 99;
 transition: none;
	}

	#gnb-btn{
	position: fixed;
    text-indent: -9999px;
	}

}

@media all and (max-width: 1000px) {

	#header			{
			background-color: rgba(0, 0, 0, .5);
		}

	#gnb				{
		}

	#gnb_control_box	{
		display: block;
	}
}



#logo	{
	padding:30px 0;
	text-align: center;
}



/*#gnb	{ float: right; }*/
#gnb,
#gnb *	{
	color: #ffffff;
	font-size: 14px;
}
#gnb a:hover {
	color: #937ee3;
	font-size: 14px;
}




*::-webkit-scrollbar-track			{ background-color: #ffffff; }
*::-webkit-scrollbar-thumb			{ background: #b1aaaa; }

* { outline-color: transparent; }
::selection			{ background:#b898d5; }
::-moz-selection	{ background:#b898d5; }
::-webkit-selection	{ background:#b898d5; }

::selection			{ color:#ffffff; }
::-moz-selection	{ color:#ffffff; }
::-webkit-selection	{ color:#ffffff; }




.ui-btn	{
	color:			#ffffff;
	background:		#b898d5;
	border-color:	#b898d5;
	opacity : 0.7;
}
.ui-btn:hover	{
	color:			#ffffff;
	background:		#dac2f0;
	border-color:	#dac2f0;
transition: all .1s ease-out;
	opacity : 0.7;
}

.ui-btn.point			{
	color:			#ffffff;
	background:		#b898d5;
	border-color:	#b898d5;
	opacity : 1;
}
}
.ui-btn.point:hover		{
	color:			#ffffff;
	background:		#dac2f0;
	border-color:	#dac2f0;
		opacity : 1;
}

.ui-btn.etc			{
	color:			#ffffff;
	background:		#b898d5;
	border-color:	#b898d5;
		opacity : 0.7;
}
.ui-btn.etc:hover	{
	color:			#ffffff;
	background:		#dac2f0;
	border-color:	#dac2f0;
		opacity : 0.7;
}


.pg_wrap .pg_page	{
	color:			#ffffff;
	background:		#b898d5;
	border-color:	#b898d5;
}
.pg_wrap .pg_page:hover	{
	color:			#ffffff;
	background:		#dac2f0;
	border-color:	#dac2f0;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#ffffff;
	background:		#b898d5;
	border-color:	#b898d5;
}





.bar-equalizer i	{
	background: #b898d5;
	-webkit-box-shadow: 0px 0px 3px 0px #b898d5;
	-moz-box-shadow: 0px 0px 3px 0px #b898d5;
	box-shadow: 0px 0px 3px 0px #b898d5;
}



.status-bar dd p	{
	background: #ffffff;
}
.status-bar dd p span	{
	background: #b898d5;
	opacity: .5;
}
.status-bar dd p sup	{
	background: #b898d5;
}
.status-bar dd p i	{
	color: #ffffff;
}



hr.line	{
	background: #b898d5;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="password"],
textarea,
select				{
	color:			#565656;
	background:		#ffffff;
	border-color:	#8666a2;
}

::-webkit-input-placeholder {
	color: #565656;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #565656;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #565656;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #565656;
}


*::-webkit-input-placeholder	{ color:#000; } 
textarea:-moz-placeholder, input:-moz-placeholder	{ color:#000; }
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #ffffff !important;
  color: #565656;
}




.flex-control-paging a				{ background: #ffffff; }
.flex-control-paging a.flex-active	{ background: #b898d5; }




.theme-box	{
	background-color: rgba(0, 0, 0, .5);
	color: #ffffff;
}
.theme-box.no-link a	{
	color: #ffffff;
}



.inven-popup-viewer {
	background-color: rgba(0, 0, 0, .5);
	color: #ffffff;
}




.timeline-Tweet:before { border-top-color: #ffffff; }
.TweetAuthor-name	{ color: #b898d5; }




#submenu	{
	background-color:	rgba(0, 0, 0, .5);
	color:				#ffffff;
	border-top-color:		#8666a2;
	border-top-style:		dashed;
	border-top-width: 1px;
	border-bottom-color:		#8666a2;
	border-bottom-style:		dashed;
	border-bottom-width: 1px;
}
#submenu a	{
	color: #ffffff;
}
#submenu a:hover	{
	color: #b898d5;
}




.theme-list,
.theme-form	{
	background-color:	;
	color:				#565656;
}

/*** Form Area ***/
.theme-form th	{
	background-color:	#b898d5;
	color:				#565656;
}
.theme-form td	{
	background-color:	rgba(184, 152, 213, .5);
	color:				#565656;
	border-top-color:	#dac2f0;
	border-top-style:	solid;
	border-top-width:	1px;
	border-bottom-color:	#dac2f0;
	border-bottom-style:	solid;
	border-bottom-width:	1px;
}

/*** List Area ***/
.theme-list th	{
	background-color:	#b898d5;
	color:				#565656;
	border-top-color:	#dac2f0;
	border-top-style:	double;
	border-top-width:	1px;
	border-bottom-color:	#dac2f0;
	border-bottom-style:	double;
	border-bottom-width:	1px;
}
.theme-list td	{
	background-color:	;
	color:				#565656;
}




#tab_list { border-color: #b898d5; }




.inventory-list a {
	/*border: 1px solid #b898d5;*/

	border: 1px solid #b898d5;
}
.inventory-list a i	{
	/*
	background: #b898d5;
	color: #ffffff;
	*/

	border: 1px solid #b898d5;
	background: rgba(0, 0, 0, .7);
	color: #fff;
}





#load_log_board	{
	}

.board-notice	{
			background-color: rgba(0, 0, 0, .5);
			color: #ffffff;
	}

#log_list	{
	}
#log_list .item		{
	
	}

#log_list .item .item-inner .ui-pic		{
	}


#log_list .item .item-inner .item-comment		{
			background-color: rgba(0, 0, 0, .5);
			color: #ffffff;
				margin-bottom: 10px !important;
	}


#log_list .item .item-inner	.ui-comment		{
	
	}


#log_list .item .item-inner .co-header p,
#log_list .item .item-inner .co-header p a	{
			color: #b898d5;
				font-size: 12px;
	}

#log_list .item .item-inner .co-header p.owner,
#log_list .item .item-inner .co-header p.owner a	{
			color: #8a64ad;
				font-size: 12px;
	}

#log_list .item .item-inner .co-footer .date	{
			color: #b898d5;
				font-size: 11px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #b898d5;
	}
#log_list .item .item-inner .co-content .link_hash_tag	{
			color: #b898d5;
	}
#log_list .item .item-inner .co-content .log_link_tag	{
			color: #8a64ad;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #b898d5;
	}