@charset "utf-8";

::selection { background-color: #777; }	/* テキスト選択時の色 */
::placeholder{	color: #fff; }					/* input または textarea 要素のプレイスホルダー文字列 */







#wrapper{
	float: left;
	padding: 0; margin: 0; width: 100%;
}










/*--- 〇共通 */

/* 暗号鍵の作成 BOX */
#header_angoukey_box{
	clear: both; float: left;
	padding: 0; margin: 0 0 50vh 0; width: 100%; height: 100%;
	background-color: #500;
}
#header_angoukey_input_box{
	clear: both; float: left;
	margin: 0; padding: 5px; width: 40vw; height: 302px;
	background-color: #333;
	border: 1px #777 solid; border-radius: 4px;
	overflow: hidden;	/* はみ禁 */
	position: absolute;											/* 指定要素		縦横のセンタリング */
	margin:auto; top: 0; right: 0; bottom: 0; left: 0;	/* 各0で中央	※値を+-することで調整可能 */
}
@media screen and (max-width: 720px){	/* 以下の場合 */
	#header_angoukey_input_box{ width: 100vw; height: 302px; border-right: 0px #777 solid; border-left: 0px #777 solid; border-radius: 0; }
}
/* 暗号キーを入力して下さい */
#header_angoukey_input_box_t_1{
	clear: both; float: left;
	padding: 0; margin: 0; width: 100%; height: 35px;
	border-bottom: 1px #aaa dashed;
	text-align: left; color: #fff; font-size: 100%; line-height: 26px;
}
.header_angoukey_input_box_waku_1{
	clear: both; float: left;
	padding: 0; margin-top: 5px; width: 100%;
}
.header_t_1{
	clear: both; float: left;
	padding: 0; margin-top: 12px; width: 100%; height: 25px;
	text-align: left; color: #fff; font-size: 94%; line-height: 25px;
}
#header_angoukey_input_box_i_1_id, #header_angoukey_input_box_i_2_id{
	clear: both;
	padding: 0; margin: 0; width: 100%; height: 30px;
	background-color: #777;
	border: 1px #777 solid; border-radius: 4px;
	text-align: left; color: #000; font-size: 94%; line-height: 30px;
}
#header_angoukey_input_box_i_1_id:focus, #header_angoukey_input_box_i_2_id:focus{ border: 1px #ccc solid; background-color: #fff; }
/* エラー用text */
.header_t_er{
	clear: both; float: left;
	padding: 0; margin: 0; width: 100%; height: 25px;
	text-align: left; color: #f50; font-size: 88%; line-height: 25px;
	overflow: hidden;	/* はみ禁 */
}
/* 暗号鍵を作成するのボタン */
.header_angoukey_input_box_i_button_n, .header_angoukey_input_box_i_button_y{
	clear: both; float: left;
	padding: 3px 7px; margin-top: 25px; width: 150px;
	background-color: #aaa;
	border: 1px #777 solid; border-radius: 4px;
	text-align: center; color: #000; font-size: 100%; line-height: 26px;
}
.header_angoukey_input_box_i_button_y{
	border: 1px #999 solid;
	background-color: #05c;
	color: #fff;
	opacity:0.9;
}
.header_angoukey_input_box_i_button_n{
	border: 1px #bbb dashed;
	background-color: #333;
	color: #bbb;
	opacity:0.80;
}
.header_angoukey_input_box_i_button_y:hover{ opacity:1; cursor: pointer; }
.header_angoukey_input_box_i_button_n:hover{ opacity:1; border: 1px #ddd dashed; color: #ddd; cursor: pointer; }
/* 結果表示 */
#header_angoukey_input_box_kekka{
	display: none;
	clear: both; float: left;
	margin: 0; padding: 5px; width: 40vw; height: 302px;
	background-color: #333;
	border: 1px #777 solid; border-radius: 4px;
	text-align: left; color: #fff; font-size: 100%; line-height: 26px;
	position: absolute;											/* 指定要素		縦横のセンタリング */
	margin:auto; top: 0; right: 0; bottom: 0; left: 0;	/* 各0で中央	※値を+-することで調整可能 */
	cursor: pointer;
}
@media screen and (max-width: 720px){	/* 以下の場合 */
	#header_angoukey_input_box_kekka{
		width: 100vw; height: 302px; border-right: 0px #777 solid; border-left: 0px #777 solid; border-radius: 0;
	}
}











/* ----- フッター */
footer{
	position: relative;
	clear: both; float: left;
	margin-top: 500px; width: 100%;
	background-color: #222;
	border-top: 1px #777 dashed;
}
footer div{
	clear: both; float: left;
	padding: 30px 0; margin: 0; width: 100%;
	background-color: #222;
	text-align: center; color: #fff; font-size: 88%;
}
footer div a:link{ color: #f90; }





