@charset "utf-8";

.fieldWithErrors {
    padding: 2px;
    background-color: #ffeeee;
    display: table;
}

#errorExplanation {
    border: 1px solid #c00;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #ffeeee;
}

#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}
#errorExplanation ul {
    padding: 0;
    margin: .5em 0 0 2em;
}
#errorExplanation ul li {
    font-size: 12px;
    list-style: square;
}

div.uploadStatus {
    margin: 5px;
}

div.progressBar {
    margin: 5px;
}

div.progressBar div.border {
    background-color: #fff;
    border: 1px solid grey;
    width: 100%;
}

div.progressBar div.background {
    background-color: #333;
    height: 18px;
    width: 0%;
}



body {
    background-color: #fff; color: #333; text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
}

body, p, ol, ul, td, th {
    font-size:   13px;
    line-height: 1.5em;
}

a { color: #3399cc; }

input, textarea {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
}

.content {
}

h1, h1 a {
    font-size: 17px;
    margin: 0;
    text-decoration: none;
    color: #900;
    font-family: Arial, Verdana, "Hiragino Kaku Gothic Pro", "MS P Gothic", Osaka;
}

h2 { font-size: 17px; margin: 0; padding: 0; }

h3 { font-size: 15px; margin: 0 0 .5em 0; padding: 0; }

form { margin: 0; padding: 0; }

form p {
    margin: .5em 0 .5em;
}
textarea.tiny_mce {
    width: 100%;
}

input.long {
    width: 100%;
}

input.button {
    width: 150px;
}

div.task {
    margin-bottom: 1em;
}

div.task div.task-name {
    font-weight: bold;
    border: 1px solid #39c;
    background-color: #eff8ff;
    padding: .2em .5em .2em .5em;
}

div.task ul.task-list {
    margin: 0 0 0 1em;
    padding: 0;
    list-style-type: none;
}

th {
    background-color: #3399cc;
    color: white;
}
tr.row0 {
    background-color: #dff2f6;
}
tr.row1 {
    background-color: white;
}
tr.rowDraft {
	background-color: #f3f3f3;
}
tr.rowSelected {
    background-color: #f6dff2;
}
tr.rowDraft td { color: #666; }

div.notice {
    background-color: #dff2f6;
    padding: .2em .5em .2em .5em;
    margin-bottom: .5em;
}

div.topicPath {
    margin: 0;
}

span.current {
    font-weight: bold;
    font-size: 17px;
    padding: 0;
}

div#mobile {
    margin-top: 1.5em;
    padding: .5em 0 .5em 1em;
    border-left: 5px solid #ccc;
}
div#mobileHeading {
    font-weight: bold;
    font-size: 17px;
}
div#mobileBlock {
}

div#lastModified {
    margin-top: 1.5em;
    padding: .5em 0 .5em 1em;
    border-left: 5px solid #ccc;
}
div#lastModifiedHeading {
    font-weight: bold;
    font-size: 17px;
}
div#lastModifiedBlock {
}

textarea#content_mobile_text,
textarea#content_en_mobile_text,
textarea#content_smartphone_text,
textarea#content_en_smartphone_text,
textarea#content_map_text {
    font-size: 13px;
    line-height: 1.3em;
}

div#map {
    margin-top: 1.5em;
    padding: .5em 0 .5em 1em;
    border-left: 5px solid #ccc;
}
div#mapHeading {
    font-weight: bold;
    font-size: 17px;
}
div#mapBlock {
}

textarea.template {
    font-size: 13px;
    font-family: monospace;
}

textarea.vHost,
textarea.ungrantableDirname {
	font-size: 12px;
	font-family: monospace;
}

div#copy {
    font-family: Arial, Verdana, "Hiragino Kaku Gothic Pro", "MS P Gothic", Osaka;
}

table tr td.left-line {
    border-left: 5px solid #ccc;
    padding-left: 1em;
}


div#smartphoneText {
    margin-top: 1.5em;
    padding: .5em 0 .5em 1em;
    border-left: 5px solid #ccc;
}
div#smartphoneTextHeading {
    font-weight: bold;
    font-size: 17px;
}
div#smartphoneTextBlock {
}

#tabContent,
#tab2Content {
    background-color: #dff2f6;
    /* background-color: #eff8ff; */
    border: 1px solid #39c;
    border-radius: 2px;
}

#tabIndex,
#tab2Index {
    margin: 0;
    padding: 0.5em 0.5em 0;
    overflow: hidden;
    /* background-color: #dff2f6; */
    background-color: #eff8ff;
}

#tabIndex li,
#tab2Index li {
    float:left;
    list-style-type: none;
    margin: 0 0.5em 0 0;
    padding: 0.5em;
    font-weight: bold;
    /* border: 1px solid #39c; */
    /* border-radius: 2px; */
    height: 20px;
}

#tabIndex li a,
#tab2Index li a {
    text-decoration: none !important;
}

#tabIndex .close,
#tab2Index .close {
    color:#0000FF !important;
}
#tabIndex .close a,
#tab2Index .close a {
}

#tabIndex .close a span.tabTitle,
#tab2Index .close a span.tabTitle {
    text-decoration: underline !important;
}

#tabIndex .open,
#tab2Index .open {
    /* background-color: #eff8ff; */
    background-color: #dff2f6;
    height: 23px;
}
#tabIndex .open a,
#tab2Index .open a {
    color: #333 !important;
}

#tabBoxIndex,
#tab2BoxIndex {
    /* background-color: #f0f0ee; */
    padding: .0em .25em .5em;
    clear: both;
}
