@charset "UTF-8";
/* CSS Document */

/* 
Eric Meyer's CSS Reset
http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212
CSSresetr.com
*/
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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size:14px;
  line-height:1.2;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 .nomargin{
	 margin:0 !important;
 }
/* remember to define focus styles! */
:focus {
  outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* tables still need 'cellspacing=0' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear{
	width:0 !important;
	height:0 !important;
	clear:both;
}



#output819585 > *:first-child + *,
#output779095 > *:first-child + *{
	display:none;
	width:100%;
}
#output819585,
#fc2form{
	width:100%;
}
div.message{
	width:100%;
	float:none;
	margin-bottom:20px;
}
div li{
	list-style: none;
}
.title{
	font-weight:bold;
}
.title,
.comment{
	width:100%;
	float:none !important;
}
.comment{
	margin-bottom:20px;
}
.comment div{
	width:100%;
}

textarea {
	width:96%;
	background-color:#edf3d7;
	border: 1px solid #edf3d7;
	outline: 0;
	padding:  6px 2%;
	font-size: 14px;
}

input[type="text"] {
	width:96%;
	background-color:#edf3d7;
	border: 1px solid #edf3d7;
	outline: 0;
	padding:  6px 2%;
	font-size: 14px;
}
input[type="text"]:focus {
  outline: 0;
}
select {
	height:32px;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    background:#edf3d7 url(../../img/anq/arw_select_down.png) no-repeat;
    background-size:18px 10px;
	background-position: right center;
    vertical-align: middle;
    border: none;;
	padding: 0 6px;
	font-size: 14px;
}
select[name="select1_0"] {
	width:260px;
}
select[name="age"] {
	width:80px;
	margin-right:10px;
}
div.submit{
	width:100%;
	text-align:center;
}
input[type="button"] {
	width: 126px;
	 background-color: #4f8a87;
	 padding: 11px 0;
	 font-size:16px;
	 color: #fff;
    border-style: none;
	letter-spacing:4px;
}
#LoadingBox779095,
#LoadingBox819585{
	display:none;
}