@charset "utf-8";

/*!
 * kariya-guide.com
 * サイト管理
 * [共通CSS]
 */


body.flat {
	background-color: #FFF;
	padding: 15px;
}

/* ----- ログインページ ----- */
@media print,screen and (min-width: 768px) {
	._my_login_message {
		margin-top: 50px;
	}
	._my_login_form {
		margin-bottom: 50px;
	}
}




/* ----- レイアウト ----- */
._my_main {
	margin-top: 10px;
	padding-left: 15px;
}
._my_side {
	margin-top: 10px;
}

._my_main_contents {
	margin-top: 0;
	padding: 15px;
}

@media print,screen and (min-width: 768px) {
	._my_main {
		padding-left: 60px;
	}
	._my_side {
		position: absolute;
		left: -20px;
		z-index: 1000;
	}
}
@media (min-width: 992px) {
	._my_main {
		padding-left: 15px;
		max-width: 1500px;
	}
	._my_side {
		position: static;
	}
}

/* ----- ヘッダーメニュー ----- */
.navbar._my_wrapper_header {
	margin-bottom: 0;
}
.navbar.navbar-default._my_wrapper_header {
	border-bottom: none;
}

._my_wrapper_header ._my_header_menu {
/*
	overflow: hidden;
*/
}

/* アカウント表示 */
._my_wrapper_header ._my_header_menu ._my_header_account {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.75em;
}

._my_wrapper_header ._my_header_menu ._my_header_account > a {
	padding-top: 8px;
	padding-bottom: 8px;
}
._my_wrapper_header ._my_header_menu ._my_header_account > a > img {
	height: 20px;
	border-radius: 6px;
}

._my_wrapper_header ._my_header_menu ._my_header_account ._my_header_timestamp {
	padding: 8px 15px;
	font-size: 0.75em;
}

._my_wrapper_header ._my_header_menu ._my_header_account._my_header_xs {
	background-color: #E7DDCB;
}

/* メインメニュータブ */
._my_wrapper_header ._my_header_menu ul._my_header_main_menu {
	float: right;
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 0;
}

._my_wrapper_header ._my_header_menu ul._my_header_main_menu > li {
	margin-left: 2px;
	width: 75px;
	float: left;

}

