@charset "UTF-8";
/* /fcroman/contact/s/css/style.css */

/******************************************************************************
contents
******************************************************************************/
#contents{
	padding-bottom: 10px;
	background: #f593b3;
	}
#main{
	background: #f593b3;
	}
#main h1{
	text-align: center;
	padding: 15px 0;
	}
/*------------------------------*/
/*block-form*/
/*------------------------------*/
#block-form{
	margin-bottom: 20px;
	}
#block-form h2{
	font-size: 1.6em;
	margin: 0 20px 5px;
	}
#block-form p{
	font-size: 1.4em;
	line-height: 1.5;
	margin: 0 20px;
	padding-bottom: 10px;
	}
#block-form input.aform-text,
#block-form input.aform-email,
#block-form textarea.aform-textarea{
	font-size: 1.4em;
	line-height: 1.6;
	border: solid 1px #999;
	width: 100%!important;
	}
/*------------------------------*/
/*bn*/
/*------------------------------*/
.bn{
	text-align: center;
	margin: 0 10px 15px;
}
.bn img{
	width: 100%;
}
/*------------------------------*/
/*block-qa*/
/*------------------------------*/
#block-qa{
	background: #fff;
	padding: 15px;
	margin: 0 10px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#block-qa h3{
	font-size: 1.6em;
	margin-bottom: 30px;
	}
#block-qa dl{
	}
#block-qa dl span{
	font-size: 1.5em;
	font-style: italic;
	padding-right: 8px;
	}
#block-qa dt{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 8px;
	}
#block-qa dd{
	font-size: 1.2em;
	line-height: 1.5;
	background: url(/fcroman/cmn/img/dot.gif) repeat-x left bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
	}
#block-qa dd a{
	color: #00f;
	text-decoration: underline;
	}
