@charset "UTF-8";

/* html reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
a:focus {
	outline: none;
}
img {
	vertical-align: bottom;
	margin: 0;
}
img a {
	border: 0;
}

/* style */
body {
	background: #666 url(../img/bg_body.gif) repeat-y top center;
	text-align: center;
}

div#mf_header {
	width: 898px;
	margin: 0 auto;
	padding: 0;
}
div#mf_wrapper {
	width: 780px;
	margin: 0 auto;
	padding-bottom: 60px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999;
	padding: 10px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span {
	color: red;
	font-size: 11px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}

div.kiyaku {
	font-size: 12px;
	text-align: left;
	width: 568px;
	margin: 20px auto 0;
	padding: 10px 16px;
	background: #FFF0F0;
	border: #FF8080 1px solid;
}
div.kiyaku p,
div.kiyaku strong {
	margin: 0;
	line-height: 1.6;
}
.red {
	color: #F00;
}
p.center {
	text-align: center;
	margin: 20px auto 0;
	
}



p.thanks {
	font-size: 14px;
	padding: 60px 0 0;
	line-height: 1.6;
}
div.kiyakuLink {
	font-size: 12px;
	text-align: left;
	padding: 40px;
}
div.kiyakuLink p {
	margin: 1em 0 0.5em ;
	line-height: 1.7;
}

iframe {
	border: #CCC 1px solid;
	margin-top: 20px;
}

.err_msg{
	display: none;
}

.big{
	font-size: 16px;
	font-weight:bold;
}

/*アンケート*/

table.questionnaire {
	width: 100%;
}

table.questionnaire tr th,table.questionnaire tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999;
	padding: 10px 5px;
}

table.questionnaire tr th {
	width: 380px;
}

table.questionnaire tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.questionnaire tr td textarea {
	width: 100%;
	height: 120px;
}

.hidari{
	text-align: left;
}