._my_wrapper_header ._my_header_menu ul._my_header_main_menu > li > a {
	display: block;
	padding: 5px 0;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	border: solid 1px #DDD;
	border-bottom: none;
	border-radius: 6px 6px 0 0;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
._my_wrapper_header ._my_header_menu ul._my_header_main_menu > li > a:hover,
._my_wrapper_header ._my_header_menu ul._my_header_main_menu > li.selected > a {
	color: #FFF;
	text-decoration: none;
	border: solid 1px #CC99FF;
	border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;

	background: #e0c3ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #e0c3ff 19%, #cc99ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e0c3ff 19%,#cc99ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e0c3ff 19%,#cc99ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0c3ff', endColorstr='#cc99ff',GradientType=0 ); /* IE6-9 */
}

@media print,screen and (min-width: 768px) {
	._my_wrapper_header ._my_header_menu ul._my_header_main_menu {
		width : 65%;
	}
	._my_wrapper_header ._my_header_menu ul._my_header_main_menu > li {
		float: right;
	}
}
@media print,screen and (min-width: 992px) {
	._my_wrapper_header ._my_header_menu ._my_header_account {
		font-size: 1em;
	}
	._my_wrapper_header ._my_header_menu ul._my_header_main_menu > li {
		width: 100px;
	}
	._my_wrapper_header ._my_header_menu ul._my_header_main_menu > li > a {
		font-size: 1em;
	}
}

/* スマホ用メニュー表示 */
.navbar-default .navbar-nav._my_header_navbar_sp > li > a {
	padding-left: 15px;
	font-size: 1em;
	border-bottom: dotted 1px #CCC;
}

.navbar-default .navbar-nav._my_header_navbar_sp > li.active > a {
	color: #FFF;
	background: #cc99ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #cc99ff 0%, #d2a6ff 45%, #c184ff 54%, #a64dff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cc99ff 0%,#d2a6ff 45%,#c184ff 54%,#a64dff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cc99ff 0%,#d2a6ff 45%,#c184ff 54%,#a64dff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc99ff', endColorstr='#a64dff',GradientType=0 ); /* IE6-9 */
}

.navbar-default .navbar-nav._my_header_navbar_sp > li > ._my_header_navbar_sp_submenu {
	padding: 5px 15px;
	border-bottom: dotted 1px #8D7965;
}

.navbar-default .navbar-nav._my_header_navbar_sp > li.active > ._my_header_navbar_sp_submenu {
	background-color: #E0C3FF;
}

.navbar-default .navbar-nav._my_header_navbar_sp > li > ._my_header_navbar_sp_submenu > a {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0.5em 1em;
	font-size: 0.75em;
	border: solid 1px #CC99FF;
	border-radius: 6px;
}

.navbar-default .navbar-nav._my_header_navbar_sp > li > ._my_header_navbar_sp_submenu > a.selected {
	border-radius: 6px;

	color: #FFF;
	background: #cc99ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #cc99ff 0%, #d2a6ff 45%, #c184ff 54%, #a64dff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cc99ff 0%,#d2a6ff 45%,#c184ff 54%,#a64dff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cc99ff 0%,#d2a6ff 45%,#c184ff 54%,#a64dff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc99ff', endColorstr='#a64dff',GradientType=0 ); /* IE6-9 */
}

@media (min-width: 768px) {
	._my_header_navbar_sp > li {
		border-bottom: none;
	}
}

._my_breadcrumb {
	cursor: pointer;
}


/* ----- グローバルナビゲーション ----- */
._my_wrapper_gnav .masthead > ul {
	margin: 0;
	overflow: hidden;
	padding: 4px 15px;
	list-style-type: none;

	background: #cc99ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #cc99ff 0%, #e0c3ff 79%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cc99ff 0%,#e0c3ff 79%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cc99ff 0%,#e0c3ff 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc99ff', endColorstr='#e0c3ff',GradientType=0 ); /* IE6-9 */
}

._my_wrapper_gnav .masthead > ul > li {
	float: left;
}

._my_wrapper_gnav .masthead > ul > li > a {
	display: block;
	padding: 0.5em 1em;
	font-size: 0.75em;
	text-align: center;
	font-weight: bold;
	border-top: solid 1px #CC99FF;
	border-left: solid 1px #CC99FF;
	border-bottom: solid 1px #CC99FF;
	background-color: #E0C3FF;
}
._my_wrapper_gnav .masthead > ul > li:last-child > a {
	border-right: solid 1px #CC99FF;
}

._my_wrapper_gnav .masthead > ul > li > a:hover,
._my_wrapper_gnav .masthead > ul > li.selected > a {
	color: #FFF;
	text-decoration: none;

	background: #cc99ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #cc99ff 0%, #d2a6ff 45%, #c184ff 54%, #a64dff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cc99ff 0%,#d2a6ff 45%,#c184ff 54%,#a64dff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cc99ff 0%,#d2a6ff 45%,#c184ff 54%,#a64dff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc99ff', endColorstr='#a64dff',GradientType=0 ); /* IE6-9 */
}

@media print,screen and (min-width: 992px) {
	._my_wrapper_gnav .masthead > ul > li > a {
		padding: 0.25em 1em;
		font-size: 1em;
	}
}






/* ----- ヘルプ ----- */
#side_help {
	position: fixed;
	margin: 0;
	padding: 0;
	right: 0;
	top: 60px;
	z-index: 15000;
	display: none;
	width: 220px;
	border-top: solid 2px #EFC94C;
	border-bottom: solid 2px #EFC94C;
	border-left: solid 2px #EFC94C;
	border-radius: 6px 0 0 6px;
}
@media print,screen and (min-width: 768px) {
	#side_help {
		width: 400px;
	}
}

#side_help > ._my_help_header {
	margin: 0;
	padding: 10px 0;
	color: #8D7965;
	font-weight: bold;
	text-align: center;
	border-radius: 4px 0 0 0;
	background-color: #FFE79F;
	opacity: 0.95;
}
#side_help > ._my_help_header > .button {
	margin-right: 10px;
	margin-bottom: 5px;
}

#side_help > ._my_help_body {
	padding: 15px;
	background-color: #FFF;
	min-height: 200px;
	overflow-y: auto;
	opacity: 0.90;
}
#side_help > ._my_help_body ._my_help_divider {
	margin: 2em 0;
	padding: 0;
	border-bottom: dotted 3px #D8CBBB;
}

#side_help > ._my_help_footer {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	background-color: #FFF;
	opacity: 0.90;
}

/* ----- サイドメニュー ----- */
._my_side_menu > a > .badge {
	margin-right: -31px;
}

@media print,screen and (min-width: 768px) {
	._my_side_menu {
		width: 45px;
		box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.4);
	}
	._my_side_menu > a {
		overflow: hidden;
		white-space: nowrap;
	}
	._my_side_menu > a > span {
		margin-right: 15px;
	}
}

@media (min-width: 992px) {
	._my_side_menu {
		width: 100%;
		box-shadow: none;
	}
	._my_side_menu > a > span {
		margin-right: 5px;
	}
	._my_side_menu > a.list-group-item > .badge {
		margin-right: 0;
	}
}

