@CHARSET "utf-8";

/* ------------------------------------------------------------
	1. 基本要素
------------------------------------------------------------ */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
code,
img,
b,
i,
ul,
ol,
li,
dl,
dd,
dt,
fieldset,
form,
input,
textarea,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    width: 100%;
    position: relative;
    background-color: #fff;
    color: #000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: normal;
}

h1 {
    font-size: 185%;
}

h2 {
    font-size: 154%;
}

h3 {
    font-size: 139%;
}

h4 {
    font-size: 124%;
}

h5 {
    font-size: 108%;
}

h6 {
    font-size: 100%;
}

img {
    border: 0;
    vertical-align: bottom;
}

li {
    list-style-type: none;
}

a:link,
a:visited,
a:active,
a:hover {
    color: #06c;
    text-decoration: underline;
    outline: none;
}

a:hover,
a:active {
    color: #08e;
}

input,
select,
textarea {
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-family: inherit;
    vertical-align: middle;
}

input:focus,
select:focus,
textarea:focus {
    border: 1px solid #359aff;
}

select {
    padding: 4px;
}

label {
    padding: 2px;
    font-size: 12px;
    font-family: inherit;
    vertical-align: middle;
}

textarea {
    overflow: auto;
}

label {
    cursor: pointer;
}

fieldset {
    border: none;
}

table {
    text-align: left;
}

th,
td {
    vertical-align: middle;
    font-weight: normal;
}


/* ------------------------------------------------------------
	2. ヘッダ
------------------------------------------------------------ */

#header {
    position: fixed;
    margin: 0;
    padding: 5px;
    width: 100%;
    background-color: #fff;
    border-top: 3px solid #0066cc;
    z-index: 1000;
    -moz-box-shadow: 1px 1px 2px #aaa;
    -webkit-box-shadow: 1px 1px 2px #aaa;
    box-shadow: 1px 1px 2px #aaa;
}

#header h1 {
    margin-top: 3px;
    margin-right: 5px;
    color: #0066cc;
    font-size: 12px;
    font-weight: bold;
    float: left;
}

#header h1.test {
    color: #f30;
}

#header .dials {
    margin-top: 4px;
    margin-right: 5px;
    font-size: 11px;
    float: left;
}

#header .dials dt {
    color: #393;
    float: left;
}

#header .dials dd {
    margin-right: 5px;
    float: left;
}

#header .buttons {
    margin-right: 5px;
    float: left;
}

#header .quickSearch {
    margin-right: 5px;
    float: left;
}

#header .links {
    margin-top: 3px;
    margin-right: 5px;
    float: left;
}

#header a.untouch {
    padding: 2px 5px 0px;
    background-color: #cc0000;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}

#header a.untouch:hover {
    background-color: #dd0000;
}

#header .logout {
    margin-top: 2px;
    float: left;
}

#header li {
    margin-right: 3px;
    float: left;
}

#header input[type=text] {
    padding: 2px;
    width: 85px;
}


/* ------------------------------------------------------------
	3. サイドバー
------------------------------------------------------------ */

#sideBar {
    position: fixed;
    top: 38px;
    left: 0px;
    width: 120px;
    height: 100%;
    background-color: #f0f0f5;
    z-index: 800;
    -moz-box-shadow: 1px 1px 2px #aaa;
    -webkit-box-shadow: 1px 1px 2px #aaa;
    box-shadow: 1px 1px 2px #aaa;
}

#globalNav>li {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    background-color: #eaeaf0;
}

#globalNav>li:hover {
    background-color: #f0f5ff;
    cursor: pointer;
}

#globalNav>li>a {
    padding: 6px 8px;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#globalNav>li.current {
    color: #fff;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.80, #0066cc), color-stop(0.20, #359aff));
    background: -webkit-linear-gradient(top, #359aff 20%, #0066cc 80%);
    background: -moz-linear-gradient(top, #359aff 20%, #0066cc 80%);
    background: -o-linear-gradient(top, #359aff 20%, #0066cc 80%);
    background: -ms-linear-gradient(top, #359aff 20%, #0066cc 80%);
    background: linear-gradient(to bottom, #359aff 20%, #0066cc 80%);
}

#globalNav>li>a:hover {
    text-decoration: underline;
}

#globalNav>li.current>a {
    color: #fff;
}

#globalNav>li>ul.innerNav {
    background-color: #fff;
}

#globalNav>li>ul.innerNav a {
    padding: 5px 8px;
    color: #000;
    font-size: 11px;
    display: block;
    width: 100%;
    height: 100%;
}

