/*
	CAR TOTAL ADVISER NEXT CSS
*/
@charset "utf8";


#bbs-page {
	width:       80%;
	margin:      5px auto;
}


/* BBS フォーム */
.bbsform {
}
.bbsform .label {
	clear: left;
	float: left;
	width: 4em;
}

.bbsform .f-name {
	width: 30%;
}
.bbsform .f-email {
	width: 40%;
}
.bbsform .f-subject {
	width: 50%;
}
.bbsform .f-content {
	width:  80%;
	height: 6em;
}
.bbsform .f-image {
	width: 50%;
}
.bbsform .f-submit {
	width:       6em;
	margin-left: 10%;
}
.bbsform .f-cookie {
	font-size: 0.9em;
}


.article {
	margin:      1em 0;
	padding:     0 1em;
	border-bottom: 1px solid rgb( 128, 160, 160 );
}
.a-number {
}
.a-subject {
	color:       red;
	font-weight: bold;
}
.a-name {
	color:       #191970;
	font-weight: bold;
}
.a-postdate {
	font-size:   0.9em;
}
.a-content {
	padding:     1em 2em;
}
.a-object img {
	border: 2px solid blue;
}




