
/* --------------------------------------*/
/* 全体
/* ※フォントサイズ指定時 
/*   lerge等は使用しない事
/*   IEでリンククリック時サイズが変わってしまう
/*　 回避策として 値を明示的（11px等）に
/*   設定する事
/* --------------------------------------*/
body
{
    margin: 0;
    padding: 0;
    font-family: "メイリオ" , "ＭＳ ゴシック" , sans-serif;
    font-size: 11px;
    background-position: center;
}
a img {
    border-style:none;
}
ul,ol{
    margin: 1em 0 1em 0;
    padding-left: 40px;
}
li{
    margin: 0;
}

fieldset,img{margin:0px;padding:0px;}


/* --------------------------------------*/
/* FORMコントロール用
/* --------------------------------------*/

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}
/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}


/* --------------------------------------*/
/* 機能タイトル用
/* --------------------------------------*/
H3
{
    font-family: "メイリオ" , "ＭＳ ゴシック" , sans-serif;
    margin: 5px;
    background-position: left center;
    padding: 3px 0px 3px 30px;
    text-align: left;
    font-size: 17px;
    color: #2D2D2D;
    background-image: url('./image/tip.png');
    background-repeat: no-repeat;
    font-weight: bold;
}

/* --------------------------------------*/
/* サブタイトル用
/* --------------------------------------*/
H4
{
    font-family: "メイリオ" , "ＭＳ ゴシック" , sans-serif;
    margin: 5px 5px 5px 10px;
    background-position: left center;
    padding: 3px 0px 3px 25px;
    text-align: left;
    font-size: 15px;
    color: #2D2D2D;
    background-image: url('./image/tip2.gif');
    background-repeat: no-repeat;
    font-weight: bold;
}

/* --------------------------------------*/
/* サブタイトル用
/* --------------------------------------*/
H5
{
    margin: 0px 0px 0px 25px;
    font-family: "メイリオ" , "ＭＳ ゴシック" , sans-serif;
    background-position: left center;
    padding: 0px 0px 0px 27px;
    text-align: left;
    font-size: small;
    color: #008000;
    background-image: url('./image/tip3.png');
    background-repeat: no-repeat;
    font-weight: normal;
}

/* --------------------------------------*/
/* グループタイトル用
/* --------------------------------------*/
H6
{
    margin: 20px 10px 10px 0px;
    font-family: "メイリオ" , "ＭＳ ゴシック" , sans-serif;
    background-position: left center;
    padding: 0px 0px 0px 20px;
    text-align: left;
    font-size: small;
    color: #2D2D2D;
    background-image: url('./image/tip4.png');
    background-repeat: no-repeat;
    font-weight: normal;
}

/* --------------------------------------*/
/* テキストボックス標準
/* --------------------------------------*/
.textbox_basic:focus
{
    background-color: #E8E9FF;
}

/* --------------------------------------*/
/* パスワード
/* --------------------------------------*/
.TextIndicator_TextBox_Password_Worning
{
    background-color: #FF5050;
    color: #FFFFFF;
    padding: 3px 3px 2px 3px;
}
.TextIndicator_TextBox_Password_Low
{
    background-color: #999999;
    color: #FFFF00;
    padding: 3px 3px 2px 3px;
}
.TextIndicator_TextBox_Password_Normal
{
    background-color: #999999;
    color: #FFFFFF;
    padding: 3px 3px 2px 3px;
}
.TextIndicator_TextBox_Password_Safe
{
    background-color: #FFFFCC;
    color: #000000;
    padding: 3px 3px 2px 3px;
}

/* --------------------------------------*/
/* テストアナウンス用
/* --------------------------------------*/
.title_test
{
    color: #FFFFFF;
    background-color: #FF0000;
    padding: 3px;
}

/* --------------------------------------*/
/* 入力用テーブル
/* --------------------------------------*/
table.table_Input
{
    border: 1px solid #C0C0C0;
    padding: 5px;
    border-collapse: collapse;
}
.table_Input th
{
    padding: 10px;
    font-weight: normal;
    background-color: #F2F2F2;
    border: 1px solid #C0C0C0;
    width: 170px;
}
.table_Input td
{
    padding: 5px;
    margin: 5px;
    border: 1.1px solid #C0C0C0;
}

/* --------------------------------------*/
/* 検索結果表示用テーブル
/* --------------------------------------*/
table.table_Search_List
{
    border: 1px solid #C0C0C0;
    padding: 5px;
    border-collapse: collapse;
}
.table_Search_List th
{
    padding: 5px;
    font-weight: normal;
    background-color: #F2F2F2;
    border: 1px solid #C0C0C0;
}
.table_Search_List td
{
    padding: 3px;
    border: 1px solid #C0C0C0;
}

