@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}
a:link, a:visited {
  color: #C00;
  text-decoration: none;
}
a:hover {
  color: #F00;
}

.nav {
    padding: 0 10px;
    margin: 0 auto 60px;
    width: 100%;
    font-size: 90%;
    background: #555;
}
.nav li {
    list-style: none;
    float: left;
    background: #555;
    width: 14%;
    height: 35px;
}
.nav li a {
    text-decoration: none;
    color: #fff;
    padding: 8px 12px;
    display: block;
}
.nav li a:hover {
    background: #666;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}



h1.entry-title { 
/*  font-family: "Ryumin Medium KL","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif; */
font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
font-color: #ffffff;
font-size:1.75rem; 
font-weight:700; 
line-height:1.25; 
margin-bottom:1em; 
}



body {

font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
font-size: 0.75em;

background-color: #39ff99;
/* background-image: url(/img/lotus.png); */
background-position: center center; 
background-repeat: no-repeat;
background-attachment: fixed; 

}


.scr {
  overflow: scroll;   /* スクロール表示 */ 
  width: 500px;
  height: 400px;
  background-color: white;
}




/* btn */
.btn_area {
	position: relative;
        width: 280px;
	height: 50px;
	margin-top: 2px;
        background-color: #ffcccc;
        border-radius: 25px;
        font-size:1.80rem; 
}

.btn_vote {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: #aaa url(/img/btn_heart.png) no-repeat center center;
	background-size: 50px 50px;
	border-radius: 25px;
	transition: all 0.2s linear;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.btn_vote.on {
	background-color: #fd616b;
	animation: anime_01 0.2s;
}

@keyframes anime_01 {
	50% {
		right: -10px;
		bottom: -10px;
		width: 80px;
		height: 80px;
		border-radius: 50px;
	}
}

.ico_heart {
	padding-left: 0px;
	background: url(/img/like1.jpg) no-repeat left center;
	background-size: 100px 50px;
        border-radius: 50px;
 }




caption {
  margin-bottom: 10px;
  text-align: left;
  font-size: 1.6em;
  color: #000;
}


table {
  width: 600px;
  margin: 30px auto;
  border: 1px solid #78849C;
}
td {
  border: none;
}
td.item {
  background: #E7E9EF;
  color: #22304C;
}
tr {
   border:none;
}


TABLE.gues {
    width: 600px;
    border:none;
}
TABLE.gues TD {
    border:none;
}
TABLE.gues TR{
    border:none;
}

TABLE.main {
    width: 600px;
    border:none;
}
TABLE.main TD {
    border:none;
}
TABLE.main TR {
    border:none;
}

div.txt{
   width: 500px;
   height:150px;
   background-color: white;
}
div {
  width: 400px;
  margin: 0px auto;
  text-align: center;
}
div.error-msg {
  width: 350px;
  margin: 20px auto;
  text-align: left;
}

@media only screen and (max-device-width : 480px) {
　　　　table {
  　　　　　　　width: 100%;
                margin: 30px auto;
                border: 2px solid #78849C;
        }
  	
  }




input, select, textarea{
font-size: 28px;
}