@charset "UTF-8";
/*--------------------------------------
  全体
---------------------------------------*/
body,code, kbd, pre, samp, .btn, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN","Meiryo","Helvetica Neue","Helvetica","Arial",sans-serif;
}
body {
	height: 100%;
	width: 100%;
	padding: 0px;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	font-weight: normal;
}
body.nologin {
	height: 100%;
	width: 100%;
	padding: 0px;
	overflow-x: hidden;
}
code {
	background-color: inherit;
	color: inherit;
}
input:not(.select2-search__field) {
	ime-mode : disabled;
}
input.ime_active {
	ime-mode : active;
}
input.ime-on {
	ime-mode : active;
}
input.ime-off {
	ime-mode : disabled;
}
textarea.ime-on {
	ime-mode : active;
}
.word_wrap {
	word-wrap: break-word;
	word-break: break-all;
}
i.glyphicon {
	margin-right: 6px;
}
i.glyphicon.icon_left {
	margin-left: 6px;
}
i.glyphicon.only_icon,
span.input-group-btn > button > i.glyphicon {
	margin-right: 0px;
}
html {
	min-height: 100%;
}
.text-center {
	text-align: center !important;
}
div.rgrid > div.row > div.data.text-right-forced {
	text-align: right;
}
.article {
	white-space:pre-wrap;
}
.text-underline {
	text-decoration: underline !important;
}
.clear {
	clear: both;
}
/*--------------------------------------
  ヘッダ
---------------------------------------*/
#header_wrapper {
	background-color: #ffffff;
	width: 100%;
	border-bottom: 1px solid #c0c0c0;
	position: fixed;
}
div.navbar-header {
	height: 66px;
}
div.navbar_line {
	width: 100%;
	height: 8px;
}
div.navbar-header > a.navbar-brand.navbar_header_logo {
	background: url('../images2/logo.png') no-repeat;
	background-size: contain;
	width : 250px;
	height: 48px;
	margin-top: 10px;
	margin-left: 5px;
	cursor: pointer;
	display: block;
}
div.navbar_info {
	height: 16px;
	margin: auto;
	width: 100%;
	font-size: 11px;
	padding-left: 20px;
	padding-right: 20px;
}
nav.navbar-static-top {
	margin-bottom: 0px;
}
nav.navbar {
	margin-bottom: 0px;
}
button.navbar-toggle {
	margin-top: 14px;
}
ul.nav.navbar_logout > li {
	margin-top: 5px;
}
#main_menu {
	padding-top: 10px;
	padding-bottom: 0px;
}
div.menu_member_wrapper {
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	padding: 0px;
	text-align: center;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
table.menu_member {
	border: 0px;
	margin: 0px;
}
table.menu_member th {
	font-size: 2em;
	font-weight: normal;
	padding: 4px 2px 4px 10px;
	border-spacing: 0px;
}
table.menu_member td {
	font-weight: bold;
	padding: 4px 10px 4px 2px;
	border-spacing: 0px;
}
span.menu_member_no {
	font-size: 0.8em;
	font-weight: normal;
}
div.nav_top_wrapper {
	position: relative;
}
div.proxy_login_label {
	position: absolute;
	top: 22px;
	left: 150px;
	float: left;
}
div.proxy_login_label > span.label {
	font-size: 14px;
}
td.personal_info {
	max-width: 200px;
}
td.personal_info > a.personal_info,
td.personal_info > a.personal_info :hover,
td.personal_info > a.personal_info :visited,
td.personal_info > a.personal_info :active,
td.personal_info > a.personal_info :focus {
	color: black;
}
/*--------------------------------------
  フッタ
---------------------------------------*/
.footer {
	width: 100%;
	border: none;
	border-radius: 0px;
	padding: 20px 0px 20px 0px;
	position: relative;
	margin: 0px;
	margin-bottom: 0px;
	line-height: 1.6em;
	font-size: 1.1em;
	z-index: 10;
}
/*--------------------------------------
  コンテンツ領域
---------------------------------------*/
#wrapper {
	width:100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	height: 100%;
}
#page_wrapper {
	margin: 69px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
	background-color: #ffffff;
	width: 100%;
	flex: 1 1 auto;
}
#page_wrapper > div.row {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#panel_wrapper {
	padding-top: 25px;
	padding-bottom: 0px;
}
/*--------------------------------------
  メニュー
---------------------------------------*/
.sidebar_collapse .nav {
	padding: 0px;
}
.sidebar_collapse > .nav > li > a {
	padding:15px 10px;
}

