/* ★ 共通スタイルシート ★ (common.css) */
body {
    display: none;
}

/* ボタン部分 */
/*
.sys_form_button {
    width: 700px; /* ページ幅 */
    margin: 0 auto 0 auto; /* ページ全体の表示位置（IE以外のモダンブラウザ向け） */
    border-left: 0px solid #c0c0c0; /* 枠線左：太さ 線形 色 */
    border-right: 0px solid #c0c0c0; /* 枠線右：太さ 線形 色 */
    border-bottom: 0px solid #c0c0c0; /* 枠線上：太さ 線形 色 */
    padding: 30px 0px !important;
    text-align: center !important;
    background-color: #ffffff; /* 送信ボタン部分の背景色 */
}
*/
/* アンケートフッター */

.enq_footer {
    padding: 20px 0px
    width: 700px; /* ページ幅 */
    text-align: center; /* ページ全体の表示位置（IE向け） */
    /*margin: 30px auto 0 auto;  ページ全体の表示位置（IE以外のモダンブラウザ向け） */
    margin: 20px auto 10px auto; /* ページ全体の表示位置（IE以外のモダンブラウザ向け）★（JAICO修正）★ */
    background-color: #ffffff; /* フッターの背景色 */
    background-image: none; /* フッターの背景イメージ（デフォルト：none　指定がある場合はurl("～")でファイル指定） */
}

/* アンケートフッター */
.enq_footer .footer {
    color: #1e90ff; /* フッターの色 */
    font-size: 14px; /* フッターの文字サイズ（デフォルト：14px） */
    font-weight: normal; /* フッターの文字スタイル（デフォルト：normal、太字を使用時のみbold） */
    font-style: normal; /* フッターの文字スタイル2（デフォルト：normal、斜体を使用時のみitalic） */
    text-align: right; /* ページ全体の表示位置（IE向け） */
    margin: 0 10px 0 auto; /* ページ全体の表示位置（IE以外のモダンブラウザ向け） */
}

/* 同意画面 */
.cHeader	{text-align:left; font-size:16pt; font-weight:bold; margin-bottom: 15px; }
.cSubtitle	{text-align:right; font-size:10pt; font-weight:normal; margin-bottom: 20px; }
.cTitle		{text-align:left !important; font-weight:bold; margin-top:20px ;margin-bottom:10px; }
.cGtime		{font-size:9pt; }
.cJtime		{font-size:9pt; }
.cIndent	{font-size:8pt !important; margin-left:1.5em; }
.cNote		{font-size:8pt !important; }
.cHonbun	{font-size:10pt; margin-left:0.0em; text-indent:-0.0em; }
.cStrong	{font-weight:bold; }
.cCheckBox	{text-align:left !important; font-size:10pt; margin-top:10px; margin-left:2.0em; }
.cKojin		{text-align:left; font-size:10pt; margin-left:1.0em; }
.cNext		{color:red; font-weight:bold; }
.cBold		{font-weight:bold; }
.cSup		{font-size:8pt; vertical-align:text-top !important; }
.cTdCenter	{text-align:center; }
.cTdMargin	{text-align:left ; text-indent:2em; }
.cTable		{border-collapse: collapse; }
.cTable	td	{border: 1px solid gray; padding-left: 5px !important; padding-right: 5px !important; }
ul			{line-height:130%; text-align:left !important; font-size:11pt; margin-left:1.5em; text-indent:-0.0em; margin-bottom:0px; list-style-type:none; }
li			{margin-top:10px; }
#iNext		{color:black; text-decoration: none; }
#iStrike	{text-decoration:line-through; }
#iColorRed	{color:red; font-size:small; }
a			{text-decoration:none; }
a:hover		{text-decoration:underline; }