/********** 画面全体の構成 **********/
body 	{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	display:block;
	margin: 0;
	padding:0;
	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;
	}
.spaceline {
	width:100%;
	margin: 10px 0px 0px 0px;
	}
.listmark{
	vertical-align: middle;
	}
.break{
	clear:both;
	}
/********** HTMLの設定 **********/
div {
	_display: inline;
	}
ul, ol, li {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	}
html {
	-webkit-text-size-adjust: 100%;
	}
img {
	max-width: 100%;
	height: auto;
	}
h1{
	padding:.15px;
	color:#CCCCCC;
	font-size:20px;
	text-align:center;
	}
a {
	text-decoration: none;
	}
.clear {
	clear:both;
	}
.clear hr {
	display:none;
	}
/********** 入力部品 ************/
input[type='text'],input[type='password']{
	max-width: 400px;
	padding: 5px;
	border-radius: 5px;
	font-size:16px;
	border: 1px solid #ccc;
  	appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
}
input[type="radio"],input[type="checkbox"]{
	width: 1.3em;
	height: 1.3em;
	vertical-align:middle;
}
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;
}
/****************************
ヘッダー
****************************/
	#header {
		left:0;
		line-height:1;
		position:fixed;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 76px;
		text-align:center;
		background-image:linear-gradient(#EAFFEA,#CCEECC);
		border:1px solid #006633;
		border-width : 5px 0px 5px 0px;
	}
	#headerlist {
		float: center;
		margin-bottom: 0px;
		padding: 0px;
		display: inline-block;
		width: 100%;
		height: 76px;
		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;
		box-sizing: border-box;
		}
	#headerleft{
		float: left;
		text-align:left;
		width: 25%;
		font-size:15px;
		box-sizing: border-box;
		}
	#headercenter{
		float: center;
		text-align:center;
		width: 45%;
		font-size:15px;
		box-sizing: border-box;
		}
	#headerright{
		float: right;
		text-align:right;
		width: 25%;
		padding: 10px;
		box-sizing: border-box;
		}

/****************************
コンテンツ
****************************/
#contents {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
	text-align:center;
	height:auto;
	box-sizing: border-box;
	}

/********** 文字のデザイン **********/
.WORD {
	font-size : 14px;
	color     : #555555;
	}
.WORDERR {
	font-size : 22px;
	color     : #FF0000;
	}
