@CHARSET "UTF-8";
/* ===============================================================
Sticky footer
 =============================================================== */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

textarea{
	overflow-x:hidden;
	-ms-overflow-x:hidden;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -61px;
}

/* Set the fixed height of the footer here */
#push,
.footer {
  height: 60px;
}

.footer {
	margin: 0;
	padding: 0;
	min-width:980px;
}


.logo {
	max-width:262px;
	max-height:62px;
}
/* ===============================================================
共通要素
 =============================================================== */

.nicenavbar { /* ヘッダー?*/
   margin-bottom: 25px;
   border-top: 6px solid #222;
   border-bottom: 4px solid #f3f3f3;
	-webkit-box-shadow: none;
	        box-shadow: none;
	min-width:980px;
 }

.navbar-customized { /* ヘッダー最上部のボーダー色カスタマイズ例?*/
   border-top-color: #00bb8f;
 }

.nicenavbar .navbar-inner {/* ヘッダー内を白バックに変更?*/
  background-color: #fff;
  background-image: none;
  filter: none;
  border-bottom: 1px solid #d4d4d4;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.navbar > .navbar-inner .nav > li > .company-name { /* 社名テキスト表記?*/
 	font-size: 17px;
 	font-weight: bold!important;
 	color: #4e4e4e!important;
 	max-width:620px;
 	margin:0;
 	word-wrap:break-word;
 	white-space:normal;
 }

.navbar > .navbar-inner .nav > li > .sub-title {/* 「企業活動と医療機関等への資金提供に関する情報」タイトル?*/
 	font-size: 14px;
 	color: #444;
 	padding-top: 3px;
 	font-weight: #4e4e4e!important;
 	width:620px;
 	margin:0;
 	word-wrap:break-word;
 	white-space:normal;
}

.navbar .brand { /* ロゴ?*/
  padding-top: 10px;
  margin-bottom: 10px;
}

.navbar .nav > li {
	float: none;
	text-align: right;
}

.navbar .nav > li > a,
.navbar .nav > li > span  {
	display: inline-block;
}

.navbar .nav > li > span  {
	padding: 18px 0 0;
	font-weight: bold;
	color: #999;
}

.page-header {
 	padding-bottom: 0;
 	margin-top: 0;
 	margin-bottom: 15px;
}

.page-header h1 {
	margin-top: 0;
	margin-bottom: 5px;
}

.footer .inline {
	margin-bottom: 0;
}

.footer > .container > .row {
	margin-top: 13px;
	margin-bottom: 10px;
}

.footer-link {
	margin-top: 8px;
}

.page-header .step-indicator {
	margin: 2px 0 0;
}

/* 2014-10-08　No.3：印刷不具合対応 */
@media print {
  a[href]:after {
    content: none;
  }
}

.bordered-all {
	border-color: #ccc;
	padding: 15px;
}

.bordered-all p {
	margin-bottom: 0;
}

.alert-news {
	padding: 15px;
	margin-top: 10px;
}

.titledbox-body .table-condensed th {
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: none;
	background-image: none;
	background-color: #e9e9e9!important;
}

.total-amount-cell {
	border-top: 3px double #999!important;
	background-color: #FFF!important;
}

.titledbox-header .screen-title {
	font-size: 16px;
	line-height: 1.25;
	padding: 6px 0;
}

.titledbox-header .release-year {
	margin-top: 7px;
}

.well > .hint-title {
	font-size: 26px;
	font-weight: bold;
	color: #bbb;
	text-align: center;
	margin: 10px 0 10px;
}

.well > .hint-text {
	text-align: center;
	color: #999;
}
/* ===============================================================
同意画面
 =============================================================== */

.op-desc {
	margin-bottom: 20px;
}

.well-agreement {  /* 利用規約表示部?*/
 	height: 150px;
 	overflow-y: scroll;
 	border: none;
 	margin-bottom: 0;
 }

.well-checkbox { /* 「同意する」チェックボックス?*/
	margin-bottom: 0;
	background: #FFd;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-width: 1px 0 0;
}

.well-checkbox label:hover { /* 「同意する」チェックボックスラベルhover時のハイライト?*/
	color: #000;
}


/* ===============================================================
ファイル一覧画面
 =============================================================== */

.list-box-by-year .unstyled {
	margin-top: 7px;
	margin-bottom: 18px;
	margin-left: 15px;
	font-size: 16px;
}

