@charset "UTF-8";

.form-content{
	margin:20px 10px;
}

.form-content div.row{
	display:table;
	width:100%;
	margin:0 auto;
	border-bottom:solid 2px #fff;
}

.form-content div.row p.ttx{
	display:table-cell;
	width:40%;
	vertical-align:top;
	
	box-sizing:border-box;
	padding:10px;
	border-right:solid 2px #fff;
	
	background-color:#7e1830;
	font-weight:bold;
	color:#fff;
}

.form-content div.row p.ttx span.must{
	display:block;
	font-size:0.8rem;
	line-height:1.5em;
	font-weight:normal;
	color:#ffff00;
}

.form-content div.row p.ttx span.extra{
	display:block;
	font-size:0.8rem;
	line-height:1.5em;
	font-weight:normal;
	color:#fff;
}

.form-content div.row div.ans{
	display:table-cell;
	width:60%;
	vertical-align:top;
	
	box-sizing:border-box;
	padding:10px;
}

.form-content input[type="text"]{
	border:solid 1px #ccc;
	height:20px;
	
	padding:5px;
	border-radius:2.5px;
	margin:5px;
	
	font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:1.0rem;
	line-height:20px;
	color:#444;
    width: 94%;
}

.form-content input[type="tel"]{
	border:solid 1px #ccc;
	height:20px;
	
	padding:5px;
	border-radius:2.5px;
	margin:5px;
	
	font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:1.0rem;
	line-height:20px;
	color:#444;
    width: 94%;
}

.form-content input[type="email"]{
	border:solid 1px #ccc;
	height:20px;
	
	padding:5px;
	border-radius:2.5px;
	margin:5px;
	
	font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:1.0rem;
	line-height:20px;
	color:#444;
    width: 94%;
}

.form-content textarea{
	border:solid 1px #ccc;
	width:94%;
	min-height:100px;
	
	padding:5px;
	border-radius:2.5px;
	margin:5px;
	
	font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:1.0rem;
	line-height:20px;
	color:#444;
	
	resize: vertical;
}

.form-content select{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  
  width:377px;
  border-radius: 2.5px;
  border:solid 1px #ccc;
  margin: 5px;
  padding: 7px;
  background: none transparent;
  background-image:url(../images/bg-icon-select.png);
  background-repeat:no-repeat;
  background-size:20px;
  background-position:center right;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  
  font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size:1.0rem;
  line-height:20px;
  color:#666;
}

.form-content select option{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-content .checkbox {
  display: none;
}

.form-content .checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
  margin-right:5px;
}

.form-content .checkbox + .checkbox-icon:before {
  content: "\f372";
  font-family: "Ionicons";
  color: #ccc;
  font-size: 20px;
}

.form-content .checkbox:checked + .checkbox-icon:before {
  content: "\f374";
  color: #0ae;
}

.form-content .radio {
  display: none;
}

.form-content .radio + .radio-icon:before {
  content: "\f3a6";
  font-family: "Ionicons";
  color: #ccc;
  font-size: 20px;
  margin-right:5px;
  vertical-align:middle;
}

.form-content .radio:checked + .radio-icon:before {
  content: "\f3a7";
  color: #0ae;
}

.form-content div.btn-action{
	text-align:center;
	margin:10px 0;
}

.form-content div.btn-action p.btn-submit{
	display:inline-block;
}

.form-content div.btn-action p.btn-submit input[type="submit"]{
	width:200px;
	padding:10px;
	background-color:#7e1830;
	border-radius:5px;
	color:#fff;
	border:none;
	
	font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:1.2rem;
	line-height:1.75em;
	font-weight:bold;
	margin:5px;
}

.form-content div.btn-action p.btn-reset{
	display:inline-block;
}

.form-content div.btn-action p.btn-reset input[type="reset"]{
	width:200px;
	padding:10px;
	background-color:#7e1830;
	border-radius:5px;
	color:#fff;
	border:none;
	
	font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:1.2rem;
	line-height:1.75em;
	font-weight:bold;
	margin:5px;
}

.form-content article.castlist{
	width:25%;
	float:left;
}

.form-content article.castlist p.name{
	font-size:0.6rem;
	line-height:1.5em;
}

.form-content article.castlist div.spec{
	position:relative;
}