/****************************
HTMLの共通の設定
****************************/
body	{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	display:block;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	border-width : 0px 0px 0px 0px;
	}
ul, ol, li {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
.floatli {
	float: center;
	display:inline-block;
	padding:0px;
	margin:0px 7px 0px 0px;
	}
.spaceline {
	width:100%;
	height:12px;
	}
.break{
	clear:both;
	}
.listmark{
	vertical-align: middle;
	}
/********** 入力部品 ************/
input[type='text'],input[type='password'],input[type='number']{
	max-width: 400px;
	margin:2px 0px 0px 0px;
	padding: 5px;
	border-radius: 5px;
	font-size:16px;
	border: 1px solid #ccc;
  	appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
}
/***ラジオボタンとチェックボックス***/
input[type=radio] {
	display: none;
	}

input[type=checkbox] {
	display: none;
	}
input[type="radio"]:checked + label {
	background: #406080;
	color: #ffffff;
	}
input[type="checkbox"]:checked + label {
	background: #406080;
	color: #ffffff;
	}
label {
	float: left;
	display: block;
	margin: 2px;
	padding: 2px 5px 2px 5px;
	color: #4077dd;
	font-size:14px;
	text-align: center;
	cursor: pointer;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(106,190,233,0.8), rgba(52,111,146,0.8), rgba(34,34,34,0), rgba(255,255,255,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	border: 1px solid rgba(50,90,150,0.3);
	border-radius: 2px;
	}
label:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
	}
label .centerlabel {
	float: center;
	display: block;
	margin: 2px;
	padding: 2px 5px 2px 5px;
	color: #4077dd;
	font-size:14px;
	text-align: center;
	cursor: pointer;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(106,190,233,0.8), rgba(52,111,146,0.8), rgba(34,34,34,0), rgba(255,255,255,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	border: 1px solid rgba(50,90,150,0.3);
	border-radius: 2px;
	}
label .centerlabel:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
	}
/***テキストエリアなど***/
textarea{
	padding: 5px;
	border-radius: 5px;
	font-size:16px;
	border: 1px solid #ccc;
  	appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
}
select{
	padding: 5px;
	border-radius: 5px;
	font-size:16px;
	border: 1px solid #ccc;
  	appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
}
/****************************
共通文字
****************************/
.TITLE {
	font-size : 22px;
	color     : #555555;
	}
.smallwords {
	font-size:10.5px;
	color     : #555555;
	}
.errwords {
	font-size:14px;
	font-weight:bold;
	color     : #ff5555;
	}
/****************************
表組
****************************/
.addressarea {
	float: center;
	display:inline-block;
	margin:0px;
	padding:0px;
	width:98%;
	vertical-align:middle;
	text-align:left;
	}
.titlearea {
	float: center;
	display:inline-block;
	display:flex;
	margin:0px;
	padding:0px;
	width:100%;
	text-align:center;
	align-items: strech;
	justify-content: center;
	}
.titleno {
	float: center;
	display:inline-block;
	padding:2px;
	margin:0px;
	text-align:center;
	width:5%;
	background-color:#efefef;
	border : 1px solid #555555;
	border-width:1px 0px 1px 1px;
	box-sizing: border-box;
	}
.titles {
	float: center;
	display:inline-block;
	padding:2px;
	margin:0px;
	text-align:center;
	width:25%;
	background-color:#efefef;
	border : 1px solid #555555;
	border-width:1px 0px 1px 1px;
	box-sizing: border-box;
	}
.titleqa {
	float: center;
	display:inline-block;
	padding:2px;
	margin:0px;
	text-align:center;
	width:45%;
	background-color:#efefef;
	border : 1px solid #555555;
	border-width:1px 0px 1px 1px;
	box-sizing: border-box;
	}
.titles2 {
	float: center;
	display:inline-block;
	padding:2px;
	margin:0px;
	text-align:center;
	width:25%;
	background-color:#efefef;
	border : 1px solid #555555;
	border-width:1px 1px 1px 1px;
	box-sizing: border-box;
	}
.listarea {
	float: center;
	display:inline-block;
	display:flex;
	margin:-1px 0px 0px 0px;
	padding:0px;
	width:100%;
	text-align:center;
	align-items: strech;
	justify-content: center;
	}
.listno {
	float: center;
	display:inline-block;
	padding:2px;
	margin:0px;
	text-align:center;
	width:5%;
	background-color:#ffffff;
	border : 1px solid #555555;
	border-width:1px 0px 1px 1px;
	box-sizing: border-box;
	}
.lists {
	float: center;
	display:inline-block;
	padding:2px;
	margin:0px;
	text-align:left;
	width:25%;
	background-color:#ffffff;
	border : 1px solid #555555;
	border-width:1px 0px 1px 1px;
	box-sizing: border-box;
	}
.listqa {
	float: center;
	display:inline-block;
	padding:2px;
	margin:0px;
	text-align:left;
	width:45%;
	background-color:#ffffff;
	border : 1px solid #555555;
	border-width:1px 0px 1px 1px;
	box-sizing: border-box;
	}
.lists2 {
	float: center;
	display:inline-block;
	padding:2px;
	margin:0px;
	text-align:left;
	width:25%;
	background-color:#ffffff;
	border : 1px solid #555555;
	border-width:1px 1px 1px 1px;
	box-sizing: border-box;
	}
.listleft{
	float: center;
	display:inline-block;
	padding:2px;
	margin:0px;
	text-align:left;
	width:30%;
	background-color:#efefef;
	border : 1px solid #555555;
	border-width:1px 0px 1px 1px;
	box-sizing: border-box;
	}
.listright{
	float: center;
	display:inline-block;
	padding:2px;
	margin:0px;
	text-align:left;
	width:70%;
	background-color:#ffffff;
	border : 1px solid #555555;
	border-width:1px 1px 1px 1px;
	box-sizing: border-box;
	}
.listsubmit{
	float: center;
	display:inline-block;
	padding:2px;
	margin:0px;
	text-align:center;
	width:100%;
	background-color:#ffffff;
	border : 1px solid #555555;
	border-width:1px 1px 1px 1px;
	box-sizing: border-box;
	}
.titletd {
	background-color:#deefff;
	}
.intdm {
	background-color:#efefef;
	}
.intd {
	background-color:#ffffff;
	}
.intdc {
	background-color:#ffffff;
	text-align:center;
	}
.intd0 {
	background-color: #FEF5F5;
	}
.intd1 {
	background-color: #F5F5FE;
	}
/****************************
ボタン、リンク
****************************/
.kanritop {
	text-decoration:none;
	color:#333333;
	}
.smallBT {
	display: inline-block;
	background: transparent;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.3em;
	color: rgba(150,90,50,0.7);
	border-radius: 0;
	padding: 2px 10px 2px 10px;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(233,190,106,0.8), rgba(146,111,52,0.8), rgba(34,34,34,0), rgba(34,34,34,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	margin: 2px;
	border: none;
	border: 1px solid rgba(150,90,50,0.3);
	cursor: pointer;
	cursor: hand;
}
.smallBT:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
	}
.smallBT2 {
	display: inline-block;
	background: transparent;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.3em;
	color: #FFFFFF;
	border-radius: 0;
	padding: 2px 10px 2px 10px;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(233,190,106,0.8), rgba(146,111,52,0.8), rgba(34,34,34,0), rgba(34,34,34,0));
	background-position: 99% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	margin: 2px;
	border: none;
	border: 1px solid rgba(150,90,50,0.3);
	cursor: pointer;
	cursor: hand;
	}
