@charset "utf-8";
/* CSS Document */

body {
	padding-top: 100px;
	font: 15px/1.8 "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
}
.navbar-default {
	background-color: #fff;
	border-top: 2px solid #3B85CC;
}
.navbar-brand {
	height: auto;
}
.navbar-nav > li > a {
	line-height: 50px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #E7E7E7;
	color: #555555;
}
.catch {
	padding: 25px 15px 15px 0px;
	float:left;
}
.jumbotron {
	overflow:hidden;
}
section:last-child {
	margin-bottom: 0;
}
section {
	margin-bottom: 60px;
}
h3 {
	padding:2px 0 2px 10px;
	font-size: 20px;
	border-left: 8px solid #3B85CC;
	font-weight:bold;
}
h4 {
	border-bottom:1px solid #E5E5E5;
	padding:5px;
	font-size:16px;
	font-weight:bold;
}
.centerimg {
	clear: both;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: center;
}
.jumbotron p {
	font-size: 15px;
}
.container .row ol li, .container .row ul li {
	margin-bottom:10px;
}
.container .row .col-md-12 .nav.nav-pills.nav-justified {
	padding-bottom:20px;
}
.table thead th {
	background:#eee;
}
.table thead th.all {
	background:	#F2DEDE;
	color: #a94442;
	border-bottom: 2px solid #a94442;
}
/* ----------------カレンダー ---------------- */
.calendar-header {
	background: none repeat scroll 0 0 #FFFFFF;
	border-top: 5px solid #3B85CC;
	padding: 10px 10px 10px 20px;
	position: relative;
	color: #495468;
	font-size: 18px;
	font-weight: 300;
	text-align:center;
	margin:0;
}
.table-calendar {
	text-align:center;
}

.table-calendar > tbody > tr > td, .table-calendar > tbody > tr > th, .table-calendar > tfoot > tr > td, .table-calendar> tfoot > tr > th, .table-calendar > thead > tr > td, .table-calendar > thead > tr > th {
	  line-height: 1.42857;
    padding: 8px;
}

.week {
	color: #3B85CC;
	font-size: 12px;
	font-weight: bold;
}
.empty {
	background:#F6F6F6;
}
.sunday {
	background-color: #FDDFEF;
}
.saturday {
	background-color: #CFE4EF;
}
.today {
	background: none repeat scroll 0 0 #3B85CC;
	color: #FFFFFF;
}
.today a {
	color: #FFFFFF;
	text-decoration: underline;
}
.ml_contents {
	background: none repeat scroll 0 0 #F7F7F7;
	font-family: 'ＭＳ ゴシック', sans-serif;
	font-size: 90%;
	line-height: 160%;
	padding: 10px;
}
.backnumber , .table-calendar {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}
.backnumber > tbody > tr > td, .backnumber > tbody > tr > th, .backnumber > tfoot > tr > td, .backnumber > tfoot > tr > th, .backnumber > thead > tr > td, .backnumber > thead > tr > th {
	  line-height: 1.42857;
    padding: 8px;
}

.backnumber tbody th {
    background: none repeat scroll 0 0 #eee;
    color: #000;
    list-style-type: none;
    margin-bottom: 5px;
}
.dl-horizontal dt, .dl-horizontal dd {
	padding: 10px;
	border-top: 1px solid #ddd
}
.dl-horizontal dt {
	width: 180px;
}
footer {
	border-top: 1px solid #E5E5E5;
	color: #777777;
	margin-top: 100px;
	padding-bottom: 40px;
	padding-top: 40px;
	text-align: center;
}
footer ul {
	list-style: none outside none;
	display:table;
	text-align: center;
	border-collapse: separate;
  border-spacing: 3px 0;
  padding:0;
  table-layout: fixed;
  width:100%;
}
footer ul li {
	 vertical-align: middle;
	 display:table-cell;
}

#page-top {
	bottom: 20px;
	font-size: 20px;
	position: fixed;
	right: 20px;
}
#page-top a {
	background: none repeat scroll 0 0 #666666;
	border-radius: 5px;
	color: #FFFFFF;
	display: block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	width: 50px;
}
#page-top a:hover {
	background: none repeat scroll 0 0 #999999;
	text-decoration: none;
}
 @media screen and (max-width: 979px) {
.catch {
	display:none;
}
}
 @media (max-width: 767px) {
body {
	padding-top: 70px;
}
.catch {
	display:none;
}
.navbar-brand {
	padding: 5px 5px 5px 15px;
}
.navbar-nav > li > a {
	line-height: 30px;
}
footer {
	margin-top:20px;
}
.dl-horizontal dt {
	width:auto;
}
.container .row .col-md-12 .nav.nav-pills.nav-justified {
	padding-bottom:0px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top:none;
}
.table {
	display: block;
}
.table thead {
	display: none;
}
.table thead.display {
	display: block;
}
.table .display tr, .table .display th {
	display: block;
}
.table tbody {
	display: block;
}
.table tbody tr {
	display: block;
	margin-bottom: 1.5em;
}

.table tbody th,  .table tbody td {
	display: list-item;
	border: none;
	list-style:none;
}
.table tbody th {
	margin-bottom: 5px;
	list-style-type: none;
	color: #000;
	background: #eee;
}
.table tbody td {
	padding: 0;
}
.table.cancel tbody th {
	border-bottom:1px solid #CCC;
	background:#fff;
}
.table.cancel tbody tr {
	display: block;
	margin-bottom:0;
}

}
 @media (min-width: 768px) {
.container {
	max-width: 900px;
}
.table.cancel tr th {
	width:6em;
}
}
