.bt_default {
	font-weight: bold;
}


input.max { width: 100%; }

textarea.max {width: 100%;}


h1{
font-size: 140%;
font-weight: bold;
color:#333333;
}

.text_130{
line-height:130%;

}

.text_110{
line-height:110%;
}

.text_150{
line-height:150%;
}

.guide_titlebar{
  font-size: 110%;
  font-weight: bold;
  font-family: "ＭＳ ゴシック",sans-serif;
}

td.titlebar{
	background-image:url("http://i.yimg.jp/images/domains/bg_titlebar.jpg");
}

td.titlebar_s{
	background-image:url("https://s.yimg.jp/images/domains/bg_titlebar.jpg");
}

span.titlebar{
	color:#FFFFFF;
}

/*ビジネスリンク用*/
.yjmth_biz{
*height:1%;
}

div.yjmthcmnlnkarea_biz{
/* MacIE除外 \*/
float:right;
/* */
margin:0px 3px 0px 0px;
font-size:smaller;
text-align:right;
line-height:110%;
}

.banner-container {
	max-width: 800px;
	margin: 20px auto;
	font-family: 'Helvetica Neue', Arial, sans-serif;
}
.prominent-banner {
	background: linear-gradient(45deg, #FF0033, #FF6347);
	color: white;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	text-align: center;
	position: relative;
	overflow: hidden;
}
.banner-text {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.banner-button {
	display: inline-block;
	background-color: white;
	color: #FF0033;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s ease;
}
.banner-button:hover {
	background-color: #FF0033;
	color: white;
}

.prominent-button {
    text-decoration: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 10px;
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #3CB371;
    box-shadow: 0 6px 8px rgba(39, 174, 96, 0.3);
}
.prominent-button:hover:enabled {
    background-color: #27ae60;
    box-shadow: 0 6px 8px rgba(39, 174, 96, 0.3);
}
.prominent-button:active:enabled {
    background-color: #229954;
    box-shadow: 0 2px 4px rgba(34, 153, 84, 0.3);
    transform: translateY(2px);
}
.prominent-button:disabled {
    background-color: #95a5a6;
    color: #ecf0f1;
    cursor: not-allowed;
    box-shadow: none;
}

.process-detail {
	padding: 10px;
	margin: 10px 0;
}

.notice {
	margin: 10px 0;
	padding: 10px;
	border-radius: 5px;
}
.notice-title {
	font-weight: bold;
	margin-bottom: 10px;
}
.notice-red {
	background-color: #fff5f5;
	border: 1px solid #feb2b2;
}

.authcode-container {
  display: flex;
}

.authcode {
  user-select: all;
  word-break: break-word;
  flex: 1;
}

.copy-container {
  position: relative;
  cursor: pointer;
  font-size: 1.5em;
}

.copy-label {
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(80, 80, 80, 0.85);
  color: white;
  padding: 0.2em 0.8em;
  border-radius: 4px;
  font-size: 0.8em;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.copy-container:hover .copy-label {
  opacity: 1;
}
