﻿@charset "UTF-8";

/* word */
div#word {
	width:100%;
	}
div#word:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	}
div#word h2 {
	border-bottom:#333333 2px solid;
	font-size:large;
	}
div#word h3 {
	font-size:small;
	font-weight:normal;
	}
div#word dl {
	float:left;
	margin:20px 0 10px 0;
	width:470px;
	}
div#word dl dt {
	font-size:large;
	}
div#word dl dd {
	color:#0080FF;
	font-size:xx-large;
	}

/* impression */
div#impression {
	float:right;
	margin:20px 0;
	border:#CCCCCC 1px solid;
	background:#FFFFFF url("/img/screen/word-impression-background.png") top repeat-x;
	width:200px;
	text-align:center;
	}
div#impression table {
	width:100%;
	}
	table.you {
		font-size:small;
		}
	table.you caption {
		margin:10px;
		border-top:#EEEEEE 1px solid;
		}
div#impression input {
	border:#C8C8C8 1px solid;
	padding:10px;
	cursor:pointer;
	}
div#impression input:hover {
	border:#FFCC00 1px solid;
	}

/* comment */
div#comment {
	margin:10px 0;
	background:#FFFFFF url("/img/screen/comment-voiceFocus.png") top left no-repeat
	font-size:small;
	width:470px;
	}
div#comment p {
	margin:5px 0;
	}
	p#first {
		font-size:x-large;
		font-weight:bold;
		}
div#comment ul {
	list-style:none;
	}
div#comment ul li {
	margin:5px 0;
	}