﻿@charset "UTF-8";

/* 基本
------------------------------------------------------- */  
* {
	font-family: "MS PGothic", "ヒラギノ角ゴ Pro W3", sans-serif;
	-webkit-text-size-adjust: none;
}
body,div,p,form,input,textarea,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	font-size: 0.9em;
	font-family: MS Gothic, monospace;
	padding: 2px 2px 2px 2px;
}
h1, p {
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4em;
}
th {
	white-space: normal;
	text-align: left;
	font-weight: normal
}
li {
	list-style-type: none;
}
button {
	padding: 3px;
}
label {
	cursor: pointer;
}

body {
	background-color: #ffffff;
	background-repeat: no-repeat;
}

.comform-wrap {
	margin: 8px auto 8px auto;
	padding: 0px 0px 6px 0px;
	width: 800px;
	border: 1px solid #ffffff; 
	background-color: #ffffff;
}

.comform-title {
	text-align: center;
	width: 100%px;
	font-size: 12pt;
	color: #ffffff;
	background-color: #4169e1;
	border: 1px solid #87ceeb;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	margin: 8px 0px 16px 0px;
}

.comform-table {
	width: 100%;
	margin: 4px auto 4px auto;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #236b8e;
}

.itemTitle0 {
	width: 15%;
	padding: 8px 8px 8px 10px;
	line-height: 1.2em;
	vertical-align: top;
	font-size: 11pt;
	color: #000000;
	background-color: #f0f8ff;
	font-weight: bold;
}
.itemTitle {
	width: 15%;
	padding: 8px 8px 8px 10px;
	line-height: 1.2em;
	vertical-align: top;
	font-size: 11pt;
	color: #000000;
	background-color: #f0f8ff;
	font-weight: bold;
}

.itemInput {
	vertical-align: top;
	padding: 8px 8px 8px 10px;
	font-size: 11pt;
	line-height: 1.2em;
	color: #000000;
	background-color: #ffffff;
}

.annot {
	color: #dc143c;
	font-size: 0.9em;
	padding: 2px 0px 2px 0px;
	line-height: 1.2em;
}

.req-mark {
	color: #ff0000;
	font-size: 0.9em;
	margin-left: 4px;
	font-weight: bold;
}

.tkaddress th {
	background : 0;
	border: 0;
	padding: 0px;
	text-align: left;
}

.tkaddress td {
	background : 0;
	border: 0;
	padding: 0px;
}

.tkaddress .search-address-button {
	padding: 0;
	font-size: 9pt;
	height: 24px;
	width: 74px;
}

.choice-table {
	display: inline-table;
	border-spacing: 0;
}

.choice-table td {
	padding: 0px 4px 1px 0px;
	border: 0;
}

.choice-table td label {
	margin: 0px auto 0px 2px;
}

.scale-table {
}

.scale-table td {
	text-align: center;
	padding: 0px 4px 0px 4px;
}

#form-input-button {
	text-align: center;
	margin: 16px auto 4px auto;
}
