﻿
html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
        height:100%;
}

body {
    background-color: #F3F0E6;
/*  border-top: solid 10px #000;*/
/*  color: #333;*/
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
        height:100%;
}

a 
{
    color: #333;
    outline: none;
    padding-left: 1px;
    padding-right: 1px;
    text-decoration:none;
/*    text-decoration: underline;*/
}
a img {
    border-style:none;
}
    a:link, a:visited,
    a:active, a:hover {
    color: #333;
    }

    a:hover {
/*        background-color: #c7d1d6;*/
    }

    a.line {
        text-decoration: underline;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

img.thumbnail {
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 48px;
    /*width: 132px;*/
    /*height: 99px;*/
}

.loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    display: none;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left 
{
    margin-left: 5px;
    float: left;
    position:absolute;
    /*z-index: 1;*/
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper 
{
    margin: 0 auto;
/*    max-width: 960px;*/
}
.content-wide960 
{
    max-width: 960px;
    margin:0 auto 0 auto;
}

#body {
    background-color: #F3F0E6;
    clear: both;
    padding-bottom: 0px;
}

#top-body {
    background-color: #B4CCD8;
    clear: both;
    padding-bottom: 0px;
    height:100%;
}

    .main-content {
/*        background: url("../Images/accent.png") no-repeat;*/
/*        padding-left: 10px;*/
/*        padding-top: 30px;*/
    }

    .featured + .main-content {
 /*      background: url("../Images/heroAccent.png") no-repeat;*/
    }


header
{
    color: #FFF;
    background-color:#063469;
}

header .content-wrapper 
{
    height: 50px;
    color: #FFF;
    background-color:#063469;
    padding-top: 10px;
}

footer {
    clear: both;
    background-color: #919F7E;
    font-size: .8em;
    height: 50px;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #627C61;
}

    #copy-right 
    {
        margin-left: 5px;
        color: #000;
    }

#footer-login {
    clear: both;
    background-color: #919F7E;
    font-size: .8em;
    height: 50px;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #627C61;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login 
{
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: center;
}

#login a {
/*      background-color: #d3dce0;*/
    color: #FFF;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

#login a.username {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
}

#login-window
{
  height: 100%;
    margin:0 auto;
  text-align: center;
    }
    
#login-window:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
#login-window-unit {
  display: inline-block;
  vertical-align: middle;
}
    

