
/**************** スマホ・タブレット ****************/

/* iOSのボタンをリセット */
input[type="submit"],input[type="button"],input[type="reset"] {
  -webkit-appearance: none;
}

/* フォーム部品初期化 */
input,textarea,select
	{
	-webkit-appearance: none;
	border-style:solid;
	background:none;
	}

/*=============================
  login
=============================*/

#site_name
	{
	text-align: center;
	padding-top: 20px;
	line-height:1.5;
	margin-bottom:10px;
	}
#site_name span
	{
	display:block;
	}

	#site_name span:nth-child(2)
		{
		margin-top:20px;
		font-size: 1.2rem;
		line-height: 100%;
		}


.line_box
	{
	margin:0 auto;
	width:540px;
	display:block;
	padding: 30px 20px 30px;
 	border-radius: 20px;
 	border: 5px solid #6fcade;/*#17b3ff*/
	background:#fff;
	}

table.ver_tbl
	{
	margin-left:auto;margin-right:auto;
	border-top:1px solid #c0c0c0;
	}

table.ver_tbl th
	{
	width:130px;
	}

table.ver_tbl td
	{
	width:320px;
	}

table.ver_tbl td input[type='text'],
table.ver_tbl td input[type='password']
	{
	width:250px;
	}

/**************** スマホ縦 *****************/
@media screen and (max-width: 540px){

#wrapper section {width:100%;}

.line_box
	{
	width:90%;
	padding: 30px 20px 30px;
	}

table.ver_tbl {width:100%;}

table.ver_tbl th,
table.ver_tbl td
	{
	width:100%;
	display:block;
	margin-bottom:0;
	}
	table.ver_tbl td input[type='text'] {width:100%;}
	table.ver_tbl td input[type='password'] {width:calc(100% - 40px);}

table.ver_tbl th {line-height:2;}

}
/*******************************************/
