@charset "UTF-8";
/* テキストエリア・テキストボックス */

input, textarea, select {
	width:100%;
	border: 0;
	padding:5px 12px;
	border: solid 1px #ccc;
	font-size: 18px;
	border-radius: 0;
	box-sizing: border-box;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
input[type=button]{
	padding:4px 12px;
	cursor:pointer;
}
input[type=submit]{
	padding:4px 12px;
	cursor:pointer;
}
select:hover, select:focus, input:hover, input:focus, textarea:hover, textarea:focus {
	opacity:.8;
	
}
select:focus, input:focus, textarea:focus {
	background: #fffaed
}
input[type=button]:focus {
	color:#888;
	outline:none;
	border-color:#888;
}
input[type=submit]:focus {
	color:#888;
	outline:none;
	border-color:#888;
}
/* ラジオボタン・チェックボックス */
.select input[type=radio], .select input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}
textarea{min-width: 100%;}
.select input[type=radio] + label, .select input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 25px;
	cursor: pointer;
}
.userDataArea {
	margin-bottom: 10px;
}
.userDataArea li {
	width: 100%;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
	box-sizing: border-box
}
.userDataArea li:last-child {
	border-bottom: none
}
#main .userDataArea li h2 {
	margin-bottom: 10px;
	border: none;
	padding: 0;
	color: #000;
	background:none
}
.userDataArea li h2 span {
	margin-left: 5px;
	padding: 3px 5px;
	background: #C00;
	font-weight: normal;
	color: #fff;
	font-size: 10px;
	font-size: 1rem;
}
.userDataArea li input {
	width: 45%;
	margin: 0 5px
}
.userDataArea li.w100 input, .userDataArea li.w100 textarea {
	width: 98%;
}
textarea {
	margin: 0;
	min-height: 100px
}
.userDataArea li div {
}
.userDataArea li .serachAdd {
	display: inline-block;
	padding: 7px;
	background: #ccc;
	border: 1px solid #999;
	color: #666;
	text-decoration: none
}
.userDataArea li .serachAdd:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}
#main section select {
	text-overflow: "";
	background-size: 15px 15px;
	background-color: #fff;
}
.userDataArea {
}
.radio {
	width: 100%;
	padding: 0 10px;
}
.radio li {
	display: inline-block;
	margin-bottom: 10px;
}
.note {
	font-size: 10px;
	font-size: 1rem;
	padding: 5px 0 0 5px;
	margin-bottom: 0px!important;
	color: #999
}
.userDataArea li.select div {
	display: inline-block
}
@media (min-width: 1px) {
.select input[type=radio],  .select input[type=checkbox] {
	display: none;
	margin: 0;
}
.select input[type=radio] + label,  .select input[type=checkbox] + label {
	padding: 0 0 0 24px;
	margin-right: 15px
}
.select input[type=radio] + label::before,  .select input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #FFF;
}
.select input[type=radio] + label::before {
	border: 2px solid #ccc;
	border-radius: 30px;
}
.select input[type=checkbox] + label::before {
	border: 2px solid #000;
}
.select input[type=radio]:checked + label::after,  .select input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.select input[type=radio]:checked + label::after {
	left: 7px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: #888;
	border-radius: 8px;
}
.select input[type=checkbox]:checked + label::after {
	left: 3px;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #C03;
	border-bottom: 3px solid #C03;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.select input[type=radio]:checked + label:hover::before,  .select input[type=radio] + label:hover::before {
}
.select input[type=checkbox]:checked + label:hover::before,  .select input[type=checkbox] + label:hover::before {
}
.select:hover input[type=radio] + label::before,  .select:hover input[type=checkbox] + label::before {
}
}
/* header セレクトボックス・キーワード検索カスタマイズ */
/* スマホ用css */

select {
	border-radius: 0;
	height: 40px;
	padding: 0;
	margin: 3px 0;
	text-overflow: "";
}
/* ラジオボタン・チェックボックス */
.select input[type=radio], .select input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}
.select input[type=radio] + label, .select input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	line-height: 30px;
	cursor: pointer;
	color:#888; font-size:18px;
}
 @media (min-width: 1px) {
.select input[type=radio],  .select input[type=checkbox] {
	display: none;
	margin: 0;
}
.select input[type=radio] + label,  .select input[type=checkbox] + label {
	padding: 0 0 0 44px;
	margin-right: 10px
}
.select input[type=radio] + label::before,  .select input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 28px;
	height: 28px;
	margin-top: -9px;
	background: #FFF;
}
.select input[type=radio] + label::before {
	border: 3px solid #000;
	border-radius: 30px;
}
.select input[type=checkbox] + label::before {
	border: 3px solid #000;
}
.select input[type=radio]:checked + label::after,  .select input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
input[type=radio]:checked + label::after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #C03;
	border-radius: 8px;
}
.select input[type=checkbox]:checked + label::after {
	left: 5px;
	width: 30px;
	height: 14px;
	margin-top: -14px;
	border-left: 5px solid #888;
	border-bottom: 5px solid #888;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.select input[type=radio]:checked + label:hover::before,  .select input[type=radio] + label:hover::before {
}
.select input[type=checkbox]:checked + label:hover::before,  .select input[type=checkbox] + label:hover::before {
}
.select:hover input[type=radio] + label::before,  .select:hover input[type=checkbox] + label::before {
}
}
 @media screen and (max-width: 480px) {
}
@media screen and (min-width: 481px) {
}
@media screen and (min-width: 501px) {
}
@media only screen and (min-width: 721px) {
.userDataArea li h2 {
	width: 200px;
	padding-right: 10px;
	display: inline-block;
	vertical-align: top
}
.userDataArea li div {
	display: inline-block;
	width: 400px;
}
.userDataArea li.select div{width: auto;}

textarea {
	min-width:100%;
}
.userDataArea li { padding:10px 0}
}

/* jQuery関連 */
.ui-datepicker {
	font-size: 150%;
}
.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
}
#jquery-ui-autocomplete label {
	float: left;
	margin-right: 0.5em;
	color: black;
	font-size: 15px;
}
.ui-helper-hidden-accessible {
	display: none;
}


/* 一覧の検索エリア */
div.searhArea {
	float: left;
	margin-bottom: 0px;
}
div.searhArea input, div.searhArea select {
	width: auto;
}

/* マウスオーバーした行列の背景色 */
.trHover tbody tr .pointer {
	cursor:pointer;
}
.trHover tbody tr:hover {
	background-color:rgba(255,255,238,0.7);
}

/* pagelink */
.pagelink {
	text-align: center;
	margin-bottom: 20px;
}
.pagelink li {
	display: inline;
	font-size: 1.4rem;
	line-height: 1.4
}
.pagelink li a {
	display: inline-block;
	color: #999;
	padding: 5px 10px
}
.pagelink .highlight a {
	background: #D5D5D5;
	border-radius: 20px;
	color: #666;
	text-decoration: none
}

.ver01 td.noItem {
	padding:2em;
	text-align:center;
	color:#555;
}