#login-head
{
    width:300px;
    background-color: #063469;
    height:60px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#login-foot
{

}

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


.title-logo
{
    background: url('../../Images/anyone_logo.png') no-repeat 0 50%;
    display:block; 
    height:34px; 
    width:163px; 
    margin-bottom:10px;
}
.title-logo a {
    display:block;
    height:100%;
}

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #577DA6;
        background-image: -ms-linear-gradient(left, #577DA6 0%, #577DA6 100%);
        background-image: -o-linear-gradient(left, #577DA6 0%, #577DA6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #577DA6), color-stop(1, #577DA6));
        background-image: -webkit-linear-gradient(left, #577DA6 0%, #577DA6 100%);
        background-image: linear-gradient(left, #577DA6 0%, #577DA6 100%);
        color: #3e5667;
        padding: 10px 0px 10px 0px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
/*  display: inline; */
    color:#FFF;
    font-size:14px;
    margin: 0px 0px 0px 0px;
    background-color:#063469;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0px;
}

    ol.round li {
        /*padding-left: 45px;*/
        float:left;
        padding-left: 5px;
        margin: 10px 38px 10px 38px;
    }
    
    ol.round li img:hover{
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }
        
.nippo
{
     width:72px;
     height:72px;
     text-align:center;
     position:relative;
 }
.nippo a
{
    display:block;
    width:100%;
    height:100%;
    background: url("../Images/icon_nippo72.png") no-repeat;   
}
    .nippo a:hover {
        background: url("../Images/icon_nippo72.png") no-repeat, url("../Images/icon_over72.png") no-repeat;
    }
.nippo a
{
    font-size:12px;
    }
.nippo span
{
    position:absolute;
    top:70px;
    left:20px;
    }


.photo
{
     width:72px;
     height:72px;
     text-align:center;
     position:relative;
 }
.photo a
{
    display:block;
    width:100%;
    height:100%;
    background: url("../Images/icon_photo72.png") no-repeat;   
}
    .photo a:hover {
        background: url("../Images/icon_photo72.png") no-repeat, url("../Images/icon_over72.png") no-repeat;
    }
.photo a
{
    font-size:12px;
    }
.photo span
{
    position:absolute;
    top:70px;
    left:20px;
    }

.folder
{
     width:72px;
     height:72px;
     text-align:center;
     position:relative;
 }
.folder a
{
    display:block;
    width:100%;
    height:100%;
    background: url("../Images/icon_folder72.png") no-repeat;   
}
    .folder a:hover {
        background: url("../Images/icon_folder72.png") no-repeat, url("../Images/icon_over72.png") no-repeat;
    }
.folder a
{
    font-size:12px;
    }
.folder span
{
    position:absolute;
    top:70px;
    left:5px;
    }
    
.tosyo
{
     width:72px;
     height:72px;
     text-align:center;
     position:relative;
 }
.tosyo a
{
    display:block;
    width:100%;
    height:100%;
    background: url("../Images/icon_tosyo72.png") no-repeat;   
}
    .tosyo a:hover {
        background: url("../Images/icon_tosyo72.png") no-repeat, url("../Images/icon_over72.png") no-repeat;
    }
.tosyo a
{
    font-size:12px;
    }
.tosyo span
{
    position:absolute;
    top:70px;
    left:20px;
    }
    
.map
{
     width:72px;
     height:72px;
     text-align:center;
     position:relative;
 }
.map a
{
    display:block;
    width:100%;
    height:100%;
    background: url("../Images/icon_map72.png") no-repeat;   
}
    .map a:hover {
        background: url("../Images/icon_map72.png") no-repeat, url("../Images/icon_over72.png") no-repeat;
    }
.map a
{
    font-size:12px;
    }
.map span
{
    position:absolute;
    top:70px;
    left:20px;
    }
    
.customer
{
    width:72px;
    height:72px;
    text-align:center;
    position:relative;
}
.customer a
{
    display:block;
    width:100%;
    height:100%;
    background: url("../Images/icon_customer72.png") no-repeat;   
    font-size:12px;
}
    .customer a:hover {
        background: url("../Images/icon_customer72.png") no-repeat, url("../Images/icon_over72.png") no-repeat;
    }
.customer span
{
    position:absolute;
    top:70px;
    left:20px;
}
    
/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
.login-logo
{
    height: 43px;
    display:block;
    background-color: #F3F0E6;
    padding:20px 60px 10px 60px;
}
.login-logo span
{
    background: url('../../images/anyone_login_logo.gif') no-repeat 0 50%;
    background-size: contain;
    display: block;
    height: 100%;
}

#loginForm {
/*  border-right: solid 2px #c8c8c8; */
    background-color: #F3F0E6;
    margin:0 auto 0 auto;
    padding:0 15px 0px 15px;
    overflow:hidden;
}

#loginForm .validation-error {
    display: block;
    margin-left: 15px;

}

#loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
    width:250px;
}

#loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

#loginForm input {
    width: 160px;
    ime-mode:inactive;
}

#loginForm input[type="checkbox"],
#loginForm input[type="submit"],
#loginForm input[type="button"],
#loginForm button 
{
    color: #FFF;
    background-color: #51AE35;
    border: 0px solid #FFFFFF;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    padding: 0px;
    margin: 50px 0 0 15px;
    width: 80px;
    height: 80px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}
.login-pass
{
    text-align:center;
    font-size: 0.9em;
    width:50%;
    padding:2px;
    border:1px solid #4C687E;
    color:#4C687E;
    background-color:#E2F1F9;
}

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

