/* -------------------------------------------------------------- 
 *
 *  Theme Name: DDBJ
 *  for 登録データの修正・更新
 *
 * -------------------------------------------------------------- */
/*-- 申し込みの流れ フローチャート --*/
.flow {
    color: #000000;
    list-style: none;
    overflow: hidden;
    padding: 10px 0;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    margin: 0;
    }
.flow li:first-child {
    background: linear-gradient(#FEFEFE, #F3F5F5);
    background: -o-linear-gradient(#FEFEFE, #F3F5F5);
    background: -ms-linear-gradient(#FEFEFE, #F3F5F5);
    background: -moz-linear-gradient(#FEFEFE, #F3F5F5);
    background: -webkit-linear-gradient(#FEFEFE, #F3F5F5);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F3F5F5), color-stop(0.00, #FEFEFE));
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    color: #000000;
    display: block;
    float: left;
    font-size: 13px;
    min-width: 100px;
    text-decoration: none;
    }
.ja li:first-child {
    line-height: 60px;
    padding: 0 10px 0 40px;
    text-align: center;
    }
.en li:first-child {
    line-height: 20px;
    padding: 10px 10px 0 40px;
    text-align: left;
    }

/* 三角形下部 */
.flow li:first-child::after {
    background: linear-gradient(#F9FAFA, #F4F6F6);
    background: -o-linear-gradient(#F9FAFA, #F4F6F6);
    background: -ms-linear-gradient(#F9FAFA, #F4F6F6);
    background: -moz-linear-gradient(#F9FAFA, #F4F6F6);
    background: -webkit-linear-gradient(#F9FAFA, #F4F6F6);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F4F6F6), color-stop(0.00, #F9FAFA));
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    content: " ";
    display: block;
    height: 31px;
    position: relative;
    transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    width: 30px;
    }
.ja li:first-child::after {
    margin: -30px -30px -1px auto;
    }
.en li:first-child::after {
    margin: -20px -30px -1px auto;
    }

.flow li:first-child {
    border-left: 1px solid #bbb;
    padding-left: 10px;
    }

/* 三角形上部 */
.flow li:first-child::before {
    background: linear-gradient(#FEFEFE, #F9FAFA);
    background: -o-linear-gradient(#FEFEFE, #F9FAFA);
    background: -ms-linear-gradient(#FEFEFE, #F9FAFA);
    background: -moz-linear-gradient(#FEFEFE, #F9FAFA);
    background: -webkit-linear-gradient(#FEFEFE, #F9FAFA);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F9FAFA), color-stop(0.00, #FEFEFE));
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    content: " ";
    display: block;
    float: right;
    height: 31px;
    transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    width: 30px;
    }
.ja li:first-child::before {
    margin: -1px -30px -30px auto;
    }
.en li:first-child::before {
    margin: -11px -30px -30px auto;
    }

.flow li:nth-child(2) {
    background: linear-gradient(#f1f1f1, #e5e9e9);
    background: -o-linear-gradient(#f1f1f1, #e5e9e9);
    background: -ms-linear-gradient(#f1f1f1, #e5e9e9);
    background: -moz-linear-gradient(#f1f1f1, #e5e9e9);
    background: -webkit-linear-gradient(#f1f1f1, #e5e9e9);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5e9e9), color-stop(0.00, #f1f1f1));
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    color: #000000;
    display: block;
    float: left;
    font-size: 13px;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
    }
.ja li:nth-child(2) {
    line-height: 60px;
    padding: 0 10px 0 40px;
    }
.en li:nth-child(2) {
    line-height: 20px;
    padding: 10px 10px 0 40px;
    }

/* 三角形下部 */
.flow li:nth-child(2)::after {
    background: linear-gradient(#ebeeee, #e6ebeb);
    background: -o-linear-gradient(#ebeeee, #e6ebeb);
    background: -ms-linear-gradient(#ebeeee, #e6ebeb);
    background: -moz-linear-gradient(#ebeeee, #e6ebeb);
    background: -webkit-linear-gradient(#ebeeee, #e6ebeb);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6ebeb), color-stop(0.00, #ebeeee));
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    content: " ";
    display: block;
    height: 31px;
    margin: -30px -30px -1px auto;
    position: relative;
    transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    width: 30px;
    }
.ja li:nth-child(2)::after {
    margin: -30px -30px -1px auto;
    }
.en li:nth-child(2)::after {
    margin: -20px -30px -1px auto;
    }

/* 三角形上部 */
.flow li:nth-child(2)::before {
    background: linear-gradient(#f1f1f1, #ebeeee);
    background: -o-linear-gradient(#f1f1f1, #ebeeee);
    background: -ms-linear-gradient(#f1f1f1, #ebeeee);
    background: -moz-linear-gradient(#f1f1f1, #ebeeee);
    background: -webkit-linear-gradient(#f1f1f1, #ebeeee);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ebeeee), color-stop(0.00, #f1f1f1));
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    content: " ";
    display: block;
    float: right;
    height: 31px;
    margin: -1px -30px -30px auto;
    transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    width: 30px;
    }
.ja li:nth-child(2)::before {
    margin: -1px -30px -30px auto;
    }
.en li:nth-child(2)::before {
    margin: -11px -30px -30px auto;
    }

.flow li:last-child {
    background: linear-gradient(#e5e5e5, #d7dede);
    background: -o-linear-gradient(#e5e5e5, #d7dede);
    background: -ms-linear-gradient(#e5e5e5, #d7dede);
    background: -moz-linear-gradient(#e5e5e5, #d7dede);
    background: -webkit-linear-gradient(#e5e5e5, #d7dede);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d7dede), color-stop(0.00, #e5e5e5));
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    color: #000000;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 20px;
    min-width: 100px;
    padding: 10px 10px 0px 40px;
    text-align: center;
    text-decoration: none;
    }

/* 三角形下部 */
.flow li:last-child::after {
    background: linear-gradient(#dde3e3, #d8dfdf);
    background: -o-linear-gradient(#dde3e3, #d8dfdf);
    background: -ms-linear-gradient(#dde3e3, #d8dfdf);
    background: -moz-linear-gradient(#dde3e3, #d8dfdf);
    background: -webkit-linear-gradient(#dde3e3, #d8dfdf);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d8dfdf), color-stop(0.00, #dde3e3));
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    content: " ";
    display: block;
    height: 31px;
    margin: -20px -30px -1px auto;
    position: relative;
    transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    width: 30px;
    }

/* 三角形上部 */
.flow li:last-child::before {
    background: linear-gradient(#e5e5e5, #dde3e3);
    background: -o-linear-gradient(#e5e5e5, #dde3e3);
    background: -ms-linear-gradient(#e5e5e5, #dde3e3);
    background: -moz-linear-gradient(#e5e5e5, #dde3e3);
    background: -webkit-linear-gradient(#e5e5e5, #dde3e3);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dde3e3), color-stop(0.00, #e5e5e5));
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    content: " ";
    display: block;
    float: right;
    height: 31px;
    margin: -11px -30px -30px auto;
    transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    width: 30px;
    }

/*-- 変更項目の選択欄 --*/
select.request {
    border: 1px solid #d0d0d0;
    font-size: 1em;
    }

/*-- 入力欄設定 --*/
dl.inquiry {
    width: 600px;
    }
dl.inquiry dt {
    margin-bottom: 0px;
    }
dl.inquiry dd {
    margin: 0 0 1.5em 0;
    }
input {
    font-size: 1em;
    height: 18px;
    }
input.release_date {
    height: 16px;
    }
input.contact {
    margin-left: 10px;
    }
dl.inquiry dt.journal div,
dl.inquiry dd.journal div {
    float: left;
    width: 25%;
    }
dl.inquiry dd div select.request {
    margin-bottom: 1.5em;
    }

/*-- datepicker 設定 --*/
.ui-datepicker-trigger {
    margin-left: 10px;
    }

/*-- 文字サイズ・装飾の設定 --*/
.sub_title_font_normal{
    font-weight: normal;
    margin-left: 1em;
    }
.req-mark {
    display: inline-block;
    font-size: 1em;
    height: 1.4em;
    color: #ff0000;
    font-family: meiryo, 'Hiragino Kaku Gothic Pro', sans-serif;
    margin: 0 0 0 0.2em;}
    
/*-- Submit ボタン --*/
#submit{
    height: auto;
    width: 130px; 
    padding: 6px; 
    text-align: center; 
    color: #808080; 
    background: #F5F7F7; 
    background: -moz-linear-gradient(top, #F5F7F7 0%, #D9E0E0 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5F7F7), color-stop(100%,#D9E0E0)); 
    background: -webkit-linear-gradient(top, #F5F7F7 0%,#D9E0E0 100%);
    background: -o-linear-gradient(top, #F5F7F7 0%,#D9E0E0 100%);
    background: -ms-linear-gradient(top, #F5F7F7 0%,#D9E0E0 100%);
    background: linear-gradient(to bottom, #F5F7F7 0%,#D9E0E0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F7F7',  endColorstr='#D9E0E0', GradientType=0 );
    border-width: 2px;
    border-style: solid;
    border-color: #D0D0D0;
    border-radius: 6px;
    box-shadow: 0px 1px 0px 0px #DCECFB;
    text-shadow: 0px 1px 0px #528ECC;
    }
#submit:hover {
    background: #bddbfa;
    background: -moz-linear-gradient(top, #fadcbe 0%, #ebb681 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fadcbe), color-stop(100%,#ebb681)); 
    background: -webkit-linear-gradient(top, #fadcbe 0%,#ebb681 100%);
    background: -o-linear-gradient(top, #fadcbe 0%,#ebb681 100%);
    background: -ms-linear-gradient(top, #fadcbe 0%,#ebb681 100%);
    background: linear-gradient(to bottom, #fadcbe 0%,#ebb681 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fadcbe',  endColorstr='#ebb681', GradientType=0 );
    }

