<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
margin: 0;
padding: 0;
}

body {
background: #FFF;
color: #333;
font-size: small;
line-height: 1.5;
text-align: center;
}

.form {
margin: 20px auto;
width: 620px;
text-align: left;
}

.form table {
margin: 20px auto;
border: 1px solid #ccc;
width: 618px;
}

.form table .abs {
margin-left: 3px;
color: #f00;
}

.form table th {
background: #eee;
width: 25%;
}

.form table td {
border-bottom: 1px dashed #ccc;
width: 75%;
}

.form table th,
.form table td {
padding: 10px;
vertical-align: top;
text-align: left;
font-weight: normal;
}

.form table td.submit {
border: 0;
text-align: center;
}

/*↓20110921 T.Kondow 追加 */
/*上部タイトル*/
div.title {
margin:		22px,0,0,0;
text-align:	center;
font-size:	18px;
}

/*アンケート趣旨説明*/
div.explain {
padding:	10px;
text-align:	left;
font-size:	12px;
}
/*↑20110921 T.Kondow 追加 */

/*↓20140702 S.Inokawa 追加 */
#radio {
margin: -10px 0px;
border: 0px;
width: 100%;
}

#radio th {
background: #fff;
border-right: 1px dashed #ccc;
width: 95%;
}

#radio th,
#radio td {
vertical-align: middle;
text-align: left;
font-weight: normal;
}

.th_bottom_line{
border-bottom: 1px dashed #ccc;
}
.th_bottom_line{
border-bottom: 1px dashed #ccc;
}

#td_bottom {
border-bottom: 0px;
}
#th_bottom {
border-bottom: 0px;
}

.td_font{
font-size:	11px;
 line-height: 1.1em;

}

#mailaddress{
margin: 0 0 -3px 0;
}
/*↑20140702 S.Inokawa 追加 */
</pre></body></html>