@charset "UTF-8";
/* line 17, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/** base **************************************************************/
/* line 11, ../sass/style.scss */
body {
  background-color: white;
  font-size: 70%;
  line-height: 1.5em;
  width: 100%;
  height: 100%;
  font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 26, ../sass/style.scss */
* html body {
  /*IE6*/
  font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* line 29, ../sass/style.scss */
*:first-child + html body {
  /*IE7*/
  font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* line 32, ../sass/style.scss */
button {
  font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  font-size: 100%;
}

/** rough structure **************************************************/
/*********************************************************************
  header
 *********************************************************************/
/** -----------------
 PC
----- */

#head #logo img {

}
h1 {
  /*height: 46px!important;*/
	text-align: center;
	padding: 10px 0;
	border-bottom: solid 2px #000;
	margin-bottom: 20px;
}
/* line 44, ../sass/style.scss */
h2#title {
  font-size: 185%;
  text-align: center;
/*  margin-top: 3em;*/
/*  line-height: 2em;*/
  width:100%;
  float:right;
	margin-bottom: 20px;

}

/* line 50, ../sass/style.scss */
#frm-area {
  padding: /*2em*/ 0;
  font-size: 100%;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  max-width: 650px;
  margin-bottom: 50px;
}
/* line 59, ../sass/style.scss */
#frm-area section .err {
  color: #c75864;
}
/* line 68, ../sass/style.scss */
#frm-area section input[type=number],
#frm-area section input[type=text],
#frm-area section input[type=email],
#frm-area section input[type=tel] {
  margin: 0 0 0 0;
  line-height: 2.5em;
  height: 2.5em;
  padding-left: 1.5%;
  width: 97%;
  /*font-size: 124%;*/
  font-size: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 76, ../sass/style.scss */
#frm-area section textarea {
  margin: 0 0 0 0;
  padding-left: 1.5%;
  width: 97%;
  /*font-size: 124%;*/
  font-size: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 83, ../sass/style.scss */
#frm-area section select {
  margin: 0 0 0 0;
  padding: 2.5%;
  width: 97%;
  /*font-size: 124%;*/
  font-size: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 90, ../sass/style.scss */
#frm-area section .text-f-err {
  background-color: #fff1f3;
  border: 1px solid #c75864;
  color: #c75864;
}
/* line 95, ../sass/style.scss */
#frm-area section .text-f {
  border: 1px solid #cdd7e5;
  color: #000;
}
/* line 99, ../sass/style.scss */
#frm-area section .text-def {
  border: 1px solid #cdd7e5;
  color: #cdd7e5;
}
/* line 103, ../sass/style.scss */
#frm-area section dl {
  text-align: left;
  padding: 2.5%;
}
/* line 106, ../sass/style.scss */
#frm-area section dl dt {
  padding-top: 10px;
  line-height: 3em;
}
/* line 109, ../sass/style.scss */
#frm-area section dl dt span.ness {
  background-color: #c75864;
  color: #FFF;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
/* line 115, ../sass/style.scss */
#frm-area section dl dt span.opt {
  background-color: #3399FF;
  color: #FFF;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
/* line 122, ../sass/style.scss */
#frm-area section dl dd {
  padding-bottom: 10px;
  border-bottom: solid 1px #333;
}
/* line 124, ../sass/style.scss */
#frm-area section dl dd span {
  /*font-size: 124%;*/
  font-size: 124%;
  padding-top: 7px;
  padding-left: 1.5%;
  line-height: 1.5em;
}

#frm-area a.close {
	display: block;
	padding:10px;
	color:#FFF;
	background-color: #c75864;
	width:150px;
	margin: 0 auto;
	text-decoration: none;

}
/* line 137, ../sass/style.scss */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
