@charset "UTF-8"
;
/*ヘッダー関係*/

body{
  margin:0px;        
  padding:0px;        
  text-align:center;   
}
.header-index {
  background-color:#FFE5E5;
  padding: 1px;
}
.header-view {
  background-color:#d5efff;
  padding: 1px;
}

.utatane-icon{
 margin: 15px;
 border-radius:10px;
}

 .header-button0{
  display: inline-block;
  padding: 10px 38px;
  margin: 10px;
  text-decoration: none;
  background: #CBF266;
  color: #000;
  border: solid 2px #0cc233;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;      
  border-radius: 10px;
 }
 .header-button0:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
.header-button1 {
  display: inline-block;
  padding: 10px 38px;
  margin: 10px;
  text-decoration: none;
  background: #FFD1D1;
  color: #000;
  border: solid 2px #FF99A0;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;      
  border-radius: 10px;
}
 .header-button1:active {
     /*ボタンを押したとき*/
     -webkit-transform: translateY(4px);
     transform: translateY(4px);/*下に動く*/
     border-bottom: none;/*線を消す*/
   }

.header-button2 {
  display: inline-block;
  margin: 10px;
  padding: 10px 38px;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
  background-color: #B4ebfa;
  border:2px solid  #66CCFF;
  transition: .4s;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;  
}
.header-button2:active {
/*ボタンを押したとき*/
-webkit-transform: translateY(4px);
transform: translateY(4px);/*下に動く*/
border-bottom: none;/*線を消す*/
}
.link-button{
  padding: 30px 30px; 
  border: solid 1px #FF99A0;
  background-color:#FFE5E5;
}

.black-link{
  color:black;
}
.black-link:hover{
  color:blue;
  text-decoration: none;
}


#introduction{
  padding-bottom: 50px;
}


input[type="color"] {
  -webkit-appearance: none;
  border: none;
  width: 15em;
  height: 15em;
}


fieldset {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.radio-inline__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.radio-inline__label {
  background: #ddd;
  border: 2px solid black;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-right: 50px;
  border-radius: 3px;
  transition: all .2s;
  font-size: 1.2em;
}

.radio-inline__input:checked + .radio-inline__label {
  background: #8888aa;
  color: #fff;
  text-shadow: 0 0 1px rgba(0,0,0,.7);
}


.radio-inline__input:focus + .radio-inline__label {
  outline-color: #4D90FE;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}

#colortable {
  text-align : center;
  border-collapse: collapse;
  width : 36em;
  border: solid 2px black;
}
#colortable th, table td {
  width : 6em;
  height : 6em;
  border: solid 1px black;
  text-align: center;
}

#post_color{
  margin-bottom: 150px;
}

@media screen and (min-width:0px){
  
}

@media screen and (max-width:544px){
  .link-button-wrapper{
    width: 75%;
  }
}

@media screen and (min-width:544px){
  
}

@media screen and (max-width:767px){
  .link-button-wrapper{
    width: 50%;
  }
}

@media screen and (min-width:768px){
  .link-button-wrapper{
    width: 30%;
  }
}