.selectcheckBT {
	vertical-align:middle;
	margin:0px;
	padding:0px;
	color:#333333;
	font-size:20px;
	border: none;
	background-color:#ffffff;
	cursor: pointer;
	cursor: hand;
	}
.selectcheckBT:hover {
	color:#ff0000;
	}
.disabledselectBT {
	vertical-align:middle;
	margin:0px;
	padding:0px;
	font-size:20px;
	border: none;
	color:#cccccc;
	background-color:#ffffff;
	}
.KLINK {
	display: inline-block;
	background: transparent;
	font-weight: 500;
	font-style: normal;
	font-size: 12.5px;
	letter-spacing: 0.3em;
	color: rgba(150,90,50,0.7);
	border-radius: 0;
	padding: 2px 5px 2px 5px;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(233,190,106,0.8), rgba(146,111,52,0.8), rgba(34,34,34,0), rgba(34,34,34,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	margin: 2px;
	border: none;
	border: 1px solid rgba(150,90,50,0.3);
	cursor: pointer;
	cursor: hand;
}
.KLINK:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
}
.SUBMITBT {
	display: inline-block;
	background: transparent;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.3em;
	color: rgba(150,90,50,0.7);
	border-radius: 0;
	padding: 2px 10px 2px 10px;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(233,190,106,0.8), rgba(146,111,52,0.8), rgba(34,34,34,0), rgba(34,34,34,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	margin: 2px;
	border: none;
	border: 1px solid rgba(150,90,50,0.3);
	cursor: pointer;
	cursor: hand;
}
.SUBMITBT:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
}
.BACKBT {
	display: inline-block;
	background: transparent;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.3em;
	color: rgba(150,90,50,0.7);
	border-radius: 0;
	padding: 2px 10px 2px 10px;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(233,190,106,0.8), rgba(146,111,52,0.8), rgba(34,34,34,0), rgba(34,34,34,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	margin: 2px;
	border: none;
	border: 1px solid rgba(150,90,50,0.3);
	cursor: pointer;
	cursor: hand;
	}
.BACKBT:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
	}
