
.entry-asset{
	clear: both;
    
}


h2.asset-name a {
	color:#FFFFFF;
}


.asset-content {
 	line-height: 20px;
    width:100%;
	font-size: small;
	margin: 0 0 20px 0 ;
	color:#FFFFFF;
	clear: both;
}

.asset-content img {
	margin: 20px 0 20px 0;
}

.read-ext {
	clear: both;
	float: right;
	line-height: 20px;
	font-size: small;
	margin: 7px 0 20px 0;
}

.entry-asset {
margin: 0 0 40px 0 ;
}


.entry-asset a:link{
	
	color:#FFFFFF;
	text-decoration: underline;
}

.entry-asset a:visited {

	color:#FFFFFF;
	text-decoration: underline;
}

.entry-asset a:hover {
	color:#999999;
	/*background-color: #1f1f1f;*/
}

.entry-asset a:active{
	color:#FFFFFF;
	text-decoration: underline;
}



.asset-meta {
	float: left;
	font-size: x-small;
	margin: 0 0 0 0 ;
	color:#FFFFFF;
}

.asset-meta a:link {
	color:#FFFFFF;
	text-decoration: none;
}

.asset-meta a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

.asset-meta a:hover {
	color:#999999;
	text-decoration: none;
}

.asset-meta a:active{
	color:#FFFFFF;
	text-decoration: none;
}


.asset-footer {
clear: both;
	margin: 0 0 0 0;
}


.asset-footer-btn {
	float:right;
}



/* ??ージ特? 1 */



.archive-content ul {
	margin: 20px 0 45px 13px;
	list-style-type: disc;
	padding: 0; 
	font-color: #FFFFFF;
}

.archive-content li {
	list-style-image: url('/images/dot_for_list.gif');
	font-size: small;
	margin: 0 0 8px 0;
}


.archive-content li a:link{
	color:#FFFFFF;
	text-decoration: underline;
}


.archive-content li a:visited {
	color:#FFFFFF;
	text-decoration: underline;
}

.archive-content li a:hover {
	
	color:#999999;
}

.archive-content li a:active{
	color:#FFFFFF;

}



/* ??ージ特? 2 */

.archive-title {
	line-height: 20px;
	margin: 0 0 14px 0;
	font-size: 16px;
	color:#FFFFFF;
}
.archive-title-line {
	margin: 0 0 20px 0;
}

/* ??ージ特? 3 */

#comments-open {
margin: 0 0 40px 0 ;
}

#comments-open-text {
margin: 0 0 6px 0 ;
}
#comments-open-data {
margin: 0 0 12px 0 ;
}



#comment-form-email {
margin: 14px 0 0 0 ;
}
#comment-form-author {
margin: 14px 0 0 0 ;
}
#comment-form-url {
margin: 14px 0 0 0 ;
}
#comment-form-remember-me {
margin: 14px 0 0 0 ;
}
label {
	font-weight: normal;
}

.comments-open-content {
	font-size: small;
	color:#FFFFFF;
}

.comments-open-header {
 	margin: 14px 0 14px 0 ;
	 line-height: 16px;
     font-weight: bold;
	font-size: 16px;
	color:#FFFFFF;
}

.comments-header {
	/*font-weight: bold;*/
	font-size: 16px;
	color:#FFFFFF;
}

.comment-header {
	font-weight: bold;
}

.comments-content {
	font-size: small;
	color:#FFFFFF;
       margin-bottom: 20px;
}


.comments-content a:link{
	
	color:#FFFFFF;
	text-decoration: underline;
}

.comments-content a:visited {

	color:#FFFFFF;
	text-decoration: underline;
}

.comments-content a:hover {
	
	color:#999999;
}

.comments-content a:active{
	color:#FFFFFF;
	text-decoration: underline;
	/*background-color: #EBEBEB;*/
}


.comment-footer {
	font-size: x-small;
}

.comment-footer a:link{	
	color:#FFFFFF;
	text-decoration: underline;
}

.comment-footer a:visited {
	color:#FFFFFF;
	text-decoration: underline;
}

.comment-footer a:hover {
	color:#999999;
	/*background-color: #EBEBEB;*/
}

.comment-footer a:active {
	color:#999999;
	text-decoration: underline;
	/*background-color: #EBEBEB;*/
}



.comment-line {
	margin: 0 0 20px 0;
}



.page-asset {
  min-height:300px;   
  border-bottom: 1px solid #333;
  /*background:#222;*/
}

textarea, input[type="text"] { width: 100%; max-width: 250px; box-sizing: border-box; } 

textarea { max-width: 400px; height: 150px; } 



.inner {
    width: 100%;
}

.fbox {
    position: relative;
    display:inline-block;
    padding:10px;
    text-align:left;
    background-color:#222;
    border: 0;
    margin: 12px 40px 30px 5px;
    border-radius: 4px ;
    width: 95%;
}
/*
.fbox:after, .fbox:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
}
.fbox:after {
    top: -22px;
    left: 6px;
    border: 12px solid transparent;
    border-bottom: 17px solid #222;
}
.fbox:before {
    top: -22px;
    left: 12px;
    border: 6px solid transparent;
    border-bottom: 6px solid #222;
}
*/