#socialLoginForm h2 {
    margin-bottom:  5px;
}

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset 
{
    float:left;
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

label.radio {
    width: 10%;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #FFF;
    color: #333;
    font-size: 1.2em;
    margin: 0px 0 6px 0;
    padding: 5px;
    width: 100%;
}

textarea {
    font-family: inherit;
    width: 100%;
}

    input:focus, textarea:focus {
/*        border: 1px solid #7ac0da;*/
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
        border-radius: 15px;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error 
{
    font-size:10px;
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table 
{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0px;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0.25em;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em; /*0.25em 2em 0.25em 0.25em;*/
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}



/* tlist
----------------------------------------------------------*/
.tlist
{
    max-width:960px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #20447D;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #20447D;  
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #20447D;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #20447D;
    margin-bottom: 30px;
}
.tlist th
{
    color: #20447D;
    background-color: #FBC3B8;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #20447D;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #20447D;
}
.tlist td
{
    min-height: 44px;
/*    background-color: #FFFFFF;*/
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #20447D;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #20447D;
}
.tlist td:first-child:before
{
    display: block;
    float: left;
    height: 44px;
    content: "";
}

.tlist td a
{
    display:block;
}

.tlist tr
{
    background-color: #FFFFFF;
}
.tlist tr:nth-child(even)
{
    background-color: #EAF0F0;
}

.ts-top
{
    margin: 20px 0px 20px 0px;
}

.tsarea
{
/*    border: solid 2px #c8c8c8;*/
    margin: 0px auto 0px auto;
    background-color: #ffffff;
    width: 95%;
    height: 40px;
    border-radius:15px;
}
.tsarea .btn
{
    font-size:0.9em;
    font-weight: 600;
    padding:2px;
    float:right;
    margin-top:8px;
    background: #9bd8ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#CCCCCC));
    background: #9bd8ff linear-gradient(#FEFEFE, #CCCCCC);
    border-radius: 5px;
    border: 1px solid #AAA;
}

.tserch
{
    width: 80%;
    padding: 0px 0px 0px 0px;
    margin: 8px 0px 0px 0px;
    border: 0px solid #dddddd;
}

.ts-icon
{
    width: 30px;
    height: 30px;
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 0px 10px;
    border: 0px solid #ffffff;
    vertical-align:middle;
}

.center
{
    text-align: center;
}

/* dialog_table
----------------------------------------------------------*/
.dlist
{
    max-width:960px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #20447D;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #20447D;  
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #20447D;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #20447D;
    margin-bottom: 30px;
}
.dlist th
{
    color: #20447D;
    background-color: #FBC3B8;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #20447D;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #20447D;
}
.dlist td
{
/*    background-color: #FFFFFF;*/
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #20447D;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #20447D;
}

.dlist td a
{
    display:block;
}

.dlist tr
{
    background-color: #FFFFFF;
}
.dlist tr:nth-child(even)
{
    background-color: #EAF0F0;
}

.dlist .code
{
    float:left;
    width:85px;
}
.dlist .name
{
    float:left;
}
.dlist .zipcode
{
}
.dlist .adress
{
    float:left;
}

/* calender
----------------------------------------------------------*/
.calender 
{
    width:50%;
    padding: 0px 0px 0px 0px;
    float:left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #333;
    table-layout:fixed;  
}
.calender td 
{
    padding: 0px;
    height: 50px;
}
.dSunday
{

    background-color: #FFEEFF;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #333;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333;
}
.dMonday
{

    background-color: #FFFFFF;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #333;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333;
}
.dTuesday
{

    background-color: #FFFFFF;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #333;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333;
}
.dWednesday
{

    background-color: #FFFFFF;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #333;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333;
}
.dThursday
{

    background-color: #FFFFFF;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #333;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333;
}
.dFriday
{

    background-color: #FFFFFF;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #333;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333;
}
.dSaturday
{

    background-color: #EEFFFF;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #333;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333;
}
.dToday
{
    background-image:url("../../Images/icon_plus_mini.png");
    background-repeat:no-repeat;
    background-position:90% 10%;
    background-color: #D9EDD8;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #333;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333;
    cursor:pointer;
}

.nippo-title 
{
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 1px;
}
.calNo
{
font-size:12px;
vertical-align: top;
}

/* nippo-input
----------------------------------------------------------*/
.nippo-input
{

}

.nippo-input label
{
    font-size: 1em;
}


.nippo-input-area
{
    margin:0 10px 0 10px;
}

.nippo-input-area textarea
{
    border: 1px solid #e2e2e2;
    background: #FFF;
    color: #333;
    font-size: 1.2em;
    margin: 0px 0 6px 0;
    padding: 5px;
    width: 95%;
}

.nippo-user
{
    background: #FFF;
    margin:0 0 15px 0;
    border: 1px solid #e2e2e2;
}

.nippo-user-title
{
    float:left;
    font-size:0.9em;
    padding:7px 0 0 3px;
    color:#4C687E;
}

.nippo-user input
{
        background: #FFF;
        border: 0px solid #FFF;
        margin:0 0 0 0;
        border-radius: 0px;
}
.nippo-user-botton input
{
        background: #FFF;
        float:right;
        background-image:url("../../Images/icon_user.png");
        background-position:50% 50%;
        background-repeat:no-repeat;
        border: 0px solid #FFF;
        width: 50px;
        margin:0 2px 0 0;
        padding:5px;
        border-radius: 0px;
}

.nippo-const
{
    background: #FFF;
    margin:0 0 15px 0;
    border: 1px solid #e2e2e2;
    color:#4C687E;
}

.nippo-const-title
{
    float:left;
    font-size:0.9em;
    padding:7px 0 0 3px;
}

.nippo-const input
{
        background: #FFF;
        border: 0px solid #FFF;
        margin:0 0 0 0;
        border-radius: 0px;
}
.nippo-const-botton input
{
        background: #FFF;
        float:right;
        background-image:url("../../Images/icon_const.png");
        background-position:50% 50%;
        background-repeat:no-repeat;
        border: 0px solid #FFF;
        width: 50px;
        margin:0 2px 0 0;
        padding:5px;
        border-radius: 0px;
}

.nippo-class
{
    background: #FFF;
    margin:0 0 15px 0;
    border: 1px solid #e2e2e2;
}
.nippo-class-color
{
    float:left;
    padding:4px 0 0 6px;
}
.nippo-class input
{
        background: #FFF;
        border: 0 solid #FFF;
        margin: 0;
        border-radius: 0;
}
.nippo-class-botton input
{
        background: #FFF;
        float:right;
        background-image:url("../../Images/icon_user.png");
        background-position:50% 50%;
        background-repeat:no-repeat;
        border: 0 solid #FFF;
        width: 50px;
        margin: 0 2px 0 0;
        padding:5px;
        border-radius: 0;
}

.ni-save
{
    max-width:960px;
}

.ni-radio 
{
    margin:0px 0 0px 0;
}
.ni-radio input
{
    width:20%;
}
.ni-radio p
{
    width:60px;
    float:left;
    margin-right:50px;
}

.nippo-input h2
{
    color:#FFF;
    font-size:14px;
    margin-top: 0px;
    padding: 0px 0px 0px 10px;
    background-color:#063469;
}

.nippo-center
{
    width:250px;
    margin:0 auto 15px auto;
}

.nippo-kenmei input
{
    width:100%;
    margin:0px 0px 25px 0px;
}

.nippo-taiou
{
    width:250px;
    margin:0px 0px 25px 0px;
}

.nippo-name
{
    background: #FFF;
    margin:0 0 15px 0;
    border: 1px solid #e2e2e2;
}

.w200{width:200px;}

.w150 input{width:150px;}

.select160 select{width:160px;height:30px;}

.w95p input
{
    float:left;
    width:95%;
}

.w70p input
{
    width:70%;
}

.w65p input
{
    width:65%;
}
.w50p input
{
    width: 50%;
}

.nippo-input-head
{
    float:left;
    text-align:center;
    width:75px;
    padding:5px;
    border:1px solid #4C687E;
    color:#4C687E;
    background-color:#E2F1F9;
}

.nlist
{
    max-width:960px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #20447D;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #20447D;  
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #20447D;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #20447D;
    margin-top: 30px;
    margin-bottom: 30px;
}
.nlist th
{
    font-size:1em;
    color: #20447D;
    background-color: #FBC3B8;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #20447D;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #20447D;
    text-align:center;
}
.nlist td
{
/*    background-color: #FFFFFF;*/
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #20447D;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #20447D;
}
.nlist tr
{
    background-color: #FFFFFF;
}

.nlist2
{
    max-width:960px;
    margin-bottom: 30px;
}
.nlist2 th
{
}
.nlist2 td
{
/*    background-color: #FFFFFF;*/
}
.nlist2 tr
{
}

.tslist
{
/*    max-width:960px;*/

    margin-top: 0px;
    margin-bottom: 30px;
}
.tslist th
{
    font-size:1em;
    color: #20447D;
    background-color: #FBC3B8;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #20447D;
    text-align:center;
}
.tslist td
{
    background-color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #20447D;
}
.tslist tr
{
    background-color: #FFFFFF;
}

/* info-area
----------------------------------------------------------*/
.info-area
{
    background-color: #819BBC;
    width: 100%;
    overflow: hidden;
    padding-top:0px;
    padding-bottom: 0px;
    }   
.info-wide
{
    max-width: 960px;
    margin:0 auto 0 auto;
}
.info-area h2
{
    margin-left: 5px;
    font-size: 1.2em;
    color: #FFF;
    }
.todo-area
{
    float: right;
    width: 49%;
    margin-left: 5px;
}
.today-info
{
    margin:0px 0 0 0;
    padding: 5px 10px;
    background-color: #C9E0E9;
    }
.ver-info
{
    float: left;
    width: 100%; 
    }
.ver-info p
{
    padding: 10px;
    background-color: #FFF;
    border-radius: 10px;
    }


/* folder-select
----------------------------------------------------------*/
.folder-select
{
    margin: 0px 0px 0px 0px;
}

.folder-select h2
{
    color:#FFF;
    font-size:14px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    background-color:#063469;
}

.fsarea
{
    margin: 20px auto 20px auto;
    padding: 0px 0px 0px 10px;
    background-color: #FFFFFF;
    width: 260px;
    height: 45px;
    border-radius: 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
}
.fsarea input
{
    font-size:0.9em;
    margin:8px 5px 0 10px;
    padding:5px;
    background: #9bd8ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#CCCCCC));
    background: #9bd8ff linear-gradient(#FEFEFE, #CCCCCC);
    border-radius: 10px;
    border: 1px solid #AAA;
}
.picture-plus
{
    float:right;
    margin: 25px 5px 0px 0px;
    padding: 0px 0px 0px 0px;
}


/* folder-up
----------------------------------------------------------*/
.folder-up
{
    background-color: #FFF;
    width: 92%;
    padding: 5px;
    margin-bottom: 10px;
    cursor:pointer;
}
.folder-up img
{
    vertical-align: top;
}


/* folder-area
----------------------------------------------------------*/
.folder-area
{
    margin: 0px 0px 25px 0px;
    height:100%;
    clear: both;
    display: block;
    overflow:hidden;
}
    
/* folder-box
----------------------------------------------------------*/
.folder-box
{
    background-color: #FFF;
    float: left;
    width: 310px;
    margin:0 10px 5px 0px;
    cursor:pointer;
}
.folder-box img
{
    float: left;
    vertical-align: top;
    margin: 5px 10px 5px 5px;
}
.folder-box p
{
    padding: 0px;
    margin: 7px 0px 0px 0px;
}


/* filer-area
----------------------------------------------------------*/
.file-area
{
    height:100%;
    clear: both;
    display: block;
    overflow:hidden;
}
    
/* file-box
----------------------------------------------------------*/
.file-box
{
    background-color: #FFF;
    float: left;
    width: 310px;
    margin:0 10px 5px 0px;
    cursor:pointer;
    border-bottom:1px solid #CCC;
}
.file-box img
{
    float: left;
    vertical-align: top;
    margin: 5px 10px 5px 5px;
}
.file-box p
{
    margin: 5px 0px 0px 0px;
}

.box-lr
{
    margin: 0px 0px 0px 62px;
}

.file-name
{

}

.box-lr .float-left
{
    float:left;
}

.box-lr .float-right
{
    padding: 0px 10px 0px 0px;
    float:right;
}


/* アコーディオン */
.list-acd dl.acordion{
    margin: 0 0px 0 0px;
}
.list-acd dt.trigger {
    background: #9bd8ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#F3F0E7));
    background: #9bd8ff linear-gradient(#FEFEFE, #F3F0E7);
    /*border-radius: 10px;*/
    overflow:hidden;
    text-align: left;
    border: 1px solid #ccc;
    color: #000;
    margin-bottom: 0;
    padding: 10px 10px 10px 10px;
    vertical-align:top;
}
.list-acd dt.active
{
    /*border-radius: 10px 10px 0 0;*/
}
.list-acd dt div
{
    width:90%;
}
.list-acd dt.trigger span {
    /*padding-right:30px;*/
}
.list-acd dt.trigger div.open-close {
    background: url(../images/point_plus.png) no-repeat right center;
    float:right;
    width: 20px;
    height:20px;
    text-indent: -9999em;
        vertical-align:top;
}
.list-acd dt.active div.open-close {
    background: url(../images/point_none.png) no-repeat right center;
    float:right;
    width: 20px;
    height:20px;
}   
.list-acd dd.acordion_tree{
    padding: 10px;
    margin: 0px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
    background: #9bd8ff linear-gradient(#fff, #f0f0f0);
    border: 1px solid #ccc;
    border-top: none;
    overflow:hidden;
}
.btn
{
    font-size:0.9em;
    padding:5px;
    background: #9bd8ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#CCCCCC));
    background: #9bd8ff linear-gradient(#FEFEFE, #CCCCCC);
    border-radius: 5px;
    border: 1px solid #AAA;
}

/* カレンダーナビゲーション */
#calnavi
{
    margin:10px 0 0 0;
    height:1px;   
}
.calnavi-center
{
    width:130px;
    height:1px;  
    margin:0 auto;
}
.calnavi-center img
{
    margin:0 5px 0 5px; 
    float:left;
}
.calnavibox-ym
{
    float:left;
    width:65px;
    text-align:center;
} 
.calnavi-left
{
    float:left;
    margin-left:5px;
    text-align:center;
    position:absolute;
}

.calnavi-right
{
    float:right;
    margin-right:5px;
}

/* カレンダーセレクト */ 
#menu ul 
{
    float:left;
	width:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}

#menu ul li {
	position:relative;
	margin:0;
}

#menu ul li table {
	border-collapse:collapse;
	border:none;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}

#menu ul li ul {
	visibility:hidden;
	overflow:hidden;
	position:absolute;
	top:0;
	left:15px;
}