.KANRIBT {
	float:left;
	display: inline-block;
	background: transparent;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.3em;
	color: rgba(150,90,50,0.7);
	border-radius: 0;
	padding: 5px 15px 5px 15px;
	width:100%;
	text-align:left;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(233,190,106,0.8), rgba(146,111,52,0.8), rgba(34,34,34,0), rgba(34,34,34,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	margin: 2px;
	border: none;
	border: 1px solid rgba(150,90,50,0.3);
	cursor: pointer;
	cursor: hand;
	}
.KANRIBT:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
	}
.KANRILINK {
	float:left;
	display: inline-block;
	background: transparent;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.3em;
	color: rgba(150,90,50,0.7);
	border-radius: 0;
	margin: 2px;
	padding: 5px 15px 5px 15px;
	width:100%;
	box-sizing: border-box;
	text-align:left;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(233,190,106,0.8), rgba(146,111,52,0.8), rgba(34,34,34,0), rgba(34,34,34,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	border: none;
	border: 1px solid rgba(150,90,50,0.3);
	cursor: pointer;
	cursor: hand;
	}
.KANRILINK:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
	}
#upfileBT {
	display:none;
	}
.QLINK {
	float: center;
	display: inline-block;
	margin: 1px;
	padding: 1px 3px 1px 3px;
	color: #4077dd;
	font-size:14px;
	text-align: left;
	text-decoration:none;
	cursor: pointer;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(106,190,233,0.8), rgba(52,111,146,0.8), rgba(34,80,34,0.1), rgba(255,255,255,0.2));
	background-position: 1% 50%;
	background-size: 300% 300%;
	border: 1px solid rgba(50,90,150,0.3);
	border-radius: 2px;
	}
.QLINK:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
	}
.pagearea {
	width:98%;
	text-align:left;
	margin:3px;
	padding:3px;
	}
.pagearea ul li{
	float:center;
	display:inline-block;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
.PAGE {
	cursor:pointer;
	font-size : 13px;
	color     :#555555;
	background-color:#FFFFFF;
	border-width:0px 1px 1px 0px;
	border-radius:2px;
	cursor: pointer;
	cursor: hand;
}
.PAGE:hover {
	font-weight : bold;
	color     :#FFFFFF;
	background-color:#E9E9FF;
}
.PAGE2 {
	cursor:pointer;
	font-size : 14px;
	font-weight : bold;
	color     :#555555;
	background-color:#FFE9E9;
	border-width:0px 1px 1px 0px;
	border-radius:2px;
}
.unreadBT {
	cursor:pointer;
	font-size : 14px;
	font-weight:bold;
	color     :#cc0000;
	transition: all 0.7s ease-out;
	background-color:#fff4fa;
	border: 1px solid rgba(150,90,50,0.3);
	border-width:1px 1px 1px 1px;
	border-radius:2px;
	cursor: pointer;
	cursor: hand;
	}
.unreadBT:hover {
	color     :#ffffff;
	background-color:#cc0000;
	}
.readBT {
	cursor:pointer;
	font-size : 13px;
	color     :#999999;
	background-color:#FFFFFF;
	border: 1px solid rgba(150,150,150,0.3);
	border-width:1px 1px 1px 1px;
	border-radius:2px;
	cursor: pointer;
	cursor: hand;
	}
.readBT:hover {
	color     :#ffffff;
	background-color:#cc0000;
	}
/****************************
ヘッダー
****************************/
#header {
	left:0;
	line-height:1;
	position:fixed;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	width: 100%;
	height: 60px;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #006633;
	border-width : 2px 0px 2px 0px;
	z-index: 9000;
}
#headerlist {
	float: center;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 95%;
	height: 60px;
	text-align:left;
	background-color: #FFFFFF;
	clear: both;
	}
