/*
page-title
-----------------------------------*/
h2.page-title {
  text-align: center;
  padding: 10px;
  background: #EB2978;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-weight: normal;
  letter-spacing: 0.05em;
}
h3 {
  letter-spacing: 0.08em;
  border-bottom: #E61E79 3px solid;
}
/* テーブル
------------------------*/
dl.red-table {
  border-top: #999999 1px solid;
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  background: url(../images/bg/gray_gr.png) repeat-y 0px 0px;
  font-size: 90%;
  background-size: 25%;
}
dl.red-table dt {
  width: 25%;
  padding: 5px 10px 5px 10px;
  letter-spacing: 0.1em;
  float: left;
  margin: 0px;
  font-weight: normal;
}
dl.red-table dd {
  width: 75%;
  padding: 5px 10px 5px 10px;
  letter-spacing: 0.1em;
  float: left;
  margin: 0px;
}
dl.red-table dd p {
  padding: 0px !important;
  margin: 0px !important;
}
dl.last-line {
  border-bottom: #999999 1px solid;
}
/* clearfix */
dl.red-table:after,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* IE6 */
* html dl.red-table,
* html .clearfix {
  zoom: 1;
}
/* IE7 */
*:first-child + html dl.red-table,
*:first-child + html .clearfix {
  zoom: 1;
}
main ol {
  list-style-type: decimal;
  margin-left: 20px;
}
main ol li {
  margin-bottom: 10px;
}
main ul {
  list-style-type: circle;
  margin-left: 20px;
}
main ul li {
  margin-bottom: 10px;
}
/****************************************

          Form

*****************************************/
/*
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 20px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ff69b4;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
 	color: #444;
}*/
span.formleft {
  display: block;
  width: 60%;
  float: left;
  clear: both;
}
span.formattention {
  display: block;
  background: #ff7272;
  width: 30%;
  float: left;
  padding: 5px;
  text-align: center;
  margin-left: 10px;
  color: #FFFFFF;
  font-weight: bold;
}
/*============================
#attention
============================*/
div#attention {
  line-height: 1.8;
  display: block;
  padding: 10px !important;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  margin: 0;
  margin-bottom: 10px;
  padding: 6px 4px;
  outline: none;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #000000;
  font-size: 13px;
}
textarea {
  overflow: auto;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid #ff69b4;
  -webkit-box-shadow: 0 0 3px #ff69b4;
  -moz-box-shadow: 0 0 3px #ff69b4;
  box-shadow: 0 0 3px #ff69b4;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 12px;
  padding: 8px 10px;
  border: 1px solid #666666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #666666;
  color: #FFF !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  cursor: pointer;
  /* Old browsers */
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  border: 1px solid #959595;
  background: #959595;
  color: #fff;
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  position: relative;
  top: 1px;
}
body#submissionPage .button,
body#submissionPage button,
body#submissionPage input[type="submit"],
body#submissionPage input[type="reset"],
body#submissionPage input[type="button"] {
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 12px;
  padding: 8px 10px;
  border: 1px solid #C0272D;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #C0272D;
  color: #FFF !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  cursor: pointer;
  /* Old browsers */
}
body#submissionPage .button:hover,
body#submissionPage button:hover,
body#submissionPage input[type="submit"]:hover,
body#submissionPage input[type="reset"]:hover,
body#submissionPage input[type="button"]:hover {
  border: 1px solid #DA7F83;
  background: #DA7F83;
  color: #fff;
}
br {
  clear: both;
  line-height: 1.5;
}
/* error message */
.errorbox {
  //background-color:#ff7272;
  font-weight:bold;
  text-align:center;
}
