body{
  margin: 0;
  background:black;
}

.editpage {
  margin: 0px;
  background:white;
}

#footer {
  float: left;
  width: 100%;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#footer .copy-right {
  font-family: "GSanSerif-B";
  font-size:11px;
  line-height:1.85;
  background-color:rgba( 255, 255, 255, 1 );
}

.header {
  float: left;
  width: 100%;
  position: relative;
  background-color:white;
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,.2);
  margin-top: 10px;
  margin-bottom: 20px;
}

.header div {
  font-family:"UD Shin Go Regular";
  font-size:14pt;
  padding-left: 10px;
  padding-bottom: 10px;
  text-align:center;
}

.contents {
  float: left;
  width: 100%;
  position: relative;
  background-color:rgba( 255, 255, 255, 1 );
  font-family:"UD Shin Go Regular";
  font-size:12pt;
}

.contents div {
  padding-top:10px;
  padding-left:10px;
  padding-bottom:20px;
}

.cover {
  height:400px;
  position: relative;
  background: linear-gradient(to top, rgba(151, 217, 225, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%),url("/images/brokenclay.jpg");
  background-repeat:no-repeat;
  background-position:top center;
  background-size:contain;
  display: block;
}

.cover .title {
  position: absolute;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  width:100%;
  background-color:rgba( 255, 255, 255, 0.65 );
  color:black;
}
.cover .title .big {
  font-family: "GSanSerif-B";
  font-size:1.75rem;
  line-height:1.25;
  text-align:center;
  margin-top:10px;
  margin-bottom:1em;
}
.cover .title .small {
  font-family: "GSanSerif-B";
  font-size:1.25rem;
  line-height:1.25;
  text-align:center;
  margin-top:0px;
  margin-bottom:10px;
}

@media screen and (max-width: 768px) {
  .fh5co-cover,
  .fh5co-hero {
    height: 700px;
  }
}
.fh5co-cover.fh5co-hero-2,
.fh5co-hero.fh5co-hero-2 {
  height: 600px;
}

#fh5co-section {
  float: left;
  width: 100%;
  display: block;
}
#fh5co-section .grid-project-section {
  width: 25%;
  float: left;
  position: relative;
  overflow: hidden;
}

