@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	[default.css] Ver.20100907
	
	(C) WITH UP CO. LTD.
	
	contents:
		A. reset
			A-a. reset for HTML5
		B. body
		C. text
		D. table

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	A. reset

------------------------------------------------------------------------------*/

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, address, pre,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
}


/*	A-a. reset for HTML5
------------------------------------------------------------------------------*/

article, aside, canvas,
details, figcaption, figure,
footer, header, hgroup,
menu, nav, section,
summary, data { 
	display: block;
	margin: 0;
	padding: 0;
}


/*------------------------------------------------------------------------------

	B. body

------------------------------------------------------------------------------*/

body {
	background: #FFF;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 1.54;
	color: #333;
}


/*------------------------------------------------------------------------------

	C. text

------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1.3;
	font-weight: bold;
	font-size: 100%;
}

ul,
ol,
dl {
	margin: 20px 0;
}

ul ul, ul ol, ul dl,
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl,
th ul, th ol, th dl,
td ul, td ol, td dl {
	margin: 0;
}

li,
dd {
	margin-left: 2em;
}

dt {
	font-weight: bold;
}

address {
	font-style: normal;
}

em {
	font-style: normal;
}

strong {
	font-weight: bold;
}

img {
	border: none;
}

a {
	outline: none;
	color: #666;
}

a:hover {
	color: #999;
}

a:focus {
	outline: none;
}


/*------------------------------------------------------------------------------

	D. table

------------------------------------------------------------------------------*/

table {
	margin: 20px 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;


}
* html table {
	font-size: 100%;
}

th,
td {
	vertical-align: top;
	padding: 5px 10px;
	border: noen;
	text-align: left;


}

caption {
	margin: 0 0 0.5em;
}





textarea{
  white-space:pre-wrap;
  max-width: 500px;
}


.dialogModal .eval_sheet { table-layout: fixed; width: 460px; }

.dialogModal .eval_sheet th{ word-wrap: break-word; }
.dialogModal .eval_sheet td{ word-wrap: break-word; }
.dialogModal .eval_sheet td textarea{ width: 420px; }