.list-box-by-year .unstyled > li {
	margin-bottom: 8px;
}

.list-box-by-year .unstyled > li > a {
	padding-left: 23px;
	background: url(../img/mini_pdf.gif) left 3px no-repeat;
}

.well-request-invoker {
	margin: 10px 0 0;
}

.span3 .titledbox-body {
	font-size: 13px;
}

.span3 dt {
	margin-bottom: 5px;
}

.span3 dl {
	background: #FFF;
	margin-top: 0;
	margin-left: 0;
	padding: 5px;
}

.titledbox .form-actions-jointed-bottom {
  margin-top: -10px;
  margin-bottom: 20px;
  border: 1px solid #bfbfbf;
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.titledbox .iobox+.form-actions-small {
	background: #e9e9e9;
}

h5 {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 7px;
	color: #999;
}

.header-year {
	height:30px;
	vertical-align: middle;
}

/* ===============================================================
全件一覧画面
 =============================================================== */

.nav-syllabary {
	margin-top: 10px;
	margin-bottom: 13px;
	margin-left: 10px;
	display: inline-block;
	width: 80px;
}

.row-fluid .nav-syllabary:first-child {
	margin-left: 0;
}

.nav-syllabary + .nav-syllabary {
	margin-left: 5px;
}

.nav-syllabary > li > a,
.nav-syllabary > li > span {
	text-align: center;
	padding: 2px;
	background: #FFF;
}

.nav-syllabary > li > span {
	border: 1px solid #ddd;
	display: block;
	background: transparent;
	line-height: 20px;
	color: #999;
}

.nav-syllabary > li > a:hover {
	background: #eee;
}

.nav-syllabary > li.active > a,
.nav-syllabary > li.active > a:hover,
.nav-syllabary > li.active > a:active {
	font-weight: bold;
	background: #2d74be;
	color: #fff;
}

.nav-syllabary > li.disabled > a:hover,
.nav-syllabary > li.disabled > a:active {
	background: #FFF;
	outline: none;
}

.datagrid .dividingbox .nav-syllabary li,
.datagrid .dividingbox .nav-syllabary li:first-child {
	margin: 0;
	margin-bottom: -1px;
}

.datagrid .dividingbox .nav-syllabary {
	margin-bottom: 12px;
}

/* ===============================================================
2次公開情報申請：入力画面
 =============================================================== */

.request-box .iobox-label-area {
	width: 170px;
}

.agreement-wrapper {
	height: 150px;
	margin-bottom: 0;
	-ms-overflow-y: scroll;
	    overflow-y: scroll;
}

/* ===============================================================
2次公開：ログイン画面
 =============================================================== */

.view2-title {
 	padding-top:15px;
 	padding-bottom:14px;
 }

.ta-info {
	margin: 0;
	font-size: 12px;
}

/* ===============================================================
IE7向け調整
 =============================================================== */
.ielt8 .container .brand {
	padding-bottom: 16px;
}

.ielt8 .btn {
	border: 1px solid #ccc;
	border-bottom-color: #aaa;
}

.ielt8 .btn-primary {
	border: 1px solid #2d56d2;
	border-bottom-color: #1f3c93;
}

.ielt8 input,
.ielt8 a {
	outline: dotted 1px black!important;
}

.ielt8 .nav-syllabary {
	display: inline;
  zoom: 1;
}

.ielt8 .nav-syllabary > li > a,
.ielt8 .nav-syllabary > li > span {
	padding: 2px 16px 2px 2px;
}

input.btn {/* input要素版ボタンのサイズ算出方法をa要素版と同じにする */
	box-sizing: content-box;
}
input.btn-primary {  /* primaryボタンの文言を一律太字にする */
	font-weight: bold;
}

/* ===============================================================
奨学寄附金申請関連
 =============================================================== */

/* ログインフォーム背景用well */

.well-flat {
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.well-flat .span6 > .form-actions {
	border: 1px solid #dadada;
	padding: 6px 2px 2px;
	background: #fdfdfd;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	margin-bottom: 10px;
}

/* 同意用チェックボックス */

.t-agreement-box {
	background: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}

.t-agreement-box > .checkbox > label {
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
}

/* 注意喚起用alert */

.alert-block {
	color: #876932;
}

/* 申請メニュー用ログインユーザ情報表示 */

.t-login-user-nav.t-login-user-nav {
	margin-top: 15px;
}

.t-login-user-name {
	color: #0066cb;
	font-weight: bold;
}

.t-login-user-nav .dropdown-toggle:hover .t-login-user-name,
.t-login-user-nav .dropdown-toggle:focus.t-login-user-name {
  color: #00407e;
}

.nicenavbar .navbar-inner .t-login-user-nav > li > a {
	font-weight: normal;
	padding-top: 6px;
	padding-right: 0;
}

.t-login-user-nav.t-login-user-nav li.dropdown.open > .dropdown-toggle,
.t-login-user-nav.t-login-user-nav li.dropdown.active > .dropdown-toggle,
.t-login-user-nav.t-login-user-nav li.dropdown.open.active > .dropdown-toggle {
	background: transparent;
}

.t-login-user-nav .dropdown-menu {
	text-align: left;
}

.t-app-status {
	display: inline-block;
	width: 125px;
	padding: 6px 9px;
	cursor: help;
}

/* IE7向けステップインジケーター表示調整 */
.step-indicator {
	width: 100%;
}

.step-indicator.step-indicator > li {
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
}

/* 2016: Style improvement */

body {
	font-size: 15px;
	line-height: 1.4;
	color: #111;
}

h1 { font-size: 30px; }
h3 { font-size: 18px; }

td{
	font-size:14px;
}

::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #767676;
}
:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #767676;
}