/* --------------------------------------*/
/* 入力用テーブル内Div
/* --------------------------------------*/
div.div_Input_Inner
{
    padding: 5px;
    height: 20px;
    color: #666666;
    position: relative;
}
div.div_Input_Inner_Result
{
    padding: 5px;
    height: 20px;
    color: #000000;
    position: relative;
}
div.div_Input_Inner_InpDisp
{
    float:left; 
    padding: 5px;
    height: 20px;
    color: #666666;
    position: relative;
    font-size:17px; 
    font-weight:bold; 
    color:Black
}
.div_Input_Inner p
{
    position:absolute;
    top:50%;
    margin:-6px 0 0 0;
    height:15px;
}
div.div_Input_Inner_H
{
    height: 20px;
    background-color: #F2F2F2;
    border: 1px solid #C0C0C0;
    padding-top: 7px;
    padding-bottom: 3px;
    text-align: center;
}
div.div_q
{
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #0000FF;
    font-size: medium;
}
div.div_qa_a
{
    padding-left: 30px;
    padding-bottom: 10px;
}

/* --------------------------------------*/
/* サブ情報
/* --------------------------------------*/
div.div_info_sub_1
{
    padding: 2px;
    color: #999999;
}

/* --------------------------------------*/
/* 試験一覧用
/* --------------------------------------*/
div.exam_block
{
    margin: 0px 20px 10px 20px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #0000FF;
}
div.exam_block a:hover
{
    color: #FF0000;
}
div.exam_block_2
{
    margin: 0px 20px 10px 20px;
    height: 60px;
    line-height: 30px;
    font-size: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #0000FF;
}
div.exam_block_2 a:hover
{
    color: #FF0000;
}

/* --------------------------------------*/
/* 線 通常
/* --------------------------------------*/
hr.line_normal {
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color: #C0C0C0;
margin:0px;
clear: both; 
display: block;
*margin: -7px 0; /* ie7 and below */ 
}

/* --------------------------------------*/
/* 線 赤線
/* --------------------------------------*/
hr.line_red {
border-width: 3px 0px 0px 0px;
border-style: solid;
border-color: #C50018;
margin:0px;
clear: both; 
display: block;
*margin: -7px 0; /* ie7 and below */ 
}

/* --------------------------------------*/
/* 赤色
/* --------------------------------------*/
.font_red_B {
		   color:#FF0000;
		   font-size: 18px;
		   text-decoration:none;
}
.font_red_M {
	color: #FF0000;
	font-size: 11px;
	text-decoration:none;
	background-position: center;
}
.font_red_M_Left
{
    color: #FF0000;
    font-size: 11px;
    text-align: left;
}
.font_red_S {
		   color: #FF0000;
		   font-size: 10px;
		   text-decoration:none;
}
.font_red_M_Important {
	color: #FF0000 !important;
	font-size: 11px;
	text-decoration:none;
	background-position: center;
}
.font_red_M_Important_2 {
	color: #FF0000 !important;
	font-size: 16px !important;
	text-decoration:none;
	background-position: center;
}

/* --------------------------------------*/
/* 茶色
/* --------------------------------------*/
.font_brown_M
{
    color: #996600;
    text-decoration: none;
}

/* --------------------------------------*/
/* キャッチラベル
/* --------------------------------------*/
font.fCatchLabel 
{
    font-size:15px; 
    font-weight:bold; 
    color:#000080
}
font.fCatchLabel_Green
{
    font-size: 17px;
    font-weight: bold;
    color: #008000;
}


/* --------------------------------------*/
/* 入力前補助文字列
/* --------------------------------------*/
.font_inputsupport_M
{
    color: #999999;
}

/* --------------------------------------*/
/* 検証処理用
/* --------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors
{
    padding: 10px 0px 5px 5px;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 7px;
    background: linear-gradient(to bottom, #ffeeee, #FFFFFF);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffeeee), to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffeeee', endColorstr='#FFFFFF');
}
.validation-summary-errors span
{
    padding: 3px 0px 3px 30px;
    color: #000000;
    background: url('./image/ico_warning.png') no-repeat 0;
    font-size: larger;
}
.validation-summary-errors ul
{
    width:90%;
    padding: 0px 0px 0px 20px;
    margin-bottom: 0px;
}
.validation-summary-errors li
{
    font-size: small;
    font-weight: bold;
}

.validation-summary-valid
{
    display: none;
}

/* --------------------------------------*/
/* 各Submit用
/* --------------------------------------*/
#registform .registform-other {
	padding-top: 20px;
	text-align: center;
}
#registform .registform-other-regist {
	margin-left: 15px;
	margin-right: 15px;
}

