/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*リセットCSS*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li{
	margin: 0;
	padding: 0;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
img{
	vertical-align: bottom;
	line-height: 0;
}

a img{
	border:none;
}
/*------------------------------------------------------------*/
/*コンテンツの文字関係*/
/*------------------------------------------------------------*/

body{
	font-size: 12px;
	line-height: 18px;
  color: #333333;
}

img{
outline:none;
border-style:none;
}
h3{
  line-height: 21px; 
  vertical-align:text-bottom;
}
/* 表示領域 */
.user_info_section{
	display: block;
	margin: 0 auto;
	padding:20px 0 20px 0;
  width:600px;

}

.form-group{
	display: block;
	margin: 0 auto;
	padding:0;
  width:600px;
}

/* テーブル */
.input_user_info_container{
	display:table;
	width:600px;
	border-collapse: collapse;
    border-spacing: 0;
    margin-top:28px;
}
.input_user_info_block_title{
	background-color:#f4e8dc;
	width:150px;
	border:solid 1px #999;
    padding:2.5px;
    font-size:12px;
}
.input_user_info_block_inputform{
	display:table-cell;
	width:450px;
	border:solid 1px #999;
    padding:5px;
}

/* 補足 */
.input_user_info_memo{
 font-size: 12px;
}

/* 強調 */
.emphasis {
 color: #FF0000;
 font-weight:bold;
}

/* 見出し飾り */
.header_catch{
	color:#FABF8F;
	font-size: 16px;
}
h3{
	font-size:14px;
}

#softwareKeyboard{
  display:inline-block;  
  width:250px;
  border:1px solid #333;
  padding:1px;
  position: relative;
  border-radius: 0px;
  text-indent: 2px;
}
input[type="text"]{
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #333;
  width:250px;
  display:block;
  height:18px; /* for IE11 */
  padding:1px 0px 0px 4px;
  text-indent: 1px;
}
input[type="button"],button{
  display       : inline-block;
  font-size     : 12px;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 2px 5px;   /* 余白       */
  background    : #E0E0E0;     /* 背景色     */
  color         : #000000;     /* 文字色     */
  line-height   : 14px;         /* 1行の高さ  */
  box-shadow    : 1px 1px 5px #666666;  /* 影の設定 */
  border        : 1px solid #848484;    /* 枠の指定 */ 
  font-weight:bold;
}
input[type="button"]:hover,
button:hover{
    background    : #EDEDED;
}
.keypad-trigger{
  width:160px;
  height:26px;
  margin-left:10px;
  line-height:1.5px;
}
#infosubmit{
  font-size     : 12px; 
  width:200px;
  padding:6px;
}
.submit_button_group{
  width:100%;
  text-align:center;
  margin-top:1rem;
}