.titledbox-header h1, .titledbox-header h2, .titledbox-header h3, .titledbox-header h4, .titledbox-header h5, .titledbox-header h6 {
    font-size: 18px;
	padding: 6px;
}

.titledbox-header {
    background-color: #f9f9f9;
    background-image: linear-gradient(to bottom, #f9f9f9, #e8e8e8);
    background-repeat: repeat-x;
    border-bottom: 1px solid #999;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	padding: 6px 8px;
    text-align: left;
}

.iobox-h .iobox-label-area {
    background-color: #f9f9f9;
}

.iobox .table th, .iobox .table td {
    border-top: 1px solid #999;
    padding: 15px;
    text-align: left;
/*     vertical-align: top; */
	box-shadow: none;
	width: 100%;
}

.secondary {
    font-size: 14px;
	line-height: 1.4;
}

.secondary_txt {
	padding-left:inherit;
	color:#4A5E7B;
}

.iobox .label-container .label {
/*     border-radius: 0; */
	text-shadow:none;
	font-weight: bold;
	font-size: 14px;
}

.label-important {
	background-color: #e00c0c;
}

.va-m, table .va-m {
    background: #fff;
    vertical-align: middle;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #111;
    font-size: 16px;
    padding: 8px;
    vertical-align: middle;
}

select, input[type="file"] {
	height: 38px;
}

input.span9, textarea.span9, .uneditable-input.span9 {
    width: 665px;
}

.form-actions {
    border-radius: 0;
	padding: 5px;
}

btn {
	padding: 7px 13px;
}

.btn-mini {
    font-size: 12px;
}

.step-indicator {
	font-size: 16px;
}

.input-append .add-on {
    width: auto;
    height: auto;
    min-width: 16px;
    padding: 30px 0px 0px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 0px;
    text-align: center;
    text-shadow: none;
    background-color: #fff;
    border: none;
}

.well {
	border: none;
}

.pb20 {	padding-bottom: 20px!important; }
.pb30 {	padding-bottom: 30px!important; }

input.must, select.must {
    background-color: #fcf8e3;
}

	  /* フッターボタン追従＋解除 */

.buttonarea {
    position: fixed;
    bottom: 0;
	width: 100%;
    z-index: 10;
	background-color: rgba(160, 160, 160, 0.8);
	border-top:#999;
    padding: 10px 0px 10px;
	overflow:hidden;
	height:70px;
}

.buttonarea.static {
	position:static;
	margin-bottom:20px;
}

.footer_s p.secondary{
	color:#fff;
    font-weight: bold;
    margin-top:4px;
}
.footer_s .row-fluid{
	position: relative;
	top: 13px;
}

.footer_s {
	width: 100%;
    overflow:hidden;
	padding:0;
	text-align: center;
}

.container_footer{
	text-align:center;
	width:100%;
}

#btn-pagetop.footerbtn {
    z-index: 20;
}

.btn.btn-primary.btn-large.w250.disabled{
	background-image:none;
	background-color:#777;
}