#menu ul li ul li {
	margin:0;
	line-height:1em;
}

#menu ul li ul li a {
	color:#fff;
	font-size:80%;
}
	
#menu ul li ul li a:hover {
	color:#fff;
	text-decoration:underline;
}
	
#menu ul li a {
	width:30px;
	padding:5px 0;
	color:#000;
	display:block;
	text-decoration:none;
}
			
#menu ul li a:hover {
	position:relative;
	z-index:100;
	color:#000;
}

#menu ul li:hover ul,
#menu ul li a:hover ul {
	visibility:visible;
	overflow:visible;
	height:auto;
	z-index:10;
	background:#6699cc;	
   	margin:0 0 0 10px;
	width:30px;
	border:1px solid #336699;
}
#areaMonth
{
    vertical-align  :baseline;
}
 .txtMonth
 {
 float:left;
 font-size:200%;
 width:35px;
 }
 .tsuki
 {
 float:left; 
 margin-top:21px;
 }
 .txtCenter
 {
 text-align: center;
 }
 
 .txtRight
 {
 text-align: right;
 }
 
 
 .txtRed
 {
     color:#FF0000;
 }
 
 .calNav
 {  
 }
 .calNav td
 {
 padding: 0px;    
 }

 .MG-R10
 {
 margin-right: 10px;
 }
 .MG-T5
 {
 margin-top: 5px;
 }
 .MG-T10
 {
 margin-top: 10px;
 }
 .MG-T15
 {
 margin-top: 15px;
 }
 .MG-B5
 {
 margin-bottom: 5px;
 }
 