#globalNav>li>ul.innerNav a.current {
    color: #c00;
}

#globalNav .counter {
    position: absolute;
    top: 7px;
    right: 5px;
    padding: 0 5px;
    display: inline-block;
    background-color: #f00;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.subNav td {
    width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.80, #f0f0f5), color-stop(0.20, #fff));
    background: -webkit-linear-gradient(top, #fff 20%, #f0f0f5 80%);
    background: -moz-linear-gradient(top, #fff 20%, #f0f0f5 80%);
    background: -o-linear-gradient(top, #fff 20%, #f0f0f5 80%);
    background: -ms-linear-gradient(top, #fff 20%, #f0f0f5 80%);
    background: linear-gradient(to bottom, #fff 20%, #f0f0f5 80%);
}

.subNav td {
    border: 1px solid #aaa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.subNav td:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.80, #f4f4f7), color-stop(0.20, #fff));
    background: -webkit-linear-gradient(top, #fff 20%, #f4f4f7 80%);
    background: -moz-linear-gradient(top, #fff 20%, #f4f4f7 80%);
    background: -o-linear-gradient(top, #fff 20%, #f4f4f7 80%);
    background: -ms-linear-gradient(top, #fff 20%, #f4f4f7 80%);
    background: linear-gradient(to bottom, #fff 20%, #f4f4f7 80%);
}

.subNav td a {
    display: block;
    padding: 5px;
}

.subNav li {
    padding: 4px 8px;
}

.shotcutNav {
    margin: 10px 0px;
}

.shotcutNav li {
    padding: 3px 8px;
}

.shotcutNav li a {
    font-size: 11px;
}


/* ------------------------------------------------------------
	4. メインエリア
------------------------------------------------------------ */

#main {
    margin: 0 0 0 120px;
    padding: 58px 20px 20px;
    background-color: #f5f5f7;
}

#main {
    background-color: #fff;
}


/* メイン上部 */

#mainTop {
    margin: 0 0 15px;
    width: 100%;
}

#mainTop ul:after {
    content: '';
    display: block;
    clear: both;
}

#mainTop li {
    margin-right: 10px;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.80, #3E71B1), color-stop(0.20, #87BAE5));
    background: -webkit-linear-gradient(top, #87BAE5 20%, #3E71B1 80%);
    background: -moz-linear-gradient(top, #87BAE5 20%, #3E71B1 80%);
    background: -o-linear-gradient(top, #87BAE5 20%, #3E71B1 80%);
    background: -ms-linear-gradient(top, #87BAE5 20%, #3E71B1 80%);
    background: linear-gradient(to bottom, #87BAE5 20%, #3E71B1 80%);
}

#mainTop li a {
    padding: 5px 10px;
    display: block;
    color: #FFFFFF;
}


/* コンテンツ部分 */

#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    margin-bottom: 10px;
    color: #06c;
}

#content h3 {
    padding: 2px 0 0;
}

#content .section {
    margin-bottom: 30px;
}

#content .section.menu {
    border: 1px solid #ccc;
    margin: 0 20px 20px 0;
    padding: 10px;
    width: 400px;
    background: linear-gradient(to bottom, #fcfcfc 20%, #f0f0f5 80%);
    float: left;
}

#content .section.menu .description {
    margin-bottom: 10px;
}

#content .section.menu ul li {
    margin-bottom: 5px;
    font-size: 14px;
}

#content h3 .edit {
    padding: 2px 5px 1px;
    font-size: 12px;
    background-color: #e5eff9;
}

#contentHeader {
    margin-bottom: 20px;
}

#contentHeader .title {
    margin-right: 20px;
    color: #06c;
    font-size: 20px;
    float: left;
}

#contentHeader .action {
    margin-right: 20px;
    color: #06c;
    font-size: 20px;
    float: left;
}

