@charset "euc-jp";

/* [=INFO]----------------------------

コミック用CSS

Date:2009.07.22.
Author:
Version:1.0

----------------------------[=INFO]*/


/* [=TOC]----------------------------

=01.

----------------------------[=TOC]*/



/* [=01.]
---------------------------------------------------------*/

/*レイアウトID
2010.01.20
---------------------------------------------------------*/
#comic_reviewContents {
	width: 550px;
	margin: 20px 0 0 0;
	}

#comic_reviewContents p.marginb10 {
	margin-bottom: 10px;
	}

#comic_reviewContents span.color_orange {
	color: #ff6600;
	}



#comic_reviewContents table.review_table {
	width: 550px;
	margin: 20px 0;
	}

#comic_reviewContents table.review_table th,
#comic_reviewContents table.review_table td {
	padding: 5px 10px;
	border: 1px solid #ffffff;
	}

#comic_reviewContents table.review_table textarea.review_textarea {
	width: 350px;
	height: 200px;
	}

#comic_reviewContents table.review_table input.review_input {
	width: 350px;
	}