/* パンくず */
ul
{
 margin: 0 0 15px 0;
 padding: 0;
 list-style: none;
}
#breadcrumbs-one
{
 background: #063469;
 border-width: 1px;
 border-radius: 10px;
 overflow: hidden;
 width:97%;
 margin:0 0 0 5px;
} 
#breadcrumbs-one li
{
 float: left;
}
#breadcrumbs-one a
{
 padding: 5px 2px 5px 20px;
 float: left;
 text-decoration: none;
 color: #444;
 position: relative;
 background-color: #fff;
}
#breadcrumbs-one li:first-child a
{
 padding-left: 1em; 
 border-radius: 5px 0 0 5px;
}
#breadcrumbs-one a:hover
{
 background: #ddd;
}
#breadcrumbs-one a::after,#breadcrumbs-one a::before
{
 content: "";
 position: absolute;
 top: 50%;
 margin-top: -1.5em;
 border-top: 1.5em solid transparent;
 border-bottom: 1.5em solid transparent;
 border-left: 1em solid;  right: -1em;
}
#breadcrumbs-one a::after
{
 z-index: 2;  border-left-color: #fff;
}
#breadcrumbs-one a::before
{
 border-left-color: #ccc;
 right: -1.1em;  z-index: 1;
}
#breadcrumbs-one a:hover::after
{
 border-left-color: #ddd;
}
#breadcrumbs-one .current,#breadcrumbs-one .current:hover
{
 color: #FFF;
 font-weight: bold;
 background: none;
}
#breadcrumbs-one .current::after,#breadcrumbs-one .current::before
{
 content: normal;
}