.back_s{
	background:#fff;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	padding-bottom:60px;
	width:100%;
}

	/* チェックボックスカスタマイズ */

.checkbox {
    padding: 6px;
}
.checkbox input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.checkbox input[type=checkbox] + label {
    position: relative;

    display: block;
    margin-right: 12px;

    font-size: 16px;
    line-height: 30px;

    cursor: pointer;
}

.radio {
    padding: 6px;
}
.radio input[type=radio] {
    display: inline-block;
    margin-right: 6px;
}
.radio input[type=radio] + label {
    position: relative;

    display: block;
    margin-right: 12px;

    font-size: 16px;
    line-height: 30px;

    cursor: pointer;
}

@media (min-width: 1px) {
    .checkbox input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .checkbox input[type=checkbox] + label {
        padding: 0 0 0 27px;
    }
    .checkbox input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;

        background: #FFF;
    }
    .checkbox input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .checkbox input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .checkbox input[type=checkbox]:checked + label::after {
        left: 3px;

        width: 16px;
        height: 8px;
        margin-top: -8px;

        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;

        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .radio input[type=radio] {
        display: none;
        margin: 0;
    }
    .radio input[type=radio] + label {
        padding: 0 0 0 24px;
    }
    .radio input[type=radio] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;

        background: #FFF;
    }
    .radio input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .radio input[type=radio]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .radio input[type=radio]:checked + label::after {
        left: 5px;

        width: 8px;
        height: 8px;
        margin-top: -4px;

        background: #E71063;
        border-radius: 8px;
    }
}

.alert-block {
    text-align: left;
}

.tooltip {
    font-size: 14px;
}
.tooltip-inner {
    background-color: #ffe4e4;
    max-width: 150px;
    color: #b94a48;
}
.tooltip-arrow {
    border-right-color: #ffe4e4 !important;
}

.table th, .table td {
	border-top: 1px solid #999;
}

.table tbody tr.error td,
.table tbody tr.error th {
    border-top-color: #999;
}

.table tbody tr.error td {
	background-color: #f8f0f0;
}

#fileList td, #resultList td {
  padding: 5px;
  vertical-align: inherit;
}

.privacy {
	display: inline-block!important;
	margin-right:-15px!important;
}

/* ===============================================================
ページボタン関連
 =============================================================== */

div.side-navi {
    position: fixed;
    bottom: 100px;
    z-index: 100;
}

div.side-navi.bottom {
    bottom: 270px;
}

div.side-navi-left {
    left: 20px;
}

div.side-navi-right {
    right: 20px;
}

div.side-navi ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.side-navi ul li {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 19.6px;
    font-size: 14px;
    white-space: nowrap;
}

div.side-navi ul li:not(:first-child) {
    margin-top: 20px;
}

div.side-navi a{
	padding:5px 0px 0px 0px!important;
	border-radius:8px!important;
	width:72px;
	height:67px;
}

/* ===============================================================
問合せ機能関連
 =============================================================== */


.link-inquiry {
	padding-left:5px!important;
	color:#0066cb!important;
}

.link-inquiry:hover{
  color: #00407e!important;
}

.maincontent-wrapper-r{
	width: 660px!important;
}

.maincontent-r {
	margin-right:20px!important;
}
 .fixed-sidenav-r {
  width: 280px!important;
}

.nav-inquiry {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	font-size: small;
}

.inquiry-list {
	background-color:#ffffff;
	padding:15px 20px 20px;
}

.inquiry-list .user-icon {
	font-size:xx-large;
	margin-top:-3px;
	margin-right:5px;
	vertical-align: middle;
	width:25px;
	display:inline-table;
}

.inquiry-list .user-info {
	font-size:small;
	color:#808080;
	vertical-align: middle;
	display:inline-table;
	max-width: 560px;
}

/* 同意用チェックボックス */
.t-agreement-box-regist {
	background: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}

.t-agreement-box-regist > .checkbox > label {
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
}

/* ===============================================================
カレンダーの色設定(土日)
 =============================================================== */

.xdsoft_calendar thead tr th:nth-of-type(1), .xdsoft_calendar tbody tr td:nth-of-type(1){
    color:#ff6666;
}

.xdsoft_calendar thead tr th:nth-of-type(7), .xdsoft_calendar tbody tr td:nth-of-type(7){
    color:#6666ff;
}