.PAGE {
	cursor:pointer;
	font-size : 14px;
	color     :#555555;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	}
.PAGE:hover {
	color     :#FFFFFF;
	background-image:linear-gradient(#999999,#CCCCCC);
	}
.THISPAGE {
	font-size : 16px;
	font-weight : bold;
	color     :#FFFFFF;
	background-color:#EFEFEF;
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
}
.errmark{
	background-color:#FF5500;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
.errarea {
	background-color:#FF5555;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding:3px;
	border : 1px solid #FF0000;
	border-width:1px 1px 1px 1px;
	border-radius:3px;
}

/********** TABLE色 **********/
.TITLETD {
	background-image:linear-gradient(#E1F0FF,#BBDDFF);
	}
.INTDM {
	background-image:linear-gradient(#FFFFFF,#EEEEEE);
	}
.INTD {
	background-color: #FFFFFF;
	}
/********** タイトル **********/
.TITLE {
	font-size : 22px;
	color     : #555555;
	}
#ERRMSG{
	width:95%;
	text-align:left;
	padding-left:20px;
	color:#FF0000;
	font-size:16px;
	}
/********** 入力フォーム **********/
#form {
	width: 100%;
	margin: 95px 0px 0px 0px;
	padding: 3px;
	float:left;
	overflow: hidden;
	box-sizing: border-box;
	}
#form ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
#form li{
	padding: 5;
	}
.inputname{
	margin: 5px 0px 0px 0px;
	padding: 5px;
	width: 100%;
	text-align:left;
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec),to(#efefef));
	background: linear-gradient(#ececec, #efefef);
	overflow: hidden;
	border : 1px solid #999999;
	border-width : 1px 1px 1px 1px;
	box-sizing: border-box;
	}
.input{
	margin: 3px 0px 3px 0px;
	padding: 5px;
	width: 100%;
	text-align:left;
	box-sizing: border-box;
	}
.inputtext{
	text-align: center;
	}
.comment {
	padding:5px;
	font-size:16px;
	color:#FF5500;
	}
#submitbtn {
	width: 100%;
	text-align: center;
	}
/********** ロボットチェック **********/
.robotcom {
	font-size: 14.5px;
	font-weight: 600;
	color: rgba(50,90,150,0.7);
	}
.robotBT {
	display: inline-block;
	background: transparent;
	text-transform: uppercase;
	font-weight: 600;
	font-style: normal;
	font-size: 13.5px;
	letter-spacing: 0.1em;
	color: rgba(50,90,150,0.7);
	border-radius: 0;
	padding: 2px 5px 2px 5px;
	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(34,34,34,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	margin: 2px;
	border: none;
	border: 1px solid rgba(50,90,150,0.3);
	}
.robotBT:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
	}

/********** ボタン・リンク **********/
.BT {
	line-height:140%;
	cursor:pointer;
	font-size : 12px;
	padding: 2px 5px 2px;
	margin: 2px;
	color     :#555555;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	border-radius:3px;
	}
.BT:hover {
	color     :#FFFFFF;
	background-image:linear-gradient(#999999,#CCCCCC);
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	}
.DISBT {
	line-height:140%;
	cursor:pointer;
	font-size : 12px;
	padding: 3px;
	margin: 2px;
	color     :#555555;
	background: #EFEFEF;
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	border-radius:3px;
	}
.KLINK {
	line-height:200%;
	font-size : 12px;
	padding: 5px;
	margin: 2px;
	color : #555555;
	text-align : center;
	text-decoration : none;
	background-image:linear-gradient(#E1F0FF,#BBDDFF);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	border-radius:3px;
	}
.KLINK:hover {
	line-height:200%;
	font-size : 12px;
	padding: 5px;
	margin: 2px;
	color : #FFFFFF;
	text-align : center;
	text-decoration : none;
	background-image:linear-gradient(#90A0FF,#5090FF);
	border : 1px solid #999999;
	border-width : 1px 0px 0px 1px;
	}
.SBTN {
	cursor:pointer;
	text-align: center;
	width: 180px;
	padding: 8px;
	margin: 10px;
	font-size : 15px;
	font-weight: bold;
	color: #555555;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),color-stop(0.01, #f1f1f1),
	color-stop(0.5, #f1f1f1),
	color-stop(0.99, #dddddd),
	to(#ccc));
	background: linear-gradient(#fff, #f1f1f1 1% , #f1f1f1 50% , #dfdfdf 99%, #ccc);
	border: 0px solid #999999;
	border-width:0px 1px 1px 0px;
	border-radius:3px;
	}
.SBTN:hover {
	cursor:pointer;
	text-align: center;
	width: 180px;
	padding: 8px;
	margin: 10px;
	font-size : 15px;
	font-weight: bold;
	color: #555555;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),color-stop(0.01, #f1f1f1),
	color-stop(0.5, #f1f1f1),
	color-stop(0.99, #dddddd),
	to(#ccc));
	background: linear-gradient(#fff, #f1f1f1 1% , #f1f1f1 50% , #dfdfdf 99%, #ccc);
	border: 0px solid #999999;
	border-width:1px 0px 0px 1px;
	}
.BACKBTN {
	cursor:pointer;
	text-align: center;
	width: 180px;
	padding: 8px;
	margin: 10px;
	font-size : 15px;
	color: #999999;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),color-stop(0.01, #f1f1f1),
	color-stop(0.5, #f1f1f1),
	color-stop(0.99, #eeeeee),
	to(#ccc));
	background: linear-gradient(#fff, #f1f1f1 1% , #f1f1f1 50% , #dfdfdf 99%, #ccc);
	border: 0px solid #999999;
	border-width:0px 1px 1px 0px;
	border-radius:3px;
	}
.BACKBTN:hover {
	background: linear-gradient(#fff, #f1f1f1 1% , #f1f1f1 50% , #dfdfdf 99%, #ccc);
	border: 0px solid #999999;
	border-width:1px 0px 0px 1px;
	}
/** 管理画面上部メニュー **/
.MENUBT {
	line-height:200%;
	cursor:pointer;
	width:138px;
	font-size : 16px;
	font-weight:bold;
	padding: 5px 10px 5px 10px;
	margin: 1px;
	color     :#555555;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	border-radius:3px;
	}
.MENUBT:hover {
	color     :#FFFFFF;
	background-image:linear-gradient(#999999,#CCCCCC);
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	}
.DISMENUBT {
	line-height:200%;
	cursor:pointer;
	width:138px;
	font-size : 16px;
	padding: 5px 10px 5px 10px;
	margin: 1px;
	color     :#555555;
	background: #EFEFEF;
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	border-radius:3px;
	}
/** BOX **/
.listbox {
	width:100%;
	margin:3px 0px 0px 0px;
	text-align:left;
}
.centerbox {
	width:100%;
	margin:3px 0px 0px 0px;
	text-align:center;
	}
#BACK {
	float: center;
	display: inline-block;
	padding: 10px;
	margin:0px;
	width:100%;
	text-align:center;
	box-sizing: border-box;
	}
#copyrightarea {
	float: center;
	display: inline-block;
	padding: 0px;
	margin:3px;
	width:100%;
	font-size:12px;
	text-align:center;
	box-sizing: border-box;
	}