#select-window
{
    background-color: #F3F0E6;
}

#tree-contents
{

}

#jq-effect 
{
    font-size:16px;
    background-color: #FFF;
    width:250px;
/*    height:300px;*/
    float:left;
    margin-top:0px;
    padding-top: 32px;
    padding-bottom: 50px;
    display:inline;
    border-top: 1px solid #336699;
    border-bottom: 1px solid #336699;
    border-right: 1px solid #336699;
    position:absolute;z-index:5;
/*    position:fixed;z-index:5;*/
    overflow-y:auto;
    overflow-x:hidden;
}
#jq-effect::-webkit-scrollbar{
	width: 5px;
	background: #9aadfc;
}
#jq-effect::-webkit-scrollbar-thumb{
	background: #435295;
	border-radius: 2px;
}
#jq-effect ul
{
    margin:0px 0px 0px 0px;
}
#jq-effect li
{
    margin-top:10px;
}

#jq-effect2
{
    font-size:16px;
    background-color: #FFF;
    width:250px;
/*    height:300px;*/
    float:left;
    margin-top:0px;
    padding-top: 32px;
    padding-bottom: 50px;
    display:inline;
    border-top: 1px solid #336699;
    border-bottom: 1px solid #336699;
    border-right: 1px solid #336699;
    position:fixed;z-index:5;
    overflow-y:auto;
    overflow-x:hidden;
}
#jq-effect2::-webkit-scrollbar{
	width: 5px;
	background: #9aadfc;
}
#jq-effect2::-webkit-scrollbar-thumb{
	background: #435295;
	border-radius: 2px;
}
#jq-effect2 ul
{
    margin:0px 0px 0px 0px;
}
#jq-effect2 li
{
    margin-top:10px;
}