._my_side_menu > a.title {
	color: #362918;
	border-color: #F9CFD0;
	border-bottom: solid 2px #8D7965;
	background-color: #F9CFD0;
}
._my_side_menu > a.subtitle {
	color: #FFF;
	text-align: center;
	border-color: #A37E52;
	background-color: #A37E52;
}

._my_side_menu > a:hover,
._my_side_menu > a.active,
._my_side_menu > a.active:hover {
	color: #362918;
	background-color: #E7DDCB;
	border-color: #DDD;
}

._my_side_menu > a.title a,
._my_side_menu > a.title a:link,
._my_side_menu > a.title a:visited,
._my_side_menu > a.title a:active,
._my_side_menu > a.title a:hover {
	color: #362918;
	text-decoration: none;
}
._my_side_menu > a.title:hover {
	border-color: #F9CFD0;
	border-bottom: solid 2px #008060;
	background-color: #F9CFD0;
}
._my_side_menu > a.subtitle a,
._my_side_menu > a.subtitle a:link,
._my_side_menu > a.subtitle a:visited,
._my_side_menu > a.subtitle a:active {
	color: #362918;
	text-decoration: none;
	background-color: #A37E52;
}
._my_side_menu > a.subtitle:hover {
	color: #FFF;
	text-decoration: none;
	border-color: #A37E52;
	background-color: #A37E52;
}


/* --- 見出し --- */
._my_title {
	margin-bottom: 10px;
}

._my_title h1 {
	margin: 0;
	padding: 6px 0 6px 10px;
	font-size: 1.25em;
	color: #FFF;
	border-radius: 6px;
	background-color: #8D7965;
}
._my_title_catch {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 4px;
	padding: 4px 10px 2px 10px;
	font-size: 0.75em;
	color: #666;
	text-shadow: none;
	background-color: #FFF;
	border-radius: 4px;
	vertical-align: middle;
}

._my_title ._my_title_link {
	margin-top: 3px;
}

._my_title ._my_title_link select {
	max-width: 220px;
}

@media print,screen and (min-width: 768px) {
	._my_title {
		position: relative;
	}
	._my_title h1 {
		padding: 12px 0 10px 12px;
		font-size: 1.25em;
	}
	._my_title ._my_title_link {
		position: absolute;
		top: 1px;
		right: 0;
		margin: 3px;
	}
	._my_title ._my_title_link div.dropdown {
		display: inline-block;
	}
}

@media print,screen and (min-width: 992px) {
	._my_title h1 {
		padding: 8px 0 8px 15px;
		font-size: 1.5em;
	}
}


._my_subtitle {
	margin: 0 0 10px 0;
	padding: 10px;
	color: #8D7965;
	font-size: 1.15em;
	font-weight: bold;
	border-radius: 6px;
	background-color: #D8CBBB;
}

/* 右側ボタン付きサブタイトル */
._my_subtitle.clearfix {
	padding: 3px;
}
._my_subtitle.clearfix > div:first-child {
	padding: 7px;
}
._my_subtitle.clearfix > div:last-child {
	padding: 5px 7px;
	font-weight: normal;
}

._my_subtitle2 {
	margin: 0 0 10px 0;
	padding: 8px;
	color: #8D7965;
	font-size: 1em;
	font-weight: bold;
	border: solid 3px #D8CBBB;
	border-radius: 6px;
}

/* ヘルプリンク */
._my_help_link,
._my_help_link:link,
._my_help_link:visited,
._my_help_link:active,
._my_help_link:hover {
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
}

._my_help_link.bg {
	display: inline-block;
	padding: 2px 6px;
	margin-left: 15px;
	background-color: #FFF;
	border-radius: 4px;
	vertical-align: middle;
	color: #8D7965;
}

._my_title ._my_help_link {
	display: inline-block;
	padding: 4px 6px 2px 6px;
	margin-left: 15px;
	background-color: #FFF;
	border-radius: 4px;
	vertical-align: middle;
	font-size: 0.7em;
	color: #8D7965;
}

/* --- 検索フォーム --- */
._my_search_arrow {
	margin-top: -22px;
	padding-left: 20px;
}
@media print,screen and (min-width: 768px) {
	._my_search_arrow {
		margin-top: -25px;
		padding-right: 18px;
		text-align: right;
	}
}

._my_search_form {
  margin-bottom: 10px;
	padding: 10px;
	background-color: #EDEDED;
	border-radius: 6px;
}

._my_search_form input[type="text"] {
	width: 100%;
}

._my_search_form .form-group {
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 1px #DDD;
}
@media print,screen and (min-width: 768px) {
	._my_search_form .form-group {
		border-top: none;
		padding-top: 0;
	}
}

