/*
 * Copyright © 2013 Keikyu Corporation All rights reserved.
 */

@charset "UTF-8";

body
{
	text-align: center;
}

#containeWrapper {
    width:100%;
}

.container
{
	width: 1040px;
	margin: 0 auto;
	text-align: left;
}

.listgroup
{
	margin-bottom: 20px;
}

.errormessage
{
	color: #ff0000;
	list-style: none;
	padding: 0;
	margin: 0;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.feedbackReasonContainer {
	width: 375px;
	margin: 0 auto;
	text-align: left;
}

#reasonArea {
	margin-bottom: 20px;
}
