@charset "UTF-8";

*{
	font-family: 'Hiragino Maru Gothic ProN', 'ヒラギノ丸ゴ ProN', Meiryo, 'メイリオ', sans-serif !important;
	color: #535353;
}

body,
.button,
.button.small,
.button.tiny,
label,
.label,
input:not(.button),
textarea,
select,
.form-error{
	font-size: large;
}

input:not(.button),
textarea,
select{
	padding-top: 0;
	padding-bottom: 0;
}

hr{
	max-width: 100%;
}

button.tiny, .button.tiny{
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}

.ui-datepicker-trigger{
	margin-left: 5px;
	width: 25px;
}

.datepickerTarget{
	display: inline !important;
	width: calc(100% - 30px) !important;
}

#societyName{
	font-size: 1.7rem;
	vertical-align: middle;
	padding-left: 0.5rem;
}

#header .text-right{
	padding-right: 10px;
}

#header #memberInfo{
	background-color: #f1f1f1;
}

.menu a {
	padding-top: 0.7rem;
	padding-bottom: 0.5rem;
}

.cell.align-self-bottom{
	margin-bottom: 1.2rem;
}

/*
 * フォーム要素の左右余白
 */
.cell > label{
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}

#footer{
	margin: 7px 0;
}

#footer img{
	padding: 0 7px;
}

#messageArea{
	position: fixed;
	left: 5%;
	z-index: 999;
	bottom: 100%;
	width: 90%;
}

#ui-datepicker-div{
	z-index: 999 !important;
}

#messageArea .callout{
	padding-right: 3.0rem;
}

.close-button{
	margin-right: -5px;
}

/*
 * &times;（バツ印）は環境によって大きさが違うので、CSSで表現する
 */
.close-button>.closeMark{
	display: inline-block;
    margin: 0 15px 0 15px;
    width: 4px;
    height: 20px;
    background: #535353;
    transform: rotate(45deg);
}

.close-button>.closeMark:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 20px;
    height: 4px;
    margin-top: -2px;
    background: #535353;
}

.menu li.selected>a{
	color: inherit;
}

/*
 * 非モバイル用
 */
@media only screen and (min-width: 40.063em) {
	.noWrap{
		white-space: nowrap;
	}
	
	#contents{
		margin: 0 8px 8px;
		padding: 7px 8px 15px;
	}

	#contentsTitle:before,
	#contentsTitle:after {
		content: "";
		position: absolute;
		height: 50px;
		width: 1px;
		background:linear-gradient(#b0b0b0, #fff);
	}
	
	.menu li{
		border: 1px solid #b0b0b0;
		background-color: #f8f8f8;
		margin-top: 4px;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
	
	.menu li.selected{
		background: #ffffff;
		border-bottom-color: #ffffff;
		z-index: 99;
		padding-left: 1.0rem;
		padding-right: 1.0rem;
	}
	
	.menu li.selected>a{
		border-bottom: 2px solid #1779ba;
		padding-left: 0;
		padding-right: 0;
		font-weight: bold;
	}
	
	.menu:not(.inline):after{
		border-bottom: 1px solid #b0b0b0;
		content: "";
		width: 100%;
		margin-top: -1px;
		bottom: 0;
	}
	
	.menu.top{
		margin-top: 4px;
	}
	
	.menu.sub{
		margin: 4px 18px 0;
	}
	
	#subMenuBorder{
		border: 1px solid #b0b0b0;
		border-bottom: none;
		margin: -1px 6px 0;
	}
	
	#contentsTitle:before {
		left: 6px;
	}
	
	#contentsTitle:after {
		right: 6px;
	}
	
	#contentsTitle{
		margin-top: -7px;
		padding-top: 0;
	}
	
	#contentsTitle .show-for-medium{
		margin-top: 20px;
	}
}

/*
 * モバイル用
 */
@media only screen and (max-width: 40em) {
	#contents{
		margin: 0 4px 15px;
	}
	
	.top-bar, .top-bar ul{
		background-color: white;
	}
	
	.top-bar{
		padding: 3px;
		border-bottom: 1px solid #b0b0b0;
	}
	
	#contentsTitle .show-for-small-only{
		margin-top: 5px;
	}
	
	.dropdown>li>a>div{
		margin-top: -0.3rem;
		margin-bottom: -0.3rem;
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}
	
	.dropdown>li.selected>a>div{
		border-bottom: 2px solid #1779ba;
	}
}

.radioOrCheckbox{
	margin-bottom: 0.5rem;
	padding-left: 0.5rem;
}

.showOnly label{
	cursor: not-allowed !important;
}

/*
 * 操作不可能なフォーム要素。文字が見えやすいよう設定（radio,checkboxはiosで薄くなってしまうので指定しない）
 */
input[type="text"]:disabled, input[type="password"]:disabled, textarea:disabled, select:disabled{
	background-color: #F3F3F3 !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	margin-top: 4px;
}

#ui-datepicker-div.noDays table {
	display:none;
}

#ui-datepicker-div.noDays {
	padding-bottom: 0.2em;
}

.padding0{
	padding: 0;
}

.margin0{
	margin: 0;
}

.radius {
	border-radius: 3px;
}

.expand{
	width: 100%;
}

.button{
	margin-bottom: 0;
}

.breadcrumbs{
	background-color: #f1f1f1;
	border: 1px solid #b0b0b0;
	padding: 3px 8px;
}

.breadcrumbs li{
	font-size: 1.0rem;
	color: inherit;
}

.breadcrumbs li:not(:last-child)::after {
	content: ">";
	margin: 0 0.5rem;
	color: inherit;
}

.disableNoWrap{
	white-space: normal;
}

#memberUpdateForm input[required], #memberUpdateForm select[required], #memberUpdateForm textarea[required], #memberUpdateForm .radioOrCheckbox[required], #requiredDummy{
	border: 1px solid #cc4b37 !important;
}

.requiredNotice{
	border: 2px solid red !important;
}

.menu.inline{
	display: inline-block;
}

#requiredDummy, .requiredNotice{
	color: black !important;
}

.notes{
	color: blue;
	line-height: 1.4rem;
	margin: -0.7rem 0.3rem 0.5rem 0.5rem;
}