@CHARSET "UTF-8";

/* CSS Document */
body {
	background-color: rgba(255,255,255,1.0);
	color: rgba(0,0,0,1.0);
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 12px;
}
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
}
:first-child + html .clearfix {
}

.ui-left {
	text-align: left;
}
.ui-right {
	text-align: right;
}
.ui-center {
	text-align: center;
}
.ui-notice {
	color: rgba(250,180,0,1.0);
	font-size: 1.2em;
}

.form-control {
    color: #050505;
}

.mb-10
{
	margin-bottom: 10px;
}

.bold
{
	font-weight: bold;
}

/**
 * ボタン
 */

/****/
.btn-primary {
}
.btn-primary:hover {
}
.btn-primary:active, 
.btn-primary.active, 
.open > .dropdown-toggle.btn-primary {
}
.btn-primary:active:hover, 
.btn-primary.active:hover, 
.open > .dropdown-toggle.btn-primary:hover, 
.btn-primary:active:focus, .btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary.focus:active, 
.btn-primary.active.focus, 
.open > .dropdown-toggle.btn-primary.focus {
}
/****/
.btn-danger {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e24f4f+0,cc3939+100 */
	background: #e24f4f; /* Old browsers */
	background: -moz-linear-gradient(top,  #e24f4f 0%, #cc3939 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e24f4f 0%,#cc3939 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e24f4f 0%,#cc3939 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24f4f', endColorstr='#cc3939',GradientType=0 ); /* IE6-9 */
	border-color: #A52E2E;
	color: #fff;
}
.btn-danger:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c62f2f+0,8e2222+100,c62f2f+100 */
	background: #c62f2f; /* Old browsers */
	background: -moz-linear-gradient(top,  #c62f2f 0%, #8e2222 100%, #c62f2f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c62f2f 0%,#8e2222 100%,#c62f2f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c62f2f 0%,#8e2222 100%,#c62f2f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c62f2f', endColorstr='#c62f2f',GradientType=0 ); /* IE6-9 */
	border-color: #CC4646;
	color: #fff;
}
.btn-danger:active, 
.btn-danger.active, 
.open > .dropdown-toggle.btn-danger {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#992424+0,5b1616+100,c62f2f+100 */
	background: #992424; /* Old browsers */
	background: -moz-linear-gradient(top,  #992424 0%, #5b1616 100%, #c62f2f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #992424 0%,#5b1616 100%,#c62f2f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #992424 0%,#5b1616 100%,#c62f2f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#992424', endColorstr='#c62f2f',GradientType=0 ); /* IE6-9 */
	border-color: #752020;
	color: #fff;
}
.btn-danger:active:hover, 
.btn-danger.active:hover, 
.open > .dropdown-toggle.btn-danger:hover, 
.btn-danger:active:focus, 
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger.focus:active, 
.btn-danger.active.focus, 
.open > .dropdown-toggle.btn-danger.focus {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#992424+0,5b1616+100 */
	background: #992424; /* Old browsers */
	background: -moz-linear-gradient(top,  #992424 0%, #5b1616 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #992424 0%,#5b1616 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #992424 0%,#5b1616 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#992424', endColorstr='#5b1616',GradientType=0 ); /* IE6-9 */
	border-color: #BC5145;
	color: #fff;
}
/****/

.btn-warning {
}
.btn-warning:active, 
.btn-warning.active, 
.open > .dropdown-toggle.btn-warning {
}
.btn-warning:hover, 
.btn-warning:focus, 
.btn-warning.focus {
}
/****/
.btn-active {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73d841+46,3e9313+100 */
	background: #73d841; /* Old browsers */
	background: -moz-linear-gradient(top,  #73d841 46%, #3e9313 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #73d841 46%,#3e9313 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #73d841 46%,#3e9313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73d841', endColorstr='#3e9313',GradientType=0 ); /* IE6-9 */
	border-color: #269732;
	color: #fff;
}
.btn-active:hover {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5fc62b+0,2f7705+100 */
background: #5fc62b; /* Old browsers */
background: -moz-linear-gradient(top,  #5fc62b 0%, #2f7705 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #5fc62b 0%,#2f7705 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #5fc62b 0%,#2f7705 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fc62b', endColorstr='#2f7705',GradientType=0 ); /* IE6-9 */


	border-color: #16D145;
	color: #fff;
}
.btn-active:active, 
.btn-active.active, 
.open > .dropdown-toggle.btn-active {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73d841+46,3e9313+100 */
	background: #73d841; /* Old browsers */
	background: -moz-linear-gradient(top,  #73d841 46%, #3e9313 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #73d841 46%,#3e9313 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #73d841 46%,#3e9313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73d841', endColorstr='#3e9313',GradientType=0 ); /* IE6-9 */
	border-color: #16D145;
	color: #fff;
}
.btn-active:focus,
.btn-active.focus {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73d841+46,3e9313+100 */
	background: #73d841; /* Old browsers */
	background: -moz-linear-gradient(top,  #73d841 46%, #3e9313 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #73d841 46%,#3e9313 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #73d841 46%,#3e9313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73d841', endColorstr='#3e9313',GradientType=0 ); /* IE6-9 */
	border-color: #16D145;
	color: #fff;
}

.btn-active:active:hover, 
.btn-active.active:hover, 
.open > .dropdown-toggle.btn-active:hover, 
.btn-active:active:focus, .btn-active.active:focus,
.open > .dropdown-toggle.btn-active:focus,
.btn-active.focus:active, 
.btn-active.active.focus, 
.open > .dropdown-toggle.btn-active.focus {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73d841+46,3e9313+100 */
	background: #73d841; /* Old browsers */
	background: -moz-linear-gradient(top,  #73d841 46%, #3e9313 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #73d841 46%,#3e9313 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #73d841 46%,#3e9313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73d841', endColorstr='#3e9313',GradientType=0 ); /* IE6-9 */
	border-color: #16D145;
	color: #fff;
}
/****/
.btn-passive {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e03e3e+46,aa0505+100 */
	background: #e03e3e; /* Old browsers */
	background: -moz-linear-gradient(top,  #e03e3e 46%, #aa0505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e03e3e 46%,#aa0505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e03e3e 46%,#aa0505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e03e3e', endColorstr='#aa0505',GradientType=0 ); /* IE6-9 */
	border-color: #AB1212;
	color: #fff;
}
.btn-passive:active, 
.btn-passive.active, 
.open > .dropdown-toggle.btn-passive {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e03e3e+46,aa0505+100 */
	background: #e03e3e; /* Old browsers */
	background: -moz-linear-gradient(top,  #e03e3e 46%, #aa0505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e03e3e 46%,#aa0505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e03e3e 46%,#aa0505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e03e3e', endColorstr='#aa0505',GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.btn-passive:hover, 
.btn-passive:focus, 
.btn-passive.focus {
    color: #fff;
}


#article {
	padding-top:1em;
}
	#article > .contents
	{
		border: 1px solid rgba(0,0,0,0.1);
		padding: 10px;
		margin-bottom: 40px;
	}
		#article > .contents h1
		{
			font-size: 1.25em;
			font-weight: normal;
			padding: 10px 0;
			margin-top: 10px;
			text-align: center;
		}

.breadcrumb
{
	margin-bottom: 0;
}
	.breadcrumb > li + li::before
	{
	}
	.breadcrumb > .active
	{
	}
	.breadcrumb a
	{
	}
	.breadcrumb a:hover
	{
	}

.content .controls {
    text-align: right;
	padding: 4px 6px 6px 8px;
	line-height:1.5;
}
.content .controls .btn {
	margin-bottom: 10px;
}
.content .controls a {
	text-decoration: none;
}

.form-group
{}
	.form-group:last-child
	{
		margin-bottom: 0;
	}

header
{
	position: relative;
	z-index: -1;
}

.ui-content-notice {
	color: rgba(250,180,0,1.0);
	font-size: 1.2em;
	text-align: center;
}
.ui-content-warning {
	color: rgba(255,100,100,1.0);
	font-size: 1.2em;
	text-align: center;
}

.panel-group
	{
	}
	.panel-mag
	{
		border: 1px solid rgba(0,0,0,0.1);
/*		overflow: hidden;*/
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	}
	.panel-mag > .panel-heading
	{
	}
	.panel-mag .panel-body {
		background-color: rgba(255,255,255,1.0);
		padding: 10px;
	}

.panel-mag > .panel-heading + .panel-collapse > .panel-body {
}
.panel-mag > .panel-heading .badge {
    background-color: #333;
    color: #f5f5f5;
}
.panel-mag > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-mag h2 {
   	font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    width: 100%;
	margin: 0;
}

.content>.panel-group >.panel-mag
{

	border: none;
/*	overflow: hidden;*/
	box-shadow: none;
}
	.content>.panel-group >.panel-mag>.panel-body
	{
		padding: 0;
	}

	.panel-body > .list-group:last-child
	{
		margin-bottom: 0;
	}

.user-name
{
	padding: 0 15px;	
}
.unusable
{
	padding: 6px 12px;
	color:#888;
	margin: 5px 0;
	border: 1px solid #F5f5f5;
}

.powerdby.header {
    height: 1.5em;
    text-align: right;
}


.btn-close {
	border: 1px solid rgba(0,0,0,0.5);
	color: rgba(0,0,0,1.0);
}
.btn-close:hover, .btn-close:focus, .btn-close:active{
	color: rgba(0,128,255,1.0);
}

.table-sc .navi {
	width:40px;
	vertical-align: middle;
}
.table-sc > tbody > tr > td {
	border: none;
}
.member {
	margin: 0px 0px 5px 0px;
	padding: 0 4px;
	border:1px solid rgba(0,0,0,0.1);
}
.member .thumbOutline {
	height: 120px;
	width: 80px;
	margin-bottom:8px;
	position: relative;
}
.member .thumbOutline img {
	height: 120px;
	width: 80px;
	top: 0;
	left: 0;
	position: absolute;
}
.member .thumbOutline .visibleImg {
	width: 80px;
	height: 120px;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
}
.member .media-body {
	overflow:visible;
}
.member:nth-child(2n+1) {
	background-color: rgba(0,0,0,0.1);
}
.member .schedule {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-y: auto;
	height: 216px;
	/* [disabled]background-color:#C66; */
}
.member .schedule .date {
	font-size: 12px;
	border: 1px solid rgba(0,0,0,0.1);
	float: left;
	height: 210px;
	width: 13%;
	min-width: 122px;
	margin: 0 3px 5px 0px;
	padding: 3px;
	text-align: center;
}
.member .schedule .date .sat
{
	background-color: rgba(0,0,255,0.3);
}
.member .schedule .date .sun
{
	background-color: rgba(255,0,0,0.3);
}
.member .schedule .datestr
{
	background-color: rgba(0,0,0,0.1);
	font-size: 16px;
	margin-bottom: 12px;
}
.member .schedule .date .input-group-addon {
	background-color: rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2px;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    padding: 2px;
    text-align: center;
}
.member .schedule .date .sc_from, .member .schedule .date .sc_to {
	color:#000;
	font-weight: normal;
	padding: 2px 4px;
	margin:0;
	font-size:16px;
	ime-mode:disabled;
}

.form-control.selector {
	font-size: 12px;
	color: #000000;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 2px 2px;
}

.bootstrap-select {
  z-index: 111110;
}
#messageModal .modal-footer {
	text-align:center;
}

.template {
	display:none;
}
.pagenavi {
	text-align:center;
	margin-bottom: 15px;
}
.pagination {
	margin: 20px 0 8px 0;
}
.pagination > li > a, .pagination > li > span {
	border: 1px solid rgba(0,0,0,0.3);
	color: #000000;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	border-color: #666;
	color: #000000;
	z-index: 3;
}
.pagination > li > span.inactive, .pagination > li > span.inactive:hover{
	color:#666;
}
.pagination > li > select {
	display: inline;
	background: #003939;
	border: 1px solid #36F;
	color: #FFFFCC;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 3px 12px;
	position: relative;
	text-decoration: none;
	height: 31px;
	width: auto;
}
.pagination-navi {
	text-align: center;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}


/**
 * モーダル
 */
.modal-content {
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(1, 1, 1, 0.5);
	outline: 0 none;
	position: relative;
}
.modal-content .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.8;
 	text-shadow: 0 1px 0 #222;
}
.modal-header {
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
}


/**
 * テーブル
 */
.table .table {
    background-color: transparent;
}
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
}
.table-striped > tbody > tr:nth-of-type(2n) {
	background-color: rgba(0,0,0,0.05);
}
.table-bordered {
}
.table-bordered > thead > tr > th, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td {
	border-bottom: 0;
}

.table.mag-heading {
	background-color: transparent;
	margin-bottom: 0;
}
.table.mag-heading > thead > tr > th, 
.table.mag-heading > tbody > tr > th, 
.table.mag-heading > tfoot > tr > th, 
.table.mag-heading > thead > tr > td, 
.table.mag-heading > tbody > tr > td, 
.table.mag-heading > tfoot > tr > td {
	border: none;
	padding: 3px;
	vertical-align: middle;
}
.table.mag-heading .lcrL {
	width: 15%;
	padding-left: 0;
	text-align: left;
}
.table.mag-heading .lcrC {
	width: 70%;
	text-align: center;
}
.table.mag-heading .lcrR {
	width: 15%;
	padding-right: 0;
	text-align: right;
}


/**
 * プログレスバー
 */
.progress {
	background-color: #333;
}

/**
 * datepicker
 */
.datepicker.dropdown-menu {
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(255, 255, 255, 0.176);
 }
.datepicker table tr td.old, 
.datepicker table tr td.new {
    color: #999999;
}
.datepicker table tr td.day:hover, 
.datepicker table tr td.focused {
    background: #323232 none repeat scroll 0 0;
    cursor: pointer;
}
.datepicker .datepicker-switch:hover, 
.datepicker .prev:hover, 
.datepicker .next:hover, 
.datepicker tfoot tr th:hover {
    background: #323232 none repeat scroll 0 0;
}
.datepicker table tr td span:hover, 
.datepicker table tr td span.focused {
    background: #323232 none repeat scroll 0 0;
}

@media (max-width: 1200px) {
	.member .schedule
	{
		height: auto;
	}
}
@media (max-width: 768px) {
	.member .schedule .date {
		width: 45%;
		margin-left: auto;
		margin-right:auto;
		height:auto;
	}
}
@media (max-width: 480px) {
	.member .schedule .date {
		width: 100%;
		margin-left: auto;
		margin-right:auto;
		height:auto;
	}
}
