body {
  font-family:'Meiryo UI','MS UI Gothic' ,sans-serif;
  font-size: 16px;
  min-width: 980px;
  width: expression(document.body.clientWidth < 981? "980px" : "auto");
  overflow: auto;
  margin: 0px;
  background: #fafafa;
}

hr {
  border: solid 1px #626262;
  border-width: 1px 0 0 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img{
  border: 0px;
}


a:link, a:visited{
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:active, a:focus{
  color: #23527c;
  text-decoration: underline;
}

input[type="text"]{
height:2em;
line-height:1.6em;
}

pre{
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.s-browserwidth {
/*  width: 1360px */
width: 100%;

}

.s-title {}
.s-title-inner {
  border-collapse:collapse;
  width: 100%;
  border: 0;
  padding: 0px 8px 0px 8px;
  margin-bottom: 16px;
}
.s-title-inner td {
  background: #eee;
  border-bottom: 1px solid #ccc;
  vertical-align:middle;
}

.header-hr{
  margin: 0;
  padding: 0;
}

.s-banner-toplink {
  color: black;
  text-decoration: none;
  display: block;
}
.s-banner-toplink img {
  height: 40px;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
}

.s-emargency {
  font-weight: bold;
  background-color: #f5ccd3;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.s-hr-margin{
  margin: 12px 24px;
}
.s-logo-cell{
  width: 170px;
}
.s-search-cell{
  width: 10%;
}
.s-show-username-cell{
  width: auto;
  text-align: right;
}

.s-show-username-cell .s-textreset {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-right: 15px;
}

.s-textreset {
  font-size: 14px;
  font-weight: normal;
/*  line-height: 50px;*/
/*  line-height: 48px;*/
}

form.s-search {
  margin-left: 0px;
/*  float: left;  */
/*  height: 50px;  */
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

form.s-search div {
  width: 300px;
  background-color: white;
  border: none;
}

form.s-search input.s-textbox-keyword {
  width: 220px;
  height: 26px;
  padding-left: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
  border: 1px #aaa solid;
  color: black;
  vertical-align: middle;
}

form.s-search input.s-textbox-docnum {
  width: 65px;
  height: 26px;
  padding-left: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
  border: 1px #999999 solid;
  color: black;
  vertical-align: middle;
}

form.s-search input.s-btn {
  width: 85px;
  height: 26px;
  padding: 0;
  margin-right: 12px;
  background: #e5e5e5;
  border: 1px #aaa solid;
  color: black;
  cursor: pointer;
  vertical-align: middle;
}
form.s-search input.s-btn-s {
  width: 50px;
  height: 26px;
  margin: 0px;
}

form.s-search input.s-btn:hover {
  background: #ccc;
}

.s-management-cell .s-btn {
  width: 40px;
  height: 24px;
  padding: 0;
  margin-right: 12px;
  background: #e5e5e5;
  border: 1px #aaa solid;
  color: black;
  cursor: pointer;
/*  margin-top: 4px;  */
}

.s-management-cell .s-btn:hover {
  background: #ccc;
}

.s-margin-bothends {
  margin:24px;

  clear: both;
  content: '';
  display: block;
}

/* 検索画面のトップへ戻る調整 */
.s-margin-bothends.searchkeyword,
.s-margin-bothends.searchresult{
  margin-top: 12px;
}
.s-margin-bothends.searchkeyword .s-showdoc-backsearch,
.s-margin-bothends.searchresult .s-showdoc-backsearch{
  margin-bottom: 12px;
  margin-left: 0;
}
.s-margin-bothends.searchkeyword .s-showdoc-backsearch .s-showdoc-backsearchresult,
.s-margin-bothends.searchresult .s-showdoc-backsearch .s-showdoc-backsearchresult{
  display: inline;
}


.daily-message{
  margin-bottom: 12px;
  clear: both;
  content: '';
  display: block;
}

.s-top-categories-row,
.s-top-insurancetypes-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 20px;
  border: 1px #999999 solid;
  border-top: 3px #cc0022 solid;
}

.s-top-categories-row-title ,
.s-top-insurancetypes-row-title {
  color: #333;
  font-size: 22px;
  margin: 0px 0px 10px 15px;
  table-layout: fixed;
  word-wrap: normal;
  display: block;
}

.s-top-categories-row-list,
.s-top-insurancetypes-row-list {
  display: block;
  clear: both;
  width: 100%;
}

hr.clearfix {
  display: block;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  visibility: hidden;
}

.s-top-categories-item,
.s-top-insurancetypes-item {
  display: block;
  float: left;
  padding:0px;
  margin:5px 0px 5px 12px;
  width: 205px;
  display: block;
  background: #f00;
}

.s-top-categories-button,
.s-top-insurancetypes-button {
  padding: 10px 0px;
  text-indent: 8px;
  font-size: 14px;
  display: block;
  margin: 0px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  color: #093050;

  /* 境界線設定 */
  border: #DEE4E9 solid 1px;
  border-color:#DEE4E9 #A5BAC9 #A5BAC9 #DEE4E9;

  /* 背景設定 */
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr="#ffF7FCFF",EndColorStr="#ffdce7f0");
  background: linear-gradient(#F7FCFF, #CDDBE6);

  /* box shadow */
  /*  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5', MakeShadow='true', ShadowOpacity='0.60');*/
}

.s-top-categories-button:hover,
.s-top-insurancetypes-button:hover {
  color: #000000;
  border-color: #A5BAC9 #DEE4E9 #DEE4E9 #A5BAC9 ;
  text-decoration: none;

  /* 背景設定 */
  background: #CDDBE6;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr="#ffCDDBE6",EndColorStr="#ffCDDBE6");
  cursor: pointer;
}

.stop-top-row,
.stop-bottom-row{
  width: 100%;
  margin-bottom: 18px;

  clear: both;
  content: '';
  display: block;
}

.s-news-box {
  border: 1px #999999 solid;
  border-top: 3px #cc0022 solid;
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  background: #ffffff;
}

.s-news{
  padding: 16px;
}

.s-news-title {
  color: #333;
  font-size: 22px;
  margin: 0 0 12px 0;
/*  font-weight: bold;  */
  table-layout: fixed;
  word-wrap: normal;
  display: block;
}

.s-news-label {
  color: #FAFAFA;
  font-size: 14px;
  width: 100px;
  display: block;
  height: 24px;
  text-align: center;
  padding: 4px 1px 1px 1px;
  white-space: nowrap;
  width: 100px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;

}

table.s-news-table {
  border-collapse:collapse;
  margin: 0 0 16px 0 ;
}

table.s-news-table th {
  background-color: #d6d6d6;
  padding: 4px 6px;
  border-right: 1px white solid;
  white-space: nowrap;
}

table.s-news-table tr {
}

table.s-news-table td {
  border-bottom: 1px #d6d6d6 solid;
  padding: 4px 6px;
}

.s-news-tkey {
/*  width: 130px;*/
  width: 15%;
}

.s-news-category {
/*  width: 130px;*/
  width: 10%;
}

.s-news-ttitle {
/*  width: 750px;*/
  width: 70%;
}

.s-news-tdate {
  width: 130px;
  text-align: center;
}

.s-news-tnumofaccess {
/*  width: 110px; */
  text-align: right;
}

.s-ranking-box {
  margin:0 1.5% 0 0;
  padding: 0;
  width: 36%;
  border: 1px #999999 solid;
  border-top: 3px #cc0022 solid;
  background: #ffffff;
}
* html .s-ranking-box{
  width: 33%;
  margin:0 1% 0 0;
}


.s-rankingview {
  padding:18px 15px;
}
.s-ranking-category{
  float: right;
}
.s-ranking-header{
  margin-bottom: 16px;
  height: 30px;
}
.s-rankingview-title {
  color: #333;
  font-size: 20px;
  margin:0 0 0 0;
  display: block;
  float: left;
}

table.s-rankingview-table {
  border-collapse:collapse;
  margin: 0 0 0 0 ;

  clear: both;
  content: '';
/*  display: block;*/
  width: 100%;
}
* html table.s-rankingview-table{
/*  width: auto;  */
}

table.s-rankingview-table th {
  padding: 16px 16px 16px 0;
}

table.s-rankingview-table tr td {
  border-top: 1px #d6d6d6 solid;
}

table.s-rankingview-table td {
}

.s-ranking-doclink {
/*  width: 300px; */
  width: 100%;
  display: block;
/*  white-space: nowrap;  */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
/*  height: 20px;
  line-height: 20px;*/
}

.s-rankingview-count {
  color: #666666;
  font-size: 14px;
/*  width: 300px; */
}

.s-ranking-erase-borderline {
  border-top: 1px white solid;
}

.s-ranking-margin {
  margin: 0 16px;
}

.s-ranking-top3 {
  color: #cc0022;
}

.s-ranking-hide {
  display:none;
}

.s-ranking-rank {
  padding-right: 10px;
  text-align: right;
  vertical-align: middle;
  width: 20px;
}
.s-ranking-title{
  padding: 4px 0;
}

.s-rankinglike {
  padding:18px 15px;
}

table.s-rankinglike-table {
  border-collapse:collapse;
  margin: 16px 0 16px 16px ;
  width: 100%;
}

table.s-rankinglike-table th {
  padding: 16px 16px 16px 0;
}

table.s-rankinglike-table tr {
  border-top: 1px #d6d6d6 solid;
}

.s-rankinglike-title {
  color: #333;
  font-size: 20px;
  margin:0 0 0 0;
  display: block;
  float: left;
}

.s-rankinglike-top3 {
  color: #cc0022;
}

.s-rankinglike-likecount {
  color: #999999;
}

.s-link {
  width: 24%;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}

.link-btn {
  font-size: 16px;
  padding: 20px 2%;
  text-indent: 10px;
  box-sizing: content-box;
  margin-bottom: 18px;
  text-align: left;
  cursor: pointer;
  width: 94%;
  border: 1px #ccc solid;
  color: #000;
  word-break: break-all;
  white-space: normal;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr="#fffafafa",EndColorStr="#ffe0e0e0");
  background: linear-gradient(#fafafa, #e0e0e0);
}
.link-btn:hover {
  border: 1px #999 solid;
  color: #000;
  background: #ddd;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr="#ffcccccc",EndColorStr="#ffe0e0e0");
  background: linear-gradient(#ccc, #e0e0e0);
  transition: all .3s ease-in-out;
}

.link-btn.disabled {
  border: 1px #ccc solid;
  background: #cccccc;
  transition: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.link-btn.disabled:hover {
  border: 1px #ccc solid;
  background: #cccccc !important;
  transition: none !important;
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

/*for simple_searchresult.html*/
.s-detailedsearch {
  margin-bottom: 18px;
  border-top: 3px #cc0022 solid;
  width: 100%;
  height: auto;

}

.s-detailedsearch-contents {
  border: 1px #999999 solid;
  padding: 12px;
}

.s-detailedsearch-title {
  font-size: 20px;
  color: #cc0022;
  padding-bottom: 8px;
  padding-left: 6px;
}

.s-detailedsearch-category-padding {
  padding: 6px
}

.s-detailedsearch-category-select{
  width: 200px;
  height: 33px;
}

.s-detailedsearch-tag-select {
  width: 300px;
  height: 33px;
}

table.s-detailedsearch-table {
  width: 100%;
/*  table-layout: fixed;*/
  border-collapse: collapse;
  border-spacing: 0;
}

table.s-detailedsearch-table td {
  padding:9px 0;
  border-top: solid 1px #ccc;
}

table.s-detailedsearch-table .s-detailedsearch-label{
  width: 10%;
  white-space: nowrap;
  padding-left: 6px;
  padding-right: 6px;
}

table.s-detailedsearch-table .s-detailedsearch-inputform{
  width: 90%;
}
table.s-detailedsearch-table .s-detailedsearch-footer{
  text-align: center;
  padding-bottom: 0;
}

input.s-detailedsearch-input {
  width: 90%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
}

input.s-searchresult-btn {
  width: 180px;
  height: 36px;
  font-size: 16px;
  padding: 0;
  background: #e5e5e5;
  border: 1px #999999 solid;
  color: black;
  cursor: pointer;
}
input.s-searchresult-btn:hover {
  background: #ccc;
}

.s-search-option-hide {
  display:none;
}

.s-detailedsearch-margin-bothends {
  margin: 0 12px;
}
.s-searchresult-resultnum-margin {
  margin-right: 12px;
}

.s-searchresult-prevnext-margin {
  margin-right: 24px;
}

.s-searchresult-sort {
  margin-left: 25px;
}

.s-searchresult-sort-select {
  font-size: 16px;
}

a.s-searchresult-prevnext-disabled,
a.s-searchresult-prevnext-disabled:link,
a.s-searchresult-prevnext-disabled:hover{
  color:#bdbdbd;
  text-decoration: none;
  cursor: default;
}

.s-searchresult-prevnext-nonclikced {
  color: #3f48cc;
  text-decoration: underline;
}

table.s-searchresult-sorttable td {
  padding: 0 12px;
}

.s-searchresult-sorttable-title-td{
  padding-left:0 !important;
}

.s-searchresult-sorttable-clicked {
  color: #cc0022;
  text-decoration: underline;
}

.s-searchresult-resulttable {
  border-collapse:collapse;
  margin: 0 0 16px 0 ;
  width: 100%;
  border-width: 0px;
}

table.s-searchresult-resulttable th {
  background-color: #d6d6d6;
  padding: 9px 12px;
  border-right: 1px white solid;
  border-left: 1px white solid;
  border-top-width: 0px;
  border-bottom-width: 0;
  white-space: nowrap;
  text-align: left;
}

table.s-searchresult-resulttable td {
  border-right: 1px white solid;
  border-left: 1px white solid;
  border-top-width: 0px;
  border-bottom: 1px #d6d6d6 solid;
  padding: 9px 12px;
  word-break: break-all;
}

/* search result table sel set */
.s-searchresult-docno {
  width: 120px;
}
.s-searchresult-title {
/*  width: 40%; */
}
.s-searchresult-category {
/*  width: 20%; */
}
.s-searchresult-update {
  white-space: nowrap;
}
.s-searchresult-view {
  white-space: nowrap;
}
.s-searchresult-like {
  white-space: nowrap;
}
td.s-searchresult-view,
td.s-searchresult-like {
  text-align: right;
}


.s-searchresult-resulttable-doclink {
  color: #3f48cc;
}

/*for simple_searchresult_keyword.html*/
.s-searchresultkey-title {
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
}

.s-searchresultkey-contents-contener{
  margin: 0 16px;
}
.s-searchresultkey-contents {
  margin: 0px 0px;
  color: #666;
  position: relative;
  width: 100%;
}

.s-searchresultkey-contents font{
  padding-left: 3px;
  padding-right: 3px;
  color: #333;
}

.searchkeyword-hr{
  clear: both;
  margin: 0;
  padding: 0;
}

.search-keyword-footer-hr {
  margin-top: 10px;
}

.searchkeyword-addinfo{
  margin-bottom: 12px;
  margin-top: 3px;
  float: right;
}

.searchkeyword-label-category,
.searchkeyword-label-insurance,
.searchkeyword-label-tag{
  margin-top: 3px;
}
.searchkeyword-label-tag{
  float: left;
}
.searchkeyword-label-tag{}

.s-searchresultkey-margin-ud {
  margin: 9px 0;
}

.s-searchresultkey-margin-r {
  margin-right: 16px;
}

.s-searchresultkey-margin-l {
  margin-left: 16px;
}

/*for simple_showdocuments.html*/
.clear-both {
  clear: both;
}

.s-showdoc-linkstyle {
  text-decoration: none;
}

.s-showdoc-backsearch{
  margin-left: 24px;
}
.s-showdoc-backsearchresult {
  padding-bottom: 12px;
  display: block;
  text-decoration: none;
}
.s-showdoc-backsearchresult:hover {

}

.s-showdoc-prevnext{
  display: inline;
  margin-right: 8px;
}

.s-showdoc-prevnexttext{
  line-height: 1rem;
  display: inline-block;
  max-width: 256px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s-showdoc-prevnext-padding {
  padding-bottom: 12px;
}

.s-showdoc-prevnextblank-padding {
  height: 12px;
  clear: both;
  content: '';
  display: block;
}

.s-showdoc-linkstyle{
  padding-bottom: 12px;
}
.s-showdoc-linkdisabled {
  color: #999999 ;
  padding-bottom: 12px;
}

.s-showdoc-margin-l {
  margin-left: 24px;
}

.s-showdoc-margin-r {
  margin-right: 24px
}

.s-showdoc-docdetail {
  border: 1px #ccc solid;
  padding: 0 24px;

  clear: both;
  content: '';
  display: block;
}

.s-showdoc-docdetail-hr {
  border: 1px black solid;
  margin-top: 1rem;
}

.s-showdoc-docdetail-margin {
  margin: 6px 6px 6px 12px ;
}

.s-showdoc-docdetail-text{
  margin: 20px 6px 20px 12px;
}

.s-showdoc-docdetail-stafftext {
  margin: 100px 6px 20px 12px;
}

.staff-data-separator {
  margin-top: 60px;
}

.s-showdoc-docdetail-attachment {
  clear: both;
  border 1px solid #bdbdbd;
  margin: 10px 6px 6px 12px;
}

.s-showdoc-docdetail-attachment-inner-frame{
  padding: 10px 10px 10px 10px;
  border: 1px solid #bdbdbd;
  margin-bottom: 15px;
}

.staff-only-container {
  margin-left: 10px;
  margin-right: 10px;
}

.staff-data-container {
  border: 1px solid #bdbdbd;

}

.s-showdoc-docdetail-stafftext-container {
  clear: both;
 margin: 20px 20px 20px 20px;
}


.s-showdoc-docdetail-staffattachment {
  margin: 10px 6px 6px 12px;
  border: 1px solid #666666;
}

.s-showdoc-docdetail-staffattachment-container {
  clear: both;
  margin: 20px 20px 20px 20px;
}

.s-showdoc-docdetail-staffattachment-inner-frame{
  margin: 10px 10px 10px 10px;
  border: 1px solid #bdbdbd;
  margin-bottom: 15px;
  padding: 10px 10px 10px 10px;
}


.s-showdoc-docdetail-contact {
  margin: 50px 6px 40px 12px;
}

.s-showdoc-docdetail-margin-ud {
  clear: both;
  margin: 18px 0 ;
  color: #333;
}

.s-showdoc-docdetail-title {
  /* 指摘対応,blodをなくす、フォントをclassicモードに合わせる */
  font-size: 27px;
}

.s-showdoc-attribute-header-docno{
  /* 指摘対応,blodをなくす、フォントをclassicモードに合わせる */
  font-size: 19px;
}

.s-showdoc-docdetail-textcolor {
/*  color: #000000; */
}

.s-showdoc-docdetail-iframe {
  width: 99%;
  word-wrap: break-word;
  word-break: break-all;
  border: 0px;
}

.s-showdoc-docdetail-iframe table th{
  background: #e6e6e6;
  /* classic と通常モードを統一するため、*/
  text-align: left;
}

.s-showdoc-docdetail-iframe pre {
  display: inherit;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  word-break: inherit;
  color: inherit;
  background-color: inherit;
  border: none;
  border-radius: unset;
  font-family: inherit;
  overflow: inherit;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.s-showdoc-docdetail-iframe a {
  color: blue !important;
  text-decoration: underline !important;
}

.s-showdoc-docdetail-iframe a * {
  color: blue !important;
  text-decoration: underline !important;
}

.s-showdoc-attribute-title{
  font-size: 16px;
/*  color: #fff;
  background: #666;
  border: 1px solid #666;
  padding: 1px 4px;*/
}

/* 詳細ページ属性情報 */

.s-showdoc-attribute-header-group,
.s-showdoc-attribute-header-date{
  color: #666;
  margin-bottom: .2rem;
}

.s-showdoc-attribute-header-jurisdiction-container,
.s-showdoc-attribute-header-contact-container{
  display: inline;
}
.s-showdoc-attribute-header-startat-container,
.s-showdoc-attribute-header-visuallyupdatedat-container,
.s-showdoc-taglist,
.s-showdoc-taglist{
  margin-right: .8rem;
  display: inline;
}
.s-showdoc-attribute-header-tag{
  margin-right: .5rem;
}

.s-showdoc-docdetail-likebtn-put {
  width: 100px;
  height: 30px;
  padding: 0;
  background: #e5e5e5;
  border-bottom: 2px black solid;
  border-right: 2px black solid;
  color: black;
}

.s-showdoc-docdetail-likebtn-delete {
  width: 100px;
  height: 30px;
  padding: 0;
  background: #c3c3c3;
  border-top: 2px black solid;
  border-left: 2px black solid;
  border-bottom: 1px white solid;
  border-right: 1px white solid;
  color: black;
}

.s-showdoc-docmargin {
  margin: 36px 0;
}

.s-showdoc-beforeref-hr {
  border: 1px black solid;
  margin: 24px 0;
}

.s-showdoc-refdoc-title {
  font-size: 24px;
}

.s-showdoc-refdoc-margin-ud {
  margin: 24px 0;
}

/*for simple_dailymessase.html*/
.s-dailytopbtn {
  width: 180px;
  height: 40px;
  font-size: 16px;
  padding: 0;
  background: #e5e5e5;
  border: 1px #999999 solid;
  color: black;
  cursor: pointer;
}
.s-dailytopbtn:hover {
  background: #ccc;
}
.s-daily-message-footer{
  text-align: center;
  display: block;
}

.s-footer-margin{
  clear: both;
  content: '';
  display: block;
}

.s-daily-message{
  border:1px solid #ccc;
  border-top: solid 2px #c02;
  padding: 18px;
}

.s-daily-message-header{
/*  background-color: #cee0ff;  */
/*  font-weight: bold;  */
  font-size: 18px;
  color: #999;
  margin-bottom: 6px;
  padding:0px 6px 0px 6px;
}

.s-daily-message-title{
/*  border-bottom: 2px solid #a3c6ff; */
  font-size: 32px;
  border-bottom: 2px black solid;
  padding:0px 6px 12px 6px;
}

.s-daily-message-body{
  margin-top: 8px;
  margin-bottom: 8px;
  min-height: 200px;
  padding: 6px;
  line-height: 24px;
  font-size: 16px;
}

.fr-table {
  border-collapse: collapse;
  border-spacing: 0;
}
.fr-table td, .fr-table th{
  border: 1px solid #626262;
}

.password-container input{
  width: 300px
}

.password-container .s-label-verify-password{
  margin-right: 14px;
}

.password-container .s-send-button{
  width: 100px;
  height: 35px;
  background: #e5e5e5;
  border: 1px #aaa solid;
  cursor: pointer;
}

.password-container .s-send-button:hover{
  background: #ccc;
}

.password-container .s-error-message{
  margin-bottom: 25px;
}

.s-management-cotainer .s-btn{
  width: 200px;
  height: 60px;
  background: #e5e5e5;
  border: 1px #aaa solid;
  cursor: pointer;
}

.s-management-cotainer .s-btn:hover{
  background: #ccc;
}

/*ログイン画面*/
.login{
  line-height: 1.42857143;
  color: #333;
  min-height: 600px;
  height: expression(document.body.clientHeight < 601? "600px" : "auto");
}

.login .header{
  height: 150px;
  background: linear-gradient(to bottom, #FFCCCC, #FAFAFA);
  background: -moz-linear-gradient(top, bottom, #FFCCCC, #FAFAFA);/* FF3.6+ */
  background: -webkit-linear-gradient(top, bottom, #FFCCCC, #FAFAFA);/* Chrome10+, Safari5.1+ */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFCCCC', endColorstr='#FAFAFA');/**IE6,7**/
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFCCCC', endColorstr='#FAFAFA');/**IE8,9**/
}

.login .container{
  height: 500px
}

.login .container .title-container{
  text-align: center;
  margin-bottom: 60px;
}

.login .container .title-container img{
  height: 70px;
}

.login .container form{
  text-align: center;
}

.form-control{
  height: 35px;
  width: 250px;
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin: 5px;
  padding: 0 12px;
/*  font: 18px Meiryo UI; */
  font-size: 18px;
  line-height: 1.7;
  background-color: #fafafa;
  color: #555;
}

label{
  cursor: default;
  font-weight: bold;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  font-size: 18px;
}

.btn{
  position: relative;
  height: 35px;
  width: 120px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  color: #333;
  border-color: #ccc;
  font-size: 18px;
}

.login .container form .login-button{
  background-color: #c02;
  color: #fafafa;
}

.login .reissue-password a{
  cursor: pointer;
  color: #337ab7;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  font-size: 18px;
}

.login .reissue-password{
  margin-top: 55px;
  text-align: center;
}

.login .reissue-message{
  margin-top: 16px;
  text-align: center;
}

.login .reissue-password a:hover{
  color: #255884;
  text-decoration: underline;
}

.login .footer{
  height: 300px;
  width: 100%;
  background: linear-gradient(to top, #FFCCCC, #FAFAFA);
  background: -moz-linear-gradient(bottom, top, #FFCCCC, #FAFAFA);/* FF3.6+ */
  background: -webkit-linear-gradient(bottom, top, #FFCCCC, #FAFAFA);/* Chrome10+, Safari5.1+ */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FAFAFA', endColorstr='#FFCCCC');/**IE6,7**/
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FAFAFA', endColorstr='#FFCCCC');/**IE8,9**/
}

.login .container .title-container .sub-title {
  font-size: 22px;
  display: block;
  margin-top: 10px;
  margin-bottom: -25px;
}

.login .reissue-password .return-button{
  background-color: #fff;
}

.login .reissue-button{
  background-color: #c02;
  color: #fafafa;
}

.login .login-warn-massage{
  color: #c02;
  text-align: center;
}


/*froala settings*/
img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

img.fr-dib.fr-fil {
  margin-left: 0;
}

img.fr-dib.fr-fir {
  margin-right: 0;
}

.password {
/*  height: 100%;*/
}

.password .header {
  box-shadow: 0 0 6px 3px #bdbdbd;
  -moz-box-shadow: 0 0 6px 3px #bdbdbd;
  -o-box-shadow: 0 0 6px 3px #bdbdbd;
  -ms-box-shadow: 0 0 6px 3px #bdbdbd;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#bdbdbd, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#bdbdbd, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#bdbdbd, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#bdbdbd, direction=270, strength=3, enabled=true);
  border-bottom: 1px solid #bdbdbd;
  height: 48px;
}

.password {
/*  font: 18px Meiryo UI; */
  font-size: 18px;
  overflow: hidden;
}

.password .header .title {
  display: inline-block;
  margin: 8px;
}

.password .content {
  width: 640px;
  background-color: #fafafa;
  padding-bottom: 32px;
  text-align: center;
  margin-top: 80px;
  margin: 0 auto;
}

.password .content .password-warn-message {
  color: #c02;
  margin-left: 14px;
}

.password .content #password-setting-hint {
  text-align: left;
  margin-left: 90px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.password .content .password-hint-table {
  margin-top: 16px;
}

.password .content .password-setting-hint-title {
  margin-top: 16px;
}

.password .content .title-container {
  margin-bottom: 32px;
}

.password .content .title-container .title {
  position: relative;
  font-size: 26px;
  top: 6px;
}

.password .content .password-update-container {
  margin-bottom: 16px;
}

.password .content .password-update-container>label {
  width: 64px;
}

.password .content .form-control {
  display: inline;
  margin: 8px;
}

.password .content .panel-default .panel-body>ul {
  padding-left: 27px;
}

.password .content .panel-default .panel-body {
  zoom: 1;
}

.password .password-button-bar {
  width: 640px;
}

.password .password-button-bar .return-button {
  height: 40px;
  width: 150px;
  margin-left: 180px;
}

.password .password-button-bar .update-button {
  height: 40px;
  width: 150px;
  background-color: #888888;
  color: #fafafa;
  margin-left: 100px;
}

.password #errorMessage {
  list-style-type: none;
}

.auto-adding-link-icon-default {
  background: url("../images/linkicons/link.png") center left no-repeat;
  padding-left: 17px;
  margin-left: 5px;
  margin-right: 3px;
}

.auto-adding-link-icon-document {
  background: url("../images/linkicons/document.png") center left no-repeat;
  padding-left: 17px;
  margin-left: 5px;
  margin-right: 3px;
}

.auto-adding-file-icon-default {
  background: url("../images/linkicons/default.png") center left no-repeat;
  padding-left: 17px;
  margin-left: 5px;
  margin-right: 3px;
}

.auto-adding-file-icon-excel {
  background: url("../images/linkicons/excel.png") center left no-repeat;
  padding-left: 17px;
  margin-left: 5px;
  margin-right: 3px;
}

.auto-adding-file-icon-word {
  background: url("../images/linkicons/word.png") center left no-repeat;
  padding-left: 17px;
  margin-left: 5px;
  margin-right: 3px;
}

.auto-adding-file-icon-ppt {
  background: url("../images/linkicons/ppt.png") center left no-repeat;
  padding-left: 17px;
  margin-left: 5px;
  margin-right: 3px;
}

.auto-adding-file-icon-image {
  background: url("../images/linkicons/image.png") center left no-repeat;
  padding-left: 17px;
  margin-left: 5px;
  margin-right: 3px;
}

.auto-adding-file-icon-pdf {
  background: url("../images/linkicons/pdf.png") center left no-repeat;
  padding-left: 17px;
  margin-left: 5px;
  margin-right: 3px;
}

.auto-adding-file-icon-zip {
  background: url("../images/linkicons/zip.png") center left no-repeat;
  padding-left: 17px;
  margin-left: 5px;
  margin-right: 3px;
}