@charset "utf-8";


/********** レイアウト **********/
#main_contents {
	float: none;
	width: auto;
}
#side_contents {
	float: none;
	width: auto;
}

/* サイド 検索 */
.side_search h1 {
	font-size: 21px;
}
.side_check_list_item {
	margin-bottom: 5px;
	font-size: 14px;
}
.side_check_list_item label {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.side_check_list_item input[type="checkbox"] {
	margin-right: 5px;
}

.side_search_btn {
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
}
.side_search_calendar {
	width: 100%;
}
.side_search_calendar th ,.side_search_calendar td {
	padding: 5px 0;
	text-align: center;
}



/***** header *****/
.hd_copy_wrap {
	font-size: 10px;
	background: #E5A20C;
}
.hd_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.hd_logo img {
	width: 105px;
}



/** ログインナビ **/
.header_logout_navi_list {
	display: flex;
	flex-wrap: wrap;
}
.header_logout_navi_list_item {
	margin-left: 5px;
	width: 75px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
}



/* ログインナビ ログイン時 */
.header_logout {
	padding: 0;
	border: none;
	color: #222222;
	background: none;
	box-shadow: none;
	cursor: pointer;
	font-size: 12px;
}
.header_logout:hover {
	padding: 0;
	border: none;
	color: #82ADAF;
	background: none;
	box-shadow: none;
	text-decoration: underline;
}
.header_login_navi {
	font-size: 12px;
	text-align: right;
}



/***** マイページナビ *****/
.mypage_navi_list {
	margin-left: -15px;
	margin-right: -15px;
}
.mypage_navi_list_item:first-child {
	border-left: 0px;
}
.mypage_navi_list_item:last-child {
	border-right: 0px;
}
.mypage_navi_list_item a {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	border: 0;
	line-height: 1.5;
	font-size: 10px;
	-webkit-appearance: none;
}
.mypage_navi_list_item input {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
	line-height: 1.5;
	font-size: 10px;
	-webkit-appearance: none;
}
.mypage_navi_list_item i {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 16px;
}




/***** パンくず *****/
.pan_navi {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 20px;
	padding: 5px 15px;
	background: #eeeeee;
	font-size: 10px;
}


.go_top {
	display: none;
}



/***** footer *****/
.footer_wrap {
	margin-top: 60px;
	padding: 15px 0;
	background: #DBD9C6;
}
#footer {
	width: auto;
	font-size: 12px;
	text-align: center;
}
.ft_copy {
	margin-bottom: 15px;
	text-align: center;
}
.footer_logo {
	margin-bottom: 30px;
}


/** footer ナビ **/
.ft_navi_list {
	margin-bottom: 15px;
	font-size: 0;
	text-align: left;
}
.ft_navi_list_item {
	display: block;
	padding: 0;
	border-right: 0;
	border-bottom: 1px solid #ffffff;
}
.ft_navi_list_item:first-child {
	border-top: 1px solid #ffffff;
	border-left: 0;
}
.ft_navi_list_item a,
.ft_navi_list_item input {
	box-sizing: border-box;
	display: block;
	padding: 10px 15px;
	width: 100%;
	font-size: 14px;
	color: #000000;
	background: #D3D1B6;
	-webkit-appearance: none;
	text-align: left;
}
.ft_navi_list_item a:hover,
.ft_navi_list_item input:hover {
	color: #00B1CF;
	text-decoration: none;
}
