body {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'?�?� ?�ゴシ�?��',sans-serif;"Helvetica Neue", Helvetica, Arial, sans-serif;
padding-top: 60px;
background-color:#f9f9f9;
}

p.red {line-height:15px;
padding:0;
margin:0;
font-size:10px;
color:#e95532;
}
.nav > li.active {
border-bottom:solid 1px #a40032;
}

.nav li a {
padding:10px 15px !important;
}
.navbar-inner {
border-bottom:solid 1px #a40032;
}

.nav ul.dropdown-menu > li {
border-bottom:dotted 1px #CCCCCC;
}
.nav ul.dropdown-menu > li:last-child {
border-bottom:none;
}

.breadcrumb {
padding:0px 0 0px 10px;
font-size:12px;
border-bottom:none;
}
.table {
background-color:white;
border: 1px solid #dddddd;
border-collapse: separate;
*border-collapse: collapse;
border-left: 0;
width:100%;
margin:0 !important;
}
.widget-content .table th, td {
font-size:12px !important;
border-left: 1px solid #dddddd;
vertical-align: middle !important;
}

.widget-content > .table th,
.widget-content > .table td {
text-align:center !important;
}
.widget-content > form > .table th,
.widget-content > form > .table td {
text-align:left !important;
}

/* CONTENTS MENU */
ul.top-nav-boxes {
    margin-left: 0;
}

ul.top-nav-boxes li {
    background: rgb(254,254,254); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
    display: inline-block;
    box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 0 1px #CCCCCC, -4px 3px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 0 1px #CCCCCC, -4px 3px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 0 1px #CCCCCC, -4px 3px 3px rgba(0, 0, 0, 0.15);
    position: relative;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 5px;
}

ul.top-nav-boxes li:hover {
    background: rgb(221,221,221); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
}

ul.top-nav-boxes li.first {
    margin-left: 15px;
}

ul.top-nav-boxes li a {
    color: #666;
    padding: 5px 15px 0;
    min-width: 140px;
    display: block;
    text-shadow: 0 1px 0 #FFFFFF;
}

ul.top-nav-boxes li a i{
    text-shadow: 2px 2px 0 #DDDDDD;
}

ul.top-nav-boxes li a:hover{
    text-decoration: none;
}

ul.top-nav-boxes li i {
    display: block;
    font-size: 30px;
    padding-bottom: 5px;
    margin-top: 5px;
}

ul.top-nav-boxes li a span {
    display: block;
    font-size: 12px;
}
.pull-right .btn {
    margin-top:28px!important;
}

/* TABLE CONTENTS */
.table th.top {
padding:0 !important;
margin:0 !important;
background-color:#CDCDCD;
color:white;
}
.table th.title {
padding:8px 0 0 !important;
margin:0 !important;
border-top:none;
vertical-align:bottom !important;
}
.table th.bottom {
padding:0 !important;
margin:0 !important;
border-top:none;
border-bottom:solid 2px #CDCDCD;
}
.table th.top.boldline {
border-left:solid 2px #FFFFFF;
}
.table th.boldline, td.boldline {
border-left:solid 2px #CDCDCD;
}
.table .boldlineright {
border-right:solid 1px #CDCDCD;
}
.table .boldlinebottom {
border-bottom:solid 2px #CDCDCD;
}
.table .form-subtitle {
background-color:#CDCDCD;
color:#FFFFFF;
}
.table .form-subtitle p {
width:200px;
margin:0 auto;padding:0;
font-size:14px;
text-align:center;
font-weight:bold;
color:#FFFFFF;
}
.table .caution {
margin:5px 0 0;
}
.pagination {
margin:0 !important;
}
.pagination ul {
margin:10px 0 5px;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
background-color: #0082cc;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
color: #ffffff;
cursor: default;
}

/* Widgets */
.widget-box {
background: none repeat scroll 0 0 #F9F9F9;
border-top: 1px solid #CDCDCD;
border-left: 1px solid #CDCDCD;
border-right: 1px solid #CDCDCD;
clear: both;
margin-top: 16px;
margin-bottom: 16px;
position: relative;
}

.widget-title, .modal-header, div.dataTables_wrapper .ui-widget-header {
background-color: #efefef;
background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
border-bottom: 1px solid #CDCDCD;
height: 36px;
}

.widget-foot {
text-align:center;
background-color: #efefef;
background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

.detail-table > .widget-foot {
    padding:10px 0;
}

.widget-title .nav-tabs li a {
border-bottom: medium none !important;
border-left: 1px solid #DDDDDD;
border-radius: 0 0 0 0;
border-right: 1px solid #DDDDDD;
border-top: medium none;
color: #999999;
margin: 0;
outline: medium none;
padding: 9px 10px 8px;
font-weight: bold;
text-shadow: 0 1px 0 #FFFFFF;
}
.widget-title .nav-tabs li:first-child a{
border-left: medium none !important;
}
.widget-title .nav-tabs li a:hover {
background-color: transparent !important;
border-color: #D6D6D6;
border-width: 0 1px;
color: #666666;
}
.widget-title .nav-tabs li.active a {
background-color: #F9F9F9 !important;
color: #444444;
}
.widget-title span.icon {
border-right: 1px solid #cdcdcd;
padding: 9px 10px 7px 11px;
float: left;
opacity: .7;
}
.widget-title h5 {
color: #666666;
text-shadow: 0 1px 0 #ffffff;
float: left;
font-size: 12px;
font-weight: bold;
padding: 12px;
line-height: 12px;
margin: 0;
}
.widget-title .label {
padding: 3px 5px 2px;
float: right;
margin: 9px 15px 0 0;
box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset, 0 1px 0 #ffffff;
}
.widget-content {
padding: 0;;
border-bottom: 1px solid #cdcdcd;
}
/* Forms */
form {
margin-bottom: 0;
}
.form-horizontal .control-group {
border-top: 1px solid #ffffff;
border-bottom: 1px solid #eeeeee;
margin-bottom: 0;
}
.form-horizontal .control-group:last-child {
border-bottom: 0;
}
.form-horizontal .control-label {
padding-top: 15px;
width: 180px;
}
.form-horizontal .controls {
margin-left: 200px;
padding: 10px 0;
}
.form-horizontal input[type=text], .form-horizontal input[type=password], .form-horizontal textarea {
width: 80%;
}
.form-horizontal .form-action {
margin:0px 0;
padding:20px 0;
text-align:center;
}
.form-horizontal .form-action .btn {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 5px 25px;
}
.help-block, .help-inline {
color: #999999;
}

/* SORTABLE */
.ui-state-highlight {
border: dotted 2px #CCCCCC;
background-color:#0082cc;
}

.image-uploder > div {
    width:400px;
}

/* LOGIN */
#login-wraper {
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
padding:0;
margin:0 auto 20px;
width: 350px;
text-align: center;
}
.login-form legend {
width:85%;
margin:0 auto;
padding:5px 0;
}
.login-form .body {
padding: 10px 0;
margin:0 auto;
width:85%;
border-bottom: 1px solid #eeeeee;
}
.login-form .footer {
padding:15px 0;
}
.login-form .footer .btn {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 5px 25px;
}

/* FOOTER */
footer{
padding: 10px 0 50px;
border-top:solid 1px #a40032;
text-align: center;
}

.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 60%; }