#fh5co-section .grid-project-section .desc {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 30%;
  z-index: 99;
  color       : #ffffff;
  text-shadow    : 
       2px  2px 1px black,
      -2px  2px 1px black,
       2px -2px 1px black,
      -2px -2px 1px black,
       2px  0px 1px black,
       0px  2px 1px black,
      -2px  0px 1px black,
       0px -2px 1px black;
}
#fh5co-section .grid-project-section:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  content: '';
  z-index: 9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-section .grid-project-section:hover:after, #fh5co-section .grid-project-section:focus:after {
  background: rgba(0, 0, 0, 0.2);
}
#fh5co-section .grid-project-section:hover > a > img, #fh5co-section .grid-project-section:focus > a > img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
@media screen and (max-width: 768px) {
  #fh5co-section .grid-project-section {
    width: 100%;
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.fh5co-cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -100px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.search_container{
  box-sizing: border-box;
  text-align:center;
}
.search_container input[type="text"]{
  outline:0;
  background: #cccccc;
  border: none;
  height: 50px;
  left:0;
  top:0; 
  padding:0;
  border-radius:2px 0 0 2px;
}

.search_container input[type="submit"]{
  cursor: pointer;
  border: none;
  background: #3879D9;
  color: #fff;
  outline : 0;
  height: 50px;
  top:0;
  border-radius:0 2px 2px 0;
}
.search_container ::-webkit-input-placeholder {
  color: #666666;
}

.font_r {
  font-family : "UD Shin Go Regular";
  font-size:12pt;
}

.link_btn {
  display: inline-block;
  text-decoration: none;
  font-family : "UD Shin Go Regular";
  font-size:12pt;
  border:none;
  padding:0.5em;
  text-align:center;
  background: #3879D9;
  color:white;
}

.link_btn:hover {
  text-decoration: underline;
}


/*--------------------------------------
テーブル
---------------------------------------*/

table
{
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: auto;
  border: 1px solid black;
  margin: 0 auto;
}

table thead tr{
  border: 1px solid black;
}
table thead th{
  font-family:"UD Shin Go Regular";
  font-size:12pt;
  text-align:center;
  background-color:#ccddf5;
  border: 1px solid black;
  padding: 5px;
}

table tbody tr{
  border: 1px solid black;
  padding: 5px;
}

table tbody tr:hover{
  background-color: #d4f0fd;
}

table tbody td {
  font-family:"UD Shin Go Regular";
  font-size:12pt;
  border: 1px solid black;
  padding: 5px;
}


/*--------------------------------------
テキスト
---------------------------------------*/

.msr_text_02 {
  padding-left: 1em;
}
.msr_text_02  label {
  padding-right: 1em;
}
.msr_text_02 input[type=text] {
  border: 1px solid #1B73BA;
}

/*--------------------------------------
ラジオボタン
---------------------------------------*/

.msr_radio_02 {
  padding-bottom: 20px;
}
.msr_radio_02 p {
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_radio_02 input[type=radio] {
  display: none;
  margin: 0;
}
.msr_radio_02 input[type=radio] + label {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 1.5px;
  margin-right: 12px;
  padding: 0 0 3px 24px;
  position: relative;
}
.msr_radio_02 input[type=radio] + label::before {
  border: 1px solid #1B73BA;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -9px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 13px;
  width: 13px;
}
.msr_radio_02 input[type=radio]:checked + label::after {
  background: #1B73BA;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -4px;
  position: absolute;
  left: 3px;
  top: 0px;
  height: 7px;
  width: 7px;
}

/*--------------------------------------
チェックボックス
---------------------------------------*/

.msr_chack_02 {
  padding-bottom: 20px;
}
.msr_chack_02 p {
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_chack_02 input[type=checkbox] {
  display: none;
  margin: 0;
}
.msr_chack_02 input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 1.5px;
  margin-right: 12px;
  padding: 0 0 0 24px;
  position: relative;
}
.msr_chack_02 input[type=checkbox] + label::before {
  background: #1B73BA;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -9px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 14px;
  width: 14px;
}
.msr_chack_02 input[type=checkbox]:checked + label::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.msr_chack_02 input[type=checkbox]:checked + label::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 3px;
  margin-top: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  height: 6px;
  width: 9px;
}

/*--------------------------------------
プルダウン
---------------------------------------*/

.msr_pulldown_02 {
  padding-bottom: 20px;
  position: relative;
  width: 230px;
}
.msr_pulldown_02 p {
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_pulldown_02 select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/stylerecipe_img/msr02_pulldown_btn01.png) no-repeat right;
  border-top: 1px solid #1B73BA;
  border-bottom: 1px solid #1B73BA;
  border-left: 1px solid #1B73BA;
  border-right: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  color: #333;
  text-indent: .01px;
  text-overflow: "";
  padding: 10px;
  height: 40px;
  width: 230px;
}

/*--------------------------------------
ファイル選択
---------------------------------------*/

