@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 180%;
	text-align: center;
	margin:0 auto;
	background-color:#FFF;

}

html {
	overflow-y:scroll;
}

/* IE 6 or less */
*html body {
	font-size: 80%;
	line-height: 200%;
}
/* IE 7 or more */
*:first-child+html body {
	font-size: 80%;
	line-height: 200%;
}
/* IE 8 */
html>/**/body {
 font-size /*\**/: 80%\9;
}


a,a:link {
	color: #1B6CB4;
	text-decoration: underline;
}

a:visited {
	color: #1B6CB4;
	text-decoration: none;
}

a:hover {
	color: #1B6CB4;
	text-decoration: none;
}

a:active {
	color: #1B6CB4;
	text-decoration: none;
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust:none;
}

html, body, div, span, applet, object,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	outline: 0;
}

/**
* FORM
*/
div.commonSiteForm {
  width: 90%;
  margin: 0 auto;
}
div.commonSiteForm div.form_wrapper p.form_title {
  margin: 0;
  line-height: 2;
  font-size: 1.25em;
  font-weight: bold;
  color: #E3007B;
  text-align: center;
  border-bottom: 1px #CCC solid;
}
div.commonSiteForm div.form_wrapper div.form_contents {
  width: 100%;
}
div.commonSiteForm div.form_wrapper div.form_contents dl {
  width: 100%;
  margin: 0 auto;
}
div.commonSiteForm div.form_wrapper div.form_contents dl dt {
	color: #009744;
  padding: 15px 8px 5px 15px;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px #BEBEBE solid;
}
div.commonSiteForm div.form_wrapper div.form_contents dl dt img {
  width: 22px;
  height: 12px;
}
div.commonSiteForm div.form_wrapper div.form_contents dl dd {
  padding: 15px 8px 15px 15px;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px #BEBEBE solid;
  background: #EFEFEF;
}
div.commonSiteForm div.form_wrapper div.form_contents dl dd label {
  margin-bottom: 5px;
}
div.commonSiteForm div.form_wrapper div.form_contents dl dd span.ex {
  font-size: 10px;
}
div.commonSiteForm div.form_wrapper div.form_contents dl dd textarea {
  width: 90%;
}
div.commonSiteForm div.h_bottom {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
div.commonSiteForm div.h_bottom button.submit {
  border: 1px solid #cccccc;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
  /* IE6-9 */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
}
div.commonSiteForm input.error,
div.commonSiteForm textarea.error {
  background: #fdebee;
  border: 1px solid #d4485b;
}
div.commonSiteForm div.errorMessage {
  color: #d4485b;
}
div.commonSiteForm div.errorSummary {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #d4485b;
  background: #ffd2d8;
  padding: 10px 15px;
  margin: 20px 0;
}
div.commonSiteForm div.errorSummary ul {
  margin-top: 7px;
}
div.commonSiteForm div.errorSummary ul li {
  padding: 3px 0;
}
