/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/


.textfield-min-ex{
  width: 100px;
}
.textfield-mid{
  width: 400px;
}
.textfield-mid-l{
  width: 500px;
}
.textfield-max{
  width: 600px;
}
.textarea-max{
  width: 600px;
  height: 40px;
}
.textarea-mid{
  width: 400px;
  height: 40px;
}
.select-mid{
  width: 250px;
}

div.preview-main {
  padding: 10px;
  border: solid #E9F5FF;
  border-image: none;
  text-decoration: none;
  max-width: 100%;
  background-color: #e9f5ff;
}

div.preview-detail {
  padding: 10px;
  border: solid white;
  border-image: none;
  text-decoration: none;
  max-width: 100%;
  background-color: white;
}

.sns_item {
  display: inline-block;
  width: 100px;
}

.joinEventRequired {
  font-size: 12px;
  color: #C1272D;
}