.contentColumnWrapper {
    width: 100%;
}

.contentColumnWrapper:after {
    clear: both;
    display: block;
    content: '';
}

.contentColumn {
    float: left;
    box-sizing: border-box;
}

.contentColumn.left {
    margin-right: 20px;
    width: calc(20% - 20px);
}

.contentColumn.center {
    margin-right: 20px;
    width: calc(50% - 20px);
}

.contentColumn.right {
    width: calc(30%);
}

.contentBox {
    margin-bottom: 20px;
    border: 1px solid #dddde0;
    box-sizing: border-box;
}

.contentBox.w200 {
    margin: 0 20px 20px 0;
    width: 200px;
    float: left;
}

.contentBoxHeader {
    margin: 10px 10px 0 10px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dddde0;
    box-sizing: border-box;
}

.contentBoxHeader:after {
    clear: both;
    display: block;
    content: '';
}

.contentBoxHeader .title {
    color: #06c;
    font-size: 16px;
    float: left;
}

.contentBoxHeader ul.actions {
    float: left;
}

.contentBoxHeader ul.actions li {
    float: left;
}

.contentBoxBody {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.contentBoxBody li {
    margin-bottom: 10px;
}

.actionNav {
    margin: 0 0 20px;
}

.actionNav li {
    margin: 0 20px 0 0;
    float: left;
}

.searchNav {
    margin: 0 0 20px;
}

.searchNav .fields li {
    margin: 0 10px 0 0;
    float: left;
}

.searchNav .fields li.first {
    clear: both;
}

.searchNav {}


/* コンテンツナビ */

.contentNav {
    margin: 0 0 20px;
    height: 30px;
    border-bottom: 1px solid #D0D0E0;
}

.contentNav li {
    height: 29px;
    float: left;
    background-color: #E0E0F0;
    border-top: 1px solid #D0D0E0;
    border-right: 1px solid #D0D0E0;
}

.contentNav li.first {
    border-left: 1px solid #D0D0E0;
}

.contentNav li.current {
    height: 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #06c;
}

.contentNav li a {
    padding: 7px 15px 5px;
    display: block;
}

.infoBox {
    margin-bottom: 20px;
}

.infoBox dl {
    margin: 0 0 10px;
}

.infoBox dl:after {
    clear: both;
    display: block;
    content: '';
}

.infoBox dt {
    margin: 0;
    padding: 3px 0 0;
    color: #06c;
    font-size: 11px;
    float: left;
}

.infoBox dd {
    margin: 0 15px 0 0;
    font-size: 15px;
    float: left;
}

.infoBox dt:after {
    content: '：';
}

.infoBox .title {
    color: #06c;
    font-size: 11px;
}

.infoBox .name {
    margin-right: 15px;
    font-size: 15px;
}

.formBox {}

.formBox th {
    padding: 5px;
    color: #06c;
    font-size: 11px;
}

.formBox td {
    padding: 5px;
}

.formBox td .field {
    padding: 3px;
}

.balloonTitle {
    cursor: pointer;
    color: #c00;
}

.balloon dl:after {
    display: block;
    content: "";
    clear: both;
}

.balloon dt {
    margin-right: 10px;
    clear: both;
    float: left;
}

.balloon dd {
    float: left;
}

.memo {
    margin: 5px 0px;
    color: #c00;
}

.radio:after {
    clear: both;
    display: 'block';
    content: "";
}

.radio input {
    display: none;
}

.radio label {
    cursor: pointer;
    padding: 5px 10px;
    border: solid 1px #ccc;
    margin-left: -1px;
    background-color: #f0f0f5;
}

.radio input:checked+label {
    color: #fff;
    border: solid 1px #359aff;
    background-color: #359aff;
}


/* パン屑ナビゲーション */

#breadcrumbNav {
    margin-bottom: 20px;
}


/* 操作ナビゲーション */

#actionNav {
    margin-bottom: 20px;
}


/* フラッシュメッセージ */

#flashMessage {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #F5F5E0;
}


/* コンテンツナビ */

#contentNav {
    margin-bottom: 20px;
    padding-left: 10px;
    height: 40px;
    border-bottom: 1px solid #D0D0E0;
}

