@import url(https://fonts.googleapis.com/css?family=Nunito);.SideMenu_board {
  background: #fefefe;
  box-shadow: 0px 0px 10px -7px rgba(0, 0, 0, 0.5);
  margin-top: 80px;
  float: left;
  box-shadow: 2px 2px gray;
}

.SideMenu_header {
  padding: 16px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.SideMenu_header h3 {
  margin: 0px;
}

.SideMenu_list_body {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.SideMenu_side_menu {
  width: 100px;
  align-items: baseline;
  margin-left: 20px;
}

.SideMenuItem_list_item {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-bottom: 0.2px solid rgba(0, 0, 0, 0.7);
  font-size: 17px;
  transition: background 300ms;
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.SideMenuItem_list_item:hover {
  background-color: #f0f0f0;
}

.SideMenuItem_list_item:last-child {
  border: none;
}

.SideMenuItem_item_label {
  margin-left: 16px;
}

.SideMenuItem_read {
  background-color: #f6f6f6;
}

.SideMenuItem_from_user {
  margin-right: 8px;
}

.SideMenuItem_date {
  font-size: 13px;
  color: #6d6d6d;
}

.SideMenuItem_no_link_style {
  color: black;
  text-decoration: none;
}

.Title_title {
  margin-top: 10px;
  margin-left: 10px;
}

.LoginTemplate_page {
  width: 100%;
  background-color: #CCCCCC;
  position: absolute;
}

.LoginTemplate_body {
  margin-top: 80px;
  margin-left: 350px;
  min-height: 750px;
}

.LoginTemplate_footer {
  width: 100%;
  min-width: 500px;
  text-align: center;
  margin-top: auto;
  border-top: 1px solid rgba(192, 192, 192, 0.5);
  bottom: 0;
}

.LoginTemplate_dashboard {
  display: flex;
  flex-direction: row;
  margin: auto;
  max-width: 1200px;
  min-width: 500px;
}

.LoginTemplate_contents {
  flex-grow: 3;
  display: flex;
  justify-content: center;
}

.LogoutTemplate_page {
  width: 100%;
  background-color: #f4f4f4;
  position: absolute;
}

.LogoutTemplate_body {
  margin-top: 80px;
  min-height: 750px;
}

.LogoutTemplate_footer {
  width: 100%;
  min-width: 500px;
  text-align: center;
  margin-top: auto;
  border-top: 1px solid rgba(192, 192, 192, 0.5);
}

.LogoutTemplate_dashboard {
  display: flex;
  flex-direction: row;
  margin: auto;
  max-width: 1200px;
  min-width: 500px;
}

.LogoutTemplate_contents {
  flex-grow: 3;
  display: flex;
  justify-content: center;
}

.Dashboard_search_area {
  background-color: white;
}

.Dashboard_result_area {
  background-color: white;
  margin-top: 150px;
}

.Dashboard_search_button_div {
  text-align: right;
  margin-bottom: 10px;
  margin-right: 10px;
}

.Dashboard_search_button {
  margin-right: 102px;
}

.dashboard {
  background-color: white;
}

.search_button_div {
  text-align: right;
  margin-bottom: 10px;
  margin-right: 10px;
}

.search_button {
  margin-right: 102px;
}

.dashboard {
  background-color: white;
}

.search_button_div {
  text-align: right;
  margin-bottom: 10px;
  margin-right: 10px;
}

.search_button {
  margin-right: 102px;
}

.dashboard {
  background-color: white;
}

.search_button_div {
  text-align: right;
  margin-bottom: 10px;
  margin-right: 10px;
}

.search_button {
  margin-right: 102px;
}

.GlobalHeader_header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  box-shadow: 0px 4px 8px -3px rgba(17, 17, 17, 0.06);
}

.GlobalHeader_User {
  width: 100%;
  text-align: center;
  top: 0;
  z-index: 100;
  box-shadow: 0px 4px 8px -3px rgba(17, 17, 17, 0.06);
}

.GlobalHeader_container {
  height: 43px;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  background-color: white;
}

.GlobalHeader_no_link_style {
  text-decoration: none;
}

.GlobalHeader_title {
  margin: 0;
  padding: 0;
  line-height: 43px;
  word-break: keep-all;
  color: black;
}

.GlobalHeader_search {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin: 0 30px;
}

.GlobalHeader_navi {
  display: flex;
  flex-direction: row;
  list-style: none;
}

.GlobalHeader_navi_item {
  margin-right: 8px;
  position: relative;
}

.GlobalHeader_navi_item:last-child {
  margin-right: 0;
}

.UserSearchCondition_search_button_div {
  text-align: right;
  margin-bottom: 10px;
  margin-right: 10px;
}

.UserSearchCondition_search_button {
  margin-right: 102px;
}

.LabelBox_label_box {
  background: #fefefe;
  float: left;
  margin-right: 10px;
  width: 100%;
  box-shadow: 2px 2px gray;
}

