@charset "utf-8";
/* CSS Document */
/* 全体の設定
--------------------*/
header, footer, nav, section {
	display: block;
}
body, p, h1, h2, h3, h4, h5, h6, ul, li, img {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
body {
	width: 100%;
	min-height: 100vh;
	font-size: 13px;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
img {
	border: none;
}
li {
	list-style: none;
}
a {
	color: #232323;
} /* リンク色変更はここ */



/*----------------------------------------
 トップページここから
----------------------------------------*/


/* ヘッダ部分
--------------------*/
h1 {
	background: url(../img/line_t.gif) repeat-x bottom center #000;
	color: #fff;
	font-size: 12px;
	padding: 2px 0 2px 10px;
	text-align: center;
}

#box_t {
	position: relative;
	height: 71px;
	text-align: center;
}

#box_t .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_t.gif) repeat-x;
	opacity: 0.2;
	z-index: 0;
}

#box_t #top {
	position: relative;
	z-index: 1;
}

h2#top {
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	color: #232323;
	text-shadow: 0 1px 0 white;
}

#top_txt {
	font-size: 120%;
	text-align: center;
	margin: 25px 0;
	font-weight: bold;
}

#result {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 20px;
}


/* フッタ部分
--------------------*/
#footer {
	text-align: center;
	background: url(../img/line_b.gif) repeat-x top center #000;
	color: #fff;
	font-size: 12px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer_notice {
	position: fixed;
	bottom: 45px;
	left: 0;
	width: 100%;
	background-color: #e0e0e0;
	color: red;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
	font-size: 21px;
	z-index: 1001;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
}

#footer_notice.green {
	color: green;
}




/* 
ログイン
--------------------*/

.login_box {
    width: 80%;
	margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}


.login-toggle-btn {
	display: block;
	width: 90%;
	max-width: 300px;
	margin: 20px auto;
	padding: 14px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(135deg, #4CAF50, #81C784);
	border: none;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
}

.login-toggle-btn:hover {
	background: linear-gradient(135deg, #388E3C, #66BB6A);
	transform: translateY(-1px);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}


.login_tbl {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.co-ime-disabled {
    ime-mode: disabled;
}

.co-mt15 {
    margin-top: 15px !important;
}

#user_id, #user_password {
    width: 92%;
    font-size: 18px;
    margin-bottom: 25px;
    padding: 15px 10px;
}





.co-btn {
    display: table;
    margin: 0 auto;
    white-space: nowrap;
}

.co-btn-m {
    min-width: 110px;
    line-height: 36px;
    font-size: 32px;
}

.co-btn-grn span {
    border-color: #8ec70e #7dac14 #7dac14;
    border-width: 1px;
    border-style: solid;
}
.co-btn span {
    display: block;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    position: relative;
}

.co-btn-grn a, .co-btn-grn input {
    color: #ffffff;
    background-color: #8ec70e;
    background-image: -moz-linear-gradient(center top, #8ecd02, #7dac14);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7dac14), color-stop(1, #8ecd02));
    background: -ms-linear-gradient(top, #8ecd02 0%, #7dac14 100%);
    background: linear-gradient(top, #8ecd02 0%, #7dac14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8ecd02', endColorstr='#7dac14');
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
}

.co-btn-m input {
    min-width: 110\9;
}
.co-btn-m input {
    min-width: 150px;
    padding: 0 20px;
    height: 56px;
    font-size: 18px;
}
.co-btn input {
    border: none;
    cursor: pointer;
}

#err_txt {
    font-weight: bold;
    color: #FF0000;
}

#new_add_link {
    width: 100%;
    margin-top: 100px;
    text-align: center;
}




/* 
メイン
--------------------*/














/*　********************　*/




/* インストールボタン用スタイル */
#install-container {
	position: fixed;
	bottom: 60px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 15px 10px;
	background: rgba(255, 255, 255, 0.95); /* 少し透ける白背景 */
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
	z-index: 999; /* フッターより下にしたければ 999 以下にする */
}

#install_btn {
	padding: 10px 20px;
	font-size: 16px;
	background: linear-gradient(135deg, #2c3e50, #4ca1af);
	color: #fff;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

#install_btn:hover {
	background-color: #e055a5;
}

#install-container p {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
	line-height: 1.6;
}



/* iOS向けヒント */
#ios_add_hint {
	display: none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 0.95rem;
	color: #555;
	font-weight: bold;
}





/* 非表示クラス */
.hidden {
	display: none !important;
}
.fc_red {
	color: #FF0000;
}
.fc_blk {
	color: black;
}