body, td, p {
  font-family: 'Open Sans Condensed', sans-serif;
}
.flex {
  display: flex;
}
.wrap {
  margin:0 auto;
  width: 800px;
  min-height: 100%;
  align-items: stretch;
}
.c-sand {
  background-color: #f7eabc;
}
.head {
  height: 50px;
  background-color: #fff;
  border-bottom: 2px solid #f24;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  color: #d83;  
}
h2 {
  font-size: 18px;
  font-weight: bold;
  color: #d83;  
}
label {
  user-select: none;
}

.body {
  padding-bottom: 10px;
}

.foot {
  height: 75px;
  padding-top: 10px;
  border-top: 1px dashed #f24;
  font-size: 0.9em;
  color: #444;
}
.foot a {
  color: #44a;
}

.as-panel {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #ddd;
}
.c-sand {
  
}

.head a {
  text-decoration: none;
  color: black; 
}
.head a:hover {
  color: red; 
}
.head .logo {
  float: left;
  display: block;
  width: 250px;
  padding: 0px 10px;
  -font-weight: bold; 
  line-height: 44px;
  font-size: 24px;
  font-family: 'Pattaya', sans-serif;
}
.head .logo a {
  color: #FF1F51; 
  text-decoration: none;
}
.head .logo a:hover {
  text-decoration: underline;
}
.head .menu {
  float: left;
}
.head .user {
  float: right;
}
.profile_in {
  width: 150px;
}

.body .logo {
  font-size: 24px;
}


.f1{font-family: 'Pattaya', sans-serif;}
.f2{font-family: 'Open Sans Condensed', sans-serif;}

.greetings {
  font-family: 'Pattaya', sans-serif;
  font-size: 20px;
  color: #FF1F51;
  border-color: #FF4400;
  background-color: #fff0e0;
}

.feed {
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.feed .item {
  display: block;
  float: left; 
  width: 100px;
  height: 100px;
}

.head_auth input[type=text],
.head_auth input[type=password] {
  width: 60px;
}

.head_auth input[type=button] {
  width: auto;
}


.profile .search_main {
  padding: 5px 10px;
  border: 1px solid #888;
  border-radius: 5px;
}

.sp_button{
  display: inline-block;
  padding: 3px 10px;
  width: 200px;
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 3px;
  cursor: pointer;
}
.sp_button:hover{
  color: #000;
}

#popup {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -400px; 
    width: 800px;
    height: 800px;
}