@charset "utf-8";

/*
 *  [URLアクセス系画面用スタイル定義]
 */

body {
    font-size: 18px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif
}

#table_area {
    width: 90%;
}

#input_area {
    margin-left: 5%;
    margin-right: 5%
}

input[type="text"] {
    width:400px;
    height:25px;
    font-size:18px;
}

div#disp_area {
    background-color: #f0f8ff;
    border: 1px solid gray;
    width: 1000px;
    margin: 0 auto;
}

#check_area1,#check_area2 {
    background-color: #ffffff;
    border: solid thick gray;
    width: 890px;
    border-width: 1px;
}

/* 警告用の赤背景白文字装飾 */
span#warn_sentence {
    background-color: red;
    color: white;
}

/* 画像表示にUL及びLIタグを利用するための位置調整用 */
#ul_for_pic {
    padding-left: 0px;
    padding-top: 0px;
}

/* 画像表示にUL及びLIタグを利用するための位置調整用 */
.li_for_pic {
    list-style-position: inside;
}

.pic_nagare {
    list-style-image: url(../../img/kougeki_nagare.png);
}

.pic_notice1 {
    list-style-image: url(../../img/notice1.png);
}

.pic_notice2 {
    list-style-image: url(../../img/notice2.png);
}

.pic_feature1 {
    list-style-image: url(../../img/feature1.png);
}

.pic_feature2 {
    list-style-image: url(../../img/feature2.png);
}

.pic_after1 {
    list-style-image: url(../../img/after1.png);
}

/* submitボタン装飾 */
.submit_input {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #000000;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    font-size: 22px;
    cursor:pointer;
}

.submit_check {
    background: #CCCCCC;
    border: solid 2px #CCCCCC;
}

.submit_notice,
.submit_after {
    background: #fd9535;
    border: solid 2px #d27d00;
}

.v_line_fix {
    margin-left: 3px;
    margin-top: 50px;
    width: 2px;
    height: 1020px;
    background-color: #a9a9a9;
}

/* IEのテキストボックスのクリアボタンを非表示 */
input::-ms-clear {
  visibility:hidden;
}

/* 強調表現(下線) */
.emp_text {
    text-decoration: underline;
    display:inline;
}

/* 強調表現2(下線+改行あり) */
.emp_text2 {
    text-decoration: underline;
}