@charset "utf-8";
/* CSS Document */

/*************************************************
 * ログイン
 *************************************************/
div#contents
{
	margin:20px auto 0 auto;
	padding:10px;
	max-width:350px;
	text-align:center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,ddf1f9+35,a0d8ef+100;Blue+3D+%2318 */
	background: #feffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #feffff 0%, #ddf1f9 35%, #a0d8ef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */

	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

div#contents img
{
	border:1px solid #868686;
	max-width:100%;
	width:200px;
	height:auto;
}

#frmLogin
{
	max-width:100%;
}

input[type="text"]
{
	width:100%;
	max-width:160px;
}

input[type="password"]
{
	width:100%;
	max-width:160px;
}

input.LoginButton
{
	width:100px;
	height:40px;
	font-weight: bold;
	font-size: 16px;
}