#header #headerlist ul li {
	float: left;
	display: block;
	color: #555555;
	line-height: normal;
	padding: 3px 0px 0px 10px;
	font-weight: bold;
	}
#header #headerlist .headerleft {
	float: center;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width:49%;
	text-align:left;
	background-color: #ffffff;
	}
#header #headerlist .headerright {
	float: center;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width:49%;
	text-align:right;
	background-color: #ffffff;
	}
/****************************
メインコンテンツ
****************************/
#contents {
	margin: 0px 0px 0px 0px;
	padding: 75px 0px 0px 0px;
	position: relative;
	width: 100%;
	text-align:center;
	}
#maincontents {
	float: center;
	display:inline-block;
	text-align:center;
	width: 98%;
	margin:0;
	padding:0;
	}
.kanrimenu {
	width: 100%;
	text-align:left;
	margin: 0;
	padding:0px 0px 0px 10px;
	box-sizing: border-box;
	}
.kanrimenu ul li{
	float: center;
	display:inline-block;
	width: 48%;
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
.passin {
	float: center;
	display:inline-block;
	text-align:center;
	margin: 0;
	padding:0;
	}

/****************************
ボックス、一覧画面
****************************/
#titlebox {
	float: center;
	display:inline-block;
	width:98%;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin:5px;
	padding:5px;
	background:#EDF5FF;
	border : 1px solid #AACCFF;
	border-width:0px 0px 0px 10px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.50);
	}
.subtitle {
	float: left;
	display:inline-block;
	width:98%;
	font-size:15px;
	text-align:left;
	margin:5px;
	padding:5px;
	color: #663300;
	background: #fffaee;
	border-left: solid 10px #ffcc66;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.80);
	}
.questiontitle{
	list-style: none;
	margin: 2px;
	padding: 3px;
	width: 95%;
	text-align:left;
	font-size:14px;
	color: #663300;
	background: #fffaee;
	border-left: solid 10px #ffcc66;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.80);
	}
.centerbox {
	float: center;
	display:inline-block;
	margin: 0;
	padding:0;
	text-align:center;
	width:98%;
	}
.floatbox {
	float: center;
	display:inline-block;
	margin: 0;
	padding:0;
	text-align:center;
	}
.submitarea {
	float: center;
	display:inline-block;
	margin: 20px 0px 20px 0px;
	padding:0;
	text-align:center;
	width:98%;
	}
.listbox {
	float: center;
	display:inline-block;
	margin: 5px 0px 5px 0px;
	padding:0;
	text-align:left;
	width:98%;
	}
.leftbox {
	width:100%;
	text-align:left;
	}
.copyrightarea {
	width:100%;
	text-align:center;
	color:#333333;
	}
.copyrightarea a{
	text-decoration:none;
	color:#333333;
	}
.inputname{
	float: center;
	display:inline-block;
	margin: 5px 0px 0px 0px;
	padding: 2px;
	width: 98%;
	text-align:left;
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec),to(#efefef));
	background: linear-gradient(#ececec, #efefef);
	overflow: hidden;
	}
.inputvalue{
	float: center;
	display:inline-block;
	margin: 3px 0px 0px 0px;
	padding: 2px;
	width: 98%;
	text-align:left;
	background:#FFFFFF;
	}
