body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color:#A36AD0;
}
#header {
	height: 50px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	margin: 0px auto;
	padding-top: 10px;
	background-color: #6E329D;
	border-top:solid 2px #0099FF;
}
h1{
	font-size:150%;
	font-weight:bold;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}
#wrapper {
	width:100%;
	text-align: center;
	margin: 0px;
}
/*テキスト入力*/
#input {
	float: left;
	width: 100%;
	margin: 0px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 20px;
	text-align: left;
	background-color: #366AD3;
}
#mototxt {
	width: 100%;
	height: 450px;
}
/*変換ボタン*/
#exbtn {
	/*width: 160px;*/
	width:100%;
	height: 56px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	clear:both;
}
.arrow {
	float: left;
	width:100%;
	height:28px;
	margin:0;
	margin-top:-6px;
	padding:0;
	color:#366AD3;
	font-size:30px;
	vertical-align:bottom;
	clear:both;
}
/*チェック結果*/
#result {
	width: 100%;
	float: left;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 0px;
	background-color: #366AD3;
}
#resulttxt {
	width: 560px;
	height: auto;
	background-color: #ffffff;
	padding:3px;
	margin-bottom:3px;
}
.iotitle {
	color:#ffffff;
	padding:3px;
	font-size:16px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}
.tagcount {
	font-weight:bold;
	font-size:130%;
	padding-right:2px;
}
#hjdiv{
	color:yellow;
}
#tjdiv{
	color:hotpink;
}
.msg{
	font-weight:bold;
	color:yellow;
	font-size:120%;
	padding-left:20px;
}
/*フッタ*/
#footer {
	margin-top: 5px;
	padding-top: 5px;
	height: 83px;
	width: 100%;
	clear: both;
}
/*説明文*/
#sentencetop {
	float: left;
	height: auto;
	width: 100%;
	text-align: left;
	margin-bottom: -10px;
	margin-top: -10px;
	line-height: 1.5em;
	margin-right: 0;
	margin-left: 10px;
	color:#ffffff;
}
#sentencetop ul {
	list-style-type: square;
}
#sentencetop li {
	/*list-style-type: none;*/
	line-height: 1.3em;
	margin-left:-20px;
}
.btext{
	font-weight:bold;
	color:#076CA3;
}
/*その他*/
.notice{
	font-size:12px;
	line-height:120%;
}
img {
	vertical-align: top;
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #000080;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #ff8000;
}
/*広告*/
.googlead_b {
	/*margin-top: 5px;*/
	width:100%;
	height:auto;
	margin-top:10px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
	clear: both;
}
/*button*/
.button {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	/* 背景色 */
	background-color: #5AB70F;
	/* 文字色を白色指定 */
	color: #fff;
	/* ボーダー */
	border-style: solid;
	border-color: #2F5F07;
	border-width: 1px;
}
.button:hover {
	/* 背景色を明るい色指定 */
	background-color: #67D011;
	/* 文字色を白色指定 */
	color: #fff;
}
#checkbt{
	/* 文字 */
	font-size: 1.4em;
	font-weight: bold;
	width:150px;
	height:56px;
}
#clearbt{
	/* 文字 */
	font-size: 12px;
	font-weight: bold;
	width:64px;
	height:25px;
}
#backbt{
	/* 文字 */
	font-size: 12px;
	font-weight: bold;
	width:84px;
	height:25px;
}

.divliney{
	background-color: yellow;
}
.divlinep{
	background-color: hotpink;
}
pre{
	white-space: pre-wrap;
	/*word-wrap: break-word;*/
}