<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
body {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
div {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
h1{
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background:#ffffff;
	color:#444444:
}

/* for IE7 */
*+html body {
font-family:'メイリオ', 'ＭＳ Ｐゴシック';
font-size:75%;
}

/* for IE6 */
* html body {
font-family:'ＭＳ Ｐゴシック';
font-size:75%;
}

.form_title{
	background: #e9e9e9 ;
	border-color: #dddddd ;
	border-width: 1px;
	border-style: solid;
	color: #333333;
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
	font-size:21px;
	text-align:center;
	padding:5px;
	margin-bottom:20px;
}

.footer{
	background: #e9e9e9 ;
	border-color: #dddddd ;
	border-width: 1px;
	border-style: solid;
	color: #444444;
	text-shadow: 1px 1px 1px #fff;
	font-size:14px;
	text-align:center;
	padding:5px;
	margin-top:50px;
}

#m-form {margin:0px auto;padding:0px;width:710px;font-size:16px;}
#m-form strong{color:#336699;}
#m-form .hissu{color:#ff3300;font-size:16px;}
#m-form .pan{text-align:center;margin-bottom:5px;}
#m-form .send{text-align:center;padding:10px; }
#m-form .message{padding:10px; text-align:center;}
#m-form .info{color:#e60012;font-size:14px;}
#m-form table{margin:0px auto;padding:3px;width:710px;
 -moz-box-shadow: 0 0 5px #888;
 -webkit-box-shadow: 0 0 5px#888;
 box-shadow: 0 0 5px #888;
}
#m-form th{
	width:210px;
	background:#e9e9e9;
	color:#333333;
	font-size:16px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	padding:5px 10px 1px 10px;
	text-align:left;
	vertical-align:middle;
}
#m-form th p.need {
	background: url("../../images/need_form.gif") no-repeat 135px; min-height: 18px;
}
#m-form td{
	width:500px;
	background:#e9e9e9;
	color:#333333;
	font-size:16px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px 5px 5px 10px;
}
#m-form th.top{border-top:1px solid #cccccc;}
#m-form td.top{border-top:1px solid #cccccc;}
#m-form td.left{border-left:1px solid #cccccc;}
#m-form textarea{
	resize: none;
	width: 420px;
}

#m-form table.preview th{padding:5px 10px;}
#m-form table.preview td{padding:5px 10px;}
#m-form .error_message{border:1px solid #dd3300;background:#fee1e1;padding:10px;font-size:16px;color:#dd3300;}
#m-form input{margin:2px; font-size:16px}
#m-form select{margin:2px;font-size:16px}

.comment {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	font-weight: normal;
}
.easa {
	font-size: 10px;
}

.text, textarea, .dropdown{
    border:1px solid #777;
    padding: 5px;
    border-radius: 5px;
}

.note {
  position: relative;
  width: 95%;
  padding: 0.5em 1em;
  color: #fff;
  background: #a9a9a9;
  margin: 15px auto;
}

</pre></body></html>