/* 送信 */
input.btn_login
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_login.png') no-repeat 0 0;
}

/* 一時保存 */
input.btn_Save
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_ad_temp.png') no-repeat 0 0;
}

/* 登録 */
input.btn_regist
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_Reg.png') no-repeat 0 0;
}

/* 確認画面へ */
input.btn_result
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_Reg_Result.png') no-repeat 0 0;
}

/* 出願受付送信ボタン */
input.btn_send
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_Send.png') no-repeat 0 0;
}

/* 登録 */
input.btn_reg
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_Reg.png') no-repeat 0 0;
}

/* 戻る */
input.btn_return
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_Return.png') no-repeat 0 0;
}

/* メインページへ */
input.btn_to_main
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('./image/btn_Main.png') no-repeat 0 0;
}

/* 検索 */
a.btn_search
{
    cursor: pointer;
    width: 130px;
    height: 25px;
    border: none;
    display: inline-block;
    /*text-indent: -9999px;*/
    font-size: 0;
    line-height: 0;
    background: url('./image/btn_search_s.png') no-repeat 0 0;
    text-decoration: none;
}

a.btn_search:hover {
  background: url('./image/btn_search_s_on.png') no-repeat 0 0;
}

/* 郵便番号検索 */
a.btn_search_zip
{
    cursor: pointer;
    width: 160px;
    height: 25px;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    background: url('./image/btn_search_zip.png') no-repeat 0 0;
    text-decoration: none;
    vertical-align: middle;
}

a.btn_search_zip:hover {
  background: url('./image/btn_search_zip_on.png') no-repeat 0 0;
}

/* 書類送付先住所からコピー */
a.btn_copy_sending_address
{
    cursor: pointer;
    width: 160px;
    height: 25px;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    background: url('./image/btn_copy_sending_address.png') no-repeat 0 0;
    text-decoration: none;
    vertical-align: middle;
}

a.btn_copy_sending_address:hover {
  background: url('./image/btn_copy_sending_address_on.png') no-repeat 0 0;
}

/* 出願書類印刷用 */
a.btn_print
{
    cursor: pointer;
    width: 300px;
    height: 80px;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    background-image: url(./image/btn_print.png);
    background-position: 0% center;
    text-decoration: none;
    vertical-align: middle;    
}
a.btn_print:hover {
  background: url('./image/btn_print_on.png') no-repeat 0 0;
}

a.btn_print_2
{
  text-decoration: none;
}
a.btn_print_2:hover {
  opacity: 0.6;
  transition: 0.5s;

}

/* 検定料のお支払いはこちら */
a.btn_kenteiryo
{
    cursor: pointer;
    width: 300px;
    height: 50px;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    background-image: url(./image/btn_kenteiryo.png);
    background-position: 0% center;
    text-decoration: none;
    vertical-align: middle;    
}
a.btn_kenteiryo:hover {
  background: url('./image/btn_kenteiryo_on.png') no-repeat 0 0;
}

/* パスワード変更 */
input.btn_edit_password
{
    cursor: pointer;
    width: 116px;
    height: 25px;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    background: url('./image/btn_edit_password.png') no-repeat 0 0;
    text-decoration: none;
    vertical-align: middle;
}

input.btn_edit_password:hover {
  background: url('./image/btn_edit_password_on.png') no-repeat 0 0;
}

/* パスワード生成 */
a.btn_create_password
{
    cursor: pointer;
    width: 116px;
    height: 25px;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    background: url('./image/btn_search_password.png') no-repeat 0 0;
    text-decoration: none;
    vertical-align: middle;
}

a.btn_create_password:hover {
  background: url('./image/btn_search_password_on.png') no-repeat 0 0;
}
 
