﻿@charset "utf-8";

/*==============================================================================
  タイトル: 
  著者    : 
  説明    : 
==============================================================================*/

/* 日本語サイト用 */

body {
  color:#000000;
  font-size:11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;

}

textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Mac用(入力ボックス内で2バイト文字が欧文フォントで表示される) { */
input,
select,
textarea {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}
/* } Mac用 */

pre {
  display: block;
  margin: 1em 0;
  font-family: monospace;
  white-space: pre;
}

code {
  font-family: monospace;
}

samp {
  font-family: monospace;
}

kbd {
  font-family: monospace;
}
.longtext{
	text-align:left;
	text-valign:top;
	font-size:12px;
	font-weight:normal;
	line-break:strikt;
	word-spacing: normal;
	letter-spacing: normal;
	padding-top: 3px;
	padding-left:10px;
	line-height: 20px;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-bottom: 3px;
	color: #333333;
}