.msr_file_02 {
  padding-bottom: 20px;
  width: 460px;
}
.msr_file_02>p {
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_filebox_02 {
  position: relative;
}
.msr_filebox_02 input[type=file] {
  display: none;
}
.msr_filebox_02 label {
  border: 1px solid #1B73BA;
  cursor: pointer;
  font-size: 14px;
  display: block;
  position: relative;
  padding: 10px;
  height: 20px;
  width: 460px;
}
.msr_filebox_02 label:before {
  background: #1B73BA;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "Browse...";
  color: #fff;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 99px;
}

/*--------------------------------------
テキストエリア
---------------------------------------*/

.msr_textarea_02 {
  padding-bottom: 10px;
  width: 460px;
}
.msr_textarea_02 label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_textarea_02 textarea {
  border: 1px solid #1B73BA;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #333;
  font-size: 13px;
  padding: 10px;
  height: 210px;
  width: 460px;
}

/*--------------------------------------
送信ボタン
---------------------------------------*/
.msr_sendbtn_02{
  margin:0px;
}
.msr_sendbtn_02 input[type=submit] {
  border: 2px solid #1B73BA;
  color: #1B73BA;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  height: 40px;
  width: 150px;
}
.msr_sendbtn_02 input[type=submit]:hover {
  opacity: 0.6;
}
.msr_sendbtn_02 input[disabled=disabled] {
  background-color: #B4B4B4;
  background-position: 10px;
  border: 2px solid #7E7E7E;
  color: #7E7E7E;
  cursor: default;
}
.msr_sendbtn_02 input[disabled=disabled]:hover {
  opacity: 1;
}


/*--------------------------------------
編集画面用
---------------------------------------*/

.editcontents {
  float: left;
  width: 100%;
  position: relative;
  background-color:rgba( 255, 255, 255, 1 );
  font-family:"UD Shin Go Regular";
  font-size:12pt;
}

.errmsg {
  color:red;
}

/*--------------------------------------
リストテーブル
---------------------------------------*/
.listtable {
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: auto;
  border: none;
  margin: 0 auto;
  text-align:center;
  margin-bottom:1em;
}

.listtable th {
  text-align:center;
  background-color:#ccddf5;
  padding:5px;
  border:1px solid black;
}

.listtable td {
  text-align:center;
  background-color:#ffffff;
  padding:5px;
  border:1px solid black;
}

.listtable label {
  margin-left:0em;
  margin-right:1em;
}

.listtable input[type=submit] {
  margin-right:5px;
}


/*--------------------------------------
編集テーブル
---------------------------------------*/
.edittable {
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: auto;
  border: none;
  margin: 0 auto;
  text-align:center;
  margin-bottom:1em;
}

.edittable th {
  text-align:left;
  background-color:#ccddf5;
  padding:5px;
}

.edittable td {
  text-align:left;
  background-color:#ffffff;
  padding:5px;
}

.edittable label {
  margin-left:0em;
  margin-right:1em;
}

.edittable input[type=text] {
  width:97%;
}

.editsubmit {
  margin-top:10px;
  margin-bottom:10px;
  margin-right:10px;
}

.editlist {
  padding-top:0 !important;
  padding-bottom:0 !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
  text-align:center;
}

.editlist input[type=text] {
  border: 1px solid #1B73BA;
}


/*--------------------------------------
スコア登録テーブル
---------------------------------------*/

table.scoretable {
  font-family:"UD Shin Go Regular";
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: auto;
  border: none;
  margin: 0 auto;
  text-align:center;
  margin-bottom:1em;
  width:90%;
}

table.scoretable tr {
  border: 1px solid black;
}

table.scoretable th {
  border: 1px solid black;
  background-color:#ccddf5;
}

table.scoretable th.normal {
  width:30px;
}

table.scoretable th.player {
  border: 1px solid black;
  text-align:left;
}

table.scoretable td {
  border: 1px solid black;
  text-align:center;
}

table.scoretable td.normal {
  width:30px;
  height:30px;
  margin:0;
  padding:0;
  text-align:center;
}
table.scoretable td.cur {
  width:30px;
  height:30px;
  margin:0;
  padding:0;
  text-align:center;
  animation: blinkAnimeS2 1s infinite alternate;
}
@keyframes blinkAnimeS2{
   0%{ color : black; background:white }
 100%{ color : black; background:red   }
}

table.scoretable div.hit {
  width:28px;
  height:28px;
  background-image: linear-gradient(to top left, transparent, transparent 49%, black 49%, black 51%, transparent 51%, transparent);
}

table.scoretable div.miss {
  width:28px;
  height:28px;
  border: 1px solid black;
  border-radius: 50%;
}

.scoresubmit_big {
  padding : 2em;
  margin-top:10px;
  margin-bottom:10px;
  margin-right:20px;
  font-size:16pt;
}