#jq-toggle
{
    width:32px;
    height:32px;
    float:left;
    margin:0px 0 0 0;
    border-style:none;
    background-image: url(../../images/tree_tab2.png);
    display:inline;
    position:fixed;z-index:5;
    border-radius:0px;
}

.list-icon
{
    text-align:center;
    margin:60px 0px 0px 0px;
}

.list-icon .list img:hover
{
     background: url("../Images/icon_list_over.png") no-repeat;   
}

.list-icon .icon img:hover
{
     background: url("../Images/icon_icon_over.png") no-repeat;  
}

#content
{
    background-color: #F3F0E6;
    width:100%;
    height:250px;
    display:inline;
    position:relative;z-index:4;
}

.tree-tab
{
    float:left;
    padding:0 0 0 0;
    margin:0 0 0 0;
}
.bc-position
{
    padding:0 0 0 0;
    margin:60px 0 0 0;
}
.bc-position-picture
{
    padding:0 0 0 0;
    margin:10px 0 0 0;
}

/* picture-list
----------------------------------------------------------*/
.ph-list
{
    margin:0 5px 5px 5px;
    background-color:#FFF;
    border-bottom: 1px solid #CCC;
    }
.ph-list img
{
    float:left;
    width:110px;
    margin:0 5px 0 0;
    }    
.ph-list-txt
{
    float:left;
    line-height:1em;
    }
.ph-list-title
{
    font-size:18px;
    line-height:1.5em;
    }
    
.ph-icon
{
    float:left;
    margin:0 5px 0 0;
    }
