@charset "utf-8";

/*-----------------------------------

add_common.css
共通レイアウト

-----------------------------------*/
/*
コンテナ
-----------------------------------*/
#container {
    margin-top: 0;
}

/*
フォーム
-----------------------------------*/
input[type="text"],
input[type="password"] {
    width: 380px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
input.middle { width: 120px; }
input.number { width: 80px; }
input.short { width: 50px; }

input[type="checkbox"],
input[type="radio"] {
margin-right: 3px;
vertical-align: 1px;
}

textarea {
    width: 98%;
    height: 100px;
    border: 1px solid #ddd;
}

label {
    display: inline-block;
    min-width: 80px;
    padding-right: 13px;
}

select {
    margin: 0 5px 0 13px;
    font-size: 13px;
}
select:first-of-type { margin-left: 0; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
   select {
    font-size: 120%;
  }
}

.require {
    display: inline-block;
    margin-left: 5px;
    padding: 2px 3px 1px;
    border-radius: 3px;
    background: #ff6a00;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    vertical-align: 1px;
}
.optional {
    display: inline-block;
    margin-left: 5px;
    padding: 2px 3px 1px;
    border-radius: 3px;
    background: #858585;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    vertical-align: 1px;
}
.box_alert,
.box_attention {
    margin-bottom: 34px;
    padding: 13px;
    border-radius: 3px;
    background: #fddddb;
}
.box_alert p {
    padding-left: 20px;
    background: url(/images/tnews/common/ico_alert.png) no-repeat left top;
    color: #c00;
    font-weight: bold;
}
.box_attention p + p { margin-top: 13px; }
.box_alert a,
.box_attention a { color: #266cc4; }

.txt_attention { color: #f00; }

/* 確認メッセージ */
.caution {
    margin: 34px 0;
    padding: 13px;
    background: #fffddb;
    text-align: left;
}

/*
ボタン
-----------------------------------*/
span.button { padding-left: 0; }
.button input {
    display: block;
    width: 100%;
    height: 46px;
    padding-left: 46px;
    border: none;
    background: transparent;
    color: #fff;
}

.box_button {
    text-align: center;
}
#main .box_button .button {
    display: inline-block;
    box-sizing: border-box;
    width: 240px;
    margin: 21px;
}

.button_next input {
    padding: 0 46px 0 0;
}
.button_next:after {
    position: absolute;
    top: 13px;
    right: 21px;
    display: block;
    width: 10px;
    height: 18px;
    background: url(/images/tnews/common/sprite.png?20190701) no-repeat -869px -139px;
    content: " ";
}

/*
エラーページ
-----------------------------------*/
.page_error p {
    margin: 0 0 21px;
    font-size: 14px;
}
.page_error .link { font-weight: bold; }
.page_error .link a {
    position: relative;
    display: inline-block;
    margin-bottom: 13px;
    padding-left: 18px;
    color: #266cc4;
    font-weight: normal;
}
.page_error .link a:after {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    background: url(/images/tnews/common/sprite.png?20190701) no-repeat -830px -80px;
    content: " ";
}

/*
ページトップへ戻る
-----------------------------------*/
#pagetop {
    width: 980px;
    height: 46px;
    margin-left: -490px;
    margin-bottom: 0;
    margin-top: 0;
    position: fixed;
    left: 50%;
    bottom: -1px;
    z-index: 3;
}
#footer {
    position: relative;
    min-width: 980px;
}
#footer #search_word {
    margin-bottom: 80px;
}