._my_search_datepicker {
	padding-left: 0;
	padding-right: 0;
	width: 60px;
	text-align: center;
}


/* --- 一覧表 --- */
.table.no_header > tbody > tr:first-child > th,
.table.no_header > tbody > tr:first-child > td {
	border-top: none;
}
.table > tbody > tr.separate > th,
.table > tbody > tr.separate > td {
	border-bottom: double 3px #AAA;
}

._my_table_list {
	overflow-x: auto;
}
._my_table_list > table {
	width: 100%;
	margin-bottom: 0;
	min-width: 500px;
	font-size: 0.75em;
}

@media print,screen and (min-width: 768px) {
	._my_table_list {
		overflow-x: visible;
	}
	._my_table_list > table {
		min-width: 100%;
		font-size: 1em;
	}
}

._my_table_list > table > thead > tr > th,
._my_table_list > table > tbody > tr > th,
._my_table_list > table > tfoot > tr > th {
	padding: 5px;
	color: #544330;
	font-weight: normal;
	text-align: center;
	background-color: #D8CBBB;
	vertical-align: middle;
}
._my_table_list > .table > thead > tr > th {
	border-bottom-color: #AAA;
	line-height: 120%;
}
._my_table_list > table > thead > tr:first-child > th:first-child {
	border-radius: 6px 0 0 0;
}
._my_table_list > table > thead > tr:first-child > th:last-child {
	border-radius: 0 6px 0 0;
}
._my_table_list > table > thead > tr:first-child > th.only {
	border-radius: 6px 6px 0 0;
}

._my_table_list > .table > tfoot > tr > th {
	border-top-color: #AAA;
}
._my_table_list > table > tfoot > tr:last-child > th:first-child {
	border-radius: 0 0 0 6px;
}
._my_table_list > table > tfoot > tr:last-child > th:last-child {
	border-radius: 0 0 6px 0;
}

._my_table_list > .table > tbody > tr:hover {
	background-color: #E7DDCB;
}

._my_table_list > .table > tbody > tr > td {
	padding: 5px;
	vertical-align: middle;
}
._my_table_list > table > tbody > tr.disabled {
	background-color: #EFEFEF;
}
._my_table_list > table > tbody > tr._my_tablelist_updated {
	border: solid 3px #FCD96F;
}
._my_table_list > table > tbody > tr._my_tablelist_error {
	border: solid 3px #A94442;
}
._my_table_list > table > tbody > tr.draft {
	background-color: #CEE9FF;
}
._my_table_list > table > tbody > tr.look {
	background-color: #E7DDCB;
}

._my_table_list > table > tbody > tr.update_row > td {
	border-top: solid 3px #FED43A !important;
	border-bottom: solid 3px #FED43A !important;
}
._my_table_list > table > tbody > tr.update_row > td:first-child {
	border-left: solid 3px #FED43A !important;
}
._my_table_list > table > tbody > tr.update_row > td:last-child {
	border-right: solid 3px #FED43A !important;
}

._my_table_list > table > tbody > tr.separator {
	border-top: double 3px #AAA;
}
._my_table_list > table > tbody > tr > td.small {
	font-size: 0.75em;
}
._my_table_list > table > tbody > tr.nopadding > th,
._my_table_list > table > tbody > tr.nopadding > td,
._my_table_list > table > tbody > tr > th.nopadding,
._my_table_list > table > tbody > tr > td.nopadding {
	padding: 0;
}
._my_table_list > table > tbody > tr.nobordered > th,
._my_table_list > table > tbody > tr.nobordered > td {
	border: none;
	background: none;
}
._my_table_list > table > tbody > tr.nobordered:hover {
	background: none;
}

._my_table_list > .table-bordered {
	border-radius: 6px 6px 0 0;
	border: none;
}
._my_table_list > .table-bordered > thead > tr > th:first-child {
	border-left: none;
}
._my_table_list > .table-bordered > thead > tr > th:last-child {
	border-right: none;
}

/* 表内リスト */
._my_table_list > table > tbody > tr > td > ol {
	margin: 0;
	padding-left: 15px;
}

._my_table_list > table > tbody > tr > td > ol > li {
	margin: 0;
	font-size: 80%;
}

/* 表内テーブル */
._my_table_list > table > tbody > tr > td .table {
	margin-bottom: 2px;
	background-color: transparent;
}
._my_table_list > table > tbody > tr > td > ._my_table_in_table {
	overflow: hidden;
	max-height: 110px;
}
._my_table_list > table > tbody > tr > td > ._my_table_in_table > .table > tbody > tr.disabled {
	background-color: #EFEFEF !important;
}