.ph-icon img
{
    background-color:transparent;
    border-bottom:none;
    width:110px;
    height:110px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

/* picture-entry
----------------------------------------------------------*/
.picture-entry
{

}

.picture-entry label
{
    font-size: 1em;
}


.picture-entry-area
{
    margin:0 10px 0 10px;
}

.picture-entry-area textarea
{
    border: 1px solid #e2e2e2;
    background: #FFF;
    color: #333;
    font-size: 1.2em;
    margin: 0px 0 6px 0;
    padding: 5px;
    width: 95%;
}

.picture-entry-w100p
{
    width:100%;
    margin:0 0 15px 0;
}

.picture-entry-bunrui
{
    width:180px;
    margin:0 0 0 0;
}

.picture-entry h2
{
    color:#FFF;
    font-size:14px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    background-color:#063469;
}

.picture-entry-head
{
    float:left;
    text-align:center;
    width:75px;
    padding:5px;
    border:1px solid #4C687E;
    color:#4C687E;
    background-color:#E2F1F9;
}

/* dm-list
----------------------------------------------------------*/
.dm-list
{
    margin:0 5px 5px 5px;
    background-color:#FFF;
    border-bottom: 1px solid #CCC;
    }
.dm-list img
{
    float:left;
    padding:20px;
    }    
.dm-list-txt
{
    line-height:1em;
    }
.dm-list-title
{
    font-size:18px;
    line-height:1.5em;
    margin:0px;
    }
.dm-list-comment
{
    margin:0px;
    line-height:1em;
    }
.dm-list-memo
{
    margin:0px;
    line-height:1em;
    }




.margin-side
{
    margin:15px 5px 0 5px;
}



/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 767px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left 
    {
        margin-left: 5px;
/*        float: none;*/
    }

    header .float-right {
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #FFF;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #AAA;
        }

    /* menu */
    nav 
    {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li 
        {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 5px;
            margin: 10px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 100%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }
    
    
    .calender 
    {
    width:100%;
    padding: 0px 0px 0px 0px;
    float:left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #333;
    table-layout:fixed;  
    }
    .cal-icon
    {
    width:30px;
    }
   
    .todo-area
    {
    float: left;
    width: 100%;
    margin-left: 0px;
    }

.margin-side
    {
    margin:15px 5px 0 5px;
    }
.tserch
    {
    width: 75%;
    padding: 0px 0px 0px 0px;
    margin: 8px 0px 0px 0px;
    border: 0px solid #dddddd;
    }

.ts-icon
    {
    width: 30px;
    height: 30px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 0px solid #ffffff;
    vertical-align:middle;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    #copy-right 
    {
        margin-left: 5px;
        color: #000;
    }

    footer {
        text-align: left;
        height: 30px;
        padding: 10px 0;
    }

        footer p 
        {
            color: #FFF;
            margin: 0;
        }

}

/********************
*   smartphone Styles   *
********************/
@media only screen and (max-width: 360px) {   
#jq-effect 
    {
        height:300px;
    }
    
#jq-effect2
    {
        height:300px;
    }

.tserch
    {
    width: 50%;
    padding: 0px 0px 0px 0px;
    margin: 8px 0px 0px 0px;
    border: 0px solid #dddddd;
}

.ts-icon
    {
    width: 30px;
    height: 30px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 0px solid #ffffff;
    vertical-align:middle;
    }

}

/* 日報　色
----------------------------------------------------------*/
.caresult
{
    color: blue;
}

/* 日報区分　色
----------------------------------------------------------*/
.class-name
{
    display: inline-block;
    font-size: 90%;
    margin: 1px;
    padding: 1px 2px;
    border-radius: 2px;
}
.colorbox
{
    display: inline-block;
    font-size: 0;
    height: 14px;
    width: 14px;
}

.caclscolor0
{
    background-color: #ffffff;
}
.caclscolor1
{
    background-color: #ffddaa;
}
.caclscolor2
{
    background-color: #b4d5f5;
}
.caclscolor3
{
    background-color: #d6b7f2;
}
.caclscolor4
{
    background-color: #ccffaa;
}
.caclscolor5
{
    background-color: #ffaaee;
}
.caclscolor6
{
    background-color: #e8d5c1;
}
.caclscolor7
{
    background-color: #ffffaa;
}
.caclscolor8
{
    background-color: #aaf2ff;
}
.caclscolor9
{
    background-color: #d4d4d4;
}
.caclscolor10
{
    background-color: #ffaaaa;
}

.cabackcolor0
{
    background-color: #ffffff;
}
.cabackcolor1
{
    border: 1px solid #ffddaa;
    background-color: #ffedd2;
}
.cabackcolor2
{
    border: 1px solid #b4d5f5;
    background-color: #d8e9fa;
}
.cabackcolor3
{
    border: 1px solid #d6b7f2;
    background-color: #e8d6f8;
}
.cabackcolor4
{
    border: 1px solid #ccffaa;
    background-color: #deffc8;
}
.cabackcolor5
{
    border: 1px solid #ffaaee;
    background-color: #ffd9f8;
}
.cabackcolor6
{
    border: 1px solid #e8d5c1;
    background-color: #f2e9e4;
}
.cabackcolor7
{
    border: 1px solid #ffffaa;
    background-color: #ffffdd;
}
.cabackcolor8
{
    border: 1px solid #aaf2ff;
    background-color: #d7f9ff;
}
.cabackcolor9
{
    border: 1px solid #d4d4d4;
    background-color: #f0f0f0;
}
.cabackcolor10
{
    border: 1px solid #ffaaaa;
    background-color: #ffd7d7;
}

span.nowrap {
    white-space: nowrap;
}

/* 写真登録
----------------------------------------------------------*/

/* サムネイル */
span#thumbs > img {
    margin: 5px;
}