@charset "EUC-JP";
/* CSS Document */
html {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.bodycenter {
    margin: 0 auto;
    width: 650px;
}
.title {
    font-size: 1.3em;
    color: #3d5838;
    margin: 25px 0 10px 0;
    text-align: center;
    font-weight: bold;
}
.titlesub {
    margin: 0 0 25px 0;
}
.dmitemtable {
    width: 100%;
    padding: 10px;
    background-color: #f0f0f0;
    border: solid 1px #e6e6e6;/*線色*/
    margin: 0 0 15px 0;
    text-align: center;
}
.dmitemtabletitle {
    font-weight: bold;
    font-size: 16px;
}
.itemno {
    color: orange;
    text-align: right;
    padding-right: 8px;
    font-weight: bold;
    font-size: 16px;
}
.itemname {
    color: #3d5838;
    text-align: left;
    padding-left: 8px;
    font-weight: bold;
    font-size: 16px;
}
.dmtable {
    width: 100%;
    padding: 10px;
    background-color: #f0f0f0;
    border: solid 1px #e6e6e6;/*線色*/
    margin: 0 0 25px 0;
}
.dmtabletitle {
    font-weight: bold;
    font-size: 12px;
    color: #333;
    white-space: nowrap;
}
.dmtableinput {
    width: 90%;
}
.dmtablesubtitle {
    font-size: 11px;
    color: #333;
    padding: 10px 0 0 0;
}
.dmtable input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 3px;
    border: 2px solid #ddd;
    box-sizing: border-box;
}
.dmtable input[type="text"]:focus{
    border-color: #3d5838;
    outline: 0;
}

.dmtable input[type="button"] {
    width: 100%;
    font-size: 16px;
    display: inline-block;
    padding: 8px 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #3d5838;/*色*/
    border: solid 1px #2b3924;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    margin: 20px 0 0 0;
}
.dmtable input[type="button"]:active {
    /*押したとき*/
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}