#contentNav li {
    height: 39px;
    float: left;
    background-color: #E0E0F0;
    border-top: 1px solid #D0D0E0;
    border-right: 1px solid #D0D0E0;
}

#contentNav li.first {
    border-left: 1px solid #D0D0E0;
}

#contentNav li.current {
    height: 40px;
    background-color: #FFFFFF;
}

#contentNav li a {
    padding: 10px 20px;
    display: block;
}

.actionNav:after {
    display: block;
    content: "";
    clear: both;
}

.actionNav li {
    margin-right: 10px;
    float: left;
}


/* フォーム・ボタン */

#login {
    margin: 30px auto;
    width: 600px;
}

#login #logo {
    margin-bottom: 30px;
}

#authMessage {
    margin-bottom: 15px;
    padding: 10px;
    color: #ff0000;
    background-color: #F5F5E0;
}

#changeStatus {
    margin: 30px auto;
    padding: 30px;
    width: 90%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 1px 1px 3px #A6BDD5;
    -webkit-box-shadow: 1px 1px 3px #A6BDD5;
    box-shadow: 1px 1px 3px #A6BDD5;
    background-color: #FFFFFF;
}

#confirm {
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #D0D0E0;
}

#confirmPanel {
    padding: 10px;
    border: 1px solid #D0D0E0;
    border-bottom: none;
}

#confirmPanel p {
    margin-bottom: 10px;
}

#confirm table.fieldset {
    margin-bottom: 0;
}

#search {
    margin-bottom: 20px;
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #D0D0E0;
}

#searchPanel {
    padding: 10px;
    border: 1px solid #D0D0E0;
    border-bottom: none;
}

#search table.fieldset {
    margin-bottom: 0;
}

#search table.fieldset .condition {
    background-color: #ffe0f5;
}

