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

#2014
{
	color:#C00;
	font-weight:bold;
}

img
{
	margin:10px;
	height:auto;
}

.footnote
{
	font-size:9px;
}

strong
{
	margin:10px;
}

.cent
{
	text-align:center;
}

body
{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}

.clear
{
	clear:both;
}

.adressform
{
	margin-right:auto;
	width:250px;
	font-weight:bold;
	margin-top:5px;
}

.adress
{
	width:550px;
}

select 
{
	margin-top:10px;
}

input
{
	margin-top:5px;
  margin: 0;
  appearance: none;
  box-shadow: none;
  border-radius: none;
    height: 2.5em; /* for IE */
    vertical-align: middle;
	 text-align: center;

  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;
}

input:focus, textarea:focus {
  border-radius: 5px;
  outline      : none;
}


.absti
{
	float:left;
	width:300px;
	margin-top:25px;
	height:auto;
}