﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.form-control {
}
.row {
    margin-bottom:5px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.inline {
    display:inline-block;
}

/* モーダルダイアログﾞ */
.modalBackground {   
    background-color:Gray;   
    filter:alpha(opacity=70);   
    opacity:0.7;   
    } 
.detail {
    background-color: #ffffff;
}
.modalPanel
{
    border: thin solid #0033CC;
    background-color: #ffffff;
    padding: 0px;
    }
.modalTitle
{
    padding: 5px 10px; 
    color: #FFFFFF; 
    font-weight: 500; 
    font-size: 16px;
    background-color:#444444 ;
    }
.table1 {
  border: 1px solid #ccc;
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
  font-weight:200;
}
.table1 th, .table1 td {
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
}
.table1 th {
  border-right: 1px solid #ccc;
  background: #EEE;
}
.table1 tr:first-child th {
  border-radius: 10px 0 0 0;
}
.table1 tr:first-child td {
  border-radius: 0 10px 0 0;
}
.table1 tr:last-child th {
  border-bottom: none;
  border-radius: 0 0 0 10px;
}
.table1 tr:last-child td {
  border-bottom: none;
  border-radius: 0 0 10px 0;
}

/* カレンダーコントロール設定 */
 .ajax__calendar_body
 .ajax__calendar_days,
 .ajax__calendar_months,
 .ajax__calendar_years {
   /*position: static !important;
   top: auto !important;
   left: auto !important;*/
 }
.ajax__calendar_body {
    height:150px !important;
}
  div.ajax__calendar_container td {
   padding: 2px !important;
   border: none !important;
   background-color:aliceblue !important;

 }
div.ajax__calendar_container {
   background-color:lightskyblue !important;
   padding: 0 !important;
   height:200px !important;
}


/* 可変テーブルスタイル　上下間隔0 */
.table-Vertical {
    margin-top:0;
    margin-bottom:0;
}
/* サムネイル画像 */
.samImage {
    max-height:200px;
    max-width:200px;
}

/* エラー表示 */
.text-danger {
    color:crimson;
}

/*Header*/
.Tab .ajax__tab_header
{
    color: #4682b4;
    font-family:Calibri;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    margin-left: 0px;
}

/* カテゴリページ送り */
ul.CateNav01 {
	margin: 0 0 10px;
	padding: 12px;
	background: #f3f3f3;
	text-align: center;
}
ul.CateNav01 li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}
ul.CateNav01 li span,
ul.CateNav01 li a {
	display: inline-block;
	padding: 3px 12px;
	background: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-decoration: none;
    font-size:24px;
	color: dodgerblue;
}
ul.CateNav01 li a:hover {
	background: #efefef;
}
ul.CateNav01 li a:visited {
	color: dodgerblue;
}

/* 項目ページ送り */
ul.ItemNav01 {
	margin: 0 0 10px;
	padding: 12px;
	background: #f3f3f3;
	text-align: center;
}
ul.ItemNav01 li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}
ul.ItemNav01 li.sel {
	display: inline-block;
	padding: 1px 8px;
	background: #1fc9cf;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-decoration: none;
}
ul.ItemNav01 li a {
	display: inline-block;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-decoration: none;
}
ul.ItemNav01 li a:hover {
	background: #efefef;
}