._my_table_list > table > tbody > tr > td > ._my_list_note {
	max-width: 160px;
	font-size: 0.75em;
}
._my_table_list > table > tbody > tr > td > ._my_table_in_cell {
	max-height: 38px;
	overflow: hidden;
}

/* --- 枠なし --- */
.table.no_bordered > tbody > tr > th,
.table.no_bordered > tbody > tr > td {
	border: none;
	vertical-align: middle;
}


/* 並び替え */
ul._my_sort_list {
	padding-left: 0;
	list-style-type: none;
}

ul._my_sort_list > li {
	margin-bottom: 5px;
	padding: 0.5em;
	white-space: nowrap;
	overflow: hidden;
	border: solid 1px #DDD;
	border-radius: 5px;
	background-color: #FFF;
}
ul._my_sort_list > li.off {
	background-color: #DDD;
}

ul._my_sort_list > li > span {
	display: inline-block;
	min-width: 100px;
	text-align: center;
}

._my_sort_highlight {
	height: 2.5em;
	border-color: #E7DDCB !important;
	background-color: #E7DDCB !important;
}

._my_now_proccessing {
	min-height: 120px;
	opacity: 0.5;
	background: #EEE url(../images/loading.gif) no-repeat center center;
	border-radius: 6px;
}

._my_face_photo_mini img {
	max-width: 60px;
	border-radius: 50%;
}

._my_face_photo_nano img {
	max-width: 40px;
	border-radius: 50%;
}

/* --- もっと見る --- */
#next_page_button {
	margin: 0;
	padding: 0;
}
#next_page_button > a {
	display: block;
	margin: 10px 50px;
	padding: 5px;
}



/*--- カレンダー ---*/

/* 年月日切替え */
ul._my_calendar_navi {
	list-style-type: none;
	padding: 0;
	overflow: hidden;
	background-color: #D8CBBB;
	border-radius: 6px;
}

ul._my_calendar_navi > li {
	margin: 0;
	padding: 0;
}
ul._my_calendar_navi > li.date {
	width: 60%;
	float: left;
	font-size: 1em;
}
ul._my_calendar_navi > li.button {
	width: 20%;
	float: left;
	font-size: 1.75em;
}

ul._my_calendar_navi > li.button > a {
	display: block;
	padding: 6px 10px 3px  10px;
	color: #FFF;
	text-align: center;
	line-height: 1;
}

ul._my_calendar_navi > li.button > a.disabled {
	cursor: not-allowed;
}
ul._my_calendar_navi > li.button:first-child > a {
	text-align: left;
}
ul._my_calendar_navi > li.button:last-child > a {
	text-align: right;
}

ul._my_calendar_navi > li.button > a:link,
ul._my_calendar_navi > li.button > a:visited,
ul._my_calendar_navi > li.button > a:active,
ul._my_calendar_navi > li.button > a:hover {
	text-decoration: none;
	color: #FFF;
}
ul._my_calendar_navi > li > a,
ul._my_calendar_navi > li > a:link,
ul._my_calendar_navi > li > a:visited,
ul._my_calendar_navi > li > a:active,
ul._my_calendar_navi > li > a:hover {
	text-decoration: none;
	color: #000;
}

ul._my_calendar_navi > li.date > input[type="text"] {
	width: 100%;
	height: 1.75em;
	font-size:1.25em;
	font-family: Arial;
	text-align: center;
	border: solid 1px #A37E52;
	border-radius: 4px;
}

ul._my_calendar_navi > li.date > p {
	margin-bottom: 0;
	font-size:1.25em;
	font-family: Arial;
	text-align: center;
}
@media print,screen and (min-width: 768px) {
	ul._my_calendar_navi > li.date,
	ul._my_calendar_navi > li.button {
		width: 33.33333%;
	}
	ul._my_calendar_navi > li.date {
		font-size: 1.25em;
	}
}


/* カレンダー本体 */
._my_calendar {
	margin: 0;
	padding: 0;
	border: solid 1px #BBBBBB;
	overflow-x: auto;
}

._my_calendar > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	min-width: 560px;
	overflow: hidden;
}

._my_calendar > ul > li {
	margin: 0;
	padding: 0;
	width: 14.2857%;
	float: left;
	border-top: solid 1px #888;
	border-right: solid 1px #DDD;
}
._my_calendar > ul > li:nth-child(7n) {
	border-right: none;
}

/* 日付 [ヘッダー] */
._my_calendar_header {
	padding: 2px 5px;
	overflow: hidden;
}
._my_calendar_header > .day {
	margin-bottom: 0;
	height: 1.5em;
	font-size: 1em;
	font-family: Arial;
	font-weight: bold;
	width: 40%;
	float: left;
}
._my_calendar_header > .button {
	margin-bottom: 0;
	height: 1.75em;
	width: 60%;
	float: right;
	height: 1.5em;
}
@media print,screen and (min-width: 768px) {
	._my_calendar_header > .day {
		font-size: 1.5em;
	}
}

