.hvr-eee:hover{
    background: #eee none repeat scroll 0 0 !important;
}

#about a:link , #about a:visited {
  color:#333;
}
#about a:hover {
  color:#CC2929;
}

tr.dgfooter td.dgfield {
  border-top: #cccccc 1px solid;
}

.displaynone { display:none }

.dialog_body_title {
  padding-top:8px;
  padding-left:0px;
  padding-bottom:4px;
  font-size:12px;
  font-weight:bold;
  width:100%;
  text-align:left;
}

img {
  border: none;
}

img.ifad_req {
  vertical-align:middle;
  margin: 0 2px 0 2px;
}
img.ifad_imp {
  vertical-align:middle;
  margin: 0 0 0 2px;
}


.request_button {
	padding: 1em 2em;
	margin: 0.5em;
	box-sizing: border-box;
	border: solid 1px #67747c;
	border-radius: 5px;
	background-color: #67747c;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased;
	cursor: pointer;
	-webkit-transition: border .20s linear, color .20s linear, background-color .20s linear;
	transition: border .20s linear, color .20s linear, background-color .20s linear;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.request_button:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* ??????480px? */
@media (max-width:480px) {
	.request_button {
		width: calc(100% - 16px);
	}
}

.counter {
  font-size: 7.5pt;
  color: #666666;
  font-family: "メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"Meiryo","ＭＳ Ｐゴシック",sans-serif;
}

.counter span {
    font-size: 120%;
    font-weight: bold;
}

/* ------------------------------

------------------------------ */
.ifad_form table, .ifad_form_design table, .ifad_form_attachment table {
  border-top: #cccccc 1px solid;
  border-left: #cccccc 1px solid;
  font-size: inherit;
  color: #444444;
  width:100%;
  text-align: left;
}

.ifad_form tr, .ifad_form_attachment tr {
  height:26px;
}
.ifad_form th{
  border-right: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  padding-left:4px;
  padding-right:4px;
  background-color: #efefef;
  width:180px;
  text-align: left;
}
.ifad_form_attachment th{
  border-right: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  padding-left:4px;
  padding-right:4px;
  background-color: #efefef;
  width:180px;
  text-align: left;
}

.ifad_form td {
  border-right: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  padding: 1px;
  padding-left:2px;
  padding-right:2px;
}

.ifad_form_attachment td {
  border-right: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  padding: 1px;
  padding-left:2px;
  padding-right:2px;
  width:590px;
}

.ifad_warn {
  font-size: 9pt;
  color: #f6692b;
  font-weight:bold;
}

.ifad_important_item {
  font-weight:bold;
}


.inner-table,
.inner-table th,
.inner-table td {
	border: none;
	padding: 0;
	width: auto;
	background-color: transparent;	
}

.inner-table td {
	padding: 5px;
}

/* ------------------------------
 Date
------------------------------ */
.ifad_dy, .ifad_dm, .ifad_dd, .ifad_th, .ifad_tm {
  font: inherit;
  height: inherit;
	margin-right: 2px;
}

/* ------------------------------
 Label
------------------------------ */
.ifad_label {
  padding-left:2px;
  padding-right:2px;
  color : black;
  width : auto !important;
}

.ifad_choice {
}
/* ------------------------------
 Text-View
------------------------------ */
.ifad_text_view {
  width: 100%;
  padding-left:2px;
  padding-right:2px;
  color : inherit;
  font: inherit;
  
  word-wrap : break-word;
  overflow-wrap : break-word;
}

/* ------------------------------
 Text
------------------------------ */
.ifad_text {
  font-size: 100%;
  width: 100%;
}
/* ------------------------------
 Multiline
------------------------------ */
textarea.ifad_multiline {
  font-size: 100%;
  width: 100%;
}

span.ifad_multiline {
  color : inherit;
}
/* ------------------------------
 Menu
------------------------------ */
.ifad_menu {
  font-size: 100%;
  width: 100%;
}
/* ------------------------------
 Radio
------------------------------ */
.ifad_radio {
  width: 100%;
}
table.ifad_radio, tr.ifad_radio, td.ifad_radio {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding-top : 0;
  padding-left : 0;
  padding-right : 0;
  padding-bottom : 0;
}

/* ------------------------------
 Modified
------------------------------ */
.ifad_form .modified * {
  color: red;
  font-weight: bold;
}

/* ------------------------------
 RadioButtonList
------------------------------ */
table.RadioButtonList, .RadioButtonList td {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding-top : 0;
  padding-left : 0;
  padding-right : 0;
  padding-bottom : 0;
  width:auto;
 }

.RadioButtonList tr {
  height:auto;
}


.fixinline {
	display:-moz-inline-box;
	-moz-box-align: center;
	display: inline-block;
	vertical-align: auto;
}

.TheNameDoesNotExist {
	display: none;
}



#ifad_preview .ifad_form table,
#ifad_preview .ifad_form_design table,
#ifad_preview .ifad_warn,
#ifad_preview .ifad_text,
#ifad_preview textarea.ifad_multiline,
#ifad_preview .ifad_menu,
#ifad_preview span
 {
	font-size:8pt;
}

.yui-calcontainer {
	left: 0;
}

.yui-calcontainer table {
	border: 0;
}

.ifad_form .crlf {

	width: 100%;
	height: 1px;
	overflow: hidden;
}

.ifad_date_container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.ifad_info {
	padding-bottom: 1px;
	font-weight: normal;
	font-size: 11px;
}

