﻿/* Feelcerca Web CSS */

body {
  background: #ffffff;
}

.fc-hero {
  background: url(../img/top03.jpg) no-repeat center top/cover;
	padding: 104px;
}

h1 {
	font-size: calc(100% + 1vw);
  color: #ffffff;
	text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,1);
	text-align: center;
}

h2 {
	font-size: calc(100% + 0.9vw);
	text-align: center;
}

.fc-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fc-item-logo {
  margin: 20px;
	align-self: center;
}

.fc-item-large {
	font-size: calc(100% + 0.85vw);
  width: 80%;
	text-align: center;
}

img {
	pointer-events: none; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	touich-callout: none;
	user-select: none;
}

.fc-profile {
  display: flex;
  flex-direction: column;
  background: #404040;
  width: 80%;
  margin-top: 50px;
	align-items: center;
}

@media screen and (min-width:750px){
	.fc-profile {
    flex-direction: row;
  	align-items: flex-start;
	}
}

.fc-profile-image {
  margin: 20px;
  background: url(../img/masa320.jpg) no-repeat center/100%;
  width: 320px;
  height: 213px;
}

.fc-profile-textarea {
  display: flex;
  flex-direction: column;
	align-items: center;
  width: 480px;
  height: 213px;
}

.fc-profile-caption {
  color: #ffffff;
}

@media screen and (min-width:750px){
  .fc-profile-caption {
		margin-top: 20px;
  }
}

.fc-profile-text {
  color: #ffffff;
  margin: 10px;
}

.fc-item-form {
  width: 80%;
}

.fc-item-form label {
  width: 100%;
}

.fc-item-form input {
  width: 100%;
  height: 24px;
}

.fc-item-form input[type="submit"] {
	border-style: none;
	color: #ffffff;
  background: #4392d0;
  border: solid 2px #4392d0;
	font-size: large;
  width: 100%;
  height: 32px;
}

.fc-item-form textarea {
  width: 100%;
}

.fc-item-form file {
  width: 100%;
}

.fc-border-tb {
	border-style: double none;
}

.fc-white-ribbon {
	border-style: double none;
  margin: 50px;
  width: 100%;
  height: 100px;
}

.fc-blue-ribbon {
  margin: 50px;
  width: 100%;
  height: 100px;
  color: #ffffff;
  background: #4392d0;
}

.fc-glay-ribbon {
  margin: 50px;
  width: 100%;
  height: 100px;
  color: #ffffff;
  background: #404040;
}

.fc-red-ribbon {
  margin: 50px;
  width: 100%;
  height: 100px;
  color: #ffffff;
  background: #ff0000;
}

table th {
  padding: 10px;
	background-color: #fff;
	border-bottom: 2px solid #bbb;
}

table td {
  padding: 10px;
	background-color: #fff;
	border-bottom: 1px solid #bbb;
}