/* --------------------------------------*/
/* アコーディオンタイトル用
/* --------------------------------------*/
h2.trigger
{
  padding: 0 0 0 50px;
  margin: 0 0 5px 0;
  height: 46px;
  line-height: 46px;
  width: 800px;
  float: left;
  margin-left:20px;
}
h2.red
{
    border: 1px solid #C0C0C0;
    background: url('./image/h2_red.gif') no-repeat;
    clear: both;
    margin-left: 50px;
    background-color: #EAEAEA;
}
h2.trigger a
{
    color: #006600;
    text-decoration: none;
    display: block;
    clear: both;
    background: url('./image/btn_bk_l.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #EAEAEA;
}
h2.trigger span
{
    font-size: 11px;
    vertical-align: top;
    margin-left: 50px;
    font-weight: normal;
    color: #000000;
}

h2.trigger a:hover
{
    background: url('./image/btn_bk_l_on.png');
    background-position: right center;
    background-repeat: no-repeat;
}
h2.active
{
  background-position: left bottom;
}
.toggle_container
{
    border: 1px solid #C0C0C0;
    width: 850px;
    margin-left:50px;
    clear: both;
}         
a.folding
{
}

/* --------------------------------------*/
/* メッセージ表示用
/* --------------------------------------*/
/* インフォメーション */
div.msg_info
{
    padding: 10px;
    margin: 10px 15px 10px 15px;
    border: 1px solid #0000FF;
    background: linear-gradient(to bottom, #D3EDFB, #FFFFFF);
    background: -webkit-gradient(linear, left top, left bottom, from(#D3EDFB), to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D3EDFB', endColorstr='#FFFFFF');
}
.msg_info H1
{
    padding: 3px 0px 3px 30px;
    background-image: url('./image/ico_info.png');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    color: #000000;
    font-size: medium;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.msg_info p
{
    text-align: left;
    font-size: small;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 5px;
}

/* --------------------------------------*/
/* 出願状況用
/* --------------------------------------*/
table.situation
{
    width: 100%;
    border: 1px solid #C0C0C0;
    padding: 20px;
    background: linear-gradient(to bottom, #f0fff0, #FFFFFF);
    background: -webkit-gradient(linear, left top, left bottom, from(#f0fff0), to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f0fff0', endColorstr='#FFFFFF');
}
.situation th
{
    text-align: left;
    color: #008000;
    height: 60px;
    padding-left: 10px;
    font-size: 13px;
    width: 100px;
}
.situation td
{
    text-align: left;
    font-size: 13px;
}

/* エラーメッセージ */
div.msg_err
{
    padding: 10px;
    margin: 10px 15px 10px 15px;
    border: 1px solid #FF0000;
    background: linear-gradient(to bottom, #ffeeee, #FFFFFF);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffeeee), to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffeeee', endColorstr='#FFFFFF');
}
.msg_err H1
{
    padding: 3px 0px 3px 30px;
    background-image: url('./image/ico_err.png');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    color: #000000;
    font-size: medium;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.msg_err p
{
    text-align: left;
    font-size: small;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 5px;
}

div.msg_warning
{
    padding: 10px;
    margin: 10px 15px 10px 15px;
    border: 1px solid #FF0000;
    background: linear-gradient(to bottom, #ffeeee, #FFFFFF);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffeeee), to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffeeee', endColorstr='#FFFFFF');
}
.msg_warning H1
{
    padding: 3px 0px 3px 30px;
    background-image: url('./image/ico_warning.png');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    color: #000000;
    font-size: medium;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* 完了メッセージ */
div.msg_comp
{
    padding: 10px;
    margin: 10px 15px 10px 15px;
    border: 1px solid #006400;
    background: linear-gradient(to bottom, #d1ffac, #FFFFFF);
    background: -webkit-gradient(linear, left top, left bottom, from(#d1ffac), to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d1ffac', endColorstr='#FFFFFF');
}
.msg_comp H1
{
    padding: 3px 0px 3px 30px;
    background-image: url('./image/ico_comp.png');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    color: #000000;
    font-size: medium;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.msg_comp p
{
    text-align: left;
    font-size: small;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 5px;
}

/* --------------------------------------*/
/* 検索アコーディオン内テーブル
/* --------------------------------------*/
table.tl-toggler
{
    width:449px;
    border: 0px;
    border-collapse: collapse;
}
.tl-toggler th
{
    padding: 5px;
    font-weight: normal;
    background-color: #F2F2F2;
    border: 1px solid #C0C0C0;
}
.tl-toggler td
{
    width: 224px;
    padding: 5px;
    margin: 5px;
    border: 1px solid #C0C0C0;
    text-align: left;
}

/* --------------------------------------*/
/* 検索アコーディオン内選択
/* --------------------------------------*/
img.tl-toggler-img {
    margin-right:5px;
}

/* --------------------------------------*/
/* もどる
/* --------------------------------------*/
a.btn_return
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    display: inline-block;
    /*text-indent: -9999px;*/
    font-size: 0;
    line-height: 0;
    background: url('./image/btn_Return.png') no-repeat 0 0;
    text-decoration: none; 
}

/* --------------------------------------*/
/* トップページへ
/* --------------------------------------*/
a.btn_totop
{
    cursor: pointer;
    width: 167px;
    height: 32px;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    background: url(./image/btn_TopPage.png) no-repeat 0 0;
    background-position: 0% center;
    text-decoration: none;
    vertical-align: middle;    
}