/*
._my_calendar_header > .day > a {
	display: block;
}
*/
._my_calendar_header > .day > a,
._my_calendar_header > .day > a:link,
._my_calendar_header > .day > a:active,
._my_calendar_header > .day > a:visited {
	text-decoration: none;
}

._my_calendar_day_alert {
	font-size: 0.75em;
}

._my_calendar_list_day {
	font-size: 1.25em;
	font-family: Arial;
	font-weight: bold;
}

._my_calendar_list_youbi {
	font-size: 0.85em;
	font-weight: normal;
}


._my_calendar_line {
	margin: 0 0 1px 0;
	padding: 0;
	border-radius: 3px;
	height: 5px;
}
._my_calendar_line > a {
	display: block;
	height: 5px;
	overflow: hidden;
}
/* 一覧形式の場合 */
.table > tbody > tr > td._my_calendar_vertical {
	padding: 0;
	height: auto;
}
.table > tbody > tr > td._my_calendar_vertical ._my_calendar_line {
	padding: 0;
	width: 5px;
	height: auto;
}
.table > tbody > tr > td._my_calendar_vertical ._my_calendar_line > a {
	width: 5px;
	height: 35px;
}

._my_calendar_line.color1 { background-color: #3cb371; }
._my_calendar_line.color2 { background-color: #00BFFF; }
._my_calendar_line.color3 { background-color: #4682b4; }
._my_calendar_line.color4 { background-color: #DC143C; }
._my_calendar_line.color5 { background-color: #FF69B4; }
._my_calendar_line.color6 { background-color: #BA55D3; }
._my_calendar_line.color7 { background-color: #6A5ACD; }
._my_calendar_line.color8 { background-color: #CD853F; }
._my_calendar_line.color9 { background-color: #32cd32; }
._my_calendar_line.color10 { background-color: #A0522D; }


._my_calendar_memo {
	padding: 5px;
	height: 3em;
	overflow: hidden;
	line-height: 110%;
	font-size: 0.7em;
}
@media print,screen and (min-width: 768px) {
	._my_calendar_memo {
		font-size: 0.85em;
	}
}

/* 凡例 */
._my_calendar_notes {
	display: inline-block;
	margin: 2px 0;
	padding: 3px 3px 3px 10px;
	border: solid 1px #DDD;
	border-radius: 4px;
}
._my_calendar_notes > span {
	display: inline-block;
	margin-right: 10px;
	padding: 2px 10px;
	font-size: 0.8em;
}
._my_calendar_notes > span > a {
	display: inline;
	color: #FFF;
}
._my_calendar_notes > span > a,
._my_calendar_notes > span > a:link,
._my_calendar_notes > span > a:active,
._my_calendar_notes > span > a:visited,
._my_calendar_notes > span > a:hover {
	text-decoration: none;
}

._my_calendar_notes ._my_calendar_line {
	height: inherit;
}

/* 見出し用 */
._my_calendar > ul > li._my_calendar_label {
	padding: 7px 0;
	height: 2.5em;
	text-align: center;
	font-weight: bold;
	border-top: none;
}

._my_calendar > ul > li._my_calendar_label.sunday   { color: #990000; }
._my_calendar > ul > li._my_calendar_label.saturday { color: #000099; }

/* 日付用背景色 */
.bg_weekday		{ background-color: #FFFFFF; }
.bg_sunday		{ background-color: #FFDFDF; }
.bg_saturday	{ background-color: #CEE9FF; }
.bg_holiday		{ background-color: #FFDFDF; }
.bg_overday		{ background-color: #EDEDED; opacity: 0.4; }
.bg_today			{ background-color: #FFE28C; }
.bg_on				{ background-color: #FFE28C; }
.bg_stop			{ background-color: #d4f1fc; }
.bg_caution		{ background-color: #FFDFDF; }
.bg_cancel		{ background-color: #DEDEDE; }
.bg_off				{ background-color: #E0E0E0; }

/* 日付用文字色 */
.text_weekday  { color: #000000; }
.text_sunday   { color: #990000; }
.text_sunday   { color: #990000; }
.text_saturday { color: #4682b4; }
.text_holiday  { color: #990000; }
.text_overday  { color: #000000; }

/* 日付別枠色 */
.border_weekday  { border-color: #000000; }
.border_sunday   { border-color: #990000; }
.border_sunday   { border-color: #990000; }
.border_saturday { border-color: #4682b4; }
.border_holiday  { border-color: #990000; }
.border_overday  { border-color: #000000; }


/* 日付ごとの設定 */
._my_calendar_buttons {
	margin: 15px 0;
}
._my_calendar_buttons > .alert {
	margin-bottom: 5px;
}

._my_calendar_nurture {
	padding: 0.5em 0;
	height: 2em;
	text-align: center;
	font-size: 0.7em;
	line-height: 120%;
}
._my_calendar_nurture._my_nurture_calendar {
	height: 2em;
}
@media print,screen and (min-width: 768px) {
	._my_calendar_nurture {
		padding: 0.5em 0;
		font-size: 1em;
	}
	._my_calendar_nurture._my_nurture_calendar {
		height: 2em;
	}
}

/* --- 氏名・写真 --- */
._my_ruby_name {
	font-size: 1.5em;
}

._my_thumbnail_image {
	max-width: 70px;
}
@media print,screen and (min-width: 768px) {
	._my_thumbnail_image {
		max-width: 90px;
	}
}


/* --- ページの先頭へ --- */
._my_pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity: 0.6;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: right;
}
._my_pagetop:active,
._my_pagetop:hover {
	opacity: 1.0;
}


/* --- 入力フォーム --- */
.form-horizontal {
	margin-top: 10px;
}

.form-horizontal .form-group {
	margin: 0;
	padding: 8px 0;
	border-bottom: solid 1px #EDEDED;
}
.form-horizontal .form-group.disabled {
	background-color: #F5F5F5;
}

.form-horizontal .form-group:last-child {
	border-bottom: none;
}

.form-horizontal .control-label {
	text-align: left;
}
.form-horizontal .control-label._my_required:after {
	color: #CC0000;
	font-size: 0.75em;
	font-weight: normal;
	content: ' (必須)';
}
.form-horizontal .control-label._my_required2:after {
	color: #33AA63;
	font-size: 0.75em;
	font-weight: normal;
	content: ' [必須]';
}

.form-horizontal > p {
	margin-top: 20px;
	margin-left: 5px;
}

._my_form_timepicker {
	padding-left: 0;
	padding-right: 0;
	width: 100px;
	text-align: center;
}

._my_form_datepicker {
	padding-left: 0;
	padding-right: 0;
	width: 120px;
	text-align: center;
}

@media print,screen and (min-width: 768px) {
	.input-group.datepicker {
		max-width: 160px;
	}
}

._my_form_items {
	margin: 6px 0;
	padding: 7.5px;
	border: solid 1px #CCCCCC;
	border-radius: 6px;
}

._my_form_button_padding {
	padding-top: 10px;
}

/* 入力コンテナー */
._my_form_container {
	margin-bottom: 15px;
}

._my_form_container > ._my_form_header {
	margin: 0;
	padding: 6px 10px;
	font-size: 1em;
	font-weight: bold;
	line-height: 120%;
	border: solid 1px #D8CBBB;
	border-radius: 6px;
	background-color: #E7DDCB;
}
._my_form_container > ._my_form_header.open {
	border-radius: 6px 6px 0 0;
}
._my_form_container > ._my_form_header > label {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 0;
	font-weight: normal;
}
._my_form_container > ._my_form_header > label >input {
	margin-top: 0;
}

._my_form_container > ._my_form_header > .media > .media-body {
	font-weight: normal;
}

._my_form_body {
	margin-bottom: 15px;
	padding: 10px;
	border-left: solid 1px #D8CBBB;
	border-right: solid 1px #D8CBBB;
	border-bottom: solid 1px #D8CBBB;
	border-radius: 0 0 6px 6px;
}
._my_form_body .table {
	margin-bottom: 0;
}

@media print,screen and (min-width: 768px) {
	._my_form_container {
		padding-left: 0;
		padding-right: 0;
	}
	._my_form_container > ._my_form_header > label {
		margin-left: 50px;
	}
}



/* 画像・ファイル */
._my_form_upload {
	margin-bottom: 0;
}
._my_form_upload > .panel-heading {
	padding: 5px;
	font-size: 0.85em;
	text-align: center;
}
._my_form_upload > .panel-body.droppable {
	background-color: #E7DDCB;
}
._my_form_upload > .panel-body.hover {
	background-color: #FCD96F;
}
._my_form_upload > .panel-body.proccessing {
	opacity: 0.5;
	background: #EEE url(../images/loading.gif) no-repeat center center;
}

._my_form_upload input[type="file"] {
	max-width: 110px;
	overflow: hidden;
	color: #FFF;
}
._my_form_upload > .panel-body.upload input[type="file"] {
	color: #EEE;
}

._my_form_upload button {
	vertical-align: top;
}

._my_form_upload_image {
	margin: 5px 0;
}

._my_form_upload_add_image input[type="file"] {
	width: 100%;
}

._my_image_invalid {
	opacity: 0.4;
}

._my_form_timestamp {
	margin: 10px 15px;
}

/* エラーメッセージ */
._my_error_message ul {
	padding-left: 15px;
}


/* --- 文字装飾など --- */
._my_caution { color: #CC0000; }
._my_number { font-family: Arial; }
._my_invalid { color: #AAA; }
._my_input_ja { ime-mode: active; }
._my_input_en { ime-mode: disabled; }
._my_input_off { ime-mode: inactive; }
._my_input_num {
	ime-mode: disabled;
	text-align: right;
}
._my_input_tel {
	ime-mode: disabled;
	text-align: center;
	max-width: 150px;
}
._my_input_date {
	ime-mode: disabled;
	text-align: center;
	max-width: 150px;
}

._my_submit_button {
	margin-top: 30px;
	text-align: center;
}

._my_input_changed {
	background-color: #FFD9E6;
}

._my_text_small {
	font-size: 0.75em;
}
._my_text_small.alert {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 0.85em;
}
._my_text_small ._my_list li:last-child {
	margin-bottom: 0;
}

._my_indent { margin: 0 0 0 10px; }

._my_label_text {
	display: inline-block;
	padding: 2px 10px;
	color: #544330;
	font-weight: normal;
	background-color: #D8CBBB;
	border-radius: 4px;
}
._my_label_text.bg_cancel {
	background-color: #888;
}
._my_label_text.disabled {
	color: #D8CBBB;
	background-color: #E5DAC0;
}

._my_label_text2 {
	display: inline-block;
	padding: 2px 4px;
	color: #FFF;
	font-weight: normal;
	background-color: #D8CBBB;
	border-radius: 4px;
}

._my_category_name {
	display: inline-block;
	margin: 5px 0;
	padding: 2px 10px;
	color: #8D7965;
	font-weight: bold;
	border: solid 1px #D8CBBB;
	border-radius: 4px;
}

/* リスト表示 */
ol._my_list {
	margin: 5px 0 5px 20px;
	padding: 0;
	list-style-image: none;
}

ol._my_list > li {
	margin-bottom: 0.25em;
}


ul._my_list {
	margin: 5px 0 5px 20px;
	padding: 0;
	list-style-image: url(../images/p_list_mark.png);
}

ul._my_list > li {
	margin-bottom: 10px;
}

dl._my_list {
	margin: 20px 0;
	padding: 0;
	overflow: hidden;
}

dl._my_list > dt {
	margin: 10px 0;
	padding: 4px 0 4px 10px;
	font-size: 1.25em;
	border-left: solid 6px #D8CBBB;
	border-bottom: solid 1px #D8CBBB;
}

dl._my_list > dd {
	margin: 0 0 30px 10px;
	padding: 0;
}
dl._my_list > dd:last-child {
	margin-bottom: 0;
}


/* メニューリスト */
ul._my_memu_list {
	margin: 15px 0;
	padding: 0;
	list-style-type: none;
}
ul._my_memu_list > li {
	margin-bottom: 10px;
	padding: 0;
	font-size: 1em;
	border: solid 1px #D8CBBB;
	border-radius: 6px;
	background-color: #FDFBE2;
}

ul._my_memu_list > li > a {
	display: block;
}

ul._my_memu_list > li > a:active,
ul._my_memu_list > li > a:hover {
	text-decoration: none;
}

ul._my_memu_list > li > a > h3 {
	margin: 0;
	padding-top: 10px;
	font-size: 1.25em;
	text-align: center;
}

ul._my_memu_list > li > a > p {
	margin-bottom: 0;
	padding: 10px 15px;
	color: #A37E52;
}

@media print,screen and (min-width: 768px) {
	ul._my_memu_list {
		overflow: hidden;
	}
	ul._my_memu_list > li {
		margin-right: 15px;
		margin-bottom: 15px;
		width: 48%;
		float: left;
	}
	ul._my_memu_list > li:nth-child(2n) {
		margin-right: 0;
	}
	ul._my_memu_list > li > a {
		min-height: 120px;
	}
	ul._my_memu_list > li > a > h3 {
		padding-top: 25px;
		font-size: 1.5em;
	}
}

@media print,screen and (min-width: 992px) {
	ul._my_memu_list > li > a > p {
		padding-top: 20px;
		padding-left: 35px;
		padding-right: 35px;
	}
	ul._my_memu_list > li > a {
		min-height: 140px;
	}
}






/* --- フッター部分 --- */
._my_footer_wrapper {
	padding-top: 15px;
	height: 68px;
	font-size: 80%;
	text-align: center;
	background: url(../images/bg_footer.jpg) repeat-x left top;
}


