@charset "UTF-8";
#mf_wrapper {
	width: 600px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding-top:50px;
	font-family: sans-serif;
}

.koenkai {
	width: 600px;
	float: left;
	background:#999;
	position:relative;
}

form#mailform {
	padding: 5px;
	margin:0;
}
table.mailform {
	width: 100%;
}

input:focus {
    border:solid 1px #EEA34A;
}

table.mailform tr {
	order-bottom:1px solid #c1b89a;
}

table.mailform tr th {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	height:30px;
	padding: 0px 5px 7px 5px;
}
table.mailform tr td {
	line-height:130%;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	padding: 15px 5px 0px 5px;
}
table.mailform tr th span {
	padding:0 0 0 5px;
	color:#AB194D;
	font-size: 10px;
}
table.mailform tr th p {
	line-height:100%;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #c1b89a;
}

.mf {
border:0;
padding:3px;
font-size:1.2em;
font-family:Arial, sans-serif;
color:#333;
border:solid 1px #ccc;
margin:0 0 0px;
width:300px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

table.mailform tr td textarea {
	height: 120px;
	border:0;
padding:3px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#333;
border:solid 1px #ccc;
margin:0 0 20px;
width:500px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

div#mf_footer h4 {
	font-size: 14px;
	border-bottom: solid 1px #999999;
	margin: 0px 5px;
	padding-top: 50px;
}

div#mf_footer ol {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin: 10px 0 30px 0;
}

div#mf_footer li {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin: 5px 5px;
}

/*  ========記事 ======== *//*  ========記事 ======== *//*  ========記事 ======== *//*  ========記事 ======== */

@charset "UTF-8";
div#mf_wrapper {
	width: 640px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}
div#mf_header h1 {
	font-size: 24px;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
div#mf_header h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
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;
	order-bottom: solid 1px #c1b89a;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 170px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #c1b89a;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}


.hoge {
border:solid 1px #c1b89a;
padding:5px 15px;
margin:0 0 20px;
font-size:1em;
text-transform:uppercase;
color:#333;
background:#c1b89a;
cursor:pointer;
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}