#header_wrapper, .navbar-header,navbar, .navbar-default {
	z-index: 90;
}
div.overlay {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	opacity: 0.9;
}
.menu-trigger {
	display: inline-block;
	width: 24px;
	height: 23px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 15px;
	right: 20px;
	z-index: 101;
	transform: translateX(0);
	transition: transform .2s;
}
.menu-trigger.active {
	transform: translateX(-240px);
}
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #808080;
}
.menu-trigger.active span {
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}
ul.nav_second_level {
	z-index:50;
	position:absolute;
	white-space:nowrap;
	border-radius: 0px;
	box-shadow: 0px 4px 8px #c0c0c0;
	background-color: #ffffff;
}
ul.nav_second_level > li {
	color: #303030;
	padding-left: 5px;
	padding-right: 5px;
}
ul.nav_second_level > li > a {
	color: #303030;
	padding-left: 5px;
	padding-right: 5px;
}
td.menu_sp_header {
	width: 100%;
}
div.family_list {
	color : red;
	text-align: right;
}
/*--------------------------------------
  メニュー開閉アイコン
---------------------------------------*/
/* 矢印 */
.collapser .glyphicon.arrow {
	float: right;
}
.collapser .glyphicon.arrow:before {
	content: "\e114";
	margin-left: 4px;
}
.collapser.active .glyphicon.arrow:before {
	content: "\e113";
	margin-left: 4px;
}
/* プラス、マイナス */
.collapser2 .glyphicon.open_close {
	float: right;
}
.collapser2 .glyphicon.open_close:before {
	content: "\2b";
}
.collapser2.active .glyphicon.open_close:before {
	content: "\2212";
}
/*--------------------------------------
  ページトップリンク
---------------------------------------*/
.link_to_top {
	position: absolute;
	bottom: 0px;
	right: 10px;
	font-size: 14px;
	cursor: pointer;
}
/*--------------------------------------
  パネル
---------------------------------------*/
.panel {
	padding : 0px 0px 0px 0px;
	border-width : 0px;
	border-radius : 0px;
	border: 0px solid #000000;
	box-shadow:0px 0px 0px #ffffff;
	width: 100%;
	margin: 0px;
}
.panel-heading {
	padding: 10px 0px 10px 0px;
	border: 0px;
	border-radius : 0px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0px 0px 0px 0px;
	background-color : #f0f0f0;
	background: -moz-linear-gradient(top, #fbfbfb, #d0d0d0);
	background: -webkit-linear-gradient(top, #fbfbfb, #d0d0d0);
	background: linear-gradient(to bottom, #fdfdfd, #d0d0d0);
}
.panel-body {
	padding : 10px;
	font-size: 1.1em;
	line-height: 22px;;
}
.panel_underline{
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 10px;
}
/*--------------------------------------
  警告
---------------------------------------*/
.alert {
	padding : 10px;
	margin-bottom : 10px;
}
div.panel-body > div.alert,
form div.alert {
	font-size: 14px;
}
.alert-warning {
	color: #be8f3e;
}
/*--------------------------------------
  ボタン
---------------------------------------*/
.btn {
	padding: 8px 28px;
}
.btn_datepicker {
	padding: 5px 20px;
}
.btn_file {
	padding: 5px 14px;
}
.btn_search {
	padding: 5px 20px;
}

#ico_fullscreen:hover {
	cursor: pointer;
}

.btn-default,
.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default.hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default:active,
.btn-default.active{
	color:#ffffff;
	border: 1px solid #808080;
	background-color: #606060;
	background-image: -webkit-linear-gradient(top, #606060, #808080);
	background-image: linear-gradient(to bottom, #606060, #808080);
	border-radius: 3px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary.hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary:active,
.btn-primary.active{
	color:#ffffff;
	border: 1px solid #745858;
	background-color: #2e0505;
	background-image: -webkit-linear-gradient(top, #2e0505, #745858);
	background-image: linear-gradient(to bottom, #2e0505, #745858);
	border-radius: 3px;
}

.btn-info,
.btn-info:focus,
.btn-info.focus,
.btn-info:hover,
.btn-info.hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info:active,
.btn-info.active{
	color:#ffffff;
	border: 1px solid #808080;
	background-color: #606060;
	background-image: -webkit-linear-gradient(top, #606060, #808080);
	background-image: linear-gradient(to bottom, #606060, #808080);
	border-radius: 3px;
}

.btn-danger,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover,
.btn-danger.hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger:active,
.btn-danger.active{
	color:#ffffff;
	border: 1px solid #900000;
	background-color: #900000;
	background-image: -webkit-linear-gradient(top, #900000, #DC0000);
	background-image: linear-gradient(to bottom, #900000, #DC0000);
	border-radius: 3px;
}

.btn-success,
.btn-success:focus,
.btn-success.focus,
.btn-success:hover,
.btn-success.hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success:active,
.btn-success.active{
	color:#ffffff;
	border: 1px solid #2196F3;
	background-color: #1976D2;
	background-image: -webkit-linear-gradient(top, #1976D2, #2196F3);
	background-image: linear-gradient(to bottom, #1976D2, #2196F3);
	border-radius: 3px;
}

.btn-warning,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:hover,
.btn-warning.hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning:active,
.btn-warning.active{
	color:#ffffff;
	border: 1px solid #FF9800;
	background-color: #F57C00;
	background-image: -webkit-linear-gradient(top, #F57C00, #FF9800);
	background-image: linear-gradient(to bottom, #F57C00, #FF9800);
	border-radius: 3px;
}
#payjp_checkout_box input[type=button],
#payjp_checkout_box input[type=button]:hover
{
	padding: 8px 28px!important;
	color:#ffffff!important;
	border: 1px solid #745858!important;
	background-color: #2e0505!important;
	background-image: -webkit-linear-gradient(top, #2e0505, #745858)!important;
	background-image: linear-gradient(to bottom, #2e0505, #745858)!important;
	border-radius: 3px!important;
	line-height: 1.42857143!important;
}
/*--------------------------------------
  ボタン配置領域
---------------------------------------*/
div.btn_bar {
	border-top-style: solid;
	border-top-width: 1px;
}
div.btn_bar > div.row,
div.btn_bar_noborder > div.row {
	padding: 8px 0px;
}
div.btn_bar > div.row > div,
div.btn_bar_noborder > div.row > div {
	padding: 0px 8px;
}
/*--------------------------------------
  フォーム
---------------------------------------*/
form {
	font-size: 14px;
}
.form-group {
	margin-bottom : 12px;
}
.form-group.no_margin {
	margin-bottom : 0px;
}
.button-area {
	margin-top: 30px;
	margin-bottom: 20px;
}
fieldset > div.form-group:last-child {
	margin-bottom : 0px;
}
.form-control {
	height: 30px;
	padding: 4px 8px;
	font-size: 16px;
}

.form-control:focus{
	border-color: #666666;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(175,175,175,0.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(175,175,175,0.6)
}
.form-horizontal .control-label {
	font-weight: bold;
}
.form-control-static {
	min-height: 30px;
	font-size: 14px;
	padding: 5px 8px;
}
.input-group-addon {
	padding: 7px 12px;
}
legend {
	margin-bottom: 10px;
	line-height: 1.2em;
}
legend > span,
legend > div {
	font-size: 14px;
	line-height: 1em;
}
legend > div.row {
	margin-top:10px;
}
div.block_title {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.7em;
}
.has-error .select2-selection.select2-selection--multiple {
	border-color: #d9230f;
}
.has-error .select2-selection.select2-selection--single {
	border-color: #d9230f;
}
.select2-selection.select2-selection--single {
	height: 30px;
}
p.form-control-static.form-control,
div.form-control-static.form-control {
	height: inherit;
}
p.form-control.form-control-static,
div.form-control-static.form-control{
	background-color: #eeeeee;
	color: #303030;
}
p.form-control.form-control-static.alert-text {
	color: #d9230f;
}
p.form-control.form-control-static.empty {
	min-width: 100px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eeeeee;
	color: #303030;
}
div.form-group.required > label.control-label:after,
div.form-group.required > div.control-label:after {
	content: "\00a0[必須]";
	color: red;
}
div.form-group.required_en > label.control-label:after,
div.form-group.required_en > div.control-label:after {
	content: "\00a0[Required]";
	color: red;
}
.help-block {
	margin-top: 4px;
	margin-bottom: 2px;
	color: #979799;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #ddd;
}
textarea {
	resize: none;
}
.input-group > input.input_filename {
	background-color: #ffffff;
}
input.input_file {
	position:absolute;
	top:0px;
	opacity:0;
	-ms-filter: "alpha(opacity=0)";
	width:35px;
	z-index: 100;
	cursor: pointer;
}
div.form-group > label.control-label {
	padding-top: 4px;
}
.form-horizontal .control-label.text-left {
	text-align: left;
}
select.form_select.inline {
	display: inline-block;
	width: auto;
}
/*--------------------------------------
  ラジオボタン・チェックボタン
---------------------------------------*/
.form-group > .check_btn {
	word-wrap: break-word;
	word-break: break-all;
}
.input-group > .btn-group.radio_btn > .btn,
.input-group > .btn-group.check_btn > .btn,
.form-group > .check_multi > .btn,
.form-group > .btn-group.check_radio > .btn,
table.table > tbody >  tr > td > div.grid_radio > .btn,
table.table > tbody >  tr > td > div.grid_check > .btn,
div.rgrid > div.row > div.rgrid_check > .btn,
div.rgrid > div.row > div.rgrid_radio > .btn {
	font-size: 14px;
	min-height: 30px;
	padding: 5px 13px 5px 10px;
}
.input-group > .btn-group.radio_btn > .btn.not_active,
.input-group > .btn-group.check_btn > .btn.not_active,
.form-group > .check_multi > .btn.not_active,
.form-group > .btn-group.check_radio > .btn.not_active,
table.table > tbody > tr > td > div.grid_radio > .btn.not_active,
table.table > tbody > tr > td > div.grid_check > .btn.not_active,
div.rgrid > div.row > div.rgrid_check > .btn.not_active,
div.rgrid > div.row > div.rgrid_radio > .btn.not_active {
	background-image: none;
	background-color: #ffffff;
}
.input-group > .btn-group.radio_btn > .btn.active > span{
	vertical-align: top;
}
.input-group > .btn-group.radio_btn > .btn.active:before{
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	font-size: 12px;
	margin-right: 5px;
}
.input-group > .btn-group.radio_btn > .btn.btn-default.not_active,
.input-group > .btn-group.check_btn > .btn.btn-default.not_active,
.form-group > .check_multi > .btn.btn-default.not_active,
.form-group > .btn-group.check_radio > .btn.not_active.not_active,
table.table > tbody > tr > td > div.grid_radio > .btn.btn-default.not_active,
table.table > tbody > tr > td > div.grid_check > .btn.btn-default.not_active,
div.rgrid > div.row > div.rgrid_check > .btn.btn-default.not_active,
div.rgrid > div.row > div.rgrid_radio > .btn.btn-default.not_active {
	color: #2e2f2f;
}
.input-group > .btn-group.radio_btn > .btn.btn-info.not_active,
.input-group > .btn-group.check_btn > .btn.btn-info.not_active,
.form-group > .check_multi > .btn.btn-info.not_active,
.form-group > .btn-group.check_radio > .btn.btn-info.not_active,
table.table > tbody > tr > td > div.grid_radio > .btn.btn-info.not_active,
table.table > tbody > tr > td > div.grid_check > .btn.btn-info.not_active,
div.rgrid > div.row > div.rgrid_check > .btn.btn-info.not_active,
div.rgrid > div.row > div.rgrid_radio > .btn.btn-info.not_active {
	color: #303030;
}
.input-group > .btn-group.radio_btn > .btn.btn-primary.not_active,
.input-group > .btn-group.check_btn > .btn.btn-primary.not_active,
.form-group > .check_multi > .btn.btn-primary.not_active,
.form-group > .btn-group.check_radio > .btn.btn-primary.not_active,
table.table > tbody > tr > td > div.grid_radio > .btn.btn-primary.not_active,
table.table > tbody > tr > td > div.grid_check > .btn.btn-primary.not_active,
div.rgrid > div.row > div.rgrid_check > .btn.btn-primary.not_active,
div.rgrid > div.row > div.rgrid_radio > .btn.btn-primary.not_active {
	color: #a91b0c;
}
.input-group > .btn-group.radio_btn > .btn.btn-success.not_active,
.input-group > .btn-group.check_btn > .btn.btn-success.not_active,
.form-group > .check_multi > .btn.btn-success.not_active,
.form-group > .btn-group.check_radio > .btn.btn-success.not_active,
table.table > tbody > tr > td > div.grid_radio > .btn.btn-success.not_active,
table.table > tbody > tr > td > div.grid_check > .btn.btn-success.not_active,
div.rgrid > div.row > div.rgrid_check > .btn.btn-success.not_active,
div.rgrid > div.row > div.rgrid_radio > .btn.btn-success.not_active {
	color: #2f6405;
}
.input-group > .btn-group.radio_btn > .btn.btn-danger.not_active,
.input-group > .btn-group.check_btn > .btn.btn-danger.not_active,
.form-group > .check_multi > .btn.btn-danger.not_active,
.form-group > .btn-group.check_radio > .btn.btn-danger.not_active,
table.table > tbody > tr > td > div.grid_radio > .btn.btn-danger.not_active,
table.table > tbody > tr > td > div.grid_check > .btn.btn-danger.not_active,
div.rgrid > div.row > div.rgrid_check > .btn.btn-danger.not_active,
div.rgrid > div.row > div.rgrid_radio > .btn.btn-danger.not_active {
	color: #ac6819;
}
.input-group > .btn-group.radio_btn > .btn.btn-warning.not_active,
.input-group > .btn-group.check_btn > .btn.btn-warning.not_active,
.form-group > .check_multi > .btn.btn-warning.not_active,
.form-group > .btn-group.check_radio > .btn.btn-warning.not_active,
table.table > tbody > tr > td > div.grid_radio > .btn.btn-warning.not_active,
table.table > tbody > tr > td > div.grid_check > .btn.btn-warning.not_active,
div.rgrid > div.row > div.rgrid_check > .btn.btn-warning.not_active,
div.rgrid > div.row > div.rgrid_radio > .btn.btn-warning.not_active {
	color: #79377c;
}
.input-group > .btn-group.radio_btn > .btn.not_active:hover,
.input-group > .btn-group.check_btn > .btn.not_active:hover,
.form-group > .check_multi > .btn.not_active:hover,
.form-group > .btn-group.check_radio > .btn.not_active:hover,
table.table > tbody > tr > td > div.grid_radio > .btn.not_active:hover,
table.table > tbody > tr > td > div.grid_check > .btn.not_active:hover,
div.rgrid > div.row > div.rgrid_check > .btn.not_active:hover,
div.rgrid > div.row > div.rgrid_radio > .btn.not_active:hover {
	background-color: #f3f3f3;
}
.input-group > .btn-group.check_btn~button {
	margin-left: 10px;
}
.form-group > .check_multi > .btn {
	width: 100%;
}
.input-group > .btn-group.radio_btn > .btn.btn-info.disabled,
.input-group > .btn-group.check_btn > .btn.btn-info.disabled,
.form-group > .check_multi > .btn.btn-info.disabled,
.form-group > .btn-group.check_radio > .btn.btn-info.disabled,
table.table > tbody > tr > td > div.grid_radio > .btn.btn-info.disabled,
table.table > tbody > tr > td > div.grid_check > .btn.btn-info.disabled,
div.rgrid > div.row > div.rgrid_check > .btn.btn-info.disabled,
div.rgrid > div.row > div.rgrid_radio > .btn.btn-info.disabled {
	color: #CCEBF6;
	background-color: #FFFFFF;
	border-color: #CCEBF6;
}
/*--------------------------------------
  チェックボックス
---------------------------------------*/
.form-group > .check_btn,
.form-group > .check_radio {
	padding-top: 4px;
}
.form-group > .check_btn > a.btn,
.form-group > .check_radio > a.btn {
	padding: 1px 5px;
	margin-right: 10px;
}
.form-group > .check_btn > span,
.form-group > .check_radio > span {
	cursor: pointer;
	position: relative;
	top: 2px;
}
.form-group > .check_btn > .btn.not_active,
.form-group > .check_radio > .btn.not_active,
table.table > tbody > tr > td > div.grid_radio > .btn.not_active,
table.table > tbody > tr > td > div.grid_check > .btn.not_active,
div.rgrid > div.row > div.rgrid_check > .btn.not_active,
div.rgrid > div.row > div.rgrid_radio > .btn.not_active {
	background-color: #efefef;
}
.form-group > .check_btn > a.btn > i,
.form-group > .check_radio > a.btn > i,
table.table > tbody > tr > td > div.grid_radio > a.btn > i,
table.table > tbody > tr > td > div.grid_check > a.btn > i,
div.rgrid > div.row > div.rgrid_check > a.btn > i,
div.rgrid > div.row > div.rgrid_radio > a.btn > i {
	width: 12px;
}
.form-group > .check_btn > a.btn.active > i:before,
.form-group > .check_radio > a.btn.active > i:before,
table.table > tbody > tr > td > div.grid_radio > a.btn.active > i:before,
table.table > tbody > tr > td > div.grid_check > a.btn.active > i:before,
div.rgrid > div.row > div.rgrid_check > a.btn.active > i:before,
div.rgrid > div.row > div.rgrid_radio > a.btn.active > i:before {
	content: "\e013";
}
/*--------------------------------------
  検索条件
---------------------------------------*/

/*--------------------------------------
  ページング
---------------------------------------*/
div.pagination_bar {
	border-top : 1px solid;
}
div.pagination_bar > nav {
	height: 36px;
}
div.pagination_bar > div.pagination_info {
	height: 36px;
	padding: 8px 12px;
}
div.pagination_bar > div.pagination_select {
	margin-top: 5px;
	margin-left: 10px;
}
div.pagination_bar > div.pagination_select > select {
	color: black;
}
ul.pagination {
	margin : 0px;
	height: 100%;
}
div.pagination_bar > nav > ul.pagination > li > a {
	border : 0px;
	height: 100%;
}
div.pagination_bar > nav > ul.pagination > li > a:hover,
div.pagination_bar > nav > ul.pagination > li > a.active{
	border-radius: 0px;
}
/*--------------------------------------
  タブ
---------------------------------------*/
.nav-tabs > li > a {
	border-radius: 0px;
	margin-right: 0px;
	border-color: #bbbbbb;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	background-color: #aaaaaa;
	color: #ffffff;
}
.nav-tabs > li > a:hover {
	color: #303030;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border-radius: 0px;
	border-color: #bbbbbb;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	background-color: #ffffff;
	color: #303030;
	font-weight: bold;
}
.nav-tabs {
	border-bottom: 1px solid #bbbbbb;
}
/*--------------------------------------
  一覧（テーブル）
---------------------------------------*/
table.table > thead > tr > th,
table.table > tbody > tr > th,
table.table > tfoot > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > td,
table.table > tfoot > tr > td {
	vertical-align: middle;
	border-top: 1px solid #bbbbbb;
	padding: 5px;
	font-size: 14px;
}
table.table > thead > tr:first-child > th,
table.table > tbody > tr:first-child > th,
table.table > tfoot > tr:first-child > th,
table.table > thead > tr:first-child > td,
table.table > tbody > tr:first-child > td,
table.table > tfoot > tr:first-child > td {
	border-top: none;
}
table.table {
	margin-bottom: 0px;
	max-width: none;
}
table.table > tbody > tr > td.cell_right,
table.table > thead > tr > th.cell_right {
	text-align: right;
}
table.table > thead > tr > th {
	border-bottom: 0px;
}
table.table > thead > tr > th.cell_btn {
	width : 80px;
}
/*--------------------------------------
  一覧（レスポンシブグリッド）
---------------------------------------*/
div.rgrid {
	font-size: 12px;
}
div.rgrid > div.title {
	border: 0;
	border-radius: 3px;
	cursor: default;
}
div.rgrid > div.group_title {
	border: 0;
	color: #303030;
}
div.rgrid > div.title > div {
	font-weight: bold;
}
div.rgrid > div.title > div,
div.rgrid > div.row > div {
	padding: 8px 6px 8px 6px;
	line-height: 1.4em;
}
div.rgrid > div.row {
	border: 1px solid #c0c0c0;
	margin-top: 6px;
	margin-bottom: 6px;
	border-radius: 3px;
	background-color: #ffffff;
	color : #303030;
	padding-bottom : 8px;
}
div.rgrid > div.row > div.rgrid_key {
	font-weight: bold;
}
div.rgrid > div.row.danger {
	background-color: #f2dede;
}
div.rgrid > div.row.warning {
	background-color: #fcf8e3;
}
div.rgrid > div.row.info {
	background-color: #d9edf7;
}
div.rgrid > div.row.success {
	background-color: #dff0d8;
}
div.rgrid > div.row.active {
	background-color: #f5f5f5;
}
div.rgrid.rgrid_hover > div.row.danger:hover {
	background-color: #ebcccc;
}
div.rgrid.rgrid_hover > div.row.warning:hover {
	background-color: #faf2cc;
}
div.rgrid.rgrid_hover > div.row.info:hover {
	background-color: #c4e3f3;
}
div.rgrid.rgrid_hover > div.row.success:hover {
	background-color: #d0e9c6;
}
div.rgrid.rgrid_hover > div.row.active:hover {
	background-color: #e8e8e8;
}
div.rgrid.rgrid_hover > div.row:hover {
	background-color: #e0e0e0;
}
div.rgrid > div.row > div.arrow {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #a2a2a2;
	border-radius: 10px;
	font-size: 14px;
}
div.rgrid.rgrid_hover > div.row > div.text_L {
	padding-top: 15px;
	padding-bottom: 15px;
}
div.rgrid.rgrid_hover > div.row > div.text_L.no_padding {
	padding-top: 0px;
	padding-bottom: 0px;
}
/*--------------------------------------
  モーダルダイアログ
---------------------------------------*/
.modal-header {
	padding: 10px;
	border-bottom: 0px;
}
.modal-body {
	font-size: 14px;
	padding : 15px 15px 10px 15px;
}
.modal-footer {
	border-radius: 0px 0px 6px 6px;
	border-top: 0px;
	padding: 15px;
}
div#modal_search_body.modal-body {
	padding : 10px 0px 0px 0px;
}
div#modal_search_body.modal-body > div.container-fluid {
	padding : 0px;
}
div#modal_search_body.modal-body > div.container-fluid > form {
	padding : 0px 10px;
}
div#modal_search > div.modal-dialog > div.modal-content > div.modal-footer {
	border-top : 1px solid;
	padding: 10px;
	text-align: left;
}
/*--------------------------------------
  コールアウト
---------------------------------------*/
.callout {
	padding: 10px;
	margin: 10px 0px 15px 0px !important;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
}
.callout:last-child {
	margin-bottom: 0px;
}
.callout h4 {
	padding: 8px 0px 8px 5px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 1.2em;
	font-weight: bold;
}
.callout h4:before {
	margin-right: 5px;
	content: "\00a0";
}
.callout p:last-child {
	margin-bottom: 0;
}
.callout code {
	border-radius: 3px;
}
.callout+.callout {
	margin-top: 5px;
}
.callout-default {
	border-left-color: #777;
}
.callout-default h4 {
	color: #777;
}
.callout-primary {
	border-left-color: #428bca;
}
.callout-primary h4 {
	color: #428bca;
}
.callout-success {
	border-left-color: #5cb85c;
}
.callout-success h4 {
	color: #5cb85c;
}
.callout-danger {
	border-left-color: #d9534f;
}
.callout-danger h4 {
	color: #d9534f;
}
.callout-warning {
	border-left-color: #f0ad4e;
}
.callout-warning h4 {
	color: #f0ad4e;
}
.callout-info {
	border-left-color: #5bc0de;
}
.callout-info h4 {
	color: #5bc0de;
}
/*--------------------------------------
  日付選択
---------------------------------------*/
div.datepicker-days > table.table-condensed > thead > tr > th.dow:first-child,
div.datepicker-days > table.table-condensed > tbody > tr > td:first-child:not(.new):not(.old) {
	color: red;
}
div.datepicker-days > table.table-condensed > thead > tr > th.dow:last-child,
div.datepicker-days > table.table-condensed > tbody > tr > td:last-child:not(.new):not(.old) {
	color: blue;
}
/*--------------------------------------
  顔写真
---------------------------------------*/
img.face_photo {
	max-width:200px;
	max-height:200px;
	border: 1px solid #bbbbbb;
}
/*--------------------------------------
  水平タイムテーブル
---------------------------------------*/
div.htimetable {
	position: relative;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
}
div.htimetable div.scrollable {
	overflow: scroll;
	overflow-y: hidden;
	position:relative;
}
div.htimetable div.pinned {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	overflow: hidden;
	overflow-x: scroll;
}
div.htimetable div.pinned table th,
div.htimetable div.pinned table td {
	border-right-width: 1px;
	border-right-style: solid;
}
div.htimetable div.pinned table {
	border-right: 0;
	border-left: none;
	width: 100%;
}
div.htimetable table td {
	border-top-width: 1px;
	border-top-style: solid;
}
div.htimetable div.scrollable table td {
	border-right-width: 1px;
	border-right-style: dashed;
}
div.htimetable div.scrollable table td:last-child {
	border-right-width: 0px;
}
div.htimetable div.scrollable table th {
	border-right-width: 1px;
	border-right-style: solid;
}
div.htimetable div.scrollable div.schedule {
	position: absolute;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	font-size: 12px;
	overflow: hidden;
	text-align: center;
}
div.htimetable div.scrollable div.overlay {
	position: absolute;
	border-width: 1px;
	border-style: solid;
	opacity: 0.2;
}
div.htimetable div.pinned table.title td.button {
	border-right: none;
	padding-right: 2px;
}
/*--------------------------------------
  垂直タイムテーブル
---------------------------------------*/
div.vtimetable {
	border-style: solid;
	border-width: 1px;
}
div.vtimetable table {
	width: 100%;
}
div.vtimetable div.header table td {
	text-align: center;
	padding: 0px;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
}
div.vtimetable div.header table td:hover {
	cursor: pointer;
}
div.vtimetable div.header table td:last-child {
	border-right: 0px;
}
div.vtimetable div.timeline td.time {
	padding: 0px;
}
div.vtimetable div.timeline td.line {
	padding: 0px;
}
div.vtimetable div.timeline td.line div.line_inner {
	position: relative;
}
div.vtimetable div.timeline td.time table th {
	text-align: center;
	border-width: 1px 0px;
	border-style: solid;
}
div.vtimetable div.timeline td.line table td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
div.vtimetable div.timeline td.title {
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
}
div.vtimetable div.timeline td.line {
	border-right-width: 1px;
	border-right-style: dashed;
}
div.vtimetable div.timeline td.line table tr:last-child td {
	border-bottom-width: 0px;
}
div.vtimetable div.timeline td.title:last-child,
div.vtimetable div.timeline td.line:last-child {
	border-right-width: 0px;
}
div.vtimetable div.timeline td.line div.schedule {
	position: absolute;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	font-size: 10.5px;
	overflow: hidden;
}
/*--------------------------------------
  タイムテーブル
---------------------------------------*/
div.timetable.legend_icon {
	border : #bbbbbb 0px solid;
}
div.timetable.legend_note {
	padding-top: 3px;
}
div.timetable.legend_row {
	margin-bottom: 3px;
}
/*--------------------------------------
  タイムテーブルバー
---------------------------------------*/
div.timetable_bar {
	border-top: none;
	text-align: center !important;
}
div.timetable_bar div.timetable_link {
	font-size:13.5px;
	height: 36px;
	padding: 8px 12px;
	cursor: pointer;
}
div.timetable_bar div.timetable_info {
	font-size:15px;
	height: 36px;
	padding: 8px 12px;
}
div.timetable_bar div.timetable_link a {
	text-decoration:none;
	cursor: pointer;
}

/*--------------------------------------
  進捗状況表示
---------------------------------------*/
ul.nav-wizard{
	/* list-style-type: none;
	padding-left: 0; */

	margin: 0 auto;
	margin-bottom:2em;
	display: table;
	table-layout: fixed;
	float:none;
}

/*--------------------------------------
  メディアクエリ
---------------------------------------*/
@media(min-width:992px) {
	div.header_title {
		font-size: 20px;
		float: left;
		margin-top: 20px;
	}
	div.menu-trigger{
		display: none;
	}
	nav.navbar_side{
		display: inherit;
	}
	li.menu_member_li {
		display: inherit;
	}
	li.menu_member_li_sm {
		display: none;
	}
	ul.nav_second_level > li {
		padding: 0px;
		color: #f0f0f0;
		background-color: #303030;
		border-bottom: 1px solid #e0e0e0;
		border-radius: 0px;
	}
	ul.nav_second_level > li > a {
		color:#f0f0f0 !important;
		padding-left: 5px;
		padding-right: 50px;
	}
	ul.nav_second_level > li > a:hover {
		color:#303030 !important;
	}
	#result_block{
		max-width: 1100px;
		margin: auto;
	}
	.panel-heading-md {
		padding: 20px 0px 20px 0px;
		font-size: 1.3em;
		max-width: 1100px;
		text-align: left;
		margin: auto;
		padding-left: 10px;
	}
	.panel-body {
		max-width: 1100px;
		margin: auto;
	}
	.nav_top_wrapper {
		margin: auto;
		max-width: 1100px;
	}
	.nav_footer_wrapper {
		margin: auto;
		max-width: 1100px;
	}
	button.btn.pull-right.btn_stretch_md+button.btn.pull-right.btn_stretch_md {
		margin-right: 10px;
	}
	button.btn.btn_stretch_md:not(.pull-right)+button.btn.btn_stretch_md {
		margin-right: 10px;
	}
	button.btn.btn_stretch_md:not(.pull-right):first-child {
		margin-right: 10px;
	}
	button.btn.btn_stretch_md:not(.pull-right):not(.pull-left) {
		margin-right: 7px !important;
	}
	#payjp_checkout_box input[type=button] {
		margin-right: 10px!important;
		font-size: 13px!important;
	}
	div.rgrid > div.row > div.title,
	div.rgrid > div.row > div.arrow {
		display: none;
	}
	div.rgrid > div.row > div.rgrid_hidden_gt_sm {
		display: none;
	}
	div.rgrid > div.row > div.rgrid_display_gt_sm {
		display: block;
	}
	div.rgrid > div.row > div.rgrid_display_lt_sm {
		display: none;
	}
	.display_lt_sm {
		display:none;
	}
	.article {
		overflow-y: scroll;
		overflow-x: hidden;
		max-height: 510px;
	}
	div.rtimetable div.vtimetable {
		display: none;
	}
	div.vtimetable div.header {
		display: none;
	}
	#main_menu{
		display:block;
	}
}
@media (max-width: 767px) {
	button.btn_stretch_sm {
		width: 100%;
		margin-top: 10px;
	}
	img.face_photo {
		width: 100%;
	}
	.input-group > .btn-group.radio_btn > .btn {
		border-radius: 0px;
	}
	.radio_btn.btn-group>.btn:first-child {
		margin-left: -1px;
	}
}
@media (max-width: 991px) {
	div.header_title {
		font-size: 15px;
		float: right;
		margin-top: 10px;
	}
	#page_wrapper{
		margin: 53px 0px 0px 0px;
	}
	div.navbar-header {
		height: 50px;
		padding-top:5px;
	}
	div.navbar-header > a.navbar-brand.navbar_header_logo {
		background-size: contain;
		width : 200px;
		height: 40px;
		margin: 0px;
	}
	nav.navbar_side{
		width: 250px;
		height: 100%;
		padding: 0px 5px 10px 10px;
		background-color: #ffffff;
		box-shadow: 0px 4px 8px #606060;
		position: fixed;
		overflow-y: auto;
		overflow-x: hidden;
		margin: auto;
		top: 0;
		right: 0;
		z-index: 100;
		display: none;
	}
	.nav-pills > li {
		float:none;
	}
	.pull-right {
		display: inherit;
	}
	nav.navbar_side ul {
		padding: 0px;
		width: 100%;
		margin: 0px;
	}
	nav.navbar_side li {
		text-align: left;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 5px;
		border: 1px solid #c0c0c0;
		border-radius: 0px;
	}
	nav.navbar_side li > a {
		color: #303030;
		margin : 0px;
		border-radius: 0px;
	}
	ul.nav_second_level {
		padding: 0px;
		color: #f0f0f0;
		background-color: #303030;
		border-radius: 0px;
		position: static;
		z-index: 50;
		white-space: nowrap;
		box-shadow: 0px 0px 0px #c0c0c0;
	}
	ul.nav_second_level > li {
		padding: 0px;
		color: #f0f0f0;
		background-color: #303030;
		border-top: 0px solid #c0c0c0;
		border-left: 0px solid #c0c0c0;
		border-right: 0px solid #c0c0c0;
		border-bottom: 1px solid #c0c0c0;
		border-radius: 0px;
		margin : 0px;
		margin-bottom: 0px;
	}
	ul.nav_second_level > li > a{
		color:#f0f0f0 !important;
		padding: 15px 0px 15px 5px;
	}
	ul.nav_second_level > li > a:hover {
		color:#303030 !important;
	}
	li.menu_member_li {
		display: none;
	}
	li.menu_member_li_sm {
		display: inherit;
	}
	div.proxy_login_label {
		top: 15px;
		left: 200px;
	}
	button.btn_stretch_md {
		margin-top: 10px;
		margin-bottom: 10px;
		width: 100%;
	}
	#payjp_checkout_box input[type=button] {
		margin-top: 10px!important;
		margin-bottom: 10px!important;
		width: 100%!important;
		font-size: 14px!important;
	}
	div.rgrid > div.row {
		position: relative;
		cursor: pointer;
	}
	div.rgrid > div.title {
		display: none;
	}
	div.rgrid > div.title.group_title{
		display:block;
		padding-top: 8px;
	}
	div.rgrid > div.title.group_title > div.data > button.btn{
		display: none;
	}
	div.rgrid {
		font-size: 14px;
	}
	div.rgrid > div.row > div.title {
		padding-top: 0px;
		padding-bottom: 0px;
		margin: 3px;
	}
	div.rgrid > div.row > div.data {
		margin-left: 5px;
		margin-right: 3px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	div.rgrid > div.row > div.button {
		margin-left: 5px;
		margin-right: 5px;
		padding: 0px;
	}
	div.rgrid > div.row > div.button-empty{
		margin: 0px;
	}
	div.rgrid > div.row > div.rgrid_hidden_lt_sm {
		display: none;
	}
	div.rgrid > div.row > div.rgrid_display_lt_sm {
		display: block;
	}
	div.rgrid > div.row > div.rgrid_center_lt_sm {
		text-align: center;
	}
	div.rgrid > div.row > div.arrow {
		position: absolute;
		right: 10px;
	}
	div.rgrid > div.row > div.data.text-right {
		text-align: left;
	}
	div.rgrid.rgrid_hover > div.row > div.text_L {
		padding-top: 10px;
		padding-bottom: 5px;
	}
	div.rgrid.rgrid_hover > div.row > div.text_L.no_padding {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	div.rgrid > div.row > div.data > hr {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	form,
	.input-group > .btn-group.radio_btn > .btn,
	.input-group > .btn-group.check_btn > .btn,
	.input-group > .btn-group.check_radio > .btn,
	.btn {
		font-size: 14px;
	}
	.form-control {
		height: 32px;
		padding: 5px 8px;
		font-size: 16px;
	}
	.form-control-static {
		min-height: 32px;
		font-size: 14px;
		padding: 5px 8px;
	}
	.form-horizontal .form-group {
		padding-left:5px;
		margin-bottom: 5px;
	}
	.form-horizontal .control-label {
		text-align: left;
		margin: 0px 10px 0px 10px;
		line-height: 2.6em;
		padding-left: 0px;
		font-weight: bold;
	}
	.form-horizontal .control-label:before{
		content: "●";
		margin-right: 3px;
		font-size: 1.1em;
	}
	.form-group .form-group_hidden_lt_sm{
		display: none;
	}
	.form-group.no_margin {
		margin-left : 0px;
		padding-left:0px;
		margin-bottom: 0px;
	}
	div.datepicker-days > table.table-condensed > thead > tr > th,
	div.datepicker-days > table.table-condensed > tbody > tr > th,
	div.datepicker-days > table.table-condensed > tfoot > tr > th,
	div.datepicker-days > table.table-condensed > thead > tr > td,
	div.datepicker-days > table.table-condensed > tbody > tr > td,
	div.datepicker-days > table.table-condensed > tfoot > tr > td {
		padding: 8px;
		font-size: 15px;
	}
	.form-group span.select2.select2-container--default {
		width: 100%;
	}
	div.pagination_bar > nav > ul.pagination > li.pagination_first,
	div.pagination_bar > nav > ul.pagination > li.pagination_last {
		display: none;
	}
	div.rgrid > div.row.rgrid_row_v {
		min-height: 60px;
	}
	div.rtimetable div.htimetable {
		display: none;
	}
	div.vtimetable div.timeline tr.title {
		display: none;
	}
	div.vtimetable div.timeline td.line.not_active {
		display: none;
	}
	div.vtimetable div.timeline td.line div.schedule {
		font-size: 13px;
	}
	#ico_fullscreen {
		display: none;
	}
	div.timetable.legend {
		display: none;
	}
	div.timetable_bar div.timetable_info {
		display:none;
	}
	div.rgrid > div.row > div.rgrid_check,
	div.rgrid > div.row > div.rgrid_radio {
		float: left;
	}
	div.rgrid > div.row > div.rgrid_check > a.btn,
	div.rgrid > div.row > div.rgrid_radio > a.btn {
		position: relative;
	}
	.hidden_lt_sm {
		display: none;
	}
	ul.nav-wizard{
		display: table;
		font-size: 9px;
	}
	.nav-wizard > li {
		margin-top: 3px;
	}
	.nav>li>a {
		padding: 3px 3px;
	}
	.nav-wizard > li:not(:first-child) > a {
		padding-left: 20px;
	}
	.nav-wizard > li:not(:first-child) > a:before {
		border-top: 15px inset transparent;
		border-bottom: 15px inset transparent;
	}
	.nav-wizard > li:not(:last-child) > a:after {
		border-top: 14px inset transparent;
		border-bottom: 14px inset transparent;
	}
	.btn_highlight {
		height: 60px;
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.form-group input.form-control.input_date {
		max-width: 120px;
		min-width: 100px;
	}
	.form-group p.form-control-static.input_date {
		width: 140px;
	}
	.form-group input.form-control.input_time {
		width: 90px;
	}
	.form-group p.form-control-static.input_time {
		width: 90px;
	}
	.form-group input.form-control.input_ym {
		width: 100px;
	}
	.form-group p.form-control-static.input_ym {
		width: 100px;
	}
	.form-group input.form-control.input_money,
	.form-group p.form-control-static.input_money {
		min-width: 80px;
		max-width: 120px;
		text-align: right;
	}
	.form-group input.form-control.input_value1,
	.form-group input.form-control.input_value2,
	.form-group input.form-control.input_value3{
		width: 60px;
	}
	.form-group input.form-control.input_value4,
	.form-group input.form-control.input_value5{
		width: 70px;
	}
	.form-group input.form-control.input_value6,
	.form-group input.form-control.input_value7{
		width: 85px;
	}
	.form-group input.form-control.input_value8,
	.form-group input.form-control.input_value9{
		width: 100px;
	}
	.form-group input.form-control.input_value10,
	.form-group input.form-control.input_value11{
		width: 115px;
	}
	.form-group input.form-control.input_value12{
		width: 125px;
	}
	.form-horizontal .control-label {
		padding-top: 6px;
	}
	.form-horizontal .control-note {
		padding-top: 8px;
	}
	.form-group p.form-control-static.input_zip {
		width: 110px;
	}
	.form-group p.form-control-static.input_sex {
		width: 60px;
	}
	.form-group p.form-control-static.input_birthday {
		width: 170px;
	}
	.form-group .form-control.input_code3 {
		min-width: 80px;
	}
	.form-group .form-control.input_code6 {
		min-width: 80px;
	}
	.form-group .form-control.input_code8 {
		min-width: 90px;
	}
	.form-group .form-control.input_code9 {
		min-width: 93px;
	}
	.form-group .form-control.input_code9.fixed {
		max-width: 130px;
	}
	div#modal_search > div.modal-dialog {
		min-width: 758px;
	}
	.btn_search_address {
		margin-left: 5px;
	}
}
/*--------------------------------------
  規約
---------------------------------------*/
.block_kiyaku {
	overflow-x: hidden;
	white-space: pre-wrap;
}
/*--------------------------------------
  余白
---------------------------------------*/
.margin_zero {
	margin: 0px;
}
.mt1 {
	margin-top:1em;
}
.mt2 {
	margin-top:2em;
}
.mt3 {
	margin-top:3em;
}
.mt4 {
	margin-top:4em;
}
.mt5 {
	margin-top:5em;
}
.mb1 {
	margin-bottom:1em;
}
.mb2 {
	margin-bottom:2em;
}
.mb3 {
	margin-bottom:3em;
}
/*--------------------------------------
  文字装飾・サイズ
---------------------------------------*/
.memo {
	font-size: 14px;
	line-height: 1em;
}
.text_L{
	font-size:1.3em;
	font-weight: bold;
}
.text_LM{
	font-size:1.2em;
	font-weight: bold;
}
.text_M{
	font-size:1em;
}
.text_S{
	font-size:0.8em;
}
.title_bold{
	font-weight:800;
}
.text_bold{
	font-weight: bold;
}
span.required:before {
	content: "*";
	color: red;
}
.cursor_default {
	cursor: default !important;
}
.display_block {
	display:block;
}
.display_none {
	display: none;
}
.visibility_hidden {
	visibility: hidden;
}
.text_no_line > a
{
	text-decoration: none;
}
.text_red {
	color: red;
}
.text_blue {
	color: blue;
}
.text-error {
	color: red;
}
.text_black {
	color: black;
}