a.submit,
input.submit {
    padding: 3px 8px;
    color: #375611;
    font-size: 14px;
    text-shadow: 1px 1px 1px #FFFFFF;
    -moz-box-shadow: 1px 1px 2px #9BA96F;
    -webkit-box-shadow: 1px 1px 2px #9BA96F;
    box-shadow: 1px 1px 2px #9BA96F;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.80, #CBD99F), color-stop(0.20, #D9E4BA));
    background: -webkit-linear-gradient(top, #D9E4BA 20%, #CBD99F 80%);
    background: -moz-linear-gradient(top, #D9E4BA 20%, #CBD99F 80%);
    background: -o-linear-gradient(top, #D9E4BA 20%, #CBD99F 80%);
    background: -ms-linear-gradient(top, #D9E4BA 20%, #CBD99F 80%);
    background: linear-gradient(to bottom, #D9E4BA 20%, #CBD99F 80%);
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

a.submit:hover,
input.submit:hover {
    color: #678641;
    cursor: pointer;
}

a.cancel,
input.cancel {
    padding: 3px 8px;
    color: #871313;
    font-size: 14px;
    text-shadow: 1px 1px 1px #FFFFFF;
    -moz-box-shadow: 1px 1px 2px #D56161;
    -webkit-box-shadow: 1px 1px 2px #D56161;
    box-shadow: 1px 1px 2px #D56161;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.80, #F58181), color-stop(0.20, #F8A8A8));
    background: -webkit-linear-gradient(top, #F8A8A8 20%, #F58181 80%);
    background: -moz-linear-gradient(top, #F8A8A8 20%, #F58181 80%);
    background: -o-linear-gradient(top, #F8A8A8 20%, #F58181 80%);
    background: -ms-linear-gradient(top, #F8A8A8 20%, #F58181 80%);
    background: linear-gradient(to bottom, #F8A8A8 20%, #F58181 80%);
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

a.cancel:hover,
input.cancel:hover {
    color: #B74343;
    cursor: pointer;
}


/* */

table.params {
    margin-bottom: 20px;
    border-collapse: collapse;
}

table.params td {
    padding: 0 20px;
    border-left: 2px solid #ccc;
    text-align: center;
}

table.params td.first {
    border-left: none;
}

table.params .title {
    font-size: 10px;
}

table.params .number {
    color: #0066cc;
    font-size: 36px;
    font-weight: bold;
}

ul.params {
    margin-bottom: 20px;
}

ul.params:after {
    clear: both;
    display: block;
    content: '';
}

ul.params li {
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    border-right: 2px solid #ccc;
    float: left;
}

ul.params .title {
    font-size: 10px;
}

ul.params .number {
    color: #0066cc;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -2px;
}


/* リスト形式の表 */

table.list {
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #e5e5e5;
}

table.list tr {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
}

table.list tr:hover {
    background-color: #e5eff9;
}

table.list tr.current {
    border-top: 1px solid #359aff;
    border-bottom: 1px solid #359aff;
    background-color: #e5eff9;
}

table.list tr th {
    padding: 5px;
    color: #13599a;
    border-bottom: 1px solid #06c;
}

table.list tr td {
    padding: 5px;
    font-size: 11px;
}

table.list tr td.altcol {
    background-color: #E6EDFB;
}

table.list tr.altrow td.altcol {
    background-color: #F0F5FE;
}

table.list tr.summary td {
    padding: 4px;
    background-color: #ffffcc;
    color: #990033;
    font-weight: bold;
}

table.list .field {
    margin-bottom: 5px;
}


/* リスト形式の表 */

table.adsReport {
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
}

table.adsReport tr {
    width: 100%;
    background-color: #fff;
}

table.adsReport tr.total {
    background-color: #b0ffff;
}

table.adsReport tr.saturday {
    background-color: #e5ffff;
}

table.adsReport tr.sunday {
    background-color: #ffe5ff;
}

table.adsReport tr th {
    padding: 5px;
    color: #13599a;
    border: 1px solid #ccc;
    text-align: center;
    font-weight: bold;
    background-color: #ffb0ff;
}

table.adsReport tr td {
    padding: 5px;
    font-size: 11px;
    border: 1px solid #ccc;
}

table.adsReport tr td.altcol {
    background-color: #E6EDFB;
}

table.adsReport tr.altrow td.altcol {
    background-color: #F0F5FE;
}

table.adsReport tr.summary td {
    padding: 4px;
    background-color: #ffffcc;
    color: #990033;
    font-weight: bold;
}

table.adsReport .field {
    margin-bottom: 5px;
}


/* リスト形式の表 */

table.ownReport {
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}

table.ownReport tr {
    width: 100%;
    background-color: #fff;
}

table.ownReport tr .date {
    width: 70px;
}

table.ownReport tr .name {
    width: 60px;
}

table.ownReport tr .price {
    width: 70px;
}

table.ownReport tr .count {
    width: 200px;
}

table.ownReport tr th {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    color: #13599a;
}

table.ownReport tr td {
    padding: 5px;
    font-size: 11px;
    border-bottom: 1px solid #ccc;
}

table.ownReport tr.summary td {
    padding: 4px;
    background-color: #ffffcc;
    color: #990033;
    font-weight: bold;
}


/* 詳細形式の表 */

table.fieldset {
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
}

table.fieldset th {
    width: 150px;
    padding: 5px 10px;
    color: #13599a;
    background-color: #F5F5FA;
    border: 1px solid #D0D0E0;
}

table.fieldset td {
    padding: 5px 10px;
    background-color: #ffffff;
    border: 1px solid #D5D5E5;
}

table.fieldset .field {
    margin: 5px 0;
}

table.fieldset .field li {
    margin-left: 10px;
    float: left;
}

table.fieldset .field .radio label {
    margin-right: 20px;
    font-size: 16px;
}


/* レイアウト用の表 */

table.layout th {
    padding: 3px 5px;
    border: none;
}

table.layout td {
    padding: 3px 5px;
    border: none;
}


/* カレンダー形式の表 */

table.calendar {
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
}

table.calendar tr {
    background-color: #fff;
}

table.calendar tr th {
    padding: 3px;
    color: #13599a;
    background-color: #f5f5fa;
    border: 1px solid #e5e5e5;
    font-size: 11px;
}

table.calendar tr.day td {
    padding: 3px;
    width: calc(100% / 7);
    box-sizing: border-box;
    height: 20px;
    background-color: #f5f5fa;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    color: #13599a;
    font-size: 11px;
}

table.calendar tr.content td {
    padding: 10px;
    width: calc(100% / 7);
    vertical-align: top;
    box-sizing: border-box;
    height: 80px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    font-size: 11px;
}

table.calendar tr.content td:hover {
    background-color: #fffff0;
}

.buttons:after {
    display: block;
    content: "";
    clear: both;
}

.buttons li {
    margin-right: 10px;
    float: left;
}

#actions {
    margin-bottom: 20px;
}

#actions li {
    padding: 5px 10px;
    display: inline-block;
    background-color: #3E71B1;
}

#actions li a {
    color: #ffffff;
}

#shortCutWrapper {
    display: none;
}

.shortCutBox {
    margin: 10px;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #4F74A3;
}

.shortCutBox h2 {
    margin-bottom: 10px;
    color: #4F74A3;
    font-size: 16px;
    font-weight: bold;
}

#userReportBox dl {
    overflow: hidden;
}

#userReportBox dt {
    margin-right: 10px;
    float: left;
    color: #4F74A3;
}

#userReportBox dd {
    margin-right: 20px;
    float: left;
}


/*
案件
*/

.opportunity .fields {
    margin-bottom: 10px;
}

.opportunity .no {
    color: #0066cc;
    font-size: 16px;
}

.opportunity .time,
.opportunity .dial {
    color: #999;
    font-size: 11px;
}

.opportunity .user {
    color: #00aa00;
    font-size: 11px;
}

#opportunity .nav li {
    margin-top: 20px;
    padding: 10px;
}

#opportunity .nav li.selected {
    background-color: #E5EFF9;
}


/*
アクション
*/

.taskItem {
    margin-bottom: 10px;
    padding: 10px 10px 8px;
    border-radius: 5px;
    background-color: #f5f5c0;
    display: block;
    text-decoration: none;
}

.taskItem.form {
    background-color: #f5f5e0;
}

.taskItem.expired {
    background-color: #f5f5c0;
    color: #f00;
}

.taskItem.completed {
    background-color: #e0f5ff;
    color: #000;
}

.taskItem.emergencyTask {
    background-color: #f5a0f5;
}

.taskItem.emergencyTask.completed {
    background-color: #e0f5ff;
    color: #000;
}

.taskItem.importantTask {
    background-color: #f5c0f5;
}

.taskItem.importantTask.completed {
    background-color: #e0f5ff;
    color: #000;
}

.taskItem.normalTask {
    background-color: #f5e0d0;
}

.taskItem.normalTask.completed {
    background-color: #e0f5ff;
    color: #000;
}

.taskItem.canceled {
    color: #999;
    text-decoration: line-through;
}

.taskItem ul.actions {
    float: right;
}

.taskItem ul.actions:after {
    clear: both;
    display: block;
    content: '';
}

.taskItem ul.actions li {
    float: left;
    margin-left: 5px;
}

#actionRequired {
    padding: 4px 5px 2px;
    background-color: #eee;
    border-radius: 5px;
}

#actionRequired.enabled {
    background-color: #eae;
}


/* ------------------------------------------------------------
	6. その他共通スタイル
------------------------------------------------------------ */


/* エラー */

.error-message {
    margin-top: 5px;
    color: #ee0000;
}

input.form-error,
select.form-error,
textarea.form-error {
    background-color: #fce2f0;
}

.paging {
    margin-bottom: 20px;
    text-align: center;
}

.message {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #F5F5FA;
}

.income {
    color: #0000ff;
}

.outgo {
    color: #ff0000;
}

.important {
    color: #13599a;
    font-weight: bold;
}

.notice {
    color: #0000ff;
}

.safety {
    color: #0000ff;
}

.care {
    color: #00aa00;
}

.attention {
    color: #ff0000;
}

.note {
    font-size: 80%;
}

.new {
    color: #ff0000;
    font-weight: bold;
    background-color: #ffb;
}

.btn {
    padding: 2px 5px 0px 5px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #359aff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.80, #0066cc), color-stop(0.20, #359aff));
    background: -webkit-linear-gradient(top, #359aff 20%, #0066cc 80%);
    background: -moz-linear-gradient(top, #359aff 20%, #0066cc 80%);
    background: -o-linear-gradient(top, #359aff 20%, #0066cc 80%);
    background: -ms-linear-gradient(top, #359aff 20%, #0066cc 80%);
    background: linear-gradient(to bottom, #359aff 20%, #0066cc 80%);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.80, #0077dd), color-stop(0.20, #35aaff));
    background: -webkit-linear-gradient(top, #35aaff 20%, #0077dd 80%);
    background: -moz-linear-gradient(top, #35aaff 20%, #0077dd 80%);
    background: -o-linear-gradient(top, #35aaff 20%, #0077dd 80%);
    background: -ms-linear-gradient(top, #35aaff 20%, #0077dd 80%);
    background: linear-gradient(to bottom, #35aaff 20%, #0077dd 80%);
}

a.btn {
    color: #fff;
    text-decoration: none;
}

.btn2 {
    padding: 2px 5px 0px 5px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #d0d0e0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.80, #f0f0f5), color-stop(0.20, #fff));
    background: -webkit-linear-gradient(top, #fff 20%, #f0f0f5 80%);
    background: -moz-linear-gradient(top, #fff 20%, #f0f0f5 80%);
    background: -o-linear-gradient(top, #fff 20%, #f0f0f5 80%);
    background: -ms-linear-gradient(top, #fff 20%, #f0f0f5 80%);
    background: linear-gradient(to bottom, #fff 20%, #f0f0f5 80%);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.btn2:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.80, #f4f4f7), color-stop(0.20, #fff));
    background: -webkit-linear-gradient(top, #fff 20%, #f4f4f7 80%);
    background: -moz-linear-gradient(top, #fff 20%, #f4f4f7 80%);
    background: -o-linear-gradient(top, #fff 20%, #f4f4f7 80%);
    background: -ms-linear-gradient(top, #fff 20%, #f4f4f7 80%);
    background: linear-gradient(to bottom, #fff 20%, #f4f4f7 80%);
}

a.btn2 {
    text-decoration: none;
}

.tabs {
    margin-bottom: 20px;
}

.tabs>ul {
    margin: 0 0 20px;
    height: 30px;
    border-bottom: 1px solid #D0D0E0;
}

.tabs>ul>li {
    height: 29px;
    float: left;
    background-color: #E0E0F0;
    border-top: 1px solid #D0D0E0;
    border-right: 1px solid #D0D0E0;
}

.tabs>ul>li.first {
    border-left: 1px solid #D0D0E0;
}

.tabs>ul>li.selected {
    height: 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #06c;
}

.tabs>ul>li a {
    padding: 7px 15px 5px;
    display: block;
}

.tabs .tabContent {
    display: none;
}

.tabs .tabContent.first {
    display: block;
}


/* ------------------------------------------------------------
	案件
------------------------------------------------------------ */


/* 一覧 */

#opportunities table.list .text {
    width: 150px;
    font-size: 11px;
}

#accounts table.list .text {
    font-size: 11px;
}


/* 案件ステータス変更 */

table.fieldset .statusList {
    padding: 15px;
    background-color: #fafaf8;
    border: 1px solid #CACAC0;
}

table.fieldset .statusList.current {
    background-color: #f5f5e0;
}

table.fieldset .statusList h3 {
    margin-bottom: 5px;
    color: #13599a;
}

table.fieldset .statusList p {
    margin-bottom: 10px;
}

table.fieldset .statusList .field {
    margin-bottom: 10px;
}

table.fieldset .statusList .field label {
    margin-right: 15px;
}

table.fieldset .statusList .field label.fieldLabel {
    margin-right: 0px;
    width: 100px;
    display: inline-block;
}

.statusBox {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #F5F5E0;
    border: 1px solid #FFDD66;
}

.statusBox .status {
    font-size: 15px;
}

.statusBox .statusTitle {
    color: #999;
    font-size: 11px;
}

#statusBox {
    background-color: #F5F5E0;
    border: 1px solid #FFDD66;
}

#statusBox .status {
    font-size: 15px;
}

#statusBox .statusTitle {
    color: #06c;
    font-size: 11px;
}

#statusBox .field {
    padding-bottom: 5px;
}

.taskBox {
    margin-bottom: 15px;
    width: 300px;
    border: 1px solid #EAA;
}

.taskBox .header {
    border-bottom: 1px solid #eaa;
    padding: 3px 5px;
    background-color: #FFE5F0;
}

.taskBox .body {
    padding: 10px;
}

#troubleTemplates li {
    margin: 0 10px 5px 0;
    font-size: 10px;
    cursor: pointer;
}

#noteTemplates li {
    margin: 0 10px 5px 0;
    font-size: 10px;
    cursor: pointer;
}

#troubleTemplates:after {
    clear: both;
    display: block;
    content: '';
}

#noteTemplates:after {
    clear: both;
    display: block;
    content: '';
}


/* ------------------------------------------------------------
	お知らせ
------------------------------------------------------------ */

#mainNotice {
    position: fixed;
    padding: 10px;
    width: 300px;
    height: 300px;
    right: 15px;
    bottom: 30px;
    background-color: #ffffff;
    -moz-box-shadow: 0px 0px 3px #666;
    -webkit-box-shadow: 0px 0px 3px #666;
    box-shadow: 0px 0px 3px #666;
}

#mainNotice>.inner {}

#mainNoticeContent {
    padding: 10px;
    background-color: #ffd;
    height: 240px;
}

#mainNoticeContent .text {
    height: 210px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#mainNoticeContent textarea {
    width: 90%;
    height: 90%;
}

#mainNoticeContentBody .text {
    margin-bottom: 5px;
    font-size: 11px;
}

#mainNotice .information {
    font-size: 9px;
    color: #777;
}

#mainNoticeHeaderExpandButtons {
    float: left;
}

#mainNoticeHeaderReloadButtons {
    float: right;
}


/* ------------------------------------------------------------
	パートナー企業
------------------------------------------------------------ */


/* パートナーマップ */

table.list tr.available td {
    background-color: #acffff;
}

table.list tr.bycase td {
    background-color: #fffb99;
}

table.list tr.unavailable td {
    background-color: #ffbbff;
}

table.list .number {
    padding-top: 5px;
    width: 29px;
    height: 24px;
    background: url(/img/bg_number.png) top left no-repeat;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

a.create {
    padding: 3px;
    white-space: nowrap;
    background-color: #eeeeee;
    border: 1px solid #aaaaaa;
}


/* トラブル対象 */

.workTargets p {
    margin-bottom: 5px;
}

.workTargets dt {
    margin-bottom: 5px;
    font-size: 16px;
}

.workTargets dd {
    margin-bottom: 5px;
}

.workTargets label {
    margin-right: 10px;
}


/* ------------------------------------------------------------
	請求
------------------------------------------------------------ */

#billingAccounts {
    padding: 0;
    width: 1164px;
    border: none;
    font-size: 12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#billingAccounts ul {
    padding: 0;
    width: 310px;
    background: none;
    border: none;
    float: left;
}

#billingAccounts ul li {
    padding: 5px;
    width: 300px;
    background: none;
    border: none;
    float: none;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
}

#billingAccounts ul li div {
    width: 300px;
}

#billingAccounts ul li input {
    width: 20px;
    float: left;
}

#billingAccounts ul li p.name {
    width: 230px;
    float: left;
}

#billingAccounts ul li p.count {
    width: 40px;
    float: left;
    text-align: right;
}

#billingAccounts ul li a {
    padding: 0;
    float: none;
    white-space: normal;
}

#billingOpportunities {
    padding: 10px;
    width: 800px;
    height: 100%;
    float: left;
    border: 3px solid #e2f0fc;
}

#billingOpportunities table.list {
    width: 700px;
}


/* マウスオーバー時 */

#billingAccounts ul li a:hover {
    color: #13599a;
}


/* タブセレクト時 */

#billingAccounts ul li.ui-tabs-selected {
    background-color: #e2f0fc;
}


/* ------------------------------------------------------------
	9. Hacks
------------------------------------------------------------ */

.clearfix:after {
    clear: both;
    display: block;
    content: '';
}

.cf:after {
    clear: both;
    display: block;
    